2026-02-21T02:03:02.9570020Z ##[section]Starting: Controls (API 30) Shell 2026-02-21T02:03:02.9575495Z ============================================================================== 2026-02-21T02:03:02.9575600Z Task : PowerShell 2026-02-21T02:03:02.9575768Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-21T02:03:02.9575845Z Version : 2.268.1 2026-02-21T02:03:02.9575896Z Author : Microsoft Corporation 2026-02-21T02:03:02.9575954Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-21T02:03:02.9576036Z ============================================================================== 2026-02-21T02:03:03.0729206Z Generating script. 2026-02-21T02:03:03.0734962Z ========================== Starting Command Output =========================== 2026-02-21T02:03:03.0746104Z [command]/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/mnt/vss/_work/_temp/884fad33-fb85-4f83-ad1d-527482e6ade6.ps1' 2026-02-21T02:03:03.2819483Z $ErrorActionPreference = 'stop' 2026-02-21T02:03:03.2821686Z $ProgressPreference = 'silentlyContinue' 2026-02-21T02:03:03.2822725Z Get-Content $PSCommandPath 2026-02-21T02:03:03.2823214Z $command = "./build.ps1 -Script eng/devices/android.cake --target=uitest --project=""/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj""" 2026-02-21T02:03:03.2823678Z $command += " --appproject=""/mnt/vss/_work/1/Controls.TestCases.HostApp/"" --device=""android-emulator-64_30"" --apiversion=""30"" --configuration=""Release""" 2026-02-21T02:03:03.2824009Z $command += " --runtimevariant=""Mono""" 2026-02-21T02:03:03.2824307Z $command += " --results=""/mnt/vss/_work/1/a/test-results"" --binlog=""/mnt/vss/_work/1/a/logs"" --verbosity=diagnostic" 2026-02-21T02:03:03.2824459Z 2026-02-21T02:03:03.2824716Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-21T02:03:03.2824979Z $deviceType = "" 2026-02-21T02:03:03.2825197Z if ($deviceType) { 2026-02-21T02:03:03.2825424Z $command += " --skin=""$deviceType""" 2026-02-21T02:03:03.2825649Z } 2026-02-21T02:03:03.2825725Z 2026-02-21T02:03:03.2825931Z $testFilter = "" 2026-02-21T02:03:03.2826151Z $testConfigrationArgs = "" 2026-02-21T02:03:03.2826254Z 2026-02-21T02:03:03.2826461Z "Shell".Split(",") | ForEach { 2026-02-21T02:03:03.2826697Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-21T02:03:03.2826908Z } 2026-02-21T02:03:03.2826979Z 2026-02-21T02:03:03.2827195Z $testFilter = $testFilter.TrimEnd("|") 2026-02-21T02:03:03.2827293Z 2026-02-21T02:03:03.2827517Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-21T02:03:03.2827743Z if ($testConfigrationArgs) { 2026-02-21T02:03:03.2827971Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-21T02:03:03.2828173Z } 2026-02-21T02:03:03.2828356Z if ($testFilter) { 2026-02-21T02:03:03.2828555Z $command += " --test-filter ""$testFilter""" 2026-02-21T02:03:03.2828765Z } 2026-02-21T02:03:03.2828829Z 2026-02-21T02:03:03.2829023Z $headless = true 2026-02-21T02:03:03.2829219Z if ($headless) { 2026-02-21T02:03:03.2829416Z $command += " --headless ""$headless""" 2026-02-21T02:03:03.2829589Z } 2026-02-21T02:03:03.2829655Z 2026-02-21T02:03:03.2829829Z Write-Host "Running command: $command" 2026-02-21T02:03:03.2829922Z 2026-02-21T02:03:03.2830118Z Invoke-Expression $command 2026-02-21T02:03:03.2830363Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-21T02:03:03.2831086Z } else { 2026-02-21T02:03:03.2831585Z exit $LASTEXITCODE 2026-02-21T02:03:03.2831775Z } 2026-02-21T02:03:03.3352909Z Running command: ./build.ps1 -Script eng/devices/android.cake --target=uitest --project="/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --appproject="/mnt/vss/_work/1/Controls.TestCases.HostApp/" --device="android-emulator-64_30" --apiversion="30" --configuration="Release" --runtimevariant="Mono" --results="/mnt/vss/_work/1/a/test-results" --binlog="/mnt/vss/_work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=Shell" 2026-02-21T02:03:03.6782910Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-21T02:03:03.9718940Z Tool 'powershell' is up to date (version '7.4.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-21T02:03:04.2519877Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-21T02:03:04.7448837Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-21T02:03:05.3122931Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-21T02:03:05.7657333Z Looking for modules... 2026-02-21T02:03:08.2499746Z No modules found to install. 2026-02-21T02:03:08.2538662Z Module directory does not exist. 2026-02-21T02:03:08.2582461Z Analyzing build script... 2026-02-21T02:03:08.2598353Z Analyzing /mnt/vss/_work/1/s/eng/devices/android.cake... 2026-02-21T02:03:08.2619299Z Analyzing /mnt/vss/_work/1/s/eng/devices/uitests-shared.cake... 2026-02-21T02:03:08.2624897Z Analyzing /mnt/vss/_work/1/s/eng/cake/helpers.cake... 2026-02-21T02:03:08.3751115Z Analyzing /mnt/vss/_work/1/s/eng/cake/dotnet.cake... 2026-02-21T02:03:09.1620022Z Analyzing /mnt/vss/_work/1/s/eng/devices/devices-shared.cake... 2026-02-21T02:03:10.3549780Z Processing build script... 2026-02-21T02:03:10.3563903Z Installing addins... 2026-02-21T02:03:10.3938544Z Missing /home/cloudtest/.nuget/packages/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 2026-02-21T02:03:10.4474841Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-02-21T02:03:10.7015143Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.adb/index.json 250ms 2026-02-21T02:03:10.7067295Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-02-21T02:03:10.7771389Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.adb/index.json 70ms 2026-02-21T02:03:10.8276553Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 2026-02-21T02:03:10.8916414Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 63ms 2026-02-21T02:03:10.8953196Z Acquiring lock for the installation of Cake.Android.Adb 3.2.0 2026-02-21T02:03:10.8978083Z Acquired lock for the installation of Cake.Android.Adb 3.2.0 2026-02-21T02:03:10.9417324Z Installed Cake.Android.Adb 3.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json with content hash uWbgHIzlYIKqdiIpftJ1X7IoCpuOu5Pu8Mcc8d3veGJcSxV05hTGoZfDKlL2zZW5MuQff7GoM8YmOJE7VS8gOA==. 2026-02-21T02:03:10.9967502Z The addin Cake.Android.Adb will reference tools/Addins/Cake.Android.Adb.3.2.0/lib/netstandard2.0/Cake.Android.Adb.dll. 2026-02-21T02:03:10.9993450Z Missing /home/cloudtest/.nuget/packages/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 2026-02-21T02:03:11.0001955Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-02-21T02:03:12.1111152Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 1110ms 2026-02-21T02:03:12.1122398Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-02-21T02:03:12.1758749Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 63ms 2026-02-21T02:03:12.1780825Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 2026-02-21T02:03:12.2385625Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 60ms 2026-02-21T02:03:12.2386187Z Acquiring lock for the installation of Cake.Android.AvdManager 2.2.0 2026-02-21T02:03:12.2386416Z Acquired lock for the installation of Cake.Android.AvdManager 2.2.0 2026-02-21T02:03:12.2517800Z Installed Cake.Android.AvdManager 2.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json with content hash D84SBq2yO07I9dWvcafaWzdOIZZZRyME3PrKZ03csJaVSyQIUGaOw8r83Oe9/hZVcXvJ/OdAycocYWqh1ejUQA==. 2026-02-21T02:03:12.2566657Z The addin Cake.Android.AvdManager will reference tools/Addins/Cake.Android.AvdManager.2.2.0/lib/netstandard2.0/Cake.Android.AvdManager.dll. 2026-02-21T02:03:12.2716827Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-21T02:03:12.2867474Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-21T02:03:12.2999937Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-21T02:03:12.3463203Z Verifying assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-02-21T02:03:12.3464800Z The assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-02-21T02:03:12.3465124Z is referencing an older version of Cake.Core (0.33.0). 2026-02-21T02:03:12.3465406Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-21T02:03:12.3471948Z Verifying assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-02-21T02:03:12.3472426Z The assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-02-21T02:03:12.3472712Z is referencing an older version of Cake.Core (0.33.0). 2026-02-21T02:03:12.3472971Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-21T02:03:12.3473276Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-21T02:03:12.3473571Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-21T02:03:12.3473829Z is referencing an older version of Cake.Core (0.33.0). 2026-02-21T02:03:12.3474088Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-21T02:03:12.3474611Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-21T02:03:12.3474937Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-21T02:03:12.5055475Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-21T02:03:12.5056078Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-21T02:03:12.5056490Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-21T02:03:12.5056861Z Adding assembly reference to System.Runtime.dll... 2026-02-21T02:03:12.5057248Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-21T02:03:12.5057644Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-21T02:03:12.5058065Z Adding assembly reference to System.Threading.dll... 2026-02-21T02:03:12.5058432Z Adding assembly reference to System.Linq.dll... 2026-02-21T02:03:12.5058810Z Adding assembly reference to System.Collections.dll... 2026-02-21T02:03:12.5059198Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-21T02:03:12.5059611Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-21T02:03:12.5060037Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-21T02:03:12.5060434Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-21T02:03:12.5060817Z Adding assembly reference to System.ObjectModel.dll... 2026-02-21T02:03:12.5061192Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-21T02:03:12.5061594Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-21T02:03:12.5062143Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-21T02:03:12.5062692Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-21T02:03:12.5063100Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-21T02:03:12.5063503Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-21T02:03:12.5063899Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-21T02:03:12.5064287Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-21T02:03:12.5064653Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-21T02:03:12.5065030Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-21T02:03:12.5065433Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-21T02:03:12.5065798Z Adding assembly reference to mscorlib.dll... 2026-02-21T02:03:12.5066209Z Adding assembly reference to netstandard.dll... 2026-02-21T02:03:12.5066589Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-21T02:03:12.5066961Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-21T02:03:12.5067346Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-21T02:03:12.5067739Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-21T02:03:12.5068584Z Adding assembly reference to System.Memory.dll... 2026-02-21T02:03:12.5244742Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-21T02:03:12.5282687Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-21T02:03:12.5283073Z Adding assembly reference to System.ComponentModel.dll... 2026-02-21T02:03:12.5283419Z Adding assembly reference to System.Console.dll... 2026-02-21T02:03:12.5283651Z Adding assembly reference to System.Data.Common.dll... 2026-02-21T02:03:12.5283900Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-21T02:03:12.5284153Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-21T02:03:12.5284417Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-21T02:03:12.5284692Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-21T02:03:12.5284946Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-21T02:03:12.5285187Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-21T02:03:12.5285434Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-21T02:03:12.5285675Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-21T02:03:12.5285913Z Adding assembly reference to System.IO.Compression.dll... 2026-02-21T02:03:12.5286157Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-21T02:03:12.5286397Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-21T02:03:12.5286637Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-21T02:03:12.5286865Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-21T02:03:12.5287098Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-21T02:03:12.5287326Z Adding assembly reference to System.Net.Requests.dll... 2026-02-21T02:03:12.5287562Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-21T02:03:12.5287800Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-21T02:03:12.5288038Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-21T02:03:12.5288271Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-21T02:03:12.5288500Z Adding assembly reference to System.Net.Http.dll... 2026-02-21T02:03:12.5288738Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-21T02:03:12.5288976Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-21T02:03:12.5289206Z Adding assembly reference to System.Net.Mail.dll... 2026-02-21T02:03:12.5289440Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-21T02:03:12.5289676Z Adding assembly reference to System.Net.Ping.dll... 2026-02-21T02:03:12.5289898Z Adding assembly reference to System.Net.Security.dll... 2026-02-21T02:03:12.5290125Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-21T02:03:12.5290359Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-21T02:03:12.5290702Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-21T02:03:12.5290948Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-21T02:03:12.5291227Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-21T02:03:12.5291469Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-21T02:03:12.5291707Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-21T02:03:12.5292127Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-21T02:03:12.5292396Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-21T02:03:12.5292662Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-21T02:03:12.5292930Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-21T02:03:12.5293184Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-21T02:03:12.5293456Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-21T02:03:12.5293701Z Adding assembly reference to System.Security.Claims.dll... 2026-02-21T02:03:12.5293956Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-21T02:03:12.5294209Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-21T02:03:12.5294468Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-21T02:03:12.5294712Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-21T02:03:12.5294959Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-21T02:03:12.5295197Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-21T02:03:12.5295440Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-21T02:03:12.5295673Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-21T02:03:12.5295922Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-21T02:03:12.5296170Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-21T02:03:12.5296411Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-21T02:03:12.5296646Z Adding assembly reference to System.AppContext.dll... 2026-02-21T02:03:12.5296882Z Adding assembly reference to System.Buffers.dll... 2026-02-21T02:03:12.5297128Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-21T02:03:12.5297387Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-21T02:03:12.5297649Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-21T02:03:12.5297898Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-21T02:03:12.5298132Z Adding assembly reference to System.Configuration.dll... 2026-02-21T02:03:12.5298366Z Adding assembly reference to System.Core.dll... 2026-02-21T02:03:12.5298595Z Adding assembly reference to System.Private.Uri.dll... 2026-02-21T02:03:12.5299127Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-21T02:03:12.5299367Z Adding assembly reference to System.Data.dll... 2026-02-21T02:03:12.5299646Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-21T02:03:12.5299903Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-21T02:03:12.5300188Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-21T02:03:12.5300433Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-21T02:03:12.5300660Z Adding assembly reference to System.dll... 2026-02-21T02:03:12.5300885Z Adding assembly reference to System.Drawing.dll... 2026-02-21T02:03:12.5301122Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-21T02:03:12.5301359Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-21T02:03:12.5301594Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-21T02:03:12.5301950Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-21T02:03:12.5302314Z Adding assembly reference to System.Globalization.dll... 2026-02-21T02:03:12.5302564Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-21T02:03:12.5302819Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-21T02:03:12.5303051Z Adding assembly reference to System.IO.dll... 2026-02-21T02:03:12.5303296Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-21T02:03:12.5303536Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-21T02:03:12.5303785Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-21T02:03:12.5304033Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-21T02:03:12.5304282Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-21T02:03:12.5304524Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-21T02:03:12.5304757Z Adding assembly reference to System.Net.dll... 2026-02-21T02:03:12.5304984Z Adding assembly reference to System.Net.Quic.dll... 2026-02-21T02:03:12.5305228Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-21T02:03:12.5305465Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-21T02:03:12.5305698Z Adding assembly reference to System.Text.Json.dll... 2026-02-21T02:03:12.5305938Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-21T02:03:12.5306179Z Adding assembly reference to System.Numerics.dll... 2026-02-21T02:03:12.5306412Z Adding assembly reference to System.Reflection.dll... 2026-02-21T02:03:12.5306667Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-21T02:03:12.5306927Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-21T02:03:12.5307179Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-21T02:03:12.5307432Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-21T02:03:12.5307700Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-21T02:03:12.5307961Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-21T02:03:12.5308252Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-21T02:03:12.5308518Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-21T02:03:12.5308854Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-21T02:03:12.5309129Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-21T02:03:12.5309396Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-21T02:03:12.5309663Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-21T02:03:12.5309932Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-21T02:03:12.5310189Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-21T02:03:12.5310448Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-21T02:03:12.5310720Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-21T02:03:12.5310998Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-21T02:03:12.5311277Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-21T02:03:12.5311521Z Adding assembly reference to System.Security.dll... 2026-02-21T02:03:12.5311770Z Adding assembly reference to System.Security.Principal.dll... 2026-02-21T02:03:12.5312232Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-21T02:03:12.5312504Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-21T02:03:12.5312753Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-21T02:03:12.5313017Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-21T02:03:12.5313269Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-21T02:03:12.5313520Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-21T02:03:12.5313764Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-21T02:03:12.5314024Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-21T02:03:12.5314280Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-21T02:03:12.5314540Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-21T02:03:12.5314804Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-21T02:03:12.5315045Z Adding assembly reference to System.Transactions.dll... 2026-02-21T02:03:12.5315292Z Adding assembly reference to System.ValueTuple.dll... 2026-02-21T02:03:12.5315511Z Adding assembly reference to System.Web.dll... 2026-02-21T02:03:12.5315734Z Adding assembly reference to System.Windows.dll... 2026-02-21T02:03:12.5315952Z Adding assembly reference to System.Xml.dll... 2026-02-21T02:03:12.5316173Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-21T02:03:12.5316397Z Adding assembly reference to System.Private.Xml.dll... 2026-02-21T02:03:12.5316630Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-21T02:03:12.5316903Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-21T02:03:12.5317134Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-21T02:03:12.5317387Z Adding assembly reference to WindowsBase.dll... 2026-02-21T02:03:12.5317607Z Adding assembly reference to Cake.Core.dll... 2026-02-21T02:03:12.5317823Z Adding assembly reference to Cake.Common.dll... 2026-02-21T02:03:12.5318039Z Adding assembly reference to Spectre.Console.dll... 2026-02-21T02:03:12.5318264Z Adding assembly reference to Cake.Android.Adb.dll... 2026-02-21T02:03:12.5318494Z Adding assembly reference to Cake.Android.AvdManager.dll... 2026-02-21T02:03:12.5318720Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-21T02:03:12.5318946Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-21T02:03:12.5319176Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-21T02:03:12.5319387Z Importing namespace Cake.AndroidAdb... 2026-02-21T02:03:12.5319599Z Importing namespace Cake.AndroidAvdManager... 2026-02-21T02:03:12.5319815Z Importing namespace Cake.AndroidEmulator... 2026-02-21T02:03:12.5320020Z Importing namespace Cake.Common... 2026-02-21T02:03:12.5320225Z Importing namespace Cake.Common.Build... 2026-02-21T02:03:12.5320445Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-21T02:03:12.5320668Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-21T02:03:12.5320896Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-21T02:03:12.5321126Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-21T02:03:12.5321349Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-21T02:03:12.5321569Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-21T02:03:12.5321798Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-21T02:03:12.5322166Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-21T02:03:12.5322399Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-21T02:03:12.5322626Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-21T02:03:12.5322852Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-21T02:03:12.5323082Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-21T02:03:12.5323309Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-21T02:03:12.5323543Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-21T02:03:12.5323769Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-21T02:03:12.5323997Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-21T02:03:12.5324218Z Importing namespace Cake.Common.Build.GoCD... 2026-02-21T02:03:12.5324433Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-21T02:03:12.5324655Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-21T02:03:12.5324881Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-21T02:03:12.5325144Z Importing namespace Cake.Common.Build.MyGet... 2026-02-21T02:03:12.5325368Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-21T02:03:12.5325626Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-21T02:03:12.5325851Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-21T02:03:12.5326074Z Importing namespace Cake.Common.Diagnostics... 2026-02-21T02:03:12.5326280Z Importing namespace Cake.Common.IO... 2026-02-21T02:03:12.5326487Z Importing namespace Cake.Common.IO.Paths... 2026-02-21T02:03:12.5326693Z Importing namespace Cake.Common.Net... 2026-02-21T02:03:12.5326906Z Importing namespace Cake.Common.Security... 2026-02-21T02:03:12.5327119Z Importing namespace Cake.Common.Solution... 2026-02-21T02:03:12.5327343Z Importing namespace Cake.Common.Solution.Project... 2026-02-21T02:03:12.5327575Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-21T02:03:12.5327814Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-21T02:03:12.5328035Z Importing namespace Cake.Common.Text... 2026-02-21T02:03:12.5328250Z Importing namespace Cake.Common.Tools.Cake... 2026-02-21T02:03:12.5328509Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-21T02:03:12.5328755Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-21T02:03:12.5328991Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-21T02:03:12.5329234Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-21T02:03:12.5329478Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-21T02:03:12.5329715Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-21T02:03:12.5329952Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-21T02:03:12.5330186Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-21T02:03:12.5330416Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-21T02:03:12.5330650Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-21T02:03:12.5330880Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-21T02:03:12.5331114Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-21T02:03:12.5331354Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-21T02:03:12.5331596Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-21T02:03:12.5331939Z Importing namespace Cake.Common.Tools.Command... 2026-02-21T02:03:12.5332253Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-21T02:03:12.5332484Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-21T02:03:12.5332718Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-21T02:03:12.5332948Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-21T02:03:12.5333181Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-21T02:03:12.5333408Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-21T02:03:12.5333634Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-21T02:03:12.5333906Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-21T02:03:12.5334372Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-21T02:03:12.5334699Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-21T02:03:12.5335017Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-21T02:03:12.5335346Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-21T02:03:12.5335678Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-21T02:03:12.5336074Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-21T02:03:12.5336318Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-21T02:03:12.5336557Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-21T02:03:12.5336790Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-21T02:03:12.5337031Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-21T02:03:12.5337268Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-21T02:03:12.5337641Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-21T02:03:12.5337872Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-21T02:03:12.5338153Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-21T02:03:12.5338472Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-21T02:03:12.5338743Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-21T02:03:12.5338972Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-21T02:03:12.5339210Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-21T02:03:12.5339454Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-21T02:03:12.5339692Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-21T02:03:12.5339928Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-21T02:03:12.5340168Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-21T02:03:12.5340412Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-21T02:03:12.5340654Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-21T02:03:12.5340887Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-21T02:03:12.5341107Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-21T02:03:12.5341324Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-21T02:03:12.5341557Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-21T02:03:12.5341939Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-21T02:03:12.5342331Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-21T02:03:12.5342681Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-21T02:03:12.5342924Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-21T02:03:12.5343172Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-21T02:03:12.5343481Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-21T02:03:12.5343722Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-21T02:03:12.5344027Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-21T02:03:12.5344260Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-21T02:03:12.5344493Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-21T02:03:12.5344720Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-21T02:03:12.5344946Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-21T02:03:12.5345167Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-21T02:03:12.5345398Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-21T02:03:12.5345625Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-21T02:03:12.5345847Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-21T02:03:12.5346072Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-21T02:03:12.5346293Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-21T02:03:12.5346510Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-21T02:03:12.5346732Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-21T02:03:12.5346957Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-21T02:03:12.5347179Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-21T02:03:12.5347408Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-21T02:03:12.5347639Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-21T02:03:12.5347863Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-21T02:03:12.5348091Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-21T02:03:12.5348318Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-21T02:03:12.5348549Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-21T02:03:12.5348784Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-21T02:03:12.5349012Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-21T02:03:12.5349239Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-21T02:03:12.5349458Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-21T02:03:12.5349687Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-21T02:03:12.5349911Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-21T02:03:12.5350139Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-21T02:03:12.5350364Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-21T02:03:12.5350591Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-21T02:03:12.5350821Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-21T02:03:12.5351046Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-21T02:03:12.5351300Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-21T02:03:12.5351559Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-21T02:03:12.5351917Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-21T02:03:12.5352376Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-21T02:03:12.5352641Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-21T02:03:12.5352874Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-21T02:03:12.5353113Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-21T02:03:12.5353345Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-21T02:03:12.5353593Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-21T02:03:12.5353819Z Importing namespace Cake.Common.Tools.WiX... 2026-02-21T02:03:12.5354046Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-21T02:03:12.5354278Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-21T02:03:12.5354499Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-21T02:03:12.5354718Z Importing namespace Cake.Common.Xml... 2026-02-21T02:03:12.5354926Z Importing namespace Cake.Core... 2026-02-21T02:03:12.5355144Z Importing namespace Cake.Core.Diagnostics... 2026-02-21T02:03:12.5355355Z Importing namespace Cake.Core.IO... 2026-02-21T02:03:12.5355569Z Importing namespace Cake.Core.Scripting... 2026-02-21T02:03:12.5355785Z Importing namespace Cake.Core.Tooling... 2026-02-21T02:03:12.5355998Z Importing namespace Cake.FileHelpers... 2026-02-21T02:03:12.5356214Z Importing namespace NuGet.Common... 2026-02-21T02:03:12.5356428Z Importing namespace NuGet.Configuration... 2026-02-21T02:03:12.5356640Z Importing namespace NuGet.Protocol... 2026-02-21T02:03:12.5356864Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-21T02:03:12.5357078Z Importing namespace NuGet.Versioning... 2026-02-21T02:03:12.5357284Z Importing namespace System... 2026-02-21T02:03:12.5357501Z Importing namespace System.Collections.Generic... 2026-02-21T02:03:12.5357717Z Importing namespace System.IO... 2026-02-21T02:03:12.5357917Z Importing namespace System.Linq... 2026-02-21T02:03:12.5358172Z Importing namespace System.Text... 2026-02-21T02:03:12.5358408Z Importing namespace System.Threading.Tasks... 2026-02-21T02:03:12.5358566Z .NETStandard,Version=v2.0 2026-02-21T02:03:12.5621039Z Compiling build script... 2026-02-21T02:03:14.2432951Z /mnt/vss/_work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-21T02:03:14.2433386Z /mnt/vss/_work/1/s/eng/devices/android.cake(237,9): warning CS0219: The variable 'platform' is assigned but its value is never used 2026-02-21T02:03:15.0368798Z Local Dotnet: True 2026-02-21T02:03:15.0369207Z ANDROID_SDK_ROOT: /usr/local/lib/android/sdk 2026-02-21T02:03:15.0369446Z ANDROID_HOME: /usr/local/lib/android/sdk 2026-02-21T02:03:15.0373257Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-21T02:03:15.0374880Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-21T02:03:15.0375865Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-21T02:03:15.0376862Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-21T02:03:15.0386193Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/13.0 2026-02-21T02:03:15.0387479Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/latest 2026-02-21T02:03:15.0387994Z Android SDK Root: /usr/local/lib/android/sdk 2026-02-21T02:03:15.0388482Z Project File: /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-02-21T02:03:15.0388911Z Build Binary Log (binlog): /mnt/vss/_work/1/a/logs 2026-02-21T02:03:15.0389247Z Build Configuration: Release 2026-02-21T02:03:15.0389587Z Build Target Framework: net10.0-android 2026-02-21T02:03:15.0389913Z Use CoreCLR: False 2026-02-21T02:03:15.0395882Z Using local dotnet: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-02-21T02:03:15.0397097Z DOTNET_TOOL_PATH: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-02-21T02:03:15.0416279Z Host OS System Arch: X64 2026-02-21T02:03:15.0416481Z Host Processor System Arch: X64 2026-02-21T02:03:15.0490929Z 2026-02-21T02:03:15.0491255Z ======================================== 2026-02-21T02:03:15.0491427Z connectToDevice 2026-02-21T02:03:15.0491659Z ======================================== 2026-02-21T02:03:15.0492425Z Executing task: connectToDevice 2026-02-21T02:03:15.0507267Z Create for: emulator 2026-02-21T02:03:15.0507532Z Host OS System Arch: X64 2026-02-21T02:03:15.0507719Z Host Processor System Arch: X64 2026-02-21T02:03:15.0508109Z Going to run image: system-images;android-30;google_apis_playstore;x86_64 2026-02-21T02:03:15.0519964Z Test Device ID: system-images;android-30;google_apis_playstore;x86_64 2026-02-21T02:03:15.0520572Z Trying to boot the emulator... 2026-02-21T02:03:15.0520943Z Deleting AVD if exists: Emulator_30... 2026-02-21T02:03:15.0571968Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-02-21T02:03:15.0586435Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager delete avd -n Emulator_30 2026-02-21T02:03:15.3319951Z Error: There is no Android Virtual Device named 'Emulator_30'. 2026-02-21T02:03:15.3320968Z null 2026-02-21T02:03:15.3369245Z Creating AVD: Emulator_30 (system-images;android-30;google_apis_playstore;x86_64)... 2026-02-21T02:03:15.3382195Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-02-21T02:03:15.3383048Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager create avd -n Emulator_30 -k "system-images;android-30;google_apis_playstore;x86_64" --device "Nexus 5X" --force 2026-02-21T02:03:17.0520583Z Pre-authorizing ADB keys for emulator... 2026-02-21T02:03:17.0528306Z Ensuring ADB keys are correctly configured... 2026-02-21T02:03:17.0529238Z Stopping ADB server... 2026-02-21T02:03:17.0549131Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:17.0549918Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-02-21T02:03:18.2845042Z cannot connect to daemon at tcp:5037: Connection refused 2026-02-21T02:03:19.2858908Z Ensuring ADB key directory exists... 2026-02-21T02:03:19.2866571Z Executing: chmod 700 /home/cloudtest/.android 2026-02-21T02:03:19.2889345Z Cleaning up old ADB keys... 2026-02-21T02:03:19.2892711Z Trying ADB keygen method: adb keygen /home/cloudtest/.android/adbkey 2026-02-21T02:03:19.2894411Z Executing: adb keygen /home/cloudtest/.android/adbkey 2026-02-21T02:03:19.6179821Z ADB keygen successful with method: keygen /home/cloudtest/.android/adbkey 2026-02-21T02:03:20.6183287Z Keys verified to exist after generation. 2026-02-21T02:03:20.6183728Z ADB keys generated successfully! 2026-02-21T02:03:20.6183962Z Setting correct permissions for ADB keys... 2026-02-21T02:03:20.6184654Z Executing: chmod 600 /home/cloudtest/.android/adbkey 2026-02-21T02:03:20.6205934Z Executing: chmod 600 /home/cloudtest/.android/adbkey.pub 2026-02-21T02:03:20.6223036Z Setting ADB_VENDOR_KEYS environment variable... 2026-02-21T02:03:20.6223556Z Setting environment variable: ADB_VENDOR_KEYS = '/home/cloudtest/.android/adbkey.pub' 2026-02-21T02:03:20.6225929Z Executing: sh -c "export ADB_VENDOR_KEYS=/home/cloudtest/.android/adbkey.pub" 2026-02-21T02:03:20.6243219Z Starting ADB server with new keys... 2026-02-21T02:03:20.6254246Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:20.6254574Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-02-21T02:03:20.6277414Z * daemon not running; starting now at tcp:5037 2026-02-21T02:03:23.7594567Z * daemon started successfully 2026-02-21T02:03:25.7603271Z Pushing ADB keys to the device... 2026-02-21T02:03:25.7604069Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-02-21T02:03:25.7639252Z Push attempt 1 failed. Retrying in 1 second... 2026-02-21T02:03:26.7643181Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-02-21T02:03:26.7681240Z Push attempt 2 failed. Retrying in 1 second... 2026-02-21T02:03:27.7685255Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-02-21T02:03:27.7719742Z Push attempt 3 failed. Retrying in 1 second... 2026-02-21T02:03:28.7727621Z Error ensuring ADB keys: Failed to push ADB keys after multiple attempts. 2026-02-21T02:03:28.7728637Z Trying to restart ADB just in case... 2026-02-21T02:03:28.7728912Z Attempting to recover ADB connection... 2026-02-21T02:03:28.7738700Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:28.7739898Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-02-21T02:03:30.7789816Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:30.7790692Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-02-21T02:03:30.7814708Z * daemon not running; starting now at tcp:5037 2026-02-21T02:03:33.7844061Z * daemon started successfully 2026-02-21T02:03:36.7870607Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:36.7871422Z Executing: /usr/local/lib/android/sdk/platform-tools/adb devices -l 2026-02-21T02:03:36.7918609Z List of devices attached 2026-02-21T02:03:36.7918808Z 2026-02-21T02:03:36.7943311Z Recovery check: found 0 devices 2026-02-21T02:03:36.7943548Z ADB connection recovery attempt completed. 2026-02-21T02:03:36.7943832Z Failed to pre-authorize ADB keys (will retry during boot): Failed to push ADB keys after multiple attempts. 2026-02-21T02:03:36.7944362Z Starting Emulator: Emulator_30... 2026-02-21T02:03:36.7967327Z Resolved tool to path /usr/local/lib/android/sdk/emulator/emulator 2026-02-21T02:03:36.7967834Z Executing: /usr/local/lib/android/sdk/emulator/emulator -avd Emulator_30 -gpu swiftshader_indirect -no-window -no-snapshot -no-audio -no-boot-anim 2026-02-21T02:03:36.7985885Z Finished executing task: connectToDevice 2026-02-21T02:03:36.8000050Z Completed in 00:00:21.7505789 2026-02-21T02:03:36.8005767Z 2026-02-21T02:03:36.8006003Z ======================================== 2026-02-21T02:03:36.8006238Z uitest-prepare 2026-02-21T02:03:36.8006446Z ======================================== 2026-02-21T02:03:36.8006745Z Executing task: uitest-prepare 2026-02-21T02:03:36.8009594Z Preparing UI Tests... 2026-02-21T02:03:36.8014461Z Looking for .apk files in /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android 2026-02-21T02:03:36.8044361Z Test App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-21T02:03:36.8044775Z Test App Package Name: com.microsoft.maui.uitests 2026-02-21T02:03:36.8045208Z Test Results Directory: /mnt/vss/_work/1/a/test-results 2026-02-21T02:03:36.8045369Z Testing Device: android-emulator-64_30 2026-02-21T02:03:36.8045522Z Testing App Project: /mnt/vss/_work/1/Controls.TestCases.HostApp/ 2026-02-21T02:03:36.8045716Z Testing App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-21T02:03:36.8045900Z Results Directory: /mnt/vss/_work/1/a/test-results 2026-02-21T02:03:36.8052222Z Waiting for the emulator to finish booting... 2026-02-21T02:03:36.8077755Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:36.8085903Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:36.8086554Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:36.8112132Z adb: no devices/emulators found 2026-02-21T02:03:37.8121679Z Waiting 0/600 seconds for the emulator to boot up. 2026-02-21T02:03:37.8130118Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:37.8136467Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:37.8137380Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:37.8168454Z adb: no devices/emulators found 2026-02-21T02:03:37.9815586Z WARNING: cannnot unmap ptr 0x7f50f1c01000 as it is in the protected range from 0x7f5071c00000 to 0x7f50f1e00000 2026-02-21T02:03:38.8175667Z Waiting 1/600 seconds for the emulator to boot up. 2026-02-21T02:03:38.8183739Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:38.8189859Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:38.8190532Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:38.8222898Z adb: device offline 2026-02-21T02:03:39.8229913Z Waiting 2/600 seconds for the emulator to boot up. 2026-02-21T02:03:39.8238478Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:39.8247668Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:39.8248176Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:39.8278236Z adb: device offline 2026-02-21T02:03:40.8285562Z Waiting 3/600 seconds for the emulator to boot up. 2026-02-21T02:03:40.8294453Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:40.8300669Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:40.8300973Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:40.8334895Z adb: device offline 2026-02-21T02:03:41.8343531Z Waiting 4/600 seconds for the emulator to boot up. 2026-02-21T02:03:41.8351806Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:41.8358505Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:41.8359091Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:41.8391295Z adb: device offline 2026-02-21T02:03:42.8398514Z Waiting 5/600 seconds for the emulator to boot up. 2026-02-21T02:03:42.8406532Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:42.8412964Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:42.8413958Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:42.8447063Z adb: device offline 2026-02-21T02:03:43.8454336Z Waiting 6/600 seconds for the emulator to boot up. 2026-02-21T02:03:43.8462229Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:43.8468690Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:43.8469470Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:43.8502402Z adb: device offline 2026-02-21T02:03:44.8511603Z Waiting 7/600 seconds for the emulator to boot up. 2026-02-21T02:03:44.8518819Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:44.8525582Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:44.8526265Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:44.8558993Z adb: device offline 2026-02-21T02:03:45.8566119Z Waiting 8/600 seconds for the emulator to boot up. 2026-02-21T02:03:45.8572997Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:45.8578926Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:45.8579371Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:45.8610686Z adb: device offline 2026-02-21T02:03:46.8617219Z Waiting 9/600 seconds for the emulator to boot up. 2026-02-21T02:03:46.8625777Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:46.8631671Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:46.8632221Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:46.8665501Z adb: device offline 2026-02-21T02:03:47.8673509Z Waiting 10/600 seconds for the emulator to boot up. 2026-02-21T02:03:47.8683574Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:47.8691229Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:47.8692114Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:47.8725105Z adb: device offline 2026-02-21T02:03:48.8733086Z Waiting 11/600 seconds for the emulator to boot up. 2026-02-21T02:03:48.8739368Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:48.8745346Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:48.8746041Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:48.8776692Z adb: device offline 2026-02-21T02:03:49.8784352Z Waiting 12/600 seconds for the emulator to boot up. 2026-02-21T02:03:49.8792103Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:49.8800014Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:49.8800477Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:49.8832182Z adb: device offline 2026-02-21T02:03:50.8839486Z Waiting 13/600 seconds for the emulator to boot up. 2026-02-21T02:03:50.8847450Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:50.8853843Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:50.8854943Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:50.8889040Z adb: device offline 2026-02-21T02:03:51.8898192Z Waiting 14/600 seconds for the emulator to boot up. 2026-02-21T02:03:51.8906935Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:51.8918569Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:51.8920103Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:51.8962002Z adb: device offline 2026-02-21T02:03:52.8975245Z Waiting 15/600 seconds for the emulator to boot up. 2026-02-21T02:03:52.8983602Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:52.8990486Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:52.8990790Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:52.9025504Z adb: device offline 2026-02-21T02:03:53.9032772Z Waiting 16/600 seconds for the emulator to boot up. 2026-02-21T02:03:53.9040258Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:53.9045660Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:53.9046159Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:53.9078813Z adb: device offline 2026-02-21T02:03:54.9087230Z Waiting 17/600 seconds for the emulator to boot up. 2026-02-21T02:03:54.9099486Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:54.9111517Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:54.9112459Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:54.9145430Z adb: device offline 2026-02-21T02:03:55.9154309Z Waiting 18/600 seconds for the emulator to boot up. 2026-02-21T02:03:55.9167404Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:55.9176073Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:55.9176582Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:55.9214123Z adb: device offline 2026-02-21T02:03:56.9223013Z Waiting 19/600 seconds for the emulator to boot up. 2026-02-21T02:03:56.9236491Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:56.9247717Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:56.9248403Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:56.9287544Z adb: device offline 2026-02-21T02:03:57.9296879Z Waiting 20/600 seconds for the emulator to boot up. 2026-02-21T02:03:57.9306125Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:57.9313717Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:57.9314721Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:57.9350499Z adb: device offline 2026-02-21T02:03:58.9359910Z Waiting 21/600 seconds for the emulator to boot up. 2026-02-21T02:03:58.9373239Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:58.9384969Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:58.9385736Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:58.9421615Z adb: device offline 2026-02-21T02:03:59.9428105Z Waiting 22/600 seconds for the emulator to boot up. 2026-02-21T02:03:59.9437887Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:59.9446455Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:03:59.9447051Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:03:59.9561814Z adb: device offline 2026-02-21T02:04:00.9569969Z Waiting 23/600 seconds for the emulator to boot up. 2026-02-21T02:04:00.9584161Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:00.9596050Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:00.9597570Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:04:00.9682928Z adb: device offline 2026-02-21T02:04:01.9729132Z Waiting 24/600 seconds for the emulator to boot up. 2026-02-21T02:04:01.9745753Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:01.9762798Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:01.9764813Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:04:01.9810986Z adb: device offline 2026-02-21T02:04:02.9883679Z Waiting 25/600 seconds for the emulator to boot up. 2026-02-21T02:04:02.9910649Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:02.9911472Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:02.9912562Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:04:02.9994592Z adb: device offline 2026-02-21T02:04:03.9998697Z Waiting 26/600 seconds for the emulator to boot up. 2026-02-21T02:04:04.0011538Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.0018110Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.0018860Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-21T02:04:04.0323891Z 1 2026-02-21T02:04:04.0329402Z 1 2026-02-21T02:04:04.0348860Z Waited 27 seconds for the emulator to boot up. 2026-02-21T02:04:04.0349806Z Setting Logcat properties... 2026-02-21T02:04:04.0356919Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.0372118Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.0372763Z Executing: /usr/local/lib/android/sdk/platform-tools/adb logcat -c 2026-02-21T02:04:04.2227200Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.2238437Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.2242035Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell logcat -G 16M 2026-02-21T02:04:04.3575457Z Finished setting Logcat properties. 2026-02-21T02:04:04.3578131Z Setting the ADB properties... 2026-02-21T02:04:04.3590379Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.3603796Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.3604940Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell setprop debug.mono.log default,mono_log_level=debug,mono_log_mask=all 2026-02-21T02:04:04.4933431Z 2026-02-21T02:04:04.4954576Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.4956087Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-21T02:04:04.4957492Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop debug.mono.log 2026-02-21T02:04:04.5089907Z default,mono_log_level=debug,mono_log_mask=all 2026-02-21T02:04:04.5093333Z default,mono_log_level=debug,mono_log_mask=all 2026-02-21T02:04:04.5094041Z default,mono_log_level=debug,mono_log_mask=all 2026-02-21T02:04:04.5095077Z Finished setting ADB properties. 2026-02-21T02:04:04.5095692Z Install with xharness: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-21T02:04:04.5096256Z Use the Android emulators in a headless mode: 2026-02-21T02:04:04.5097664Z Setting environment variable: HEADLESS = 'False' 2026-02-21T02:04:04.5098839Z The platform version to run tests: 2026-02-21T02:04:04.5103852Z Setting environment variable: DEVICE_SKIN = 'Nexus 5X' 2026-02-21T02:04:04.5124041Z Resolved tool to path /mnt/vss/_work/1/s/.dotnet/dotnet 2026-02-21T02:04:04.5125489Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet --diagnostics tool run xharness android install --app="/mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk" --package-name="com.microsoft.maui.uitests" --output-directory="/mnt/vss/_work/1/a/test-results" --verbosity="Debug" 2026-02-21T02:04:05.1953068Z [11.0.0-prerelease.26107.1+bfbac237157e59cdbd19334325b2af80bd6e9828] XHarness command issued: android install --app=/mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk --package-name=com.microsoft.maui.uitests --output-directory=/mnt/vss/_work/1/a/test-results --verbosity=Debug 2026-02-21T02:04:05.3040908Z dbug: ADBRunner using ADB.exe supplied from /home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/tools/net10.0/any/../../../runtimes/any/native/adb/linux/adb 2026-02-21T02:04:05.3043087Z dbug: Full resolved path:'/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb' 2026-02-21T02:04:05.3135557Z info: Will attempt to find device supporting architectures: 'arm64-v8a', 'x86_64' 2026-02-21T02:04:05.3177661Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb start-server' 2026-02-21T02:04:05.3366398Z dbug: 2026-02-21T02:04:05.3388928Z info: Finding attached devices/emulators... 2026-02-21T02:04:05.3395720Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb devices -l' 2026-02-21T02:04:05.3651581Z dbug: Found 1 possible devices 2026-02-21T02:04:05.3654357Z dbug: Evaluating output line for device serial: emulator-5554 device product:sdk_gphone_x86_64 model:sdk_gphone_x86_64 device:generic_x86_64_arm64 transport_id:1 2026-02-21T02:04:05.3684644Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 shell getprop ro.product.cpu.abilist' 2026-02-21T02:04:05.4208834Z dbug: Found 1 possible devices. Using 'emulator-5554' 2026-02-21T02:04:05.4209749Z info: Active Android device set to serial 'emulator-5554' 2026-02-21T02:04:05.4215774Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop ro.product.cpu.abi' 2026-02-21T02:04:05.4574465Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop ro.build.version.sdk' 2026-02-21T02:04:05.5068283Z info: Waiting for device to be available (max 5 minutes) 2026-02-21T02:04:05.5072655Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 wait-for-device' 2026-02-21T02:04:05.5118235Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop sys.boot_completed' 2026-02-21T02:04:05.6094637Z dbug: sys.boot_completed = '1' 2026-02-21T02:04:05.6098091Z dbug: Waited 0 seconds for device boot completion 2026-02-21T02:04:05.6100508Z dbug: Working with emulator-5554 (API 30) 2026-02-21T02:04:05.6106692Z dbug: Check current adb install and/or package verification settings 2026-02-21T02:04:05.6113372Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 shell settings get global verifier_verify_adb_installs' 2026-02-21T02:04:05.7464004Z dbug: verifier_verify_adb_installs = 0 2026-02-21T02:04:05.7470465Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 shell settings get global package_verifier_enable' 2026-02-21T02:04:06.0606043Z dbug: package_verifier_enable = 2026-02-21T02:04:06.0609574Z warn: Installing debug apks on a device might be rejected with INSTALL_FAILED_VERIFICATION_FAILURE. Make sure to set 'package_verifier_enable' to '0' 2026-02-21T02:04:06.0611458Z info: Attempting to remove apk 'com.microsoft.maui.uitests'.. 2026-02-21T02:04:06.0613148Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 uninstall com.microsoft.maui.uitests' 2026-02-21T02:04:06.2956776Z info: APK 'com.microsoft.maui.uitests' was not on device 2026-02-21T02:04:06.2958297Z info: Attempting to install /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-21T02:04:06.2960375Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 install /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk' 2026-02-21T02:04:18.2015903Z info: Successfully installed /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-21T02:04:18.2026818Z info: Killing all running processes for 'com.microsoft.maui.uitests': 2026-02-21T02:04:18.2027840Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26107.1/runtimes/any/native/adb/linux/adb -s emulator-5554 shell am kill --user all com.microsoft.maui.uitests' 2026-02-21T02:04:18.4278772Z dbug: Success! 2026-02-21T02:04:18.4279286Z 2026-02-21T02:04:18.4297164Z XHarness exit code: 0 2026-02-21T02:04:18.4542841Z Finished executing task: uitest-prepare 2026-02-21T02:04:18.4543901Z Completed in 00:00:41.6532878 2026-02-21T02:04:18.4545036Z 2026-02-21T02:04:18.4545545Z ======================================== 2026-02-21T02:04:18.4546021Z uitest 2026-02-21T02:04:18.4546936Z ======================================== 2026-02-21T02:04:18.4548269Z Executing task: uitest 2026-02-21T02:04:18.4550514Z Build UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-02-21T02:04:18.4567316Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet build "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --configuration Release /p:ExtraDefineConstants=ANDROID /bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android.binlog 2026-02-21T02:04:19.7495695Z Determining projects to restore... 2026-02-21T02:04:28.7306510Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 2.89 sec). 2026-02-21T02:04:28.7309912Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 2.9 sec). 2026-02-21T02:04:28.7913331Z Restored /mnt/vss/_work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 3.49 sec). 2026-02-21T02:04:28.8063315Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 9 ms). 2026-02-21T02:04:28.8150966Z Restored /mnt/vss/_work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 27 ms). 2026-02-21T02:04:32.6064347Z Restored /mnt/vss/_work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 2.48 sec). 2026-02-21T02:04:32.6179516Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 3.32 sec). 2026-02-21T02:04:32.6675541Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 6.89 sec). 2026-02-21T02:04:33.2389525Z Restored /mnt/vss/_work/1/s/src/Essentials/src/Essentials.csproj (in 7.95 sec). 2026-02-21T02:04:34.3878215Z Restored /mnt/vss/_work/1/s/src/Core/src/Core.csproj (in 9.09 sec). 2026-02-21T02:04:34.4205536Z Restored /mnt/vss/_work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 9.12 sec). 2026-02-21T02:04:34.5760678Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 5.78 sec). 2026-02-21T02:04:34.5961810Z Restored /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj (in 9.31 sec). 2026-02-21T02:04:42.1788703Z Controls.CustomAttributes -> /mnt/vss/_work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-21T02:04:42.9727214Z Graphics -> /mnt/vss/_work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-21T02:04:43.9997049Z Essentials -> /mnt/vss/_work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-21T02:04:52.1879895Z Core -> /mnt/vss/_work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-21T02:04:53.0005467Z Controls.BindingSourceGen -> /mnt/vss/_work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-21T02:05:13.9273518Z Controls.Core -> /mnt/vss/_work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-21T02:05:14.1174028Z VisualTestUtils -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-21T02:05:14.2240957Z VisualTestUtils.MagickNet -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-21T02:05:14.2934725Z UITest.Core -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-21T02:05:14.4939051Z UITest.NUnit -> /mnt/vss/_work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-21T02:05:14.8765758Z UITest.Appium -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-21T02:05:15.3667474Z UITest.Analyzers -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-21T02:05:31.3941531Z Controls.TestCases.Android.Tests -> /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-02-21T02:05:31.4306160Z 2026-02-21T02:05:31.4311411Z Build succeeded. 2026-02-21T02:05:31.4312255Z 0 Warning(s) 2026-02-21T02:05:31.4312955Z 0 Error(s) 2026-02-21T02:05:31.4313739Z 2026-02-21T02:05:31.4314402Z Time Elapsed 00:01:12.68 2026-02-21T02:05:31.4762118Z Setting environment variable: APPIUM_LOG_FILE = '/mnt/vss/_work/1/a/logs/appium_android_Controls.TestCases.Android.Tests-Release-android-Shell.log' 2026-02-21T02:05:31.4763300Z Run UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-02-21T02:05:31.4763816Z Retry UITests run Count: 0 2026-02-21T02:05:31.4769524Z Run Tests With Filter TestCategory=Shell 2026-02-21T02:05:31.4771049Z Log Directory: /mnt/vss/_work/1/a/logs 2026-02-21T02:05:31.4771409Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-02-21T02:05:31.4774518Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-21T02:05:31.4775007Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-02-21T02:05:31.4775440Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-02-21T02:05:31.4776429Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-02-21T02:05:31.4777161Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-21T02:05:31.4777647Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-21T02:05:31.4778109Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-21T02:05:31.4779587Z Setting environment variable: PATH = '/mnt/vss/_work/1/s/.dotnet:/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-21T02:05:31.4780510Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-Shell.binlog 2026-02-21T02:05:31.4799729Z Creating directory /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-21T02:05:31.4807043Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-21T02:05:31.6673265Z Downloading file: 15% 2026-02-21T02:05:31.6673754Z Downloading file: 50% 2026-02-21T02:05:31.7040687Z Downloading file: 100% 2026-02-21T02:05:31.7053146Z Download complete, saved to: /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-21T02:05:31.7058080Z Unzipping file /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-02-21T02:05:31.7072705Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet test "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --filter "TestCategory=Shell" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-Shell.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/mnt/vss/_work/1/a/test-results" -dl:CentralLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-Shell.binlog /p:VStestUseMSBuildOutput=false 2026-02-21T02:05:32.4943059Z Test run for /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll (.NETCoreApp,Version=v10.0) 2026-02-21T02:05:32.5439089Z VSTest version 18.0.1 (x64) 2026-02-21T02:05:32.5474666Z 2026-02-21T02:05:32.6247998Z Starting test execution, please wait... 2026-02-21T02:05:32.6594241Z A total of 1 test files matched the specified pattern. 2026-02-21T02:05:33.0297370Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-21T02:05:33.0424253Z Running selected tests in /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-02-21T02:05:33.6040570Z NUnit3TestExecutor discovered 126 of 126 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-21T02:05:44.7407028Z >>>>> 02/21/2026 02:05:44 FixtureSetup for Issue33227(Android) 2026-02-21T02:05:45.9914847Z >>>>> 02/21/2026 02:05:45 ShellColorsResetOnNavigation Start 2026-02-21T02:05:49.8763334Z >>>>> 02/21/2026 02:05:49 ShellColorsResetOnNavigation Stop 2026-02-21T02:05:50.4948036Z Passed ShellColorsResetOnNavigation [4 s] 2026-02-21T02:05:51.2019248Z >>>>> 02/21/2026 02:05:51 FixtureSetup for FlyoutBehaviorShell(Android) 2026-02-21T02:05:54.0205445Z >>>>> 02/21/2026 02:05:54 WhenFlyoutIsLockedButtonsAreStillVisible Start 2026-02-21T02:05:58.7429266Z >>>>> 02/21/2026 02:05:58 WhenFlyoutIsLockedButtonsAreStillVisible Stop 2026-02-21T02:05:59.3538390Z >>>>> 02/21/2026 02:05:59 FixtureSetup for FlyoutTest(Android) 2026-02-21T02:06:00.0206098Z Passed WhenFlyoutIsLockedButtonsAreStillVisible [4 s] 2026-02-21T02:06:02.6989151Z >>>>> 02/21/2026 02:06:02 VerifyHamburgerIcon Start 2026-02-21T02:06:05.0631523Z >>>>> 02/21/2026 02:06:05 VerifyHamburgerIcon Stop 2026-02-21T02:06:05.1585464Z Passed VerifyHamburgerIcon [2 s] 2026-02-21T02:06:05.1586046Z >>>>> 02/21/2026 02:06:05 VerifyFlyoutBackgroundColor Start 2026-02-21T02:06:08.4972446Z >>>>> 02/21/2026 02:06:08 VerifyFlyoutBackgroundColor Stop 2026-02-21T02:06:09.2765119Z >>>>> 02/21/2026 02:06:09 FixtureSetup for HeaderFooterShellFlyout(Android) 2026-02-21T02:06:09.6712787Z Passed VerifyFlyoutBackgroundColor [3 s] 2026-02-21T02:06:12.3098948Z >>>>> 02/21/2026 02:06:12 AFlyoutTests Start 2026-02-21T02:06:19.4736297Z >>>>> 02/21/2026 02:06:19 AFlyoutTests Stop 2026-02-21T02:06:19.8102382Z Passed AFlyoutTests [7 s] 2026-02-21T02:06:20.3024510Z >>>>> 02/21/2026 02:06:20 FixtureSetup for Issue10608(Android) 2026-02-21T02:06:23.4793489Z >>>>> 02/21/2026 02:06:23 ShellWithTopTabsFreezesWhenNavigatingFlyoutItems Start 2026-02-21T02:06:41.3490595Z >>>>> 02/21/2026 02:06:41 ShellWithTopTabsFreezesWhenNavigatingFlyoutItems Stop 2026-02-21T02:06:42.0924250Z >>>>> 02/21/2026 02:06:42 FixtureSetup for Issue11214(Android) 2026-02-21T02:06:42.9746503Z Passed ShellWithTopTabsFreezesWhenNavigatingFlyoutItems [18 s] 2026-02-21T02:06:45.1550814Z >>>>> 02/21/2026 02:06:45 FlyoutItemChangesPropagateCorrectlyToPlatformForShellElementsNotCurrentlyActive Start 2026-02-21T02:06:52.0552199Z >>>>> 02/21/2026 02:06:52 FlyoutItemChangesPropagateCorrectlyToPlatformForShellElementsNotCurrentlyActive Stop 2026-02-21T02:06:52.6509172Z Passed FlyoutItemChangesPropagateCorrectlyToPlatformForShellElementsNotCurrentlyActive [7 s] 2026-02-21T02:06:52.8797912Z >>>>> 02/21/2026 02:06:52 FixtureSetup for Issue11523(Android) 2026-02-21T02:07:08.1482035Z >>>>> 02/21/2026 02:07:08 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:07:08.1484094Z Exception details: System.TimeoutException: [Bug] FlyoutBehavior.Disabled removes back-button from navbar 2026-02-21T02:07:08.1485288Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-21T02:07:08.1486187Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2733 2026-02-21T02:07:08.1493850Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-02-21T02:07:08.1494314Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-02-21T02:07:08.1494704Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-02-21T02:07:08.1495054Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-02-21T02:07:09.5305557Z >>>>> 02/21/2026 02:07:09 FixtureSetup for Issue11523(Android) 2026-02-21T02:07:25.0869571Z >>>>> 02/21/2026 02:07:25 The FixtureSetup threw an exception. Attempt 1/1. 2026-02-21T02:07:25.0870515Z Exception details: System.TimeoutException: [Bug] FlyoutBehavior.Disabled removes back-button from navbar 2026-02-21T02:07:25.0871428Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-21T02:07:25.0872365Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2733 2026-02-21T02:07:25.0873123Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-02-21T02:07:25.0874210Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-02-21T02:07:25.0874666Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-02-21T02:07:25.0875004Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-02-21T02:07:25.0903975Z >>>>> 02/21/2026 02:07:25 Log types: logcat, bugreport, server 2026-02-21T02:07:25.3049488Z >>>>> 02/21/2026 02:07:25 Log types: logcat, bugreport, server 2026-02-21T02:07:25.6107718Z Setup failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11523(Android) 2026-02-21T02:07:25.6108315Z System.TimeoutException : [Bug] FlyoutBehavior.Disabled removes back-button from navbar 2026-02-21T02:07:25.6108890Z StackTrace: at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-21T02:07:25.6109596Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2733 2026-02-21T02:07:25.6110189Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-02-21T02:07:25.6111036Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-02-21T02:07:25.6115898Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-02-21T02:07:25.6116543Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-02-21T02:07:25.6117093Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 141 2026-02-21T02:07:25.6117578Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:07:25.6118153Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:07:25.6118614Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:07:25.6119071Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:07:25.6235389Z >>>>> 02/21/2026 02:07:25 FixtureSetup for Issue11769_DelayedShellContent(Android) 2026-02-21T02:07:25.6502216Z Failed BackButtonStillVisibleWhenFlyoutBehaviorDisabled [32 s] 2026-02-21T02:07:25.6503085Z Error Message: 2026-02-21T02:07:25.6503326Z OneTimeSetUp: System.TimeoutException : [Bug] FlyoutBehavior.Disabled removes back-button from navbar 2026-02-21T02:07:25.6503564Z Stack Trace: 2026-02-21T02:07:25.6503930Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-21T02:07:25.6504442Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2733 2026-02-21T02:07:25.6504934Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-02-21T02:07:25.6505399Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-02-21T02:07:25.6505809Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-02-21T02:07:25.6506179Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-02-21T02:07:25.6506528Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 141 2026-02-21T02:07:25.6506847Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:07:25.6507095Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:07:25.6507311Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:07:25.6507526Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:07:25.6507628Z 2026-02-21T02:07:41.5324359Z >>>>> 02/21/2026 02:07:41 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:07:41.5325518Z Exception details: System.TimeoutException: [Bug] Shell throws exception when delay adding Shell Content 2026-02-21T02:07:41.5326553Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-21T02:07:41.5327364Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-21T02:07:41.5327752Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-02-21T02:07:41.5328108Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-02-21T02:07:41.5328454Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-02-21T02:07:42.8910335Z >>>>> 02/21/2026 02:07:42 FixtureSetup for Issue11769_DelayedShellContent(Android) 2026-02-21T02:07:45.7270482Z >>>>> 02/21/2026 02:07:45 DelayedAddingOfShellContentDoesntCrash Start 2026-02-21T02:07:46.6775969Z >>>>> 02/21/2026 02:07:46 DelayedAddingOfShellContentDoesntCrash Stop 2026-02-21T02:07:47.2333375Z Passed DelayedAddingOfShellContentDoesntCrash [1 s] 2026-02-21T02:07:47.4653335Z >>>>> 02/21/2026 02:07:47 FixtureSetup for Issue11769_DelayedShellItem(Android) 2026-02-21T02:07:50.3110119Z >>>>> 02/21/2026 02:07:50 DelayedAddingOfShellItemDoesntCrash Start 2026-02-21T02:07:50.6072197Z >>>>> 02/21/2026 02:07:50 DelayedAddingOfShellItemDoesntCrash Stop 2026-02-21T02:07:51.3003148Z >>>>> 02/21/2026 02:07:51 FixtureSetup for Issue11769_DelayedShellSection(Android) 2026-02-21T02:07:51.8204090Z Passed DelayedAddingOfShellItemDoesntCrash [472 ms] 2026-02-21T02:07:54.0067968Z >>>>> 02/21/2026 02:07:54 DelayedAddingOfShellSectionDoesntCrash Start 2026-02-21T02:07:54.9660747Z >>>>> 02/21/2026 02:07:54 DelayedAddingOfShellSectionDoesntCrash Stop 2026-02-21T02:07:55.5163838Z Passed DelayedAddingOfShellSectionDoesntCrash [1 s] 2026-02-21T02:07:55.9135720Z >>>>> 02/21/2026 02:07:55 FixtureSetup for Issue11869(Android) 2026-02-21T02:07:58.4759135Z >>>>> 02/21/2026 02:07:58 IsVisibleWorksForShowingHidingTabs Start 2026-02-21T02:08:03.9775795Z >>>>> 02/21/2026 02:08:03 IsVisibleWorksForShowingHidingTabs Stop 2026-02-21T02:08:04.4765427Z Passed IsVisibleWorksForShowingHidingTabs [5 s] 2026-02-21T02:08:04.5304336Z >>>>> 02/21/2026 02:08:04 FixtureSetup for Issue12126(Android) 2026-02-21T02:08:07.1862274Z >>>>> 02/21/2026 02:08:07 NavigatingBackFromMultiplePushPagesChangesTabVisibilityCorrectly Start 2026-02-21T02:08:09.9793358Z >>>>> 02/21/2026 02:08:09 NavigatingBackFromMultiplePushPagesChangesTabVisibilityCorrectly Stop 2026-02-21T02:08:10.1838181Z Passed NavigatingBackFromMultiplePushPagesChangesTabVisibilityCorrectly [2 s] 2026-02-21T02:08:10.4328135Z >>>>> 02/21/2026 02:08:10 FixtureSetup for Issue12320(Android) 2026-02-21T02:08:13.2339493Z >>>>> 02/21/2026 02:08:13 PopLogicExecutesWhenUsingBackButtonBehavior Start 2026-02-21T02:08:15.8154102Z >>>>> 02/21/2026 02:08:15 PopLogicExecutesWhenUsingBackButtonBehavior Stop 2026-02-21T02:08:16.2385904Z Passed PopLogicExecutesWhenUsingBackButtonBehavior [2 s] 2026-02-21T02:08:16.4829523Z >>>>> 02/21/2026 02:08:16 FixtureSetup for Issue12429(Android) 2026-02-21T02:08:19.1181713Z >>>>> 02/21/2026 02:08:19 FlyoutItemSizesToExplicitHeight Start 2026-02-21T02:08:21.6537657Z >>>>> 02/21/2026 02:08:21 FlyoutItemSizesToExplicitHeight Stop 2026-02-21T02:08:21.7431410Z Passed FlyoutItemSizesToExplicitHeight [2 s] 2026-02-21T02:08:21.7432236Z >>>>> 02/21/2026 02:08:21 FlyoutItemHeightAndWidthIncreaseAndDecreaseCorrectly Start 2026-02-21T02:08:23.9417572Z >>>>> 02/21/2026 02:08:23 FlyoutItemHeightAndWidthIncreaseAndDecreaseCorrectly Stop 2026-02-21T02:08:24.4615365Z >>>>> 02/21/2026 02:08:24 FixtureSetup for Issue12500(Android) 2026-02-21T02:08:24.7426750Z Passed FlyoutItemHeightAndWidthIncreaseAndDecreaseCorrectly [2 s] 2026-02-21T02:08:26.9707566Z >>>>> 02/21/2026 02:08:26 ShellNavigatingShouldTrigger Start 2026-02-21T02:08:29.3879367Z >>>>> 02/21/2026 02:08:29 ShellNavigatingShouldTrigger Stop 2026-02-21T02:08:29.9726338Z Passed ShellNavigatingShouldTrigger [2 s] 2026-02-21T02:08:30.0720861Z >>>>> 02/21/2026 02:08:30 FixtureSetup for Issue12642(Android) 2026-02-21T02:08:32.7478242Z >>>>> 02/21/2026 02:08:32 ClickingQuicklyBetweenTopTabsBreaksContent Start 2026-02-21T02:08:37.4333095Z >>>>> 02/21/2026 02:08:37 ClickingQuicklyBetweenTopTabsBreaksContent Stop 2026-02-21T02:08:38.0223390Z >>>>> 02/21/2026 02:08:38 FixtureSetup for Issue12652(Android) 2026-02-21T02:08:38.7485450Z Passed ClickingQuicklyBetweenTopTabsBreaksContent [4 s] 2026-02-21T02:08:40.5418867Z >>>>> 02/21/2026 02:08:40 NavigatingBackToAlreadySelectedTopTabDoesntCrash Start 2026-02-21T02:08:46.6127848Z >>>>> 02/21/2026 02:08:46 NavigatingBackToAlreadySelectedTopTabDoesntCrash Stop 2026-02-21T02:08:47.1392020Z >>>>> 02/21/2026 02:08:47 FixtureSetup for Issue12888(Android) 2026-02-21T02:08:48.0426948Z Passed NavigatingBackToAlreadySelectedTopTabDoesntCrash [6 s] 2026-02-21T02:08:49.6384404Z >>>>> 02/21/2026 02:08:49 TitleViewSetOnShellWorksAfterNavigation Start 2026-02-21T02:08:55.1992620Z >>>>> 02/21/2026 02:08:55 TitleViewSetOnShellWorksAfterNavigation Stop 2026-02-21T02:08:55.6391000Z Passed TitleViewSetOnShellWorksAfterNavigation [5 s] 2026-02-21T02:08:55.9735062Z >>>>> 02/21/2026 02:08:55 FixtureSetup for Issue13390(Android) 2026-02-21T02:08:58.4133286Z >>>>> 02/21/2026 02:08:58 CustomSlideFlyoutTransitionCausesCrash Start 2026-02-21T02:08:59.8395368Z >>>>> 02/21/2026 02:08:59 CustomSlideFlyoutTransitionCausesCrash Stop 2026-02-21T02:09:00.3640824Z >>>>> 02/21/2026 02:09:00 FixtureSetup for Issue13476(Android) 2026-02-21T02:09:01.4144424Z Passed CustomSlideFlyoutTransitionCausesCrash [1 s] 2026-02-21T02:09:02.8698284Z >>>>> 02/21/2026 02:09:02 TitleViewHeightDoesntOverflow Start 2026-02-21T02:09:04.4021458Z >>>>> 02/21/2026 02:09:04 TitleViewHeightDoesntOverflow Stop 2026-02-21T02:09:04.8928801Z >>>>> 02/21/2026 02:09:04 FixtureSetup for Issue13537(Android) 2026-02-21T02:09:05.9145559Z Passed TitleViewHeightDoesntOverflow [1 s] 2026-02-21T02:09:07.4883413Z >>>>> 02/21/2026 02:09:07 ApplyQueryAttributeShouldTriggerforPushAndBackButton Start 2026-02-21T02:09:11.2342126Z >>>>> 02/21/2026 02:09:11 ApplyQueryAttributeShouldTriggerforPushAndBackButton Stop 2026-02-21T02:09:11.3191383Z Passed ApplyQueryAttributeShouldTriggerforPushAndBackButton [3 s] 2026-02-21T02:09:11.3192027Z >>>>> 02/21/2026 02:09:11 ApplyQueryAttributeShouldTriggerforPushAndPopButton Start 2026-02-21T02:09:13.0433176Z >>>>> 02/21/2026 02:09:13 ApplyQueryAttributeShouldTriggerforPushAndPopButton Stop 2026-02-21T02:09:13.1294691Z Passed ApplyQueryAttributeShouldTriggerforPushAndPopButton [1 s] 2026-02-21T02:09:13.1295087Z >>>>> 02/21/2026 02:09:13 ApplyQueryAttributeShouldTriggerforTab Start 2026-02-21T02:09:14.9697312Z >>>>> 02/21/2026 02:09:14 ApplyQueryAttributeShouldTriggerforTab Stop 2026-02-21T02:09:15.4889668Z >>>>> 02/21/2026 02:09:15 FixtureSetup for Issue13916(Android) 2026-02-21T02:09:16.1298717Z Passed ApplyQueryAttributeShouldTriggerforTab [1 s] 2026-02-21T02:09:18.1099008Z >>>>> 02/21/2026 02:09:18 RemovingMoreThanOneInnerPageAndThenPushingAPageCrashes Start 2026-02-21T02:09:21.9525564Z >>>>> 02/21/2026 02:09:21 RemovingMoreThanOneInnerPageAndThenPushingAPageCrashes Stop 2026-02-21T02:09:22.6178486Z Passed RemovingMoreThanOneInnerPageAndThenPushingAPageCrashes [4 s] 2026-02-21T02:09:22.6974922Z >>>>> 02/21/2026 02:09:22 FixtureSetup for Issue14801(Android) 2026-02-21T02:09:25.2052873Z >>>>> 02/21/2026 02:09:25 PopShellPageBeforeBackImageIsReady Start 2026-02-21T02:09:28.2728680Z >>>>> 02/21/2026 02:09:28 PopShellPageBeforeBackImageIsReady Stop 2026-02-21T02:09:28.8195224Z >>>>> 02/21/2026 02:09:28 FixtureSetup for Issue15154(Android) 2026-02-21T02:09:29.7062523Z Passed PopShellPageBeforeBackImageIsReady [3 s] 2026-02-21T02:09:31.3774812Z >>>>> 02/21/2026 02:09:31 ShouldFlyoutTextWrapsInLandscape Start 2026-02-21T02:09:35.6202080Z >>>>> 02/21/2026 02:09:35 ShouldFlyoutTextWrapsInLandscape Stop 2026-02-21T02:09:35.8786346Z Passed ShouldFlyoutTextWrapsInLandscape [4 s] 2026-02-21T02:09:36.2520863Z >>>>> 02/21/2026 02:09:36 FixtureSetup for Issue17057(Android) 2026-02-21T02:09:39.3511977Z >>>>> 02/21/2026 02:09:39 ShellFlowDirectionUpdate Start 2026-02-21T02:09:42.2360833Z >>>>> 02/21/2026 02:09:42 ShellFlowDirectionUpdate Stop 2026-02-21T02:09:42.3632691Z Passed ShellFlowDirectionUpdate [2 s] 2026-02-21T02:09:42.7113581Z >>>>> 02/21/2026 02:09:42 FixtureSetup for Issue17228(Android) 2026-02-21T02:09:45.2106439Z >>>>> 02/21/2026 02:09:45 CustomBackButtonShouldBeRed Start 2026-02-21T02:09:47.7158137Z >>>>> 02/21/2026 02:09:47 CustomBackButtonShouldBeRed Stop 2026-02-21T02:09:48.2153795Z Passed CustomBackButtonShouldBeRed [2 s] 2026-02-21T02:09:48.3545639Z >>>>> 02/21/2026 02:09:48 FixtureSetup for Issue17414(Android) 2026-02-21T02:09:51.0108259Z >>>>> 02/21/2026 02:09:51 VerifyFlyoutContentHasNoDefaultCornerRadius Start 2026-02-21T02:09:53.3141009Z >>>>> 02/21/2026 02:09:53 VerifyFlyoutContentHasNoDefaultCornerRadius Stop 2026-02-21T02:09:53.9360429Z >>>>> 02/21/2026 02:09:53 FixtureSetup for Issue17521(Android) 2026-02-21T02:09:54.0126231Z Passed VerifyFlyoutContentHasNoDefaultCornerRadius [2 s] 2026-02-21T02:09:56.4102955Z >>>>> 02/21/2026 02:09:56 ShouldUpdateSearchHandlerOnPageNavigation Start 2026-02-21T02:10:00.2879187Z >>>>> 02/21/2026 02:10:00 ShouldUpdateSearchHandlerOnPageNavigation Stop 2026-02-21T02:10:00.8076343Z >>>>> 02/21/2026 02:10:00 FixtureSetup for Issue18193(Android) 2026-02-21T02:10:00.9156924Z Passed ShouldUpdateSearchHandlerOnPageNavigation [3 s] 2026-02-21T02:10:03.3279308Z >>>>> 02/21/2026 02:10:03 ShellNavigationShouldWorkInMoreTab Start 2026-02-21T02:10:09.1008886Z >>>>> 02/21/2026 02:10:09 ShellNavigationShouldWorkInMoreTab Stop 2026-02-21T02:10:09.3287992Z Passed ShellNavigationShouldWorkInMoreTab [5 s] 2026-02-21T02:10:09.9453433Z >>>>> 02/21/2026 02:10:09 FixtureSetup for Issue18251(Android) 2026-02-21T02:10:12.4443291Z >>>>> 02/21/2026 02:10:12 NoExceptionShouldBeThrownAddingShellTabs Start 2026-02-21T02:10:14.8443485Z >>>>> 02/21/2026 02:10:14 NoExceptionShouldBeThrownAddingShellTabs Stop 2026-02-21T02:10:15.4533116Z Passed NoExceptionShouldBeThrownAddingShellTabs [2 s] 2026-02-21T02:10:15.7865378Z >>>>> 02/21/2026 02:10:15 FixtureSetup for Issue18423(Android) 2026-02-21T02:10:18.4763276Z >>>>> 02/21/2026 02:10:18 VerifyTemplateViewMarginOnInitialDisplay Start 2026-02-21T02:10:20.7658987Z >>>>> 02/21/2026 02:10:20 VerifyTemplateViewMarginOnInitialDisplay Stop 2026-02-21T02:10:21.2743471Z >>>>> 02/21/2026 02:10:21 FixtureSetup for Issue18946(Android) 2026-02-21T02:10:21.4776658Z Passed VerifyTemplateViewMarginOnInitialDisplay [2 s] 2026-02-21T02:10:23.7583365Z >>>>> 02/21/2026 02:10:23 ToolbarItemsShouldWork Start 2026-02-21T02:10:25.9379468Z >>>>> 02/21/2026 02:10:25 ToolbarItemsShouldWork Stop 2026-02-21T02:10:26.5023785Z >>>>> 02/21/2026 02:10:26 FixtureSetup for Issue19496(Android) 2026-02-21T02:10:26.7601258Z Passed ToolbarItemsShouldWork [2 s] 2026-02-21T02:10:29.0645110Z >>>>> 02/21/2026 02:10:29 FlyoutItemTextShouldDisplayProperly Start 2026-02-21T02:10:34.1237434Z >>>>> 02/21/2026 02:10:34 FlyoutItemTextShouldDisplayProperly Stop 2026-02-21T02:10:34.7962498Z >>>>> 02/21/2026 02:10:34 FixtureSetup for Issue19783(Android) 2026-02-21T02:10:35.0652794Z Passed FlyoutItemTextShouldDisplayProperly [5 s] 2026-02-21T02:10:37.2638707Z >>>>> 02/21/2026 02:10:37 Issue19783Shell Start 2026-02-21T02:10:39.9419080Z >>>>> 02/21/2026 02:10:39 Issue19783Shell Stop 2026-02-21T02:10:40.2639706Z Passed Issue19783Shell [2 s] 2026-02-21T02:10:40.4538337Z >>>>> 02/21/2026 02:10:40 FixtureSetup for Issue20250(Android) 2026-02-21T02:10:42.9417289Z >>>>> 02/21/2026 02:10:42 VerifySearchHandlerClearPlaceholderIconColor Start 2026-02-21T02:10:45.1570022Z >>>>> 02/21/2026 02:10:45 VerifySearchHandlerClearPlaceholderIconColor Stop 2026-02-21T02:10:45.7141167Z >>>>> 02/21/2026 02:10:45 FixtureSetup for Issue20696(Android) 2026-02-21T02:10:45.9426527Z Passed VerifySearchHandlerClearPlaceholderIconColor [2 s] 2026-02-21T02:10:48.4304360Z >>>>> 02/21/2026 02:10:48 FlyoutHeaderShouldBeResized Start 2026-02-21T02:10:52.1393631Z >>>>> 02/21/2026 02:10:52 FlyoutHeaderShouldBeResized Stop 2026-02-21T02:10:52.7030418Z >>>>> 02/21/2026 02:10:52 FixtureSetup for Issue21119(Android) 2026-02-21T02:10:52.9314733Z Passed FlyoutHeaderShouldBeResized [3 s] 2026-02-21T02:10:55.3899264Z >>>>> 02/21/2026 02:10:55 UpdateSearchHandlerMenuItemForTabNavigation Start 2026-02-21T02:10:58.0868748Z >>>>> 02/21/2026 02:10:58 UpdateSearchHandlerMenuItemForTabNavigation Stop 2026-02-21T02:10:58.3923206Z Passed UpdateSearchHandlerMenuItemForTabNavigation [2 s] 2026-02-21T02:10:58.6100305Z >>>>> 02/21/2026 02:10:58 FixtureSetup for Issue21472(Android) 2026-02-21T02:11:02.1017601Z >>>>> 02/21/2026 02:11:02 VerifyShellFlyoutBackgroundImage Start 2026-02-21T02:11:03.1759206Z >>>>> 02/21/2026 02:11:03 VerifyShellFlyoutBackgroundImage Stop 2026-02-21T02:11:03.3426748Z >>>>> 02/21/2026 02:11:03 VerifyShellFlyoutBackgroundImageSetNull Start 2026-02-21T02:11:03.6017314Z Passed VerifyShellFlyoutBackgroundImage [1 s] 2026-02-21T02:11:05.4816890Z >>>>> 02/21/2026 02:11:05 VerifyShellFlyoutBackgroundImageSetNull Stop 2026-02-21T02:11:05.9886214Z >>>>> 02/21/2026 02:11:05 FixtureSetup for Issue22045(Android) 2026-02-21T02:11:06.6019550Z Passed VerifyShellFlyoutBackgroundImageSetNull [2 s] 2026-02-21T02:11:08.7409227Z >>>>> 02/21/2026 02:11:08 GetValidSizeWhenContentViewInFlyoutContent Start 2026-02-21T02:11:11.8606097Z >>>>> 02/21/2026 02:11:11 GetValidSizeWhenContentViewInFlyoutContent Stop 2026-02-21T02:11:12.3950659Z >>>>> 02/21/2026 02:11:12 FixtureSetup for Issue22452(Android) 2026-02-21T02:11:13.2403250Z Passed GetValidSizeWhenContentViewInFlyoutContent [3 s] 2026-02-21T02:11:14.8562374Z >>>>> 02/21/2026 02:11:14 NavigationBetweenFlyoutItems Start 2026-02-21T02:11:16.8445717Z >>>>> 02/21/2026 02:11:16 NavigationBetweenFlyoutItems Stop 2026-02-21T02:11:17.3835807Z >>>>> 02/21/2026 02:11:17 FixtureSetup for Issue22570(Android) 2026-02-21T02:11:17.8568439Z Passed NavigationBetweenFlyoutItems [2 s] 2026-02-21T02:11:19.8724103Z >>>>> 02/21/2026 02:11:19 Issue22570Test Start 2026-02-21T02:11:22.7803843Z >>>>> 02/21/2026 02:11:22 Issue22570Test Stop 2026-02-21T02:11:22.8730865Z Passed Issue22570Test [2 s] 2026-02-21T02:11:23.3002227Z >>>>> 02/21/2026 02:11:23 FixtureSetup for Issue23424(Android) 2026-02-21T02:11:25.8722041Z >>>>> 02/21/2026 02:11:25 BackButtonBehaviorIsVisibleWorksWithCustomIcon Start 2026-02-21T02:11:28.1203002Z >>>>> 02/21/2026 02:11:28 BackButtonBehaviorIsVisibleWorksWithCustomIcon Stop 2026-02-21T02:11:28.5946204Z >>>>> 02/21/2026 02:11:28 FixtureSetup for Issue23803(Android) 2026-02-21T02:11:28.8765926Z Passed BackButtonBehaviorIsVisibleWorksWithCustomIcon [2 s] 2026-02-21T02:11:31.1063449Z >>>>> 02/21/2026 02:11:31 VerifyClickAroundOverflowMenuItem Start 2026-02-21T02:11:33.4370336Z >>>>> 02/21/2026 02:11:33 VerifyClickAroundOverflowMenuItem Stop 2026-02-21T02:11:34.0217233Z >>>>> 02/21/2026 02:11:34 FixtureSetup for Issue24284(Android) 2026-02-21T02:11:34.1207765Z Passed VerifyClickAroundOverflowMenuItem [2 s] 2026-02-21T02:11:36.6130035Z >>>>> 02/21/2026 02:11:36 FlyoutHeaderAdaptsToMinimumHeight Start 2026-02-21T02:11:38.1413890Z >>>>> 02/21/2026 02:11:38 FlyoutHeaderAdaptsToMinimumHeight Stop 2026-02-21T02:11:38.7817121Z >>>>> 02/21/2026 02:11:38 FixtureSetup for Issue25067(Android) 2026-02-21T02:11:39.6143260Z Passed FlyoutHeaderAdaptsToMinimumHeight [1 s] 2026-02-21T02:11:41.2787770Z >>>>> 02/21/2026 02:11:41 SearchHandlerRendersCustomSearchIconAndClearIcon Start 2026-02-21T02:11:43.6103078Z >>>>> 02/21/2026 02:11:43 SearchHandlerRendersCustomSearchIconAndClearIcon Stop 2026-02-21T02:11:43.6968466Z Passed SearchHandlerRendersCustomSearchIconAndClearIcon [2 s] 2026-02-21T02:11:43.6968924Z >>>>> 02/21/2026 02:11:43 SearchHandlerRendersDefaultSearchIconAndClearIcon Start 2026-02-21T02:11:44.4539091Z >>>>> 02/21/2026 02:11:44 SearchHandlerRendersDefaultSearchIconAndClearIcon Stop 2026-02-21T02:11:44.9116053Z >>>>> 02/21/2026 02:11:44 FixtureSetup for Issue25436(Android) 2026-02-21T02:11:45.1967471Z Passed SearchHandlerRendersDefaultSearchIconAndClearIcon [840 ms] 2026-02-21T02:11:47.4926946Z >>>>> 02/21/2026 02:11:47 FlyoutMenuShouldNotDisappearWhenNavigateUsingServices Start 2026-02-21T02:11:54.9064503Z >>>>> 02/21/2026 02:11:54 FlyoutMenuShouldNotDisappearWhenNavigateUsingServices Stop 2026-02-21T02:11:55.4668505Z >>>>> 02/21/2026 02:11:55 FixtureSetup for Issue25742(Android) 2026-02-21T02:11:56.4937670Z Passed FlyoutMenuShouldNotDisappearWhenNavigateUsingServices [7 s] 2026-02-21T02:11:58.0314987Z >>>>> 02/21/2026 02:11:58 UpdatedBackButtonTitleForEmptyString Start 2026-02-21T02:12:00.3912468Z >>>>> 02/21/2026 02:12:00 UpdatedBackButtonTitleForEmptyString Stop 2026-02-21T02:12:00.8924255Z >>>>> 02/21/2026 02:12:00 FixtureSetup for Issue25913(Android) 2026-02-21T02:12:01.0319172Z Passed UpdatedBackButtonTitleForEmptyString [2 s] 2026-02-21T02:12:03.5051464Z >>>>> 02/21/2026 02:12:03 DynamicTabSectionVisibility Start 2026-02-21T02:12:05.7183441Z >>>>> 02/21/2026 02:12:05 DynamicTabSectionVisibility Stop 2026-02-21T02:12:06.2675846Z >>>>> 02/21/2026 02:12:06 FixtureSetup for Issue26598(Android) 2026-02-21T02:12:06.5078003Z Passed DynamicTabSectionVisibility [2 s] 2026-02-21T02:12:08.9874756Z >>>>> 02/21/2026 02:12:08 TabBarShouldbeVisibleNavigatingBackFromNonTabbedPage Start 2026-02-21T02:12:15.3589165Z >>>>> 02/21/2026 02:12:15 TabBarShouldbeVisibleNavigatingBackFromNonTabbedPage Stop 2026-02-21T02:12:15.8679035Z >>>>> 02/21/2026 02:12:15 FixtureSetup for Issue27337(Android) 2026-02-21T02:12:16.4884288Z Passed TabBarShouldbeVisibleNavigatingBackFromNonTabbedPage [6 s] 2026-02-21T02:12:18.4956342Z >>>>> 02/21/2026 02:12:18 EnsureFlyoutBehaviourAsLockedAfterNavigation Start 2026-02-21T02:12:21.1750769Z >>>>> 02/21/2026 02:12:21 EnsureFlyoutBehaviourAsLockedAfterNavigation Stop 2026-02-21T02:12:21.4993821Z Passed EnsureFlyoutBehaviourAsLockedAfterNavigation [2 s] 2026-02-21T02:12:21.8160288Z >>>>> 02/21/2026 02:12:21 FixtureSetup for Issue27822(Android) 2026-02-21T02:12:24.3432472Z >>>>> 02/21/2026 02:12:24 Issue27822Test Start 2026-02-21T02:12:29.8172069Z >>>>> 02/21/2026 02:12:29 Issue27822Test Stop 2026-02-21T02:12:30.3239998Z >>>>> 02/21/2026 02:12:30 FixtureSetup for Issue28485(Android) 2026-02-21T02:12:30.3444871Z Passed Issue27822Test [5 s] 2026-02-21T02:12:32.8557941Z >>>>> 02/21/2026 02:12:32 SwipeBackGestureShouldNavigateOnce Start 2026-02-21T02:12:37.3179103Z >>>>> 02/21/2026 02:12:37 SwipeBackGestureShouldNavigateOnce Stop 2026-02-21T02:12:37.8612289Z >>>>> 02/21/2026 02:12:37 FixtureSetup for Issue28570(Android) 2026-02-21T02:12:38.8562255Z Passed SwipeBackGestureShouldNavigateOnce [4 s] 2026-02-21T02:12:40.6028670Z >>>>> 02/21/2026 02:12:40 BackButtonShouldNotBeVisible Start 2026-02-21T02:12:43.6481597Z >>>>> 02/21/2026 02:12:43 BackButtonShouldNotBeVisible Stop 2026-02-21T02:12:44.1855446Z >>>>> 02/21/2026 02:12:44 FixtureSetup for Issue28634(Android) 2026-02-21T02:12:45.1036926Z Passed BackButtonShouldNotBeVisible [3 s] 2026-02-21T02:12:46.6694643Z >>>>> 02/21/2026 02:12:46 VerifySearchHandlerPlaceholderText Start 2026-02-21T02:12:48.9479521Z >>>>> 02/21/2026 02:12:48 VerifySearchHandlerPlaceholderText Stop 2026-02-21T02:12:49.4466959Z >>>>> 02/21/2026 02:12:49 FixtureSetup for Issue29091Shell(Android) 2026-02-21T02:12:49.6779404Z Passed VerifySearchHandlerPlaceholderText [2 s] 2026-02-21T02:12:52.2625540Z >>>>> 02/21/2026 02:12:52 TabBarIconsShouldAutoscaleShell Start 2026-02-21T02:12:53.9034216Z >>>>> 02/21/2026 02:12:53 TabBarIconsShouldAutoscaleShell Stop 2026-02-21T02:12:54.6083255Z >>>>> 02/21/2026 02:12:54 FixtureSetup for Issue29559(Android) 2026-02-21T02:12:55.2634837Z Passed TabBarIconsShouldAutoscaleShell [1 s] 2026-02-21T02:12:57.1526432Z >>>>> 02/21/2026 02:12:57 Issue29559KeyboardDismissonSearchHander Start 2026-02-21T02:13:02.2750842Z >>>>> 02/21/2026 02:13:02 Issue29559KeyboardDismissonSearchHander Stop 2026-02-21T02:13:02.7765523Z >>>>> 02/21/2026 02:13:02 FixtureSetup for Issue29615(Android) 2026-02-21T02:13:03.1544842Z Passed Issue29559KeyboardDismissonSearchHander [5 s] 2026-02-21T02:13:05.4526609Z >>>>> 02/21/2026 02:13:05 VerifyFlyoutIconIsNotPresentWhenDisabledFlyout Start 2026-02-21T02:13:07.6437805Z >>>>> 02/21/2026 02:13:07 VerifyFlyoutIconIsNotPresentWhenDisabledFlyout Stop 2026-02-21T02:13:08.2040321Z >>>>> 02/21/2026 02:13:08 FixtureSetup for Issue29824(Android) 2026-02-21T02:13:08.4527185Z Passed VerifyFlyoutIconIsNotPresentWhenDisabledFlyout [2 s] 2026-02-21T02:13:10.9848255Z >>>>> 02/21/2026 02:13:10 ShellAppearanceUpdatesWhenChangingShellSectionToTab_1 Start 2026-02-21T02:13:16.1148095Z >>>>> 02/21/2026 02:13:16 ShellAppearanceUpdatesWhenChangingShellSectionToTab_1 Stop 2026-02-21T02:13:16.2009707Z Passed ShellAppearanceUpdatesWhenChangingShellSectionToTab_1 [5 s] 2026-02-21T02:13:16.2010088Z >>>>> 02/21/2026 02:13:16 ShellAppearanceUpdatesWhenChangingShellSectionToTab_2 Start 2026-02-21T02:13:19.8248829Z >>>>> 02/21/2026 02:13:19 ShellAppearanceUpdatesWhenChangingShellSectionToTab_2 Stop 2026-02-21T02:13:19.9091445Z Passed ShellAppearanceUpdatesWhenChangingShellSectionToTab_2 [3 s] 2026-02-21T02:13:19.9092113Z >>>>> 02/21/2026 02:13:19 ShellAppearanceUpdatesWhenChangingBetweenTabs Start 2026-02-21T02:13:23.5446866Z >>>>> 02/21/2026 02:13:23 ShellAppearanceUpdatesWhenChangingBetweenTabs Stop 2026-02-21T02:13:24.1149221Z >>>>> 02/21/2026 02:13:24 FixtureSetup for Issue30728(Android) 2026-02-21T02:13:24.4098687Z Passed ShellAppearanceUpdatesWhenChangingBetweenTabs [3 s] 2026-02-21T02:13:26.5670567Z >>>>> 02/21/2026 02:13:26 VerifyTabBarIconIsLoaded Start 2026-02-21T02:13:29.7918563Z >>>>> 02/21/2026 02:13:29 VerifyTabBarIconIsLoaded Stop 2026-02-21T02:13:30.3871331Z >>>>> 02/21/2026 02:13:30 FixtureSetup for Issue30771(Android) 2026-02-21T02:13:31.0673359Z Passed VerifyTabBarIconIsLoaded [3 s] 2026-02-21T02:13:32.7996749Z >>>>> 02/21/2026 02:13:32 SearchHandlerShouldNotOverlap Start 2026-02-21T02:13:35.2939762Z >>>>> 02/21/2026 02:13:35 SearchHandlerShouldNotOverlap Stop 2026-02-21T02:13:35.8074845Z Passed SearchHandlerShouldNotOverlap [2 s] 2026-02-21T02:13:35.9243154Z >>>>> 02/21/2026 02:13:35 FixtureSetup for Issue32219(Android) 2026-02-21T02:13:38.6492357Z >>>>> 02/21/2026 02:13:38 VerifyFlyoutSelectedCurrentItem Start 2026-02-21T02:13:44.7517766Z >>>>> 02/21/2026 02:13:44 VerifyFlyoutSelectedCurrentItem Stop 2026-02-21T02:13:45.2754768Z >>>>> 02/21/2026 02:13:45 FixtureSetup for Issue32329(Android) 2026-02-21T02:13:46.1495175Z Passed VerifyFlyoutSelectedCurrentItem [6 s] 2026-02-21T02:13:47.7334945Z >>>>> 02/21/2026 02:13:47 TabBarShouldBeVisibleOnMacCatalyst Start 2026-02-21T02:13:49.8775863Z >>>>> 02/21/2026 02:13:49 TabBarShouldBeVisibleOnMacCatalyst Stop 2026-02-21T02:13:50.4710839Z >>>>> 02/21/2026 02:13:50 FixtureSetup for Issue32526(Android) 2026-02-21T02:13:50.7341768Z Passed TabBarShouldBeVisibleOnMacCatalyst [2 s] 2026-02-21T02:13:52.9836280Z >>>>> 02/21/2026 02:13:52 ShellNavigationPageTitleNotClipped Start 2026-02-21T02:13:55.9344958Z >>>>> 02/21/2026 02:13:55 ShellNavigationPageTitleNotClipped Stop 2026-02-21T02:13:56.4375761Z >>>>> 02/21/2026 02:13:56 FixtureSetup for Issue32583(Android) 2026-02-21T02:13:57.4842825Z Passed ShellNavigationPageTitleNotClipped [3 s] 2026-02-21T02:13:59.0826331Z >>>>> 02/21/2026 02:13:59 NavigationBarShouldRemainHiddenAfterNavigatingBack Start 2026-02-21T02:14:04.4079933Z >>>>> 02/21/2026 02:14:04 NavigationBarShouldRemainHiddenAfterNavigatingBack Stop 2026-02-21T02:14:04.9751214Z >>>>> 02/21/2026 02:14:04 FixtureSetup for Issue32899(Android) 2026-02-21T02:14:05.0831701Z Passed NavigationBarShouldRemainHiddenAfterNavigatingBack [5 s] 2026-02-21T02:14:07.5305443Z >>>>> 02/21/2026 02:14:07 TitleViewImageShouldBeVisible Start 2026-02-21T02:14:09.2316765Z >>>>> 02/21/2026 02:14:09 TitleViewImageShouldBeVisible Stop 2026-02-21T02:14:09.7046473Z >>>>> 02/21/2026 02:14:09 FixtureSetup for Issue33158(Android) 2026-02-21T02:14:10.5306653Z Passed TitleViewImageShouldBeVisible [1 s] 2026-02-21T02:14:12.2371088Z >>>>> 02/21/2026 02:14:12 Issue33158CheckIsEnabled Start 2026-02-21T02:14:14.9012349Z >>>>> 02/21/2026 02:14:14 Issue33158CheckIsEnabled Stop 2026-02-21T02:14:15.2373756Z Passed Issue33158CheckIsEnabled [2 s] 2026-02-21T02:14:15.5796621Z >>>>> 02/21/2026 02:14:15 FixtureSetup for Issue33191(Android) 2026-02-21T02:14:18.1139667Z >>>>> 02/21/2026 02:14:18 NavBarUpdatesWhenSwitchingShellContent Start 2026-02-21T02:14:21.3303523Z >>>>> 02/21/2026 02:14:21 NavBarUpdatesWhenSwitchingShellContent Stop 2026-02-21T02:14:21.9382688Z >>>>> 02/21/2026 02:14:21 FixtureSetup for Issue33356(Android) 2026-02-21T02:14:22.6146395Z Passed NavBarUpdatesWhenSwitchingShellContent [3 s] 2026-02-21T02:14:24.4198829Z >>>>> 02/21/2026 02:14:24 Issue33356NavigateShouldOccur Start 2026-02-21T02:14:31.8461395Z >>>>> 02/21/2026 02:14:31 Issue33356NavigateShouldOccur Stop 2026-02-21T02:14:32.7579890Z >>>>> 02/21/2026 02:14:32 FixtureSetup for Issue33688(Android) 2026-02-21T02:14:33.4199366Z Passed Issue33356NavigateShouldOccur [7 s] 2026-02-21T02:14:35.3845751Z >>>>> 02/21/2026 02:14:35 BackButtonBehaviorTriggersWithCollectionView Start 2026-02-21T02:14:39.8356202Z >>>>> 02/21/2026 02:14:39 BackButtonBehaviorTriggersWithCollectionView Stop 2026-02-21T02:14:41.3852024Z Passed BackButtonBehaviorTriggersWithCollectionView [4 s] 2026-02-21T02:15:04.6139997Z [d4e25ee0][Logcat] Logcat terminated with code 255, signal null 2026-02-21T02:15:04.6162285Z >>>>> 02/21/2026 02:15:04 The FixtureTeardown threw an exception during Issue33688(Android). 2026-02-21T02:15:04.6162909Z Exception details: OpenQA.Selenium.UnknownErrorException: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command '/usr/local/lib/android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package resolve-activity --brief com.microsoft.maui.uitests' exited with code 1'; Command output: error: closed 2026-02-21T02:15:04.6163262Z 2026-02-21T02:15:04.6163507Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:15:04.6163798Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:15:04.6164141Z at UITest.Appium.AppiumLifecycleActions.LaunchApp(IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumLifecycleActions.cs:line 57 2026-02-21T02:15:04.6164567Z at UITest.Appium.AppiumLifecycleActions.Execute(String commandName, IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumLifecycleActions.cs:line 47 2026-02-21T02:15:04.6164926Z at Microsoft.Maui.TestCases.Tests.UITest.Reset() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 148 2026-02-21T02:15:04.6165621Z at UITest.Appium.NUnit.UITestBase.FixtureOneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 90 2026-02-21T02:15:04.6165953Z >>>>> 02/21/2026 02:15:04 FixtureSetup for Issue4684(Android) 2026-02-21T02:15:04.6370855Z >>>>> 02/21/2026 02:15:04 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:15:04.6371192Z Exception details: OpenQA.Selenium.UnknownErrorException: An unknown server-side error occurred while processing the command. Original error: 'POST /elements' cannot be proxied to UiAutomator2 server because the instrumentation process is not running (probably crashed). Check the server log and/or the logcat output for more details 2026-02-21T02:15:04.6371616Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:15:04.6371987Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:15:04.6372722Z at OpenQA.Selenium.WebDriver.FindElements(By by) 2026-02-21T02:15:04.6372920Z at UITest.Appium.AppiumQuery.FindElements(AppiumApp appiumApp) in /_/src/TestUtils/src/UITest.Appium/AppiumQuery.cs:line 125 2026-02-21T02:15:04.6373271Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2707 2026-02-21T02:15:04.6373534Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-02-21T02:15:04.6373749Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-02-21T02:15:04.6374010Z >>>>> 02/21/2026 02:15:04 Detected instrumentation crash, attempting session recreation (attempt 1/1)... 2026-02-21T02:15:04.6986719Z [d4e25ee0][AppiumDriver@5b56] Had trouble ending session d4e25ee0-db3a-4dcf-bdab-6f2fc7ef2c2e: Error executing adbExec. Original error: 'Command '/usr/local/lib/android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy'' exited with code 1'; Command output: adb: device offline 2026-02-21T02:18:45.2086358Z >>>>> 02/21/2026 02:18:45 Session recreation failed: An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:18:45.2087548Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue4684(Android). 2026-02-21T02:18:45.2087964Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2088335Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2088783Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2089285Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2090840Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue4684(Android). 2026-02-21T02:18:45.2091158Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2091432Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2091729Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2092229Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2094319Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue4684(Android) 2026-02-21T02:18:45.2094799Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2095077Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2095346Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2095589Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2095906Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2096280Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2096681Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2096887Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2097366Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2097663Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2097859Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2098044Z --TearDown 2026-02-21T02:18:45.2098318Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2098619Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2098941Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2099315Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2099668Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2100059Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2100253Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue5132(Android) 2026-02-21T02:18:45.2100493Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2100780Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2101034Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2101338Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2101681Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue5132(Android). 2026-02-21T02:18:45.2102043Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2102280Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2102538Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2102966Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2103308Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue5132(Android). 2026-02-21T02:18:45.2103574Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2103824Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2104089Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2104444Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2104776Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue5132(Android) 2026-02-21T02:18:45.2105044Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2105256Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2105407Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2105554Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2105725Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2106055Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2106308Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2106629Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2107010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2107360Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2107585Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2107859Z --TearDown 2026-02-21T02:18:45.2108117Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2108470Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2108844Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2109250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2109595Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2109872Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2110068Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue5831(Android) 2026-02-21T02:18:45.2110308Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2110655Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2110811Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2110988Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2111175Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue5831(Android). 2026-02-21T02:18:45.2111410Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2111677Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2112201Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2112513Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2112945Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue5831(Android). 2026-02-21T02:18:45.2113244Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2113509Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2113815Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2114265Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2114575Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue5831(Android) 2026-02-21T02:18:45.2115016Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2115229Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2115389Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2115592Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2115768Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2116068Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2116500Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2116711Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2116947Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2117150Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2117351Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2117513Z --TearDown 2026-02-21T02:18:45.2117713Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2118029Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2118308Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2118546Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2118777Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2119088Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2119389Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue6484(Android) 2026-02-21T02:18:45.2119651Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2119922Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2120185Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2120489Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2120837Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue6484(Android). 2026-02-21T02:18:45.2121011Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2121167Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2121389Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2121753Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2122118Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue6484(Android). 2026-02-21T02:18:45.2122297Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2122502Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2122858Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2123218Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2123608Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue6484(Android) 2026-02-21T02:18:45.2123871Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2124123Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2124292Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2124438Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2124698Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2125052Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2125264Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2125473Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2125700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2125898Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2126090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2126251Z --TearDown 2026-02-21T02:18:45.2126414Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2126608Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2126823Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2127048Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2127243Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2127433Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2127607Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue6738(Android) 2026-02-21T02:18:45.2127760Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2127920Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2128080Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2128250Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2128445Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue6738(Android). 2026-02-21T02:18:45.2128612Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2128760Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2128929Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2129146Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2129640Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue6738(Android). 2026-02-21T02:18:45.2129954Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2130206Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2130486Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2130842Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2131158Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue6738(Android) 2026-02-21T02:18:45.2131416Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2131653Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2131984Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2132250Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2132515Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2132836Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2133172Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2133496Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2133836Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2134142Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2134439Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2134718Z --TearDown 2026-02-21T02:18:45.2134994Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2135334Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2135709Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2136116Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2136471Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2136813Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2137131Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue6784(Android) 2026-02-21T02:18:45.2137411Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2137700Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2137966Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2138280Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2138626Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue6784(Android). 2026-02-21T02:18:45.2139020Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2139309Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2139642Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2139994Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2140332Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue6784(Android). 2026-02-21T02:18:45.2140617Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2140874Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2141167Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2141531Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2141997Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue6784(Android) 2026-02-21T02:18:45.2142295Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2142543Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2142798Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2143059Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2143347Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2143735Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2144095Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2144462Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2144846Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2145182Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2145508Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2145787Z --TearDown 2026-02-21T02:18:45.2146044Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2146377Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2146749Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2147134Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2147483Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2147812Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2148128Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue6878(Android) 2026-02-21T02:18:45.2148381Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2148735Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2148969Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2149208Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2149510Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue6878(Android). 2026-02-21T02:18:45.2149784Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2150045Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2150336Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2150697Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2151040Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue6878(Android). 2026-02-21T02:18:45.2151244Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2151405Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2151667Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2152194Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2152531Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue6878(Android) 2026-02-21T02:18:45.2152774Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2153011Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2153183Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2153334Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2153541Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2153911Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2154260Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2154615Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2154879Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2155083Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2155288Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2155550Z --TearDown 2026-02-21T02:18:45.2155800Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2156087Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2156394Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2156764Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2157097Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2157318Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2157614Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue7045(Android) 2026-02-21T02:18:45.2157796Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2158020Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2158259Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2158533Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2158835Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7045(Android). 2026-02-21T02:18:45.2159065Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2159307Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2159577Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2159932Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2160351Z Failed NavigatingBackAndForthDoesNotCrash [3 m 40 s] 2026-02-21T02:18:45.2160543Z Error Message: 2026-02-21T02:18:45.2160756Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2160981Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2161181Z Stack Trace: 2026-02-21T02:18:45.2161441Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2161661Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2161997Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2162225Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2162454Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2162649Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2162832Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2162936Z 2026-02-21T02:18:45.2163072Z Failed ShellFlyoutAndHamburgerAutomationProperties [< 1 ms] 2026-02-21T02:18:45.2163206Z Error Message: 2026-02-21T02:18:45.2163347Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2163554Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2163823Z Stack Trace: 2026-02-21T02:18:45.2163986Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2164211Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2164488Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2164709Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2164980Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2165337Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2165699Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2165793Z 2026-02-21T02:18:45.2165990Z Failed CollectionViewRenderingWhenLeavingAndReturningViaFlyout [< 1 ms] 2026-02-21T02:18:45.2166167Z Error Message: 2026-02-21T02:18:45.2166301Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2166450Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2166573Z Stack Trace: 2026-02-21T02:18:45.2166727Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2167030Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2167341Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2167671Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2168055Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2168445Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2168835Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2168994Z 2026-02-21T02:18:45.2169204Z Failed RemovingIntermediatePagesBreaksShell [< 1 ms] 2026-02-21T02:18:45.2169487Z Error Message: 2026-02-21T02:18:45.2169742Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2169897Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2170024Z Stack Trace: 2026-02-21T02:18:45.2170179Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2170398Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2170617Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2170824Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2171071Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2171279Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2171475Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2171567Z 2026-02-21T02:18:45.2171701Z Failed FlyoutNavigationBetweenItemsWithNavigationStacks [< 1 ms] 2026-02-21T02:18:45.2171935Z Error Message: 2026-02-21T02:18:45.2172228Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2172374Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2172496Z Stack Trace: 2026-02-21T02:18:45.2172703Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2172921Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2173180Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2173398Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2173626Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2173832Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2174042Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2174143Z 2026-02-21T02:18:45.2174281Z Failed CurrentItemIsSetWhenSelectingShellSectionAggregatedInMoreTab [< 1 ms] 2026-02-21T02:18:45.2174430Z Error Message: 2026-02-21T02:18:45.2174573Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2174728Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2174856Z Stack Trace: 2026-02-21T02:18:45.2175017Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2175232Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2175445Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2175671Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2175911Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2176115Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2176313Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2176412Z 2026-02-21T02:18:45.2176528Z Failed OneMoreControllerOpensOnFirstClick [< 1 ms] 2026-02-21T02:18:45.2176656Z Error Message: 2026-02-21T02:18:45.2176800Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2176951Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2177086Z Stack Trace: 2026-02-21T02:18:45.2177248Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2177479Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2177689Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2177909Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2178153Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2178361Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2178590Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2178715Z 2026-02-21T02:18:45.2178843Z Failed TwoMoreControllerDoesNotShowEditButton [< 1 ms] 2026-02-21T02:18:45.2178971Z Error Message: 2026-02-21T02:18:45.2179106Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2179254Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2179376Z Stack Trace: 2026-02-21T02:18:45.2179527Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2179737Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2179946Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2180163Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2180391Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2180588Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2180777Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2180878Z 2026-02-21T02:18:45.2180993Z Failed ShellItemItemsClearTests [< 1 ms] 2026-02-21T02:18:45.2181114Z Error Message: 2026-02-21T02:18:45.2181247Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2181399Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2181525Z Stack Trace: 2026-02-21T02:18:45.2181673Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2182097Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2182328Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2182534Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2182758Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2182959Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2183146Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2183240Z 2026-02-21T02:18:45.2183359Z Failed ShellBackButtonBehaviorShouldWork [< 1 ms] 2026-02-21T02:18:45.2183482Z Error Message: 2026-02-21T02:18:45.2183616Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2183770Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2183940Z Stack Trace: 2026-02-21T02:18:45.2184196Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2184563Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2185054Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2185393Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2185921Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2186139Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2186352Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2186458Z 2026-02-21T02:18:45.2186652Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7045(Android). 2026-02-21T02:18:45.2187005Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2187211Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2187425Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2187749Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2188043Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7045(Android) 2026-02-21T02:18:45.2188300Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2188493Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2188652Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2188874Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2189150Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2189533Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2189878Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2190230Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2190533Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2190826Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2191102Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2191440Z --TearDown 2026-02-21T02:18:45.2191756Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2192239Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2192679Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2193026Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2193356Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2193638Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2193963Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue7181(Android) 2026-02-21T02:18:45.2194216Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2194522Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2194762Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2195040Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2195349Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7181(Android). 2026-02-21T02:18:45.2195626Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2195873Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2196134Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2196491Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2196820Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7181(Android). 2026-02-21T02:18:45.2197129Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2197285Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2197456Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2197667Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2197867Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7181(Android) 2026-02-21T02:18:45.2198031Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2198176Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2198331Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2198483Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2198659Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2198877Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2199081Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2199282Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2199512Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2199713Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2199906Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2200067Z --TearDown 2026-02-21T02:18:45.2200222Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2200414Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2200620Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2200927Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2201174Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2201367Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2201546Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue7240(Android) 2026-02-21T02:18:45.2201700Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2202003Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2202185Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2202359Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2202557Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7240(Android). 2026-02-21T02:18:45.2202735Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2202887Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2203062Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2203281Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2203485Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7240(Android). 2026-02-21T02:18:45.2203657Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2203810Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2203985Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2204203Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2204415Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7240(Android) 2026-02-21T02:18:45.2204580Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2204726Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2204874Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2205022Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2205196Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2205419Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2205626Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2205842Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2206068Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2206269Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2206463Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2206667Z --TearDown 2026-02-21T02:18:45.2206823Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2207015Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2207263Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2207488Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2207685Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2207878Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2208065Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue7339(Android) 2026-02-21T02:18:45.2208220Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2208444Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2208765Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2208991Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2209303Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7339(Android). 2026-02-21T02:18:45.2209607Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2209755Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2209958Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2210427Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2210831Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7339(Android). 2026-02-21T02:18:45.2211178Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2211418Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2211683Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2212132Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2212422Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7339(Android) 2026-02-21T02:18:45.2212647Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2212880Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2213114Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2213355Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2213636Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2213982Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2214312Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2214690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2214921Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2215160Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2215643Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2215802Z --TearDown 2026-02-21T02:18:45.2215956Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2216152Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2216369Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2216590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2216798Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2216999Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2217179Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue7396(Android) 2026-02-21T02:18:45.2217333Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2217496Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2217650Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2217822Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2218009Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7396(Android). 2026-02-21T02:18:45.2218187Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2218341Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2218513Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2218725Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2218935Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7396(Android). 2026-02-21T02:18:45.2219102Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2219254Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2219421Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2219635Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2219866Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7396(Android) 2026-02-21T02:18:45.2220029Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2220173Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2220317Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2220462Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2220632Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2220843Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2221082Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2221319Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2221551Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2221749Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2222146Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2222307Z --TearDown 2026-02-21T02:18:45.2222461Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2222666Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2222877Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2223104Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2223306Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2223495Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2223672Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue7453(Android) 2026-02-21T02:18:45.2223834Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2223994Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2224166Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2224343Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2224545Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7453(Android). 2026-02-21T02:18:45.2224725Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2224884Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2225060Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2225289Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2225496Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7453(Android). 2026-02-21T02:18:45.2225672Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2225837Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2226018Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2226263Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2226470Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7453(Android) 2026-02-21T02:18:45.2226636Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2226781Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2226969Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2227128Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2227348Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2227585Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2227807Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2228032Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2228271Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2228470Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2228681Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2228846Z --TearDown 2026-02-21T02:18:45.2229012Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2229220Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2229503Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2229861Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2230187Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2230493Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2230778Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue7856(Android) 2026-02-21T02:18:45.2231024Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2231287Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2231516Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2231767Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2232171Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7856(Android). 2026-02-21T02:18:45.2232617Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2232921Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2233186Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2233559Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2234530Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue7856(Android). 2026-02-21T02:18:45.2234816Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2235056Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2235332Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2235856Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2236150Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7856(Android) 2026-02-21T02:18:45.2236490Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2236700Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2236910Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2237144Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2237416Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2237676Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2237885Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2238078Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2238366Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2238659Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2238974Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2239217Z --TearDown 2026-02-21T02:18:45.2239457Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2239773Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2240082Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2240310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2240494Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2240668Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2240831Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue8008(Android) 2026-02-21T02:18:45.2240975Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2241134Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2241278Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2241442Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2241627Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8008(Android). 2026-02-21T02:18:45.2241787Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2242090Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2242258Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2242458Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2242729Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8008(Android). 2026-02-21T02:18:45.2242901Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2243080Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2243243Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2243449Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2243638Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8008(Android) 2026-02-21T02:18:45.2244013Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2244145Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2244288Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2244432Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2244595Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2244818Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2245017Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2245213Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2245425Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2245615Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2245810Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2245966Z --TearDown 2026-02-21T02:18:45.2246117Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2246302Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2246501Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2246766Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2247091Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2247280Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2247454Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue8145(Android) 2026-02-21T02:18:45.2247595Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2247752Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2247895Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2248055Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2248229Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8145(Android). 2026-02-21T02:18:45.2248388Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2248566Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2248726Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2248955Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2249150Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8145(Android). 2026-02-21T02:18:45.2249315Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2249457Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2249614Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2249816Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2250008Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8145(Android) 2026-02-21T02:18:45.2250159Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2250295Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2250435Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2250575Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2250735Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2250939Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2251131Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2251344Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2251556Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2251746Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2252071Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2252309Z --TearDown 2026-02-21T02:18:45.2252536Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2252827Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2253129Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2253465Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2253752Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2254007Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2254224Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue8207(Android) 2026-02-21T02:18:45.2254425Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2254663Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2254849Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2255020Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2255234Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8207(Android). 2026-02-21T02:18:45.2255392Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2255529Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2255685Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2255883Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2256072Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8207(Android). 2026-02-21T02:18:45.2256238Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2256384Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2256553Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2256755Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2256942Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8207(Android) 2026-02-21T02:18:45.2257090Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2257227Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2257367Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2257500Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2257671Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2257876Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2258076Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2258270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2258490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2258674Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2258859Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2259006Z --TearDown 2026-02-21T02:18:45.2259156Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2259346Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2259547Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2259762Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2259946Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2260153Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2260322Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue8529(Android) 2026-02-21T02:18:45.2260496Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2260648Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2260788Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2260953Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2261130Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8529(Android). 2026-02-21T02:18:45.2261288Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2261434Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2261596Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2261797Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2262189Z Failed ShellToolbarItemTests [< 1 ms] 2026-02-21T02:18:45.2262312Z Error Message: 2026-02-21T02:18:45.2262447Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2262596Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2262713Z Stack Trace: 2026-02-21T02:18:45.2262861Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2263067Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2263274Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2263467Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2263685Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2263871Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2264045Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2264137Z 2026-02-21T02:18:45.2264257Z Failed ShellSecondPageHasSameLayoutAsPrimary [< 1 ms] 2026-02-21T02:18:45.2264378Z Error Message: 2026-02-21T02:18:45.2264518Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2264681Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2264808Z Stack Trace: 2026-02-21T02:18:45.2264971Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2265209Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2265433Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2265655Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2265898Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2266141Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2266358Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2266500Z 2026-02-21T02:18:45.2266622Z Failed MaterialFrameDisposesCorrectly [< 1 ms] 2026-02-21T02:18:45.2266834Z Error Message: 2026-02-21T02:18:45.2266990Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2267147Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2267272Z Stack Trace: 2026-02-21T02:18:45.2267435Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2267666Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2267895Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2268126Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2268379Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2268593Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2268806Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2268910Z 2026-02-21T02:18:45.2269026Z Failed BottomTabColorTest [< 1 ms] 2026-02-21T02:18:45.2269143Z Error Message: 2026-02-21T02:18:45.2269285Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2269450Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2269581Z Stack Trace: 2026-02-21T02:18:45.2269756Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2269994Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2270223Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2270452Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2270715Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2270932Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2271136Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2271236Z 2026-02-21T02:18:45.2271356Z Failed ChangeShellContentTitle [< 1 ms] 2026-02-21T02:18:45.2271478Z Error Message: 2026-02-21T02:18:45.2271657Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2271941Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2272129Z Stack Trace: 2026-02-21T02:18:45.2272361Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2272706Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2273102Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2273418Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2273663Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2273880Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2274083Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2274169Z 2026-02-21T02:18:45.2274282Z Failed BackButtonBehaviorTest [< 1 ms] 2026-02-21T02:18:45.2274409Z Error Message: 2026-02-21T02:18:45.2274551Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2274718Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2274848Z Stack Trace: 2026-02-21T02:18:45.2275003Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2275217Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2275422Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2275626Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2275845Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2276055Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2276248Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2276343Z 2026-02-21T02:18:45.2276473Z Failed RemovingShellItemCorrectlyPicksNextValidShellItemAsVisibleShellItem [< 1 ms] 2026-02-21T02:18:45.2276612Z Error Message: 2026-02-21T02:18:45.2276746Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2276891Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2277014Z Stack Trace: 2026-02-21T02:18:45.2277159Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2277373Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2277598Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2277808Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2278034Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2278230Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2278419Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2278507Z 2026-02-21T02:18:45.2278663Z Failed Issue8145ShellToolbarDisposedException [< 1 ms] 2026-02-21T02:18:45.2278791Z Error Message: 2026-02-21T02:18:45.2278928Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2279110Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2279237Z Stack Trace: 2026-02-21T02:18:45.2279394Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2279604Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2279807Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2280007Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2280240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2280441Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2280628Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2280724Z 2026-02-21T02:18:45.2280842Z Failed FlyoutItemShouldShowTitle [< 1 ms] 2026-02-21T02:18:45.2280961Z Error Message: 2026-02-21T02:18:45.2281096Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2281244Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2281368Z Stack Trace: 2026-02-21T02:18:45.2281520Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2281743Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2282184Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2282399Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2282622Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2282817Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2283007Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2283101Z 2026-02-21T02:18:45.2283239Z Failed Issue8529ShellBackButtonBehaviorCommandPropertyCanUseICommand [< 1 ms] 2026-02-21T02:18:45.2283376Z Error Message: 2026-02-21T02:18:45.2283519Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2283668Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2283791Z Stack Trace: 2026-02-21T02:18:45.2283946Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2284156Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2284360Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2284566Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2284859Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2285130Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2285327Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2285422Z 2026-02-21T02:18:45.2285570Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8529(Android). 2026-02-21T02:18:45.2285741Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2285892Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2286059Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2286286Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2286493Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8529(Android) 2026-02-21T02:18:45.2286655Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2286800Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2286946Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2287094Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2287264Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2287480Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2287692Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2287903Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2288128Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2288329Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2288521Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2288686Z --TearDown 2026-02-21T02:18:45.2288836Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2289034Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2289251Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2289484Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2289683Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2289871Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2290047Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue8741(Android) 2026-02-21T02:18:45.2290199Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2290390Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2290542Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2290743Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2290938Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8741(Android). 2026-02-21T02:18:45.2291112Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2291263Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2291434Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2291655Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2291965Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue8741(Android). 2026-02-21T02:18:45.2292216Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2292372Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2292541Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2292753Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2292945Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8741(Android) 2026-02-21T02:18:45.2293103Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2293246Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2293403Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2293548Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2293720Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2293945Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2294148Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2294354Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2294581Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2294783Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2294973Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2295133Z --TearDown 2026-02-21T02:18:45.2295293Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2295488Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2295694Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2295925Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2296169Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2296361Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2296575Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue9006(Android) 2026-02-21T02:18:45.2296730Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2296894Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2297046Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2297219Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2297410Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue9006(Android). 2026-02-21T02:18:45.2297582Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2297740Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2297913Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2298140Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2298347Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue9006(Android). 2026-02-21T02:18:45.2298520Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2298672Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2298848Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2299063Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2299280Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue9006(Android) 2026-02-21T02:18:45.2299459Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2299613Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2299770Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2299926Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2300108Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2300338Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2300559Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2300839Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2301110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2301322Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2301524Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2301687Z --TearDown 2026-02-21T02:18:45.2301954Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2302297Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2302575Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2302851Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2303068Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2303279Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2303466Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue9088(Android) 2026-02-21T02:18:45.2303624Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2303792Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2303957Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2304145Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2304353Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue9088(Android). 2026-02-21T02:18:45.2304532Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2304682Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2304852Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2305073Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2305279Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue9088(Android). 2026-02-21T02:18:45.2305457Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2305606Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2305777Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2306010Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2306220Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue9088(Android) 2026-02-21T02:18:45.2306386Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2306529Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2306675Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2306829Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2307010Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2307250Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2307473Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2307699Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2307940Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2308146Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2308422Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2308627Z --TearDown 2026-02-21T02:18:45.2308801Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2309011Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2309296Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2309657Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2309991Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2310380Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2310638Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue9440(Android) 2026-02-21T02:18:45.2310864Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2311080Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2311297Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2311528Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2311809Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue9440(Android). 2026-02-21T02:18:45.2312191Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2312434Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2312713Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2313066Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2313376Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue9440(Android). 2026-02-21T02:18:45.2313644Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2313826Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2314007Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2314237Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2314444Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue9440(Android) 2026-02-21T02:18:45.2314614Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2314767Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2314920Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2315084Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2315266Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2315559Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2315788Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2316057Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2316320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2316518Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2316708Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2316861Z --TearDown 2026-02-21T02:18:45.2317010Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2317198Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2317413Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2317670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2317865Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2318059Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2318238Z >>>>> 02/21/2026 02:18:45 FixtureSetup for Issue9794(Android) 2026-02-21T02:18:45.2318393Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2318559Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2318710Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2318887Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2319080Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue9794(Android). 2026-02-21T02:18:45.2319250Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2319399Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2319565Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2319780Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2319991Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during Issue9794(Android). 2026-02-21T02:18:45.2320165Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2320325Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2320503Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2320722Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2320918Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue9794(Android) 2026-02-21T02:18:45.2321075Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2321218Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2321363Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2321507Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2321722Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2322104Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2322505Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2322749Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2322971Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2323167Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2323354Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2323511Z --TearDown 2026-02-21T02:18:45.2323668Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2323866Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2324077Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2324301Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2324503Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2324693Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2324877Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellFlyoutContent(Android) 2026-02-21T02:18:45.2325038Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2325201Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2325356Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2325524Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2325714Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellFlyoutContent(Android). 2026-02-21T02:18:45.2325892Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2326046Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2326225Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2326436Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2326650Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellFlyoutContent(Android). 2026-02-21T02:18:45.2326826Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2326979Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2327145Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2327358Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2327624Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellFlyoutContent(Android) 2026-02-21T02:18:45.2327851Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2328081Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2328299Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2328524Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2328773Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2329124Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2329337Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2329541Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2329774Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2329974Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2330163Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2330315Z --TearDown 2026-02-21T02:18:45.2330466Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2330656Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2330866Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2331095Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2331298Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2331485Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2331664Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellFlyoutContentOffset(Android) 2026-02-21T02:18:45.2331924Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2332111Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2332270Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2332451Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2332650Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellFlyoutContentOffset(Android). 2026-02-21T02:18:45.2332838Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2332993Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2333165Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2333375Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2333584Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellFlyoutContentOffset(Android). 2026-02-21T02:18:45.2333759Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2333975Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2334151Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2334403Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2334621Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellFlyoutContentOffset(Android) 2026-02-21T02:18:45.2334791Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2334939Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2335097Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2335251Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2335425Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2335655Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2335867Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2336078Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2336304Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2336500Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2336688Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2336851Z --TearDown 2026-02-21T02:18:45.2337008Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2337208Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2337417Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2337640Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2337833Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2338023Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2338212Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellFlyoutHeaderBehavior(Android) 2026-02-21T02:18:45.2338374Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2338529Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2338678Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2338845Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2339039Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellFlyoutHeaderBehavior(Android). 2026-02-21T02:18:45.2339211Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2339363Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2339569Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2339789Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2339995Z Failed Issue8741Test [< 1 ms] 2026-02-21T02:18:45.2340115Z Error Message: 2026-02-21T02:18:45.2340258Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2340405Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2340527Z Stack Trace: 2026-02-21T02:18:45.2340681Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2340896Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2341114Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2341323Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2341557Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2341754Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2342031Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2342136Z 2026-02-21T02:18:45.2342263Z Failed ClickingOnTabToPopToRootDoesntBreakNavigation [< 1 ms] 2026-02-21T02:18:45.2342393Z Error Message: 2026-02-21T02:18:45.2342542Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2342692Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2342816Z Stack Trace: 2026-02-21T02:18:45.2342981Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2343195Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2343399Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2343604Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2343827Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2344033Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2344218Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2344320Z 2026-02-21T02:18:45.2344452Z Failed Issue9088SwipeViewConfictWithShellMenuSwipeInFromLeft [< 1 ms] 2026-02-21T02:18:45.2344585Z Error Message: 2026-02-21T02:18:45.2344715Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2344864Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2344988Z Stack Trace: 2026-02-21T02:18:45.2345146Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2345362Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2345614Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2345871Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2346100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2346300Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2346510Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2346608Z 2026-02-21T02:18:45.2346723Z Failed GitHubIssue9440 [< 1 ms] 2026-02-21T02:18:45.2346850Z Error Message: 2026-02-21T02:18:45.2346991Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2347152Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2347283Z Stack Trace: 2026-02-21T02:18:45.2347447Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2347680Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2347906Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2348134Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2348371Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2348574Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2348790Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2348898Z 2026-02-21T02:18:45.2349023Z Failed EnsureTabBarStaysVisibleAfterPoppingPage [< 1 ms] 2026-02-21T02:18:45.2349154Z Error Message: 2026-02-21T02:18:45.2349290Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2349450Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2349571Z Stack Trace: 2026-02-21T02:18:45.2349734Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2349958Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2350186Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2350410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2350657Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2350864Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2351080Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2351182Z 2026-02-21T02:18:45.2351300Z Failed FlyoutContentTests [< 1 ms] 2026-02-21T02:18:45.2351449Z Error Message: 2026-02-21T02:18:45.2351587Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2351749Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2351980Z Stack Trace: 2026-02-21T02:18:45.2352155Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2352381Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2352602Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2352821Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2353063Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2353274Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2353475Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2353591Z 2026-02-21T02:18:45.2353725Z Failed FlyoutContentOffsetsCorrectlyWithHeader [< 1 ms] 2026-02-21T02:18:45.2353859Z Error Message: 2026-02-21T02:18:45.2354001Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2354162Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2354290Z Stack Trace: 2026-02-21T02:18:45.2354453Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2354696Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2354938Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2355187Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2355450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2355674Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2355897Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2356001Z 2026-02-21T02:18:45.2356126Z Failed FlyoutHeaderBehaviorCollapseOnScroll [< 1 ms] 2026-02-21T02:18:45.2356262Z Error Message: 2026-02-21T02:18:45.2356410Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2356578Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2356708Z Stack Trace: 2026-02-21T02:18:45.2356873Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2357096Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2357311Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2357529Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2357822Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2358069Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2358275Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2358374Z 2026-02-21T02:18:45.2358500Z Failed FlyoutHeaderBehaviorFixed [< 1 ms] 2026-02-21T02:18:45.2358633Z Error Message: 2026-02-21T02:18:45.2358780Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2358942Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2359075Z Stack Trace: 2026-02-21T02:18:45.2359237Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2359473Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2359701Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2359928Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2360167Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2360380Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2360578Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2360685Z 2026-02-21T02:18:45.2360814Z Failed FlyoutHeaderBehaviorScroll [< 1 ms] 2026-02-21T02:18:45.2360944Z Error Message: 2026-02-21T02:18:45.2361091Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2361252Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2361386Z Stack Trace: 2026-02-21T02:18:45.2361551Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2361776Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2362114Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2362346Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2362596Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2362812Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2363025Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2363120Z 2026-02-21T02:18:45.2363279Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellFlyoutHeaderBehavior(Android). 2026-02-21T02:18:45.2363468Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2363630Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2363812Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2364080Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2364362Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellFlyoutHeaderBehavior(Android) 2026-02-21T02:18:45.2364542Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2364700Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2364860Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2365020Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2365204Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2365437Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2365676Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2365906Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2366142Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2366350Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2366551Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2366716Z --TearDown 2026-02-21T02:18:45.2366881Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2367097Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2367331Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2367565Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2367767Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2367956Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2368133Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellFlyoutSizing(Android) 2026-02-21T02:18:45.2368288Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2368457Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2368611Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2368785Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2368980Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellFlyoutSizing(Android). 2026-02-21T02:18:45.2369153Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2369302Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2369469Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2369682Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2369918Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellFlyoutSizing(Android). 2026-02-21T02:18:45.2370093Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2370267Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2370437Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2370653Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2370855Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellFlyoutSizing(Android) 2026-02-21T02:18:45.2371020Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2371163Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2371319Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2371468Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2371653Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2371965Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2372198Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2372404Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2372634Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2372832Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2373018Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2373185Z --TearDown 2026-02-21T02:18:45.2373344Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2373540Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2373745Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2373969Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2374176Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2374368Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2374552Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellInsets(Android) 2026-02-21T02:18:45.2374704Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2374862Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2375009Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2375184Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2375374Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellInsets(Android). 2026-02-21T02:18:45.2375581Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2375725Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2375937Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2376137Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2376328Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellInsets(Android). 2026-02-21T02:18:45.2376485Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2376624Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2376781Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2376987Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2377172Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellInsets(Android) 2026-02-21T02:18:45.2377333Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2377470Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2377610Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2377746Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2377903Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2378105Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2378312Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2378508Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2378727Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2378918Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2379091Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2379242Z --TearDown 2026-02-21T02:18:45.2379384Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2379572Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2379771Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2379992Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2380184Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2380361Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2380531Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellItemIsVisible(Android) 2026-02-21T02:18:45.2380676Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2380856Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2381000Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2381160Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2381380Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellItemIsVisible(Android). 2026-02-21T02:18:45.2381542Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2381684Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2381931Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2382147Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2382332Z Failed FlyoutHeightAndWidthResetsBackToOriginalSize [< 1 ms] 2026-02-21T02:18:45.2382457Z Error Message: 2026-02-21T02:18:45.2382588Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2382736Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2382857Z Stack Trace: 2026-02-21T02:18:45.2383004Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2383203Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2383395Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2383588Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2383811Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2383998Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2384177Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2384270Z 2026-02-21T02:18:45.2384388Z Failed FlyoutHeightAndWidthIncreaseAndDecreaseCorrectly [< 1 ms] 2026-02-21T02:18:45.2384510Z Error Message: 2026-02-21T02:18:45.2384639Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2384780Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2384896Z Stack Trace: 2026-02-21T02:18:45.2385032Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2385245Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2385444Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2385638Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2385852Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2386036Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2386221Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2386339Z 2026-02-21T02:18:45.2386450Z Failed PaddingWithoutSafeArea [< 1 ms] 2026-02-21T02:18:45.2386564Z Error Message: 2026-02-21T02:18:45.2386694Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2386866Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2386987Z Stack Trace: 2026-02-21T02:18:45.2387135Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2387334Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2387526Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2387721Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2387941Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2388131Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2388312Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2388407Z 2026-02-21T02:18:45.2388512Z Failed EntryScrollTest [< 1 ms] 2026-02-21T02:18:45.2388622Z Error Message: 2026-02-21T02:18:45.2388753Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2388892Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2389006Z Stack Trace: 2026-02-21T02:18:45.2389151Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2389364Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2389568Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2389765Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2389973Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2390155Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2390337Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2390421Z 2026-02-21T02:18:45.2390529Z Failed ListViewScrollTest [< 1 ms] 2026-02-21T02:18:45.2390640Z Error Message: 2026-02-21T02:18:45.2390772Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2390915Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2391030Z Stack Trace: 2026-02-21T02:18:45.2391177Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2391376Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2391568Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2391764Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2392075Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2392310Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2392492Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2392575Z 2026-02-21T02:18:45.2392683Z Failed FlyoutItemVisible [< 1 ms] 2026-02-21T02:18:45.2392794Z Error Message: 2026-02-21T02:18:45.2392923Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2393062Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2393177Z Stack Trace: 2026-02-21T02:18:45.2393325Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2393532Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2393739Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2393942Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2394157Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2394342Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2394526Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2394621Z 2026-02-21T02:18:45.2394735Z Failed ClearAndRecreateShellElements [< 1 ms] 2026-02-21T02:18:45.2394851Z Error Message: 2026-02-21T02:18:45.2394981Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2395128Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2395248Z Stack Trace: 2026-02-21T02:18:45.2395398Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2395601Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2395802Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2395995Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2396216Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2396404Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2396586Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2396674Z 2026-02-21T02:18:45.2396783Z Failed ClearAndRecreateShellContent [< 1 ms] 2026-02-21T02:18:45.2396897Z Error Message: 2026-02-21T02:18:45.2397023Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2397161Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2397274Z Stack Trace: 2026-02-21T02:18:45.2397453Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2397654Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2397878Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2398071Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2398280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2398463Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2398637Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2398730Z 2026-02-21T02:18:45.2398846Z Failed ClearAndRecreateFromSecondaryPage [< 1 ms] 2026-02-21T02:18:45.2398964Z Error Message: 2026-02-21T02:18:45.2399091Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2399231Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2399345Z Stack Trace: 2026-02-21T02:18:45.2399487Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2399687Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2399880Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2400081Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2400298Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2400488Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2400662Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2400783Z 2026-02-21T02:18:45.2400900Z Failed HideFlyoutItem [< 1 ms] 2026-02-21T02:18:45.2401012Z Error Message: 2026-02-21T02:18:45.2401143Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2401283Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2401398Z Stack Trace: 2026-02-21T02:18:45.2401553Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2401751Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2402038Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2402236Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2402443Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2402628Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2402866Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2402957Z 2026-02-21T02:18:45.2403106Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellItemIsVisible(Android). 2026-02-21T02:18:45.2403319Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2403471Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2403639Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2403851Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2404055Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellItemIsVisible(Android) 2026-02-21T02:18:45.2404219Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2404372Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2404523Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2404675Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2404846Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2405061Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2405268Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2405665Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2405901Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2406100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2406291Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2406444Z --TearDown 2026-02-21T02:18:45.2406600Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2406796Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2407006Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2407251Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2407449Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2407639Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2407822Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellSearchHandlerItemSizing(Android) 2026-02-21T02:18:45.2407983Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2408145Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2408293Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2408461Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2408706Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellSearchHandlerItemSizing(Android). 2026-02-21T02:18:45.2408895Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2409077Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2409255Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2409488Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2409736Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellSearchHandlerItemSizing(Android). 2026-02-21T02:18:45.2409925Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2410081Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2410263Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2410497Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2410723Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellSearchHandlerItemSizing(Android) 2026-02-21T02:18:45.2410903Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2411046Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2411195Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2411350Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2411533Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2411778Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2412099Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2412328Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2412564Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2412767Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2412981Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2413152Z --TearDown 2026-02-21T02:18:45.2413323Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2413530Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2413767Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2414024Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2414231Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2414437Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2414668Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellTitleView(Android) 2026-02-21T02:18:45.2414825Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2415005Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2415204Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2415380Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2415561Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellTitleView(Android). 2026-02-21T02:18:45.2415727Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2415869Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2416088Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2416382Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2416666Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellTitleView(Android). 2026-02-21T02:18:45.2416919Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2417220Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2417406Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2417641Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2417851Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellTitleView(Android) 2026-02-21T02:18:45.2418027Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2418177Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2418328Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2418482Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2418653Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2418868Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2419071Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2419278Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2419510Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2419710Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2419907Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2420065Z --TearDown 2026-02-21T02:18:45.2420225Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2420417Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2420621Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2420912Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2421121Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2421345Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2421524Z >>>>> 02/21/2026 02:18:45 SwappingShellInstancesRecreatesPages Start 2026-02-21T02:18:45.2421685Z >>>>> 02/21/2026 02:18:45 FixtureSetup for SwappingShellInstancesRecreatesPages 2026-02-21T02:18:45.2421922Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2422098Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2422248Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2422416Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2422597Z >>>>> 02/21/2026 02:18:45 SwappingShellInstancesRecreatesPages Stop 2026-02-21T02:18:45.2422778Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during SwappingShellInstancesRecreatesPages. 2026-02-21T02:18:45.2422955Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2423106Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2423274Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2423486Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2423676Z >>>>> 02/21/2026 02:18:45 ValidateBasicServiceLifetimePageBehavior Start 2026-02-21T02:18:45.2423831Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ValidateBasicServiceLifetimePageBehavior 2026-02-21T02:18:45.2423997Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2424156Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2424312Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2424485Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2424665Z >>>>> 02/21/2026 02:18:45 ValidateBasicServiceLifetimePageBehavior Stop 2026-02-21T02:18:45.2424849Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ValidateBasicServiceLifetimePageBehavior. 2026-02-21T02:18:45.2425030Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2425183Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2425352Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2425579Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2425785Z >>>>> 02/21/2026 02:18:45 FixtureSetup for ShellWithCustomRendererDisabledAnimation(Android) 2026-02-21T02:18:45.2425952Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.2426107Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2426255Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2426419Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.2426617Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellWithCustomRendererDisabledAnimation(Android). 2026-02-21T02:18:45.2426953Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2427105Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2427307Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2427530Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2427756Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ShellWithCustomRendererDisabledAnimation(Android). 2026-02-21T02:18:45.2427938Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.2428088Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2428257Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2428477Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.2428697Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ShellWithCustomRendererDisabledAnimation(Android) 2026-02-21T02:18:45.2428869Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2429016Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2429162Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.2429310Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.2429484Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2429698Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.2429910Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.2430123Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2430355Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2430544Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2430728Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2430884Z --TearDown 2026-02-21T02:18:45.2431033Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.2431233Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:18:45.2431456Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2431695Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.2431966Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.2432172Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.2432403Z NUnit Adapter 4.5.0.0: Test execution complete 2026-02-21T02:18:45.2453189Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-21T02:18:45.3017018Z [xUnit.net 00:00:00.05] Discovering: Controls.TestCases.Android.Tests 2026-02-21T02:18:45.4495636Z [xUnit.net 00:00:00.20] Discovered: Controls.TestCases.Android.Tests 2026-02-21T02:18:45.5079446Z Failed HideActiveShellContent [< 1 ms] 2026-02-21T02:18:45.5079743Z Error Message: 2026-02-21T02:18:45.5079985Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5080201Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5080485Z Stack Trace: 2026-02-21T02:18:45.5080861Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5081147Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5081597Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.5082043Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5082330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5082558Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5082786Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5082896Z 2026-02-21T02:18:45.5083031Z Failed VerifySearchHandlerItemsAreVisible [< 1 ms] 2026-02-21T02:18:45.5083168Z Error Message: 2026-02-21T02:18:45.5083316Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5083485Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5083625Z Stack Trace: 2026-02-21T02:18:45.5083807Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5084143Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5084474Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.5084839Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5085230Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5085579Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5085847Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5085961Z 2026-02-21T02:18:45.5086086Z Failed NoDuplicateTitleViews [< 1 ms] 2026-02-21T02:18:45.5086219Z Error Message: 2026-02-21T02:18:45.5086367Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5086539Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5086677Z Stack Trace: 2026-02-21T02:18:45.5086851Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5087093Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5087591Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.5087831Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5088173Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5088397Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5088628Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5088737Z 2026-02-21T02:18:45.5088868Z Failed TitleViewPositionsCorrectly [< 1 ms] 2026-02-21T02:18:45.5089001Z Error Message: 2026-02-21T02:18:45.5089147Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5089314Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5089448Z Stack Trace: 2026-02-21T02:18:45.5089622Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5089868Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5090102Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.5090337Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5090598Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5090828Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5091056Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5091166Z 2026-02-21T02:18:45.5091296Z Failed TitleWidthMeasuresCorrectly_13949 [< 1 ms] 2026-02-21T02:18:45.5091427Z Error Message: 2026-02-21T02:18:45.5091569Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5091740Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5092006Z Stack Trace: 2026-02-21T02:18:45.5092180Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5092400Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5092627Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.5092847Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5093096Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5093303Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5093502Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5093608Z 2026-02-21T02:18:45.5093735Z Failed TitleWidthWithToolBarItemMeasuresCorrectly_13949 [< 1 ms] 2026-02-21T02:18:45.5093875Z Error Message: 2026-02-21T02:18:45.5094066Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5094225Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5094358Z Stack Trace: 2026-02-21T02:18:45.5094564Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5094789Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5095006Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.5095232Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5095483Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5095702Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5095910Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5096008Z 2026-02-21T02:18:45.5096174Z Failed SwappingShellInstancesRecreatesPages [< 1 ms] 2026-02-21T02:18:45.5096304Z Error Message: 2026-02-21T02:18:45.5096445Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5096606Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5096764Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5096924Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5097054Z Stack Trace: 2026-02-21T02:18:45.5097218Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5097434Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-21T02:18:45.5097648Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-21T02:18:45.5097873Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5098108Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5098319Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5098516Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5098685Z --TearDown 2026-02-21T02:18:45.5098851Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5099082Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5099303Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-21T02:18:45.5099504Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-21T02:18:45.5099720Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5099950Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5100193Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5100397Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5100524Z 2026-02-21T02:18:45.5100647Z Standard Error Messages: 2026-02-21T02:18:45.5100799Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.5100970Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.5101130Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5101309Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.5101516Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during SwappingShellInstancesRecreatesPages. 2026-02-21T02:18:45.5101711Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.5101945Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5102153Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5102385Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.5102502Z 2026-02-21T02:18:45.5102631Z Failed ValidateBasicServiceLifetimePageBehavior [< 1 ms] 2026-02-21T02:18:45.5102767Z Error Message: 2026-02-21T02:18:45.5102907Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5103060Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5103215Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5103378Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5103511Z Stack Trace: 2026-02-21T02:18:45.5103675Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5103892Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-21T02:18:45.5104102Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-21T02:18:45.5104281Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-21T02:18:45.5104469Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5104633Z --TearDown 2026-02-21T02:18:45.5104794Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5105024Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5105252Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-21T02:18:45.5105452Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-21T02:18:45.5105627Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-21T02:18:45.5105821Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5105917Z 2026-02-21T02:18:45.5106033Z Standard Error Messages: 2026-02-21T02:18:45.5106180Z >>>>> 02/21/2026 02:18:45 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-21T02:18:45.5106346Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.5106551Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5106729Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-21T02:18:45.5106976Z >>>>> 02/21/2026 02:18:45 The SaveDeviceDiagnosticInfo threw an exception during ValidateBasicServiceLifetimePageBehavior. 2026-02-21T02:18:45.5107165Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-21T02:18:45.5107323Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5107500Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5107723Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:18:45.5107840Z 2026-02-21T02:18:45.5107984Z Failed NavigationWithACustomRendererThatDoesntSetAnAnimationStillWorks [< 1 ms] 2026-02-21T02:18:45.5108126Z Error Message: 2026-02-21T02:18:45.5108271Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-21T02:18:45.5108437Z Object name: 'Accessing IApp that has been disposed'. 2026-02-21T02:18:45.5108570Z Stack Trace: 2026-02-21T02:18:45.5108737Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:18:45.5108966Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-21T02:18:45.5109191Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-21T02:18:45.5109411Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5109660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T02:18:45.5109870Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:18:45.5110071Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:18:45.5110174Z 2026-02-21T02:18:45.5418216Z Results File: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-Shell.trx 2026-02-21T02:18:45.5420894Z 2026-02-21T02:18:45.5454483Z Test Run Failed. 2026-02-21T02:18:45.5455371Z Total tests: 126 2026-02-21T02:18:45.5455616Z Passed: 76 2026-02-21T02:18:45.5455745Z Failed: 50 2026-02-21T02:18:45.5504490Z Total time: 13.2142 Minutes 2026-02-21T02:18:45.5937390Z Test Run complete: Controls.TestCases.Android.Tests-Release-android-Shell.trx 2026-02-21T02:18:45.5937815Z Retry UITests run Count: 1 2026-02-21T02:18:45.5938215Z Run Tests With Filter TestCategory=Shell 2026-02-21T02:18:45.5938555Z Log Directory: /mnt/vss/_work/1/a/logs 2026-02-21T02:18:45.5938884Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-02-21T02:18:45.5939318Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-21T02:18:45.5939893Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-02-21T02:18:45.5940219Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-02-21T02:18:45.5940616Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-02-21T02:18:45.5941293Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-21T02:18:45.5941790Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-21T02:18:45.5942294Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-21T02:18:45.5943191Z Setting environment variable: PATH = '/mnt/vss/_work/1/s/.dotnet:/mnt/vss/_work/1/s/.dotnet:/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-21T02:18:45.5943815Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-Shell.binlog 2026-02-21T02:18:45.5944927Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet test "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --filter "TestCategory=Shell" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-Shell.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/mnt/vss/_work/1/a/test-results" -dl:CentralLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-Shell.binlog /p:VStestUseMSBuildOutput=false 2026-02-21T02:18:46.3428086Z Test run for /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll (.NETCoreApp,Version=v10.0) 2026-02-21T02:18:46.3914500Z VSTest version 18.0.1 (x64) 2026-02-21T02:18:46.3950491Z 2026-02-21T02:18:46.4708178Z Starting test execution, please wait... 2026-02-21T02:18:46.5004984Z A total of 1 test files matched the specified pattern. 2026-02-21T02:18:46.8373050Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-21T02:18:46.8499308Z Running selected tests in /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-02-21T02:18:47.2556327Z NUnit3TestExecutor discovered 126 of 126 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-21T02:22:29.1208840Z >>>>> 02/21/2026 02:22:29 The SaveDeviceDiagnosticInfo threw an exception during Issue33227(Android). 2026-02-21T02:22:29.1209662Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:22:29.1210056Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:22:29.1210587Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:22:29.1369832Z TearDown failed for test fixture Maui.Controls.TestCases.Tests.Issues.Issue33227(Android) 2026-02-21T02:22:29.1370203Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:22:29.1370728Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:22:29.1370937Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:22:29.1371238Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:22:29.1371438Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:22:29.1371682Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:22:29.1372242Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:22:29.1372497Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:22:29.1372780Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:22:29.1373037Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:22:29.1373269Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:22:29.1373478Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:22:29.1373677Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:22:29.1373900Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:22:29.1374139Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:22:29.1374398Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:22:29.1374640Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:22:29.1374890Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:22:29.1375107Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:22:29.1375310Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:22:29.1375498Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:22:29.1375652Z --TearDown 2026-02-21T02:22:29.1375822Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:22:29.1376042Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:22:29.1376240Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:22:29.1376431Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:22:30.3866814Z Failed ShellColorsResetOnNavigation [3 m 40 s] 2026-02-21T02:22:30.3867175Z Error Message: 2026-02-21T02:22:30.3867614Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:22:30.3867824Z Stack Trace: 2026-02-21T02:22:30.3868009Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:22:30.3868508Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:22:30.3868725Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:22:30.3869043Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:22:30.3869267Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:22:30.3869478Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:22:30.3869710Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:22:30.3869967Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:22:30.3870219Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:22:30.3870451Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:22:30.3870678Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:22:30.3870941Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:22:30.3871209Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:22:30.3871471Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:22:30.3871736Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:22:30.3872162Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:22:30.3872402Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:22:30.3872616Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:22:30.3872816Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:22:30.3872919Z 2026-02-21T02:26:09.5737580Z >>>>> 02/21/2026 02:26:09 The SaveDeviceDiagnosticInfo threw an exception during FlyoutBehaviorShell(Android). 2026-02-21T02:26:09.5738075Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:26:09.5738455Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:26:09.5738910Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:26:09.5739422Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.FlyoutBehaviorShell(Android) 2026-02-21T02:26:09.5739835Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:26:09.5740230Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:26:09.5740581Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:26:09.5740928Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:26:09.5741265Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:26:09.5742004Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:26:09.5742338Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:26:09.5742735Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:26:09.5743063Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:26:09.5743437Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:26:09.5743821Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:26:09.5744170Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:26:09.5744503Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:26:09.5744874Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:26:09.5745289Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:26:09.5745694Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:26:09.5746096Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:26:09.5746507Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:26:09.5746882Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:26:09.5747225Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:26:09.5747546Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:26:09.5747803Z --TearDown 2026-02-21T02:26:09.5748082Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:26:09.5748440Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:26:09.5748775Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:26:09.5749092Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:26:10.8522716Z Failed WhenFlyoutIsLockedButtonsAreStillVisible [3 m 40 s] 2026-02-21T02:26:10.8523076Z Error Message: 2026-02-21T02:26:10.8523296Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:26:10.8523524Z Stack Trace: 2026-02-21T02:26:10.8523733Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:26:10.8523945Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:26:10.8524152Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:26:10.8524360Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:26:10.8524557Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:26:10.8524748Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:26:10.8525387Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:26:10.8525621Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:26:10.8525943Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:26:10.8526158Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:26:10.8526364Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:26:10.8526617Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:26:10.8526867Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:26:10.8527126Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:26:10.8527370Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:26:10.8527621Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:26:10.8527854Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:26:10.8528062Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:26:10.8528272Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:26:10.8528370Z 2026-02-21T02:29:49.9606383Z >>>>> 02/21/2026 02:29:49 The SaveDeviceDiagnosticInfo threw an exception during FlyoutTest(Android). 2026-02-21T02:29:49.9606842Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:29:49.9607185Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:29:49.9607535Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:29:49.9607855Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.FlyoutTest(Android) 2026-02-21T02:29:49.9608181Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:29:49.9608500Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:29:49.9608794Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:29:49.9609085Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:49.9609383Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:49.9609666Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:49.9609926Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:29:49.9610185Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:29:49.9610465Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:29:49.9610784Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:29:49.9611387Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:29:49.9611773Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:29:49.9612198Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:29:49.9612524Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:29:49.9612877Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:29:49.9613229Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:29:49.9613589Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:29:49.9613949Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:29:49.9614262Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:29:49.9614546Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:29:49.9614823Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:29:49.9615046Z --TearDown 2026-02-21T02:29:49.9615289Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:29:49.9615596Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:29:49.9615879Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:29:49.9616150Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:29:51.3515686Z Failed VerifyHamburgerIcon [3 m 40 s] 2026-02-21T02:29:51.3516048Z Error Message: 2026-02-21T02:29:51.3516239Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:29:51.3516413Z Stack Trace: 2026-02-21T02:29:51.3516563Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:29:51.3516746Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:51.3516963Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:51.3517147Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:51.3517336Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:29:51.3517500Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:29:51.3517675Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:29:51.3517877Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:29:51.3518159Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:29:51.3518431Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:29:51.3519029Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:29:51.3519272Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:29:51.3519705Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:29:51.3520055Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:29:51.3520474Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:29:51.3520688Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:29:51.3520895Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:29:51.3521077Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:29:51.3521254Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:29:51.3521343Z 2026-02-21T02:29:51.3521463Z Failed VerifyFlyoutBackgroundColor [3 m 40 s] 2026-02-21T02:29:51.3521584Z Error Message: 2026-02-21T02:29:51.3521758Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:29:51.3522061Z Stack Trace: 2026-02-21T02:29:51.3522240Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:29:51.3522417Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:51.3522597Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:51.3522773Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:29:51.3522940Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:29:51.3523095Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:29:51.3523272Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:29:51.3523470Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:29:51.3523675Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:29:51.3523859Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:29:51.3524032Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:29:51.3524226Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:29:51.3524438Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:29:51.3524650Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:29:51.3524868Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:29:51.3525126Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:29:51.3525327Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:29:51.3525534Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:29:51.3525695Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:29:51.3525763Z 2026-02-21T02:33:30.3492108Z >>>>> 02/21/2026 02:33:30 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterShellFlyout(Android). 2026-02-21T02:33:30.3492646Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:33:30.3492857Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:33:30.3493136Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:33:30.3493369Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.HeaderFooterShellFlyout(Android) 2026-02-21T02:33:30.3493609Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:33:30.3493830Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:33:30.3494034Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:33:30.3494232Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:33:30.3494413Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:33:30.3494608Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:33:30.3494790Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:33:30.3494971Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:33:30.3495167Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:33:30.3495375Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:33:30.3495591Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:33:30.3495779Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:33:30.3495964Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:33:30.3496189Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:33:30.3496431Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:33:30.3496682Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:33:30.3496928Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:33:30.3497165Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:33:30.3497480Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:33:30.3498016Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:33:30.3498276Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:33:30.3498437Z --TearDown 2026-02-21T02:33:30.3498611Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:33:30.3498833Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:33:30.3499033Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:33:30.3499218Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:33:30.3523350Z Failed AFlyoutTests [3 m 40 s] 2026-02-21T02:33:30.3523670Z Error Message: 2026-02-21T02:33:30.3523977Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:33:30.3524197Z Stack Trace: 2026-02-21T02:33:30.3524343Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:33:30.3524523Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:33:30.3524698Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:33:30.3524874Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:33:30.3525040Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:33:30.3525207Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:33:30.3525396Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:33:30.3525605Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:33:30.3525826Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:33:30.3526014Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:33:30.3526222Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:33:30.3526641Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:33:30.3526872Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:33:30.3527116Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:33:30.3527352Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:33:30.3527589Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:33:30.3527977Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:33:30.3528167Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:33:30.3528340Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:33:30.3528609Z 2026-02-21T02:37:10.7689096Z >>>>> 02/21/2026 02:37:10 The SaveDeviceDiagnosticInfo threw an exception during Issue10608(Android). 2026-02-21T02:37:10.7690230Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:37:10.7690901Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:37:10.7691252Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:37:10.7691579Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue10608(Android) 2026-02-21T02:37:10.7692022Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:37:10.7692367Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:37:10.7692667Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:37:10.7692963Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:37:10.7693241Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:37:10.7693522Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:37:10.7693796Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:37:10.7694055Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:37:10.7694339Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:37:10.7694665Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:37:10.7694999Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:37:10.7695297Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:37:10.7695578Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:37:10.7695897Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:37:10.7696249Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:37:10.7696599Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:37:10.7696967Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:37:10.7697322Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:37:10.7697639Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:37:10.7697926Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:37:10.7698195Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:37:10.7698420Z --TearDown 2026-02-21T02:37:10.7698663Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:37:10.7698972Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:37:10.7699347Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:37:10.7699688Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:37:10.8520254Z Failed ShellWithTopTabsFreezesWhenNavigatingFlyoutItems [3 m 40 s] 2026-02-21T02:37:10.8520569Z Error Message: 2026-02-21T02:37:10.8520755Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:37:10.8520935Z Stack Trace: 2026-02-21T02:37:10.8521085Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:37:10.8521261Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:37:10.8521474Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:37:10.8521649Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:37:10.8521928Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:37:10.8522111Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:37:10.8522292Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:37:10.8522494Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-21T02:37:10.8522695Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-21T02:37:10.8522877Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:37:10.8523056Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-21T02:37:10.8523273Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-21T02:37:10.8523499Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-21T02:37:10.8523711Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:37:10.8523923Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:37:10.8524135Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:37:10.8524337Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:37:10.8524514Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:37:10.8524680Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-21T02:37:10.8524751Z 2026-02-21T02:40:51.1980928Z >>>>> 02/21/2026 02:40:51 The SaveDeviceDiagnosticInfo threw an exception during Issue11214(Android). 2026-02-21T02:40:51.1981228Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:40:51.1981424Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:40:51.1981639Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:40:51.1982410Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11214(Android) 2026-02-21T02:40:51.1982711Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:40:51.1982909Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:40:51.1983087Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:40:51.1983264Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:40:51.1983419Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:40:51.1983574Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:40:51.1983849Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:40:51.1984030Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:40:51.1984231Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:40:51.1984447Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:40:51.1984662Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:40:51.1984881Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:40:51.1985085Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:40:51.1985255Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:40:51.1985439Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:40:51.1985591Z --TearDown 2026-02-21T02:40:51.1985737Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:40:51.1985921Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:40:51.1986089Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:40:51.1986267Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:40:51.3524984Z Failed FlyoutItemChangesPropagateCorrectlyToPlatformForShellElementsNotCurrentlyActive [3 m 40 s] 2026-02-21T02:40:51.3525447Z Error Message: 2026-02-21T02:40:51.3525667Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:40:51.3525858Z Stack Trace: 2026-02-21T02:40:51.3526005Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:40:51.3526193Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:40:51.3526360Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:40:51.3526523Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:40:51.3526699Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:40:51.3527247Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:40:51.3527557Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:40:51.3527785Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:40:51.3528012Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:40:51.3528236Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:40:51.3528438Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:40:51.3528627Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:40:51.3528825Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:40:51.3528924Z 2026-02-21T02:44:31.6028351Z >>>>> 02/21/2026 02:44:31 The SaveDeviceDiagnosticInfo threw an exception during Issue11523(Android). 2026-02-21T02:44:31.6028756Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:44:31.6029050Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:44:31.6029375Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:44:31.6082598Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11523(Android) 2026-02-21T02:44:31.6083151Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:44:31.6083521Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:44:31.6083843Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:44:31.6084149Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:44:31.6084416Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:44:31.6084666Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:44:31.6084949Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:44:31.6085240Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:44:31.6085559Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:44:31.6085896Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:44:31.6086256Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:44:31.6086620Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:44:31.6086948Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:44:31.6087531Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:44:31.6087858Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:44:31.6088269Z --TearDown 2026-02-21T02:44:31.6088549Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:44:31.6088920Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:44:31.6089222Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:44:31.6089538Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:44:31.8525474Z Failed BackButtonStillVisibleWhenFlyoutBehaviorDisabled [3 m 40 s] 2026-02-21T02:44:31.8525934Z Error Message: 2026-02-21T02:44:31.8526264Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:44:31.8526578Z Stack Trace: 2026-02-21T02:44:31.8526820Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:44:31.8527123Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:44:31.8527394Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:44:31.8527649Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:44:31.8527927Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:44:31.8528209Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:44:31.8528570Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:44:31.8528948Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:44:31.8529333Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:44:31.8529708Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:44:31.8530038Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:44:31.8530334Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:44:31.8530657Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:44:31.8530822Z 2026-02-21T02:48:12.0066246Z >>>>> 02/21/2026 02:48:12 The SaveDeviceDiagnosticInfo threw an exception during Issue11769_DelayedShellContent(Android). 2026-02-21T02:48:12.0066683Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:48:12.0067017Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:48:12.0067380Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:48:12.0067732Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11769_DelayedShellContent(Android) 2026-02-21T02:48:12.0068068Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:48:12.0068734Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:48:12.0069157Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:48:12.0069465Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:48:12.0069734Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:48:12.0070014Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:48:12.0070308Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:48:12.0070607Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:48:12.0070941Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:48:12.0071276Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:48:12.0071619Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:48:12.0072266Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:48:12.0072619Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:48:12.0072923Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:48:12.0073246Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:48:12.0073499Z --TearDown 2026-02-21T02:48:12.0073752Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:48:12.0074082Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:48:12.0074384Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:48:12.0074686Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:48:12.3525456Z Failed DelayedAddingOfShellContentDoesntCrash [3 m 40 s] 2026-02-21T02:48:12.3525790Z Error Message: 2026-02-21T02:48:12.3526136Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:48:12.3526369Z Stack Trace: 2026-02-21T02:48:12.3526533Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:48:12.3526736Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:48:12.3527014Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:48:12.3527199Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:48:12.3527403Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:48:12.3527605Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:48:12.3527849Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:48:12.3528360Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:48:12.3528676Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:48:12.3528925Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:48:12.3529124Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:48:12.3529301Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:48:12.3529480Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:48:12.3529571Z 2026-02-21T02:51:52.4128568Z >>>>> 02/21/2026 02:51:52 The SaveDeviceDiagnosticInfo threw an exception during Issue11769_DelayedShellItem(Android). 2026-02-21T02:51:52.4129007Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:51:52.4129346Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:51:52.4129848Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:51:52.4130188Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11769_DelayedShellItem(Android) 2026-02-21T02:51:52.4130564Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:51:52.4130913Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:51:52.4131139Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:51:52.4131404Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:51:52.4131642Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:51:52.4132161Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:51:52.4132361Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:51:52.4132559Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:51:52.4132777Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:51:52.4133031Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:51:52.4133291Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:51:52.4133531Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:51:52.4133754Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:51:52.4133948Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:51:52.4134152Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:51:52.4134596Z --TearDown 2026-02-21T02:51:52.4134763Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:51:52.4135088Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:51:52.4135283Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:51:52.4135507Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:51:52.8537357Z Failed DelayedAddingOfShellItemDoesntCrash [3 m 40 s] 2026-02-21T02:51:52.8537757Z Error Message: 2026-02-21T02:51:52.8537970Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:51:52.8538222Z Stack Trace: 2026-02-21T02:51:52.8538374Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:51:52.8538584Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:51:52.8538788Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:51:52.8538980Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:51:52.8539174Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:51:52.8539371Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:51:52.8539622Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:51:52.8539863Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:51:52.8540104Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:51:52.8540347Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:51:52.8540563Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:51:52.8540753Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:51:52.8540957Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:51:52.8541059Z 2026-02-21T02:55:32.8333012Z >>>>> 02/21/2026 02:55:32 The SaveDeviceDiagnosticInfo threw an exception during Issue11769_DelayedShellSection(Android). 2026-02-21T02:55:32.8333563Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:55:32.8333913Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:55:32.8334280Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:55:32.8335052Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11769_DelayedShellSection(Android) 2026-02-21T02:55:32.8336656Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:55:32.8337084Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:55:32.8337774Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:55:32.8337986Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:55:32.8338350Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:55:32.8338629Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:55:32.8339016Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:55:32.8339392Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:55:32.8339626Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:55:32.8339873Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:55:32.8340130Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:55:32.8340396Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:55:32.8340624Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:55:32.8340822Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:55:32.8341032Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:55:32.8341207Z --TearDown 2026-02-21T02:55:32.8341382Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:55:32.8341612Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:55:32.8341985Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:55:32.8342336Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:55:33.3553660Z Failed DelayedAddingOfShellSectionDoesntCrash [3 m 40 s] 2026-02-21T02:55:33.3554023Z Error Message: 2026-02-21T02:55:33.3554314Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:55:33.3554538Z Stack Trace: 2026-02-21T02:55:33.3554732Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:55:33.3555004Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:55:33.3555215Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:55:33.3555445Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:55:33.3555676Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:55:33.3555900Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:55:33.3556168Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:55:33.3556437Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:55:33.3556712Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:55:33.3557270Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:55:33.3557583Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:55:33.3557826Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:55:33.3558061Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:55:33.3558172Z 2026-02-21T02:59:13.2815472Z >>>>> 02/21/2026 02:59:13 The SaveDeviceDiagnosticInfo threw an exception during Issue11869(Android). 2026-02-21T02:59:13.2815927Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T02:59:13.2816351Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:59:13.2816786Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T02:59:13.2817196Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11869(Android) 2026-02-21T02:59:13.2817701Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:59:13.2818113Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T02:59:13.2818477Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:59:13.2818843Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:59:13.2819174Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:59:13.2819499Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:59:13.2819857Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:59:13.2820219Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:59:13.2820615Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:59:13.2821060Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:59:13.2821508Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:59:13.2822084Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:59:13.2822508Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:59:13.2822863Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:59:13.2823243Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:59:13.2823559Z --TearDown 2026-02-21T02:59:13.2823864Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T02:59:13.2824249Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T02:59:13.2824789Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:59:13.2825154Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:59:13.8552740Z Failed IsVisibleWorksForShowingHidingTabs [3 m 40 s] 2026-02-21T02:59:13.8553155Z Error Message: 2026-02-21T02:59:13.8553375Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T02:59:13.8553588Z Stack Trace: 2026-02-21T02:59:13.8553755Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T02:59:13.8553958Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T02:59:13.8554145Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T02:59:13.8554363Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T02:59:13.8554564Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T02:59:13.8554784Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T02:59:13.8555038Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T02:59:13.8555287Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T02:59:13.8555536Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T02:59:13.8555793Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T02:59:13.8556027Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T02:59:13.8556231Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T02:59:13.8556438Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T02:59:13.8556543Z 2026-02-21T03:02:53.7011685Z >>>>> 02/21/2026 03:02:53 The SaveDeviceDiagnosticInfo threw an exception during Issue12126(Android). 2026-02-21T03:02:53.7012381Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:02:53.7012744Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:02:53.7013177Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:02:53.7013562Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12126(Android) 2026-02-21T03:02:53.7013943Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:02:53.7014309Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:02:53.7014655Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:02:53.7014989Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:02:53.7015300Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:02:53.7015901Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:02:53.7016230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:02:53.7016669Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:02:53.7017039Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:02:53.7017456Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:02:53.7017868Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:02:53.7018290Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:02:53.7018681Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:02:53.7019022Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:02:53.7019380Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:02:53.7019671Z --TearDown 2026-02-21T03:02:53.7019966Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:02:53.7020321Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:02:53.7020656Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:02:53.7021000Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:02:54.3554568Z Failed NavigatingBackFromMultiplePushPagesChangesTabVisibilityCorrectly [3 m 40 s] 2026-02-21T03:02:54.3554847Z Error Message: 2026-02-21T03:02:54.3555063Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:02:54.3555277Z Stack Trace: 2026-02-21T03:02:54.3555441Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:02:54.3555654Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:02:54.3555855Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:02:54.3556052Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:02:54.3557307Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:02:54.3557544Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:02:54.3557916Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:02:54.3558173Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:02:54.3558429Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:02:54.3558691Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:02:54.3559203Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:02:54.3559414Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:02:54.3559725Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:02:54.3559846Z 2026-02-21T03:06:34.1223885Z >>>>> 02/21/2026 03:06:34 The SaveDeviceDiagnosticInfo threw an exception during Issue12320(Android). 2026-02-21T03:06:34.1224357Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:06:34.1224686Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:06:34.1225054Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:06:34.1225424Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12320(Android) 2026-02-21T03:06:34.1225797Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:06:34.1226154Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:06:34.1226472Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:06:34.1226886Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:06:34.1227080Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:06:34.1227331Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:06:34.1227689Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:06:34.1227899Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:06:34.1228132Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:06:34.1228380Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:06:34.1228623Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:06:34.1228873Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:06:34.1229101Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:06:34.1229300Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:06:34.1229518Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:06:34.1229703Z --TearDown 2026-02-21T03:06:34.1229878Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:06:34.1230131Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:06:34.1230346Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:06:34.1230551Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:06:34.8553437Z Failed PopLogicExecutesWhenUsingBackButtonBehavior [3 m 40 s] 2026-02-21T03:06:34.8554087Z Error Message: 2026-02-21T03:06:34.8554307Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:06:34.8554617Z Stack Trace: 2026-02-21T03:06:34.8554770Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:06:34.8554974Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:06:34.8555149Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:06:34.8555333Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:06:34.8555536Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:06:34.8555740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:06:34.8555996Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:06:34.8556252Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:06:34.8556515Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:06:34.8556767Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:06:34.8556996Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:06:34.8557194Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:06:34.8557421Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:06:34.8557522Z 2026-02-21T03:10:14.5228237Z >>>>> 02/21/2026 03:10:14 The SaveDeviceDiagnosticInfo threw an exception during Issue12429(Android). 2026-02-21T03:10:14.5228697Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:10:14.5228974Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:10:14.5229268Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:10:14.5229537Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12429(Android) 2026-02-21T03:10:14.5229926Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:10:14.5230222Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:10:14.5230829Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:10:14.5231164Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:10:14.5231476Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:10:14.5231712Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:10:14.5232132Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:10:14.5232399Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:10:14.5233198Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:10:14.5233643Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:10:14.5234049Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:10:14.5234440Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:10:14.5234654Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:10:14.5234848Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:10:14.5235060Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:10:14.5235229Z --TearDown 2026-02-21T03:10:14.5235398Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:10:14.5235669Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:10:14.5235998Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:10:14.5236240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:10:14.5236567Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:10:14.5236868Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:10:15.3573517Z Failed FlyoutItemSizesToExplicitHeight [3 m 40 s] 2026-02-21T03:10:15.3573982Z Error Message: 2026-02-21T03:10:15.3574184Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:10:15.3574378Z Stack Trace: 2026-02-21T03:10:15.3574528Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:10:15.3574716Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:10:15.3574887Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:10:15.3575053Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:10:15.3575242Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:10:15.3575426Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:10:15.3575667Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:10:15.3575902Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:10:15.3576129Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:10:15.3576346Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:10:15.3576821Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:10:15.3577009Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:10:15.3577285Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:10:15.3577388Z 2026-02-21T03:10:15.3577523Z Failed FlyoutItemHeightAndWidthIncreaseAndDecreaseCorrectly [3 m 40 s] 2026-02-21T03:10:15.3577658Z Error Message: 2026-02-21T03:10:15.3577831Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:10:15.3578011Z Stack Trace: 2026-02-21T03:10:15.3578154Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:10:15.3578343Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:10:15.3578514Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:10:15.3578685Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:10:15.3578870Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:10:15.3579053Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:10:15.3579252Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:10:15.3579469Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:10:15.3579684Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:10:15.3579913Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:10:15.3580119Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:10:15.3580298Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:10:15.3580482Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:10:15.3580570Z 2026-02-21T03:13:54.8929259Z >>>>> 02/21/2026 03:13:54 The SaveDeviceDiagnosticInfo threw an exception during Issue12500(Android). 2026-02-21T03:13:54.8929649Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:13:54.8930422Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:13:54.8930832Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:13:54.8931214Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12500(Android) 2026-02-21T03:13:54.8931600Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:13:54.8932171Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:13:54.8932375Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:13:54.8932636Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:13:54.8933239Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:13:54.8933444Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:13:54.8933864Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:13:54.8934182Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:13:54.8934575Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:13:54.8934821Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:13:54.8935063Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:13:54.8935313Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:13:54.8935538Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:13:54.8935764Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:13:54.8936014Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:13:54.8936222Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:13:54.8936424Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:13:54.8936598Z --TearDown 2026-02-21T03:13:54.8936770Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:13:54.8936992Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:13:54.8937220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:13:54.8937466Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:13:54.8937686Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:13:54.8937898Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:13:55.8568482Z Failed ShellNavigatingShouldTrigger [3 m 40 s] 2026-02-21T03:13:55.8568865Z Error Message: 2026-02-21T03:13:55.8569102Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:13:55.8569360Z Stack Trace: 2026-02-21T03:13:55.8569563Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:13:55.8569797Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:13:55.8570018Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:13:55.8570236Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:13:55.8570470Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:13:55.8571010Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:13:55.8571304Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:13:55.8571610Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:13:55.8571986Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:13:55.8572225Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:13:55.8572427Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:13:55.8572638Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:13:55.8572865Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:13:55.8573054Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:13:55.8573243Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:13:55.8573334Z 2026-02-21T03:17:35.2941695Z >>>>> 02/21/2026 03:17:35 The SaveDeviceDiagnosticInfo threw an exception during Issue12642(Android). 2026-02-21T03:17:35.2942434Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:17:35.2942934Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:17:35.2943365Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:17:35.2943747Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12642(Android) 2026-02-21T03:17:35.2944120Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:17:35.2944495Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:17:35.2944837Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:17:35.2945177Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:17:35.2945489Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:17:35.2945775Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:17:35.2946111Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:17:35.2946448Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:17:35.2946819Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:17:35.2947207Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:17:35.2947593Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:17:35.2948331Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:17:35.2948819Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:17:35.2949206Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:17:35.2949636Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:17:35.2949994Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:17:35.2950341Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:17:35.2950629Z --TearDown 2026-02-21T03:17:35.2950925Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:17:35.2951331Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:17:35.2951694Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:17:35.2952293Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:17:35.2952663Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:17:35.2952993Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:17:36.3584615Z Failed ClickingQuicklyBetweenTopTabsBreaksContent [3 m 40 s] 2026-02-21T03:17:36.3585046Z Error Message: 2026-02-21T03:17:36.3585383Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:17:36.3585727Z Stack Trace: 2026-02-21T03:17:36.3585968Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:17:36.3586286Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:17:36.3586554Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:17:36.3586841Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:17:36.3587148Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:17:36.3587477Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:17:36.3587860Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:17:36.3588243Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:17:36.3588605Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:17:36.3588980Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:17:36.3589334Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:17:36.3590126Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:17:36.3590506Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:17:36.3590958Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:17:36.3591244Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:17:36.3591383Z 2026-02-21T03:21:15.7211401Z >>>>> 02/21/2026 03:21:15 The SaveDeviceDiagnosticInfo threw an exception during Issue12652(Android). 2026-02-21T03:21:15.7212090Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:21:15.7215273Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:21:15.7215707Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:21:15.7216091Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12652(Android) 2026-02-21T03:21:15.7216434Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:21:15.7216780Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:21:15.7217080Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:21:15.7217376Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:21:15.7217661Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:21:15.7217927Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:21:15.7218223Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:21:15.7218509Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:21:15.7218843Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:21:15.7219233Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:21:15.7219604Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:21:15.7219973Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:21:15.7220284Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:21:15.7220616Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:21:15.7220975Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:21:15.7221296Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:21:15.7221595Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:21:15.7222145Z --TearDown 2026-02-21T03:21:15.7222698Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:21:15.7223009Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:21:15.7223444Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:21:15.7223793Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:21:15.7224113Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:21:15.7224412Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:21:16.8583829Z Failed NavigatingBackToAlreadySelectedTopTabDoesntCrash [3 m 40 s] 2026-02-21T03:21:16.8584299Z Error Message: 2026-02-21T03:21:16.8584596Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:21:16.8584915Z Stack Trace: 2026-02-21T03:21:16.8585146Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:21:16.8585428Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:21:16.8585720Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:21:16.8585986Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:21:16.8586288Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:21:16.8586603Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:21:16.8586974Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:21:16.8587366Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:21:16.8587719Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:21:16.8588083Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:21:16.8588441Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:21:16.8588792Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:21:16.8589148Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:21:16.8589440Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:21:16.8589742Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:21:16.8589892Z 2026-02-21T03:24:56.1228153Z >>>>> 02/21/2026 03:24:56 The SaveDeviceDiagnosticInfo threw an exception during Issue12888(Android). 2026-02-21T03:24:56.1228663Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:24:56.1228979Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:24:56.1229646Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:24:56.1230086Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12888(Android) 2026-02-21T03:24:56.1230424Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:24:56.1230757Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:24:56.1231062Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:24:56.1231360Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:24:56.1231632Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:24:56.1232036Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:24:56.1232330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:24:56.1232619Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:24:56.1232932Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:24:56.1233286Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:24:56.1233645Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:24:56.1234003Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:24:56.1234327Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:24:56.1234658Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:24:56.1235024Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:24:56.1235337Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:24:56.1235634Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:24:56.1235886Z --TearDown 2026-02-21T03:24:56.1236130Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:24:56.1236435Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:24:56.1236767Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:24:56.1237139Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:24:56.1237438Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:24:56.1237735Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:24:57.3603240Z Failed TitleViewSetOnShellWorksAfterNavigation [3 m 40 s] 2026-02-21T03:24:57.3603927Z Error Message: 2026-02-21T03:24:57.3604137Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:24:57.3604423Z Stack Trace: 2026-02-21T03:24:57.3604580Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:24:57.3604780Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:24:57.3604963Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:24:57.3605145Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:24:57.3605353Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:24:57.3605550Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:24:57.3605801Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:24:57.3606055Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:24:57.3606311Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:24:57.3606570Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:24:57.3606821Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:24:57.3607050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:24:57.3607285Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:24:57.3607491Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:24:57.3607704Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:24:57.3607809Z 2026-02-21T03:28:36.4954173Z >>>>> 02/21/2026 03:28:36 The SaveDeviceDiagnosticInfo threw an exception during Issue13390(Android). 2026-02-21T03:28:36.4954518Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:28:36.4954804Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:28:36.4955254Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:28:36.4955574Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13390(Android) 2026-02-21T03:28:36.4955872Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:28:36.4956167Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:28:36.4956439Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:28:36.4956695Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:28:36.4956924Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:28:36.4957439Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:28:36.4957719Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:28:36.4958084Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:28:36.4958407Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:28:36.4958748Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:28:36.4959090Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:28:36.4959425Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:28:36.4959742Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:28:36.4960055Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:28:36.4960344Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:28:36.4960538Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:28:36.4960705Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:28:36.4960846Z --TearDown 2026-02-21T03:28:36.4960984Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:28:36.4961161Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:28:36.4961347Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:28:36.4961545Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:28:36.4961719Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:28:36.4962066Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:28:37.8607740Z Failed CustomSlideFlyoutTransitionCausesCrash [3 m 40 s] 2026-02-21T03:28:37.8607976Z Error Message: 2026-02-21T03:28:37.8608165Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:28:37.8608352Z Stack Trace: 2026-02-21T03:28:37.8608493Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:28:37.8608666Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:28:37.8608831Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:28:37.8608990Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:28:37.8609251Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:28:37.8609427Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:28:37.8609880Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:28:37.8610183Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:28:37.8610409Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:28:37.8610626Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:28:37.8610821Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:28:37.8611024Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:28:37.8611247Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:28:37.8611447Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:28:37.8611638Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:28:37.8611738Z 2026-02-21T03:32:16.8610380Z >>>>> 02/21/2026 03:32:16 The SaveDeviceDiagnosticInfo threw an exception during Issue13476(Android). 2026-02-21T03:32:16.8610757Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:32:16.8611081Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:32:16.8611429Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:32:16.8612075Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13476(Android) 2026-02-21T03:32:16.8612448Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:32:16.8612800Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:32:16.8613107Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:32:16.8613408Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:32:16.8613693Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:32:16.8613963Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:32:16.8614262Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:32:16.8614564Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:32:16.8614905Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:32:16.8615285Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:32:16.8615671Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:32:16.8616045Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:32:16.8616718Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:32:16.8617085Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:32:16.8617575Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:32:16.8617930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:32:16.8618281Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:32:16.8618566Z --TearDown 2026-02-21T03:32:16.8618833Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:32:16.8619189Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:32:16.8619570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:32:16.8619956Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:32:16.8620285Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:32:16.8620590Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:32:18.3604991Z Failed TitleViewHeightDoesntOverflow [3 m 40 s] 2026-02-21T03:32:18.3605514Z Error Message: 2026-02-21T03:32:18.3605868Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:32:18.3606156Z Stack Trace: 2026-02-21T03:32:18.3606388Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:32:18.3606629Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:32:18.3606849Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:32:18.3607068Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:32:18.3607296Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:32:18.3607527Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:32:18.3607788Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:32:18.3608081Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:32:18.3608360Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:32:18.3608638Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:32:18.3608893Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:32:18.3609156Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:32:18.3609786Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:32:18.3610100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:32:18.3610345Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:32:18.3610464Z 2026-02-21T03:35:57.2573680Z >>>>> 02/21/2026 03:35:57 The SaveDeviceDiagnosticInfo threw an exception during Issue13537(Android). 2026-02-21T03:35:57.2574023Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:35:57.2574471Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:35:57.2574795Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:35:57.2575190Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13537(Android) 2026-02-21T03:35:57.2575478Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:35:57.2575685Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:35:57.2575995Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:35:57.2576244Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:35:57.2576402Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:35:57.2576557Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:35:57.2576778Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:35:57.2577147Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:35:57.2577440Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:35:57.2577826Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:35:57.2578168Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:35:57.2578535Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:35:57.2578790Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:35:57.2578989Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.2579377Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.2579645Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:35:57.2579829Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:35:57.2579984Z --TearDown 2026-02-21T03:35:57.2580133Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:35:57.2580576Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:35:57.2580779Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.2581085Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.2581277Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:35:57.2581459Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:35:57.3617302Z Failed ApplyQueryAttributeShouldTriggerforPushAndBackButton [3 m 40 s] 2026-02-21T03:35:57.3617730Z Error Message: 2026-02-21T03:35:57.3618036Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:35:57.3618361Z Stack Trace: 2026-02-21T03:35:57.3618603Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:35:57.3618893Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:35:57.3619155Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:35:57.3619424Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:35:57.3619725Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:35:57.3620029Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:35:57.3620419Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:35:57.3620837Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:35:57.3621244Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:35:57.3621668Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:35:57.3622276Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:35:57.3622660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.3623058Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.3623436Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:35:57.3623777Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:35:57.3623949Z 2026-02-21T03:35:57.3624196Z Failed ApplyQueryAttributeShouldTriggerforPushAndPopButton [3 m 40 s] 2026-02-21T03:35:57.3624455Z Error Message: 2026-02-21T03:35:57.3624800Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:35:57.3625127Z Stack Trace: 2026-02-21T03:35:57.3625354Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:35:57.3626109Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:35:57.3626437Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:35:57.3626853Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:35:57.3627186Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:35:57.3627516Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:35:57.3627890Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:35:57.3628316Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:35:57.3628719Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:35:57.3629132Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:35:57.3629503Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:35:57.3629872Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.3630305Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.3630681Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:35:57.3631030Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:35:57.3631199Z 2026-02-21T03:35:57.3631430Z Failed ApplyQueryAttributeShouldTriggerforTab [3 m 40 s] 2026-02-21T03:35:57.3631668Z Error Message: 2026-02-21T03:35:57.3632170Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:35:57.3632519Z Stack Trace: 2026-02-21T03:35:57.3632789Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:35:57.3633111Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:35:57.3633399Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:35:57.3633701Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:35:57.3634036Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:35:57.3634371Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:35:57.3634750Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:35:57.3635161Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:35:57.3635585Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:35:57.3635988Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:35:57.3636524Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:35:57.3636913Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.3637501Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:35:57.3637860Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:35:57.3638207Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:35:57.3638364Z 2026-02-21T03:39:37.6331290Z >>>>> 02/21/2026 03:39:37 The SaveDeviceDiagnosticInfo threw an exception during Issue13916(Android). 2026-02-21T03:39:37.6331801Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:39:37.6332430Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:39:37.6332837Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:39:37.6333183Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13916(Android) 2026-02-21T03:39:37.6333533Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:39:37.6333875Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:39:37.6334190Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:39:37.6334483Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:39:37.6334731Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:39:37.6334986Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:39:37.6335299Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:39:37.6335612Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:39:37.6335976Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:39:37.6336360Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:39:37.6336747Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:39:37.6337141Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:39:37.6337491Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:39:37.6337839Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:39:37.6338193Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:39:37.6338516Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:39:37.6338845Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:39:37.6339460Z --TearDown 2026-02-21T03:39:37.6339740Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:39:37.6340197Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:39:37.6340566Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:39:37.6340962Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:39:37.6341289Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:39:37.6341621Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:39:37.8621690Z Failed RemovingMoreThanOneInnerPageAndThenPushingAPageCrashes [3 m 40 s] 2026-02-21T03:39:37.8622233Z Error Message: 2026-02-21T03:39:37.8623905Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:39:37.8624203Z Stack Trace: 2026-02-21T03:39:37.8624436Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:39:37.8624696Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:39:37.8624948Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:39:37.8625118Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:39:37.8625309Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:39:37.8625495Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:39:37.8625844Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:39:37.8626209Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:39:37.8626573Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:39:37.8626930Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:39:37.8627339Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:39:37.8627576Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:39:37.8627793Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:39:37.8627986Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:39:37.8628266Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:39:37.8628401Z 2026-02-21T03:43:17.9915592Z >>>>> 02/21/2026 03:43:17 The SaveDeviceDiagnosticInfo threw an exception during Issue14801(Android). 2026-02-21T03:43:17.9916020Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:43:17.9916927Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:43:17.9917430Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:43:17.9917747Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue14801(Android) 2026-02-21T03:43:17.9918044Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:43:17.9918452Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:43:17.9918724Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:43:17.9919020Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:43:17.9919281Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:43:17.9919546Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:43:17.9919920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:43:17.9920189Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:43:17.9920478Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:43:17.9920856Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:43:17.9921176Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:43:17.9921410Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:43:17.9921610Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:43:17.9921814Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:43:17.9922255Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:43:17.9922448Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:43:17.9922627Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:43:17.9922787Z --TearDown 2026-02-21T03:43:17.9922936Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:43:17.9923132Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:43:17.9923327Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:43:17.9923541Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:43:17.9923728Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:43:17.9923909Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:43:18.3622967Z Failed PopShellPageBeforeBackImageIsReady [3 m 40 s] 2026-02-21T03:43:18.3623247Z Error Message: 2026-02-21T03:43:18.3623877Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:43:18.3624053Z Stack Trace: 2026-02-21T03:43:18.3624194Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:43:18.3624365Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:43:18.3624524Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:43:18.3624682Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:43:18.3624854Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:43:18.3625035Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:43:18.3625260Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:43:18.3625563Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:43:18.3625777Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:43:18.3625989Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:43:18.3626182Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:43:18.3626384Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:43:18.3626603Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:43:18.3626797Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:43:18.3626978Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:43:18.3627077Z 2026-02-21T03:46:58.3629680Z >>>>> 02/21/2026 03:46:58 The SaveDeviceDiagnosticInfo threw an exception during Issue15154(Android). 2026-02-21T03:46:58.3630274Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:46:58.3630653Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:46:58.3631047Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:46:58.3631416Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue15154(Android) 2026-02-21T03:46:58.3631774Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:46:58.3632256Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:46:58.3632604Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:46:58.3632932Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:46:58.3633537Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:46:58.3633859Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:46:58.3634282Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:46:58.3634608Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:46:58.3634962Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:46:58.3635371Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:46:58.3635780Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:46:58.3636172Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:46:58.3636499Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:46:58.3636836Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:46:58.3637197Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:46:58.3637510Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:46:58.3637811Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:46:58.3638068Z --TearDown 2026-02-21T03:46:58.3638314Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:46:58.3638624Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:46:58.3638956Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:46:58.3639329Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:46:58.3639642Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:46:58.3639940Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:46:58.8619870Z Failed ShouldFlyoutTextWrapsInLandscape [3 m 40 s] 2026-02-21T03:46:58.8620244Z Error Message: 2026-02-21T03:46:58.8620521Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:46:58.8620816Z Stack Trace: 2026-02-21T03:46:58.8621034Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:46:58.8621286Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:46:58.8621520Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:46:58.8621764Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:46:58.8622284Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:46:58.8622809Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:46:58.8623129Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:46:58.8623544Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:46:58.8623883Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:46:58.8624219Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:46:58.8624521Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:46:58.8624814Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:46:58.8625179Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:46:58.8625468Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:46:58.8625780Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:46:58.8625931Z 2026-02-21T03:50:38.6929404Z >>>>> 02/21/2026 03:50:38 The SaveDeviceDiagnosticInfo threw an exception during Issue17057(Android). 2026-02-21T03:50:38.6929935Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:50:38.6930204Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:50:38.6930549Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:50:38.6930855Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17057(Android) 2026-02-21T03:50:38.6931144Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:50:38.6931422Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:50:38.6931675Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:50:38.6932122Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:50:38.6932385Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:50:38.6932619Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:50:38.6932900Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:50:38.6933076Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:50:38.6933271Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:50:38.6933474Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:50:38.6933734Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:50:38.6934368Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:50:38.6934639Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:50:38.6934825Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:50:38.6935029Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:50:38.6935205Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:50:38.6935371Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:50:38.6935517Z --TearDown 2026-02-21T03:50:38.6935656Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:50:38.6935838Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:50:38.6936036Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:50:38.6936239Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:50:38.6936411Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:50:38.6936585Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:50:39.3626399Z Failed ShellFlowDirectionUpdate [3 m 40 s] 2026-02-21T03:50:39.3626686Z Error Message: 2026-02-21T03:50:39.3626900Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:50:39.3627140Z Stack Trace: 2026-02-21T03:50:39.3627310Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:50:39.3627516Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:50:39.3627700Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:50:39.3627885Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:50:39.3628098Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:50:39.3628313Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:50:39.3628575Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:50:39.3628837Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:50:39.3629100Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:50:39.3629357Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:50:39.3629574Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:50:39.3629901Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:50:39.3630435Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:50:39.3630734Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:50:39.3630962Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:50:39.3631079Z 2026-02-21T03:54:19.0614175Z >>>>> 02/21/2026 03:54:19 The SaveDeviceDiagnosticInfo threw an exception during Issue17228(Android). 2026-02-21T03:54:19.0614762Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:54:19.0615091Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:54:19.0615480Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:54:19.0615853Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17228(Android) 2026-02-21T03:54:19.0616213Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:54:19.0616546Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:54:19.0616842Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:54:19.0617142Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:54:19.0617436Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:54:19.0617709Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:54:19.0617915Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:54:19.0618123Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:54:19.0618426Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:54:19.0618682Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:54:19.0618932Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:54:19.0619184Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:54:19.0619415Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:54:19.0619651Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:54:19.0619904Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:54:19.0620122Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:54:19.0620332Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:54:19.0620516Z --TearDown 2026-02-21T03:54:19.0620940Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:54:19.0621158Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:54:19.0621489Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:54:19.0621742Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:54:19.0622204Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:54:19.0622418Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:54:19.8637086Z Failed CustomBackButtonShouldBeRed [3 m 40 s] 2026-02-21T03:54:19.8637601Z Error Message: 2026-02-21T03:54:19.8637921Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:54:19.8638258Z Stack Trace: 2026-02-21T03:54:19.8638512Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:54:19.8638849Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:54:19.8639127Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:54:19.8639483Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:54:19.8639799Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:54:19.8640109Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:54:19.8640469Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:54:19.8640850Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:54:19.8641269Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:54:19.8641676Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:54:19.8642287Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:54:19.8642694Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:54:19.8643139Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:54:19.8643530Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:54:19.8643895Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:54:19.8644076Z 2026-02-21T03:57:59.4603411Z >>>>> 02/21/2026 03:57:59 The SaveDeviceDiagnosticInfo threw an exception during Issue17414(Android). 2026-02-21T03:57:59.4603920Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T03:57:59.4604262Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:57:59.4604998Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T03:57:59.4605493Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17414(Android) 2026-02-21T03:57:59.4605842Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:57:59.4606184Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T03:57:59.4606504Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:57:59.4606833Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:57:59.4607129Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:57:59.4607419Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:57:59.4607744Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:57:59.4608074Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:57:59.4608422Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:57:59.4608815Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:57:59.4609054Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:57:59.4609299Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:57:59.4609516Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:57:59.4609738Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:57:59.4609972Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:57:59.4610177Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:57:59.4610379Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:57:59.4610547Z --TearDown 2026-02-21T03:57:59.4610711Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T03:57:59.4610934Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T03:57:59.4611162Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:57:59.4611401Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:57:59.4611617Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:57:59.4611811Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:58:00.3768309Z Failed VerifyFlyoutContentHasNoDefaultCornerRadius [3 m 40 s] 2026-02-21T03:58:00.3769018Z Error Message: 2026-02-21T03:58:00.3769253Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T03:58:00.3769557Z Stack Trace: 2026-02-21T03:58:00.3769737Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T03:58:00.3769957Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T03:58:00.3770156Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T03:58:00.3770355Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T03:58:00.3770569Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T03:58:00.3770782Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T03:58:00.3771052Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T03:58:00.3771327Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T03:58:00.3771600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T03:58:00.3772040Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T03:58:00.3772305Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T03:58:00.3772559Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:58:00.3772840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T03:58:00.3773068Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T03:58:00.3773289Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T03:58:00.3773401Z 2026-02-21T04:01:39.8582564Z >>>>> 02/21/2026 04:01:39 The SaveDeviceDiagnosticInfo threw an exception during Issue17521(Android). 2026-02-21T04:01:39.8582930Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:01:39.8583243Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:01:39.8583575Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:01:39.8583901Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17521(Android) 2026-02-21T04:01:39.8584202Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:01:39.8584409Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:01:39.8584596Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:01:39.8584775Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:01:39.8584939Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:01:39.8585094Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:01:39.8585516Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:01:39.8585787Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:01:39.8585993Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:01:39.8586214Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:01:39.8586430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:01:39.8586650Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:01:39.8586856Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:01:39.8587065Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:01:39.8587277Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:01:39.8587466Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:01:39.8587657Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:01:39.8587823Z --TearDown 2026-02-21T04:01:39.8587972Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:01:39.8588169Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:01:39.8588370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:01:39.8588589Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:01:39.8588781Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:01:39.8588962Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:01:40.8648562Z Failed ShouldUpdateSearchHandlerOnPageNavigation [3 m 40 s] 2026-02-21T04:01:40.8648926Z Error Message: 2026-02-21T04:01:40.8649171Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:01:40.8649376Z Stack Trace: 2026-02-21T04:01:40.8649528Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:01:40.8649726Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:01:40.8649912Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:01:40.8650095Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:01:40.8650293Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:01:40.8650494Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:01:40.8651128Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:01:40.8651388Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:01:40.8651712Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:01:40.8652212Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:01:40.8652416Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:01:40.8652614Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:01:40.8652836Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:01:40.8653027Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:01:40.8653231Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:01:40.8653326Z 2026-02-21T04:05:20.2677505Z >>>>> 02/21/2026 04:05:20 The SaveDeviceDiagnosticInfo threw an exception during Issue18193(Android). 2026-02-21T04:05:20.2677898Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:05:20.2678251Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:05:20.2678622Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:05:20.2678891Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18193(Android) 2026-02-21T04:05:20.2679237Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:05:20.2679598Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:05:20.2679977Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:05:20.2680403Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:05:20.2680718Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:05:20.2681014Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:05:20.2681338Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:05:20.2681668Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:05:20.2682208Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:05:20.2682471Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:05:20.2682771Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:05:20.2683164Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:05:20.2683705Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:05:20.2683925Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:05:20.2684276Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:05:20.2684489Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:05:20.2684695Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:05:20.2684866Z --TearDown 2026-02-21T04:05:20.2685033Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:05:20.2685249Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:05:20.2685476Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:05:20.2685729Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:05:20.2685944Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:05:20.2686147Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:05:21.3657731Z Failed ShellNavigationShouldWorkInMoreTab [3 m 40 s] 2026-02-21T04:05:21.3658038Z Error Message: 2026-02-21T04:05:21.3658268Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:05:21.3658519Z Stack Trace: 2026-02-21T04:05:21.3658726Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:05:21.3658951Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:05:21.3659156Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:05:21.3659359Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:05:21.3659587Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:05:21.3659809Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:05:21.3660081Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:05:21.3660363Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:05:21.3660627Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:05:21.3660881Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:05:21.3661133Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:05:21.3661393Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:05:21.3662083Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:05:21.3662343Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:05:21.3662654Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:05:21.3662766Z 2026-02-21T04:09:00.6543219Z >>>>> 02/21/2026 04:09:00 The SaveDeviceDiagnosticInfo threw an exception during Issue18251(Android). 2026-02-21T04:09:00.6543579Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:09:00.6543885Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:09:00.6544233Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:09:00.6544553Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18251(Android) 2026-02-21T04:09:00.6544960Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:09:00.6545250Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:09:00.6545501Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:09:00.6545770Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:09:00.6546001Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:09:00.6546227Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:09:00.6546491Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:09:00.6546746Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:09:00.6547052Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:09:00.6547400Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:09:00.6547726Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:09:00.6548031Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:09:00.6548333Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:09:00.6548654Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:09:00.6548990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:09:00.6549277Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:09:00.6549570Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:09:00.6549810Z --TearDown 2026-02-21T04:09:00.6550025Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:09:00.6550238Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:09:00.6550744Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:09:00.6551040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:09:00.6551234Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:09:00.6551416Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:09:01.8670766Z Failed NoExceptionShouldBeThrownAddingShellTabs [3 m 40 s] 2026-02-21T04:09:01.8671077Z Error Message: 2026-02-21T04:09:01.8673734Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:09:01.8673979Z Stack Trace: 2026-02-21T04:09:01.8674645Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:09:01.8675045Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:09:01.8675321Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:09:01.8675611Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:09:01.8675976Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:09:01.8676282Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:09:01.8676658Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:09:01.8677055Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:09:01.8677431Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:09:01.8677812Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:09:01.8678173Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:09:01.8678516Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:09:01.8678887Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:09:01.8679221Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:09:01.8679540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:09:01.8679694Z 2026-02-21T04:12:41.0462788Z >>>>> 02/21/2026 04:12:41 The SaveDeviceDiagnosticInfo threw an exception during Issue18423(Android). 2026-02-21T04:12:41.0463287Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:12:41.0463609Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:12:41.0463968Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:12:41.0464714Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18423(Android) 2026-02-21T04:12:41.0465035Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:12:41.0465519Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:12:41.0465844Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:12:41.0466186Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:12:41.0466498Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:12:41.0466797Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:12:41.0467108Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:12:41.0467431Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:12:41.0467808Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:12:41.0468215Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:12:41.0468629Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:12:41.0469020Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:12:41.0469369Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:12:41.0469712Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:12:41.0469979Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:12:41.0470202Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:12:41.0470415Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:12:41.0470599Z --TearDown 2026-02-21T04:12:41.0470775Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:12:41.0470991Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:12:41.0471228Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:12:41.0471482Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:12:41.0471706Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:12:41.0472129Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:12:42.3672052Z Failed VerifyTemplateViewMarginOnInitialDisplay [3 m 40 s] 2026-02-21T04:12:42.3672556Z Error Message: 2026-02-21T04:12:42.3672773Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:12:42.3673234Z Stack Trace: 2026-02-21T04:12:42.3673413Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:12:42.3673706Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:12:42.3673909Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:12:42.3674104Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:12:42.3674311Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:12:42.3674525Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:12:42.3674776Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:12:42.3675044Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:12:42.3675303Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:12:42.3675550Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:12:42.3675774Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:12:42.3676009Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:12:42.3676258Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:12:42.3676488Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:12:42.3676710Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:12:42.3676813Z 2026-02-21T04:16:21.4690483Z >>>>> 02/21/2026 04:16:21 The SaveDeviceDiagnosticInfo threw an exception during Issue18946(Android). 2026-02-21T04:16:21.4690993Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:16:21.4691226Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:16:21.4691436Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:16:21.4691667Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18946(Android) 2026-02-21T04:16:21.4691996Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:16:21.4692226Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:16:21.4692399Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:16:21.4692573Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:16:21.4692732Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:16:21.4692888Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:16:21.4693060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:16:21.4693466Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:16:21.4693661Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:16:21.4693972Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:16:21.4694189Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:16:21.4694492Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:16:21.4694790Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:16:21.4695120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:16:21.4695555Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:16:21.4695850Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:16:21.4696146Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:16:21.4696376Z --TearDown 2026-02-21T04:16:21.4696626Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:16:21.4697024Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:16:21.4697316Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:16:21.4697532Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:16:21.4697715Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:16:21.4697891Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:16:22.8674384Z Failed ToolbarItemsShouldWork [3 m 40 s] 2026-02-21T04:16:22.8674685Z Error Message: 2026-02-21T04:16:22.8674957Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:16:22.8675203Z Stack Trace: 2026-02-21T04:16:22.8675376Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:16:22.8675604Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:16:22.8675802Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:16:22.8676090Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:16:22.8676307Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:16:22.8676507Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:16:22.8676763Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:16:22.8677387Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:16:22.8677651Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:16:22.8678007Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:16:22.8678240Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:16:22.8678482Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:16:22.8678734Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:16:22.8678948Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:16:22.8679150Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:16:22.8679257Z 2026-02-21T04:20:01.8702336Z >>>>> 02/21/2026 04:20:01 The SaveDeviceDiagnosticInfo threw an exception during Issue19496(Android). 2026-02-21T04:20:01.8702858Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:20:01.8703184Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:20:01.8703568Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:20:01.8703918Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19496(Android) 2026-02-21T04:20:01.8704325Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:20:01.8704701Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:20:01.8705025Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:20:01.8705343Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:20:01.8705614Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:20:01.8705914Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:20:01.8706233Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:20:01.8706542Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:20:01.8706899Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:20:01.8707289Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:20:01.8707671Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:20:01.8708042Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:20:01.8708410Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:20:01.8709081Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:20:01.8709464Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:20:01.8709904Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:20:01.8710207Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:20:01.8710400Z --TearDown 2026-02-21T04:20:01.8710581Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:20:01.8710856Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:20:01.8711110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:20:01.8711361Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:20:01.8711580Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:20:01.8711785Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:20:03.3670799Z Failed FlyoutItemTextShouldDisplayProperly [3 m 40 s] 2026-02-21T04:20:03.3671047Z Error Message: 2026-02-21T04:20:03.3671262Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:20:03.3671502Z Stack Trace: 2026-02-21T04:20:03.3671770Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:20:03.3672134Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:20:03.3672346Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:20:03.3672544Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:20:03.3672752Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:20:03.3672971Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:20:03.3673223Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:20:03.3673476Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:20:03.3673727Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:20:03.3673993Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:20:03.3674220Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:20:03.3674456Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:20:03.3674716Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:20:03.3675229Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:20:03.3675442Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:20:03.3675636Z 2026-02-21T04:23:42.2870895Z >>>>> 02/21/2026 04:23:42 The SaveDeviceDiagnosticInfo threw an exception during Issue19783(Android). 2026-02-21T04:23:42.2871430Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:23:42.2871752Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:23:42.2872258Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:23:42.2872615Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19783(Android) 2026-02-21T04:23:42.2873008Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:23:42.2873384Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:23:42.2873708Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:23:42.2874028Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:23:42.2874319Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:23:42.2874607Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:23:42.2874920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:23:42.2875234Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:23:42.2875583Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:23:42.2875973Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:23:42.2876366Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:23:42.2876754Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:23:42.2877108Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:23:42.2877475Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:23:42.2877867Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:23:42.2878211Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:23:42.2878538Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:23:42.2878816Z --TearDown 2026-02-21T04:23:42.2879085Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:23:42.2879426Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:23:42.2879794Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:23:42.2880461Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:23:42.2880878Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:23:42.2881199Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:23:42.3673323Z Failed Issue19783Shell [3 m 40 s] 2026-02-21T04:23:42.3673671Z Error Message: 2026-02-21T04:23:42.3673918Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:23:42.3674119Z Stack Trace: 2026-02-21T04:23:42.3674313Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:23:42.3674577Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:23:42.3674801Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:23:42.3813121Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:23:42.3813360Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:23:42.3813546Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:23:42.3813779Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:23:42.3814024Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:23:42.3814277Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:23:42.3814523Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:23:42.3814733Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:23:42.3814946Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:23:42.3815175Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:23:42.3815444Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:23:42.3815644Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:23:42.3815755Z 2026-02-21T04:27:22.6860812Z >>>>> 02/21/2026 04:27:22 The SaveDeviceDiagnosticInfo threw an exception during Issue20250(Android). 2026-02-21T04:27:22.6861196Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:27:22.6861392Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:27:22.6861606Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:27:22.6861802Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20250(Android) 2026-02-21T04:27:22.6862233Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:27:22.6862714Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:27:22.6863024Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:27:22.6863205Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:27:22.6863404Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:27:22.6863701Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:27:22.6863973Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:27:22.6864151Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:27:22.6864357Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:27:22.6864656Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:27:22.6864975Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:27:22.6865293Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:27:22.6865600Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:27:22.6865918Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:27:22.6866262Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:27:22.6866568Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:27:22.6866852Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:27:22.6867090Z --TearDown 2026-02-21T04:27:22.6867318Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:27:22.6867615Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:27:22.6867947Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:27:22.6868330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:27:22.6868651Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:27:22.6868953Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:27:22.8677242Z Failed VerifySearchHandlerClearPlaceholderIconColor [3 m 40 s] 2026-02-21T04:27:22.8677647Z Error Message: 2026-02-21T04:27:22.8677952Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:27:22.8678140Z Stack Trace: 2026-02-21T04:27:22.8678316Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:27:22.8678939Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:27:22.8679131Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:27:22.8679465Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:27:22.8679673Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:27:22.8679877Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:27:22.8680121Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:27:22.8680374Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:27:22.8680634Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:27:22.8680889Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:27:22.8681150Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:27:22.8681361Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:27:22.8681586Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:27:22.8681777Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:27:22.8682223Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:27:22.8682323Z 2026-02-21T04:31:03.1187019Z >>>>> 02/21/2026 04:31:03 The SaveDeviceDiagnosticInfo threw an exception during Issue20696(Android). 2026-02-21T04:31:03.1187405Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:31:03.1187648Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:31:03.1188003Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:31:03.1188349Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20696(Android) 2026-02-21T04:31:03.1188670Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:31:03.1188938Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:31:03.1189152Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:31:03.1189353Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:31:03.1189537Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:31:03.1189724Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:31:03.1189929Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:31:03.1190133Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:31:03.1190657Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:31:03.1191069Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:31:03.1191439Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:31:03.1191808Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:31:03.1192414Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:31:03.1192777Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:31:03.1193152Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:31:03.1193506Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:31:03.1193829Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:31:03.1194257Z --TearDown 2026-02-21T04:31:03.1194578Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:31:03.1194802Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:31:03.1195033Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:31:03.1195305Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:31:03.1195528Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:31:03.1195745Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:31:03.3679409Z Failed FlyoutHeaderShouldBeResized [3 m 40 s] 2026-02-21T04:31:03.3679820Z Error Message: 2026-02-21T04:31:03.3680041Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:31:03.3680240Z Stack Trace: 2026-02-21T04:31:03.3680397Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:31:03.3680639Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:31:03.3680821Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:31:03.3681017Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:31:03.3681223Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:31:03.3681438Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:31:03.3681675Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:31:03.3682071Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:31:03.3682337Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:31:03.3682856Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:31:03.3683170Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:31:03.3683398Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:31:03.3683659Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:31:03.3683875Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:31:03.3684081Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:31:03.3684199Z 2026-02-21T04:34:43.5281156Z >>>>> 02/21/2026 04:34:43 The SaveDeviceDiagnosticInfo threw an exception during Issue21119(Android). 2026-02-21T04:34:43.5281693Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:34:43.5282125Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:34:43.5282456Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:34:43.5282776Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21119(Android) 2026-02-21T04:34:43.5283194Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:34:43.5283508Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:34:43.5283781Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:34:43.5284086Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:34:43.5284356Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:34:43.5284671Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:34:43.5284948Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:34:43.5285197Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:34:43.5285552Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:34:43.5285842Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:34:43.5286137Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:34:43.5286472Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:34:43.5286749Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:34:43.5287156Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:34:43.5287495Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:34:43.5288100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:34:43.5288392Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:34:43.5288629Z --TearDown 2026-02-21T04:34:43.5288855Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:34:43.5289075Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:34:43.5289286Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:34:43.5289516Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:34:43.5289721Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:34:43.5289920Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:34:43.8677716Z Failed UpdateSearchHandlerMenuItemForTabNavigation [3 m 40 s] 2026-02-21T04:34:43.8678113Z Error Message: 2026-02-21T04:34:43.8678338Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:34:43.8678532Z Stack Trace: 2026-02-21T04:34:43.8678678Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:34:43.8678875Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:34:43.8679087Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:34:43.8679269Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:34:43.8679484Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:34:43.8679684Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:34:43.8679943Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:34:43.8680212Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:34:43.8680487Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:34:43.8680768Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:34:43.8681023Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:34:43.8681272Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:34:43.8681535Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:34:43.8681757Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:34:43.8682156Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:34:43.8682565Z 2026-02-21T04:38:23.9169395Z >>>>> 02/21/2026 04:38:23 The SaveDeviceDiagnosticInfo threw an exception during Issue21472(Android). 2026-02-21T04:38:23.9170157Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:38:23.9170476Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:38:23.9170829Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:38:23.9171176Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21472(Android) 2026-02-21T04:38:23.9171511Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:38:23.9171929Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:38:23.9172247Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:38:23.9172558Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:38:23.9172838Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:38:23.9173214Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:38:23.9173514Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:38:23.9173821Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:38:23.9174153Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:38:23.9174521Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:38:23.9174910Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:38:23.9175274Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:38:23.9175603Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:38:23.9175936Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:38:23.9176269Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:38:23.9176563Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:38:23.9176848Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:38:23.9177088Z --TearDown 2026-02-21T04:38:23.9177311Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:38:23.9177600Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:38:23.9177921Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:38:23.9178247Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:38:23.9178642Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:38:23.9179009Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:38:24.3682367Z Failed VerifyShellFlyoutBackgroundImage [3 m 40 s] 2026-02-21T04:38:24.3682913Z Error Message: 2026-02-21T04:38:24.3683121Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:38:24.3683323Z Stack Trace: 2026-02-21T04:38:24.3683475Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:38:24.3683678Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:38:24.3683878Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:38:24.3684068Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:38:24.3684303Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:38:24.3684502Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:38:24.3684754Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:38:24.3685013Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:38:24.3685275Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:38:24.3685528Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:38:24.3685734Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:38:24.3685969Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:38:24.3686191Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:38:24.3686381Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:38:24.3686568Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:38:24.3686670Z 2026-02-21T04:38:24.3686791Z Failed VerifyShellFlyoutBackgroundImageSetNull [3 m 40 s] 2026-02-21T04:38:24.3686915Z Error Message: 2026-02-21T04:38:24.3687096Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:38:24.3687261Z Stack Trace: 2026-02-21T04:38:24.3687397Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:38:24.3687567Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:38:24.3687730Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:38:24.3687887Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:38:24.3688056Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:38:24.3688553Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:38:24.3688746Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:38:24.3689042Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:38:24.3689261Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:38:24.3689476Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:38:24.3689673Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:38:24.3689877Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:38:24.3690093Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:38:24.3690409Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:38:24.3690593Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:38:24.3690680Z 2026-02-21T04:42:04.3179900Z >>>>> 02/21/2026 04:42:04 The SaveDeviceDiagnosticInfo threw an exception during Issue22045(Android). 2026-02-21T04:42:04.3180278Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:42:04.3180521Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:42:04.3180800Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:42:04.3181132Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22045(Android) 2026-02-21T04:42:04.3181340Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:42:04.3181547Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:42:04.3181733Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:42:04.3182128Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:42:04.3182389Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:42:04.3182563Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:42:04.3182856Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:42:04.3183125Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:42:04.3183338Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:42:04.3183577Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:42:04.3183970Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:42:04.3184565Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:42:04.3185047Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:42:04.3185375Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:42:04.3185727Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:42:04.3186027Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:42:04.3186271Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:42:04.3186511Z --TearDown 2026-02-21T04:42:04.3186681Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:42:04.3186997Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:42:04.3187333Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:42:04.3187678Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:42:04.3188021Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:42:04.3188206Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:42:04.8690579Z Failed GetValidSizeWhenContentViewInFlyoutContent [3 m 40 s] 2026-02-21T04:42:04.8690911Z Error Message: 2026-02-21T04:42:04.8691107Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:42:04.8691339Z Stack Trace: 2026-02-21T04:42:04.8691492Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:42:04.8691689Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:42:04.8692061Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:42:04.8692254Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:42:04.8692444Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:42:04.8692635Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:42:04.8692873Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:42:04.8693117Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:42:04.8693368Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:42:04.8693612Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:42:04.8693819Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:42:04.8694411Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:42:04.8694650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:42:04.8694942Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:42:04.8695159Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:42:04.8695269Z 2026-02-21T04:45:44.7042052Z >>>>> 02/21/2026 04:45:44 The SaveDeviceDiagnosticInfo threw an exception during Issue22452(Android). 2026-02-21T04:45:44.7042607Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:45:44.7043040Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:45:44.7043460Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:45:44.7044093Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22452(Android) 2026-02-21T04:45:44.7044504Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:45:44.7044989Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:45:44.7045321Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:45:44.7045669Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:45:44.7045961Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:45:44.7046237Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:45:44.7046557Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:45:44.7046809Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:45:44.7047040Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:45:44.7047293Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:45:44.7047550Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:45:44.7047820Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:45:44.7048054Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:45:44.7048300Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:45:44.7048566Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:45:44.7048784Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:45:44.7048997Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:45:44.7049440Z --TearDown 2026-02-21T04:45:44.7049623Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:45:44.7049847Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:45:44.7050190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:45:44.7050451Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:45:44.7050685Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:45:44.7050904Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:45:45.3690226Z Failed NavigationBetweenFlyoutItems [3 m 40 s] 2026-02-21T04:45:45.3690713Z Error Message: 2026-02-21T04:45:45.3691005Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:45:45.3691358Z Stack Trace: 2026-02-21T04:45:45.3691603Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:45:45.3692165Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:45:45.3692426Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:45:45.3692623Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:45:45.3692835Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:45:45.3693056Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:45:45.3693325Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:45:45.3693592Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:45:45.3693851Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:45:45.3694111Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:45:45.3694344Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:45:45.3694597Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:45:45.3694879Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:45:45.3695115Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:45:45.3695339Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:45:45.3695457Z 2026-02-21T04:49:25.1377164Z >>>>> 02/21/2026 04:49:25 The SaveDeviceDiagnosticInfo threw an exception during Issue22570(Android). 2026-02-21T04:49:25.1377825Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:49:25.1378171Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:49:25.1378864Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:49:25.1379411Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22570(Android) 2026-02-21T04:49:25.1379680Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:49:25.1379913Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:49:25.1380115Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:49:25.1380309Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:49:25.1380502Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:49:25.1380788Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:49:25.1380984Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:49:25.1381177Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:49:25.1381396Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:49:25.1381641Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:49:25.1382039Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:49:25.1382300Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:49:25.1382531Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:49:25.1382756Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:49:25.1382997Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:49:25.1383205Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:49:25.1383406Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:49:25.1383582Z --TearDown 2026-02-21T04:49:25.1383757Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:49:25.1383969Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:49:25.1384202Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:49:25.1384449Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:49:25.1384665Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:49:25.1384876Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:49:25.8681304Z Failed Issue22570Test [3 m 40 s] 2026-02-21T04:49:25.8682272Z Error Message: 2026-02-21T04:49:25.8682589Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:49:25.8683024Z Stack Trace: 2026-02-21T04:49:25.8683279Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:49:25.8683564Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:49:25.8683854Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:49:25.8684137Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:49:25.8684453Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:49:25.8684779Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:49:25.8685168Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:49:25.8685585Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:49:25.8685999Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:49:25.8686405Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:49:25.8686770Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:49:25.8687169Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:49:25.8687598Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:49:25.8687988Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:49:25.8688342Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:49:25.8688524Z 2026-02-21T04:53:05.5654865Z >>>>> 02/21/2026 04:53:05 The SaveDeviceDiagnosticInfo threw an exception during Issue23424(Android). 2026-02-21T04:53:05.5655226Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:53:05.5655596Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:53:05.5655865Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:53:05.5656086Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue23424(Android) 2026-02-21T04:53:05.5656342Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:53:05.5656641Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:53:05.5656910Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:53:05.5657198Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:53:05.5657466Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:53:05.5658053Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:53:05.5658346Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:53:05.5658727Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:53:05.5659033Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:53:05.5659382Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:53:05.5659741Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:53:05.5660096Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:53:05.5660420Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:53:05.5660760Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:53:05.5661110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:53:05.5661428Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:53:05.5661730Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:53:05.5662251Z --TearDown 2026-02-21T04:53:05.5662497Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:53:05.5662825Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:53:05.5663174Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:53:05.5663543Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:53:05.5663860Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:53:05.5664151Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:53:06.3696002Z Failed BackButtonBehaviorIsVisibleWorksWithCustomIcon [3 m 40 s] 2026-02-21T04:53:06.3696329Z Error Message: 2026-02-21T04:53:06.3696575Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:53:06.3696778Z Stack Trace: 2026-02-21T04:53:06.3696948Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:53:06.3697150Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:53:06.3697341Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:53:06.3697532Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:53:06.3697741Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:53:06.3697950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:53:06.3698557Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:53:06.3698803Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:53:06.3699129Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:53:06.3699377Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:53:06.3699597Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:53:06.3699825Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:53:06.3700063Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:53:06.3700265Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:53:06.3700477Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:53:06.3700588Z 2026-02-21T04:56:45.9618877Z >>>>> 02/21/2026 04:56:45 The SaveDeviceDiagnosticInfo threw an exception during Issue23803(Android). 2026-02-21T04:56:45.9619454Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T04:56:45.9619785Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:56:45.9620170Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T04:56:45.9620485Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue23803(Android) 2026-02-21T04:56:45.9620728Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:56:45.9620954Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T04:56:45.9621173Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:56:45.9621473Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:56:45.9621696Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:56:45.9622020Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:56:45.9622332Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:56:45.9622944Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:56:45.9623280Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:56:45.9623657Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:56:45.9624142Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:56:45.9624520Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:56:45.9625119Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:56:45.9625345Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:56:45.9625787Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:56:45.9626071Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:56:45.9626330Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:56:45.9626504Z --TearDown 2026-02-21T04:56:45.9626680Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T04:56:45.9626896Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T04:56:45.9627119Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:56:45.9627370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:56:45.9627588Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:56:45.9627791Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:56:46.8699005Z Failed VerifyClickAroundOverflowMenuItem [3 m 40 s] 2026-02-21T04:56:46.8699429Z Error Message: 2026-02-21T04:56:46.8699775Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T04:56:46.8700151Z Stack Trace: 2026-02-21T04:56:46.8700461Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T04:56:46.8700812Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T04:56:46.8701128Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T04:56:46.8701440Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T04:56:46.8701763Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T04:56:46.8702264Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T04:56:46.8702718Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T04:56:46.8703189Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T04:56:46.8703681Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T04:56:46.8704149Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T04:56:46.8704755Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T04:56:46.8705178Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:56:46.8706004Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T04:56:46.8706381Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T04:56:46.8706832Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T04:56:46.8707021Z 2026-02-21T05:00:26.3623024Z >>>>> 02/21/2026 05:00:26 The SaveDeviceDiagnosticInfo threw an exception during Issue24284(Android). 2026-02-21T05:00:26.3623578Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:00:26.3623885Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:00:26.3624194Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:00:26.3624583Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue24284(Android) 2026-02-21T05:00:26.3624831Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:00:26.3625073Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:00:26.3625291Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:00:26.3625490Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:00:26.3625668Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:00:26.3625927Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:00:26.3626159Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:00:26.3626445Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:00:26.3626775Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:00:26.3627143Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:00:26.3627536Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:00:26.3627923Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:00:26.3628272Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:00:26.3628644Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:00:26.3629023Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:00:26.3629354Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:00:26.3629667Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:00:26.3629940Z --TearDown 2026-02-21T05:00:26.3630199Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:00:26.3630908Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:00:26.3631293Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:00:26.3631790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:00:26.3632302Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:00:26.3632645Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:00:27.3706559Z Failed FlyoutHeaderAdaptsToMinimumHeight [3 m 40 s] 2026-02-21T05:00:27.3706963Z Error Message: 2026-02-21T05:00:27.3707178Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:00:27.3707422Z Stack Trace: 2026-02-21T05:00:27.3707587Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:00:27.3707806Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:00:27.3707990Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:00:27.3708173Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:00:27.3708372Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:00:27.3708572Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:00:27.3708832Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:00:27.3709092Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:00:27.3709346Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:00:27.3709595Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:00:27.3709829Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:00:27.3710064Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:00:27.3710325Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:00:27.3710553Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:00:27.3710771Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:00:27.3710878Z 2026-02-21T05:04:06.7699004Z >>>>> 02/21/2026 05:04:06 The SaveDeviceDiagnosticInfo threw an exception during Issue25067(Android). 2026-02-21T05:04:06.7699529Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:04:06.7699779Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:04:06.7700018Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:04:06.7700560Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25067(Android) 2026-02-21T05:04:06.7700812Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:04:06.7701255Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:04:06.7701579Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:04:06.7702025Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:04:06.7702255Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:04:06.7702484Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:04:06.7702758Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:04:06.7703023Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:04:06.7703353Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:04:06.7703722Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:04:06.7704065Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:04:06.7704422Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:04:06.7704741Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:04:06.7705066Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:04:06.7705423Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:04:06.7705730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:04:06.7706034Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:04:06.7706278Z --TearDown 2026-02-21T05:04:06.7706525Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:04:06.7706824Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:04:06.7707159Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:04:06.7707508Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:04:06.7707823Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:04:06.7708192Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:04:07.8711172Z Failed SearchHandlerRendersCustomSearchIconAndClearIcon [3 m 40 s] 2026-02-21T05:04:07.8711459Z Error Message: 2026-02-21T05:04:07.8711689Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:04:07.8712561Z Stack Trace: 2026-02-21T05:04:07.8712707Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:04:07.8712991Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:04:07.8713162Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:04:07.8713323Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:04:07.8713499Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:04:07.8713675Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:04:07.8713900Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:04:07.8714223Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:04:07.8714444Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:04:07.8714665Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:04:07.8714870Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:04:07.8715079Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:04:07.8715300Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:04:07.8715506Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:04:07.8715693Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:04:07.8715784Z 2026-02-21T05:04:07.8715913Z Failed SearchHandlerRendersDefaultSearchIconAndClearIcon [3 m 40 s] 2026-02-21T05:04:07.8716041Z Error Message: 2026-02-21T05:04:07.8716215Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:04:07.8716388Z Stack Trace: 2026-02-21T05:04:07.8716525Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:04:07.8716702Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:04:07.8716864Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:04:07.8717020Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:04:07.8717196Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:04:07.8717373Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:04:07.8717571Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:04:07.8717784Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:04:07.8717995Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:04:07.8718247Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:04:07.8718470Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:04:07.8718671Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:04:07.8718895Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:04:07.8719081Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:04:07.8719263Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:04:07.8719350Z 2026-02-21T05:07:47.1538257Z >>>>> 02/21/2026 05:07:47 The SaveDeviceDiagnosticInfo threw an exception during Issue25436(Android). 2026-02-21T05:07:47.1538686Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:07:47.1538995Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:07:47.1539339Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:07:47.1539666Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25436(Android) 2026-02-21T05:07:47.1540131Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:07:47.1540480Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:07:47.1540763Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:07:47.1541063Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:07:47.1541330Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:07:47.1541588Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:07:47.1542056Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:07:47.1542374Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:07:47.1542684Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:07:47.1543037Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:07:47.1543443Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:07:47.1543793Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:07:47.1544073Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:07:47.1544352Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:07:47.1544659Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:07:47.1545292Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:07:47.1545663Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:07:47.1545882Z --TearDown 2026-02-21T05:07:47.1546102Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:07:47.1546364Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:07:47.1546690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:07:47.1547030Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:07:47.1547329Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:07:47.1547614Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:07:48.3725656Z Failed FlyoutMenuShouldNotDisappearWhenNavigateUsingServices [3 m 40 s] 2026-02-21T05:07:48.3725881Z Error Message: 2026-02-21T05:07:48.3726081Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:07:48.3726255Z Stack Trace: 2026-02-21T05:07:48.3726404Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:07:48.3726601Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:07:48.3726816Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:07:48.3727001Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:07:48.3727217Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:07:48.3727402Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:07:48.3727628Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:07:48.3727851Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:07:48.3728083Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:07:48.3728308Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:07:48.3728509Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:07:48.3728706Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:07:48.3728919Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:07:48.3729104Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:07:48.3729283Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:07:48.3729729Z 2026-02-21T05:11:27.5778834Z >>>>> 02/21/2026 05:11:27 The SaveDeviceDiagnosticInfo threw an exception during Issue25742(Android). 2026-02-21T05:11:27.5779685Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:11:27.5780001Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:11:27.5780346Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:11:27.5780669Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25742(Android) 2026-02-21T05:11:27.5780992Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:11:27.5781208Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:11:27.5781380Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:11:27.5781602Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:11:27.5781777Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:11:27.5782118Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:11:27.5782297Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:11:27.5782465Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:11:27.5782651Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:11:27.5782881Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:11:27.5783100Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:11:27.5783320Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:11:27.5783516Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:11:27.5783712Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:11:27.5783926Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:11:27.5784147Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:11:27.5784329Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:11:27.5784484Z --TearDown 2026-02-21T05:11:27.5784634Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:11:27.5784820Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:11:27.5785013Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:11:27.5785228Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:11:27.5785514Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:11:27.5785695Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:11:28.8729916Z Failed UpdatedBackButtonTitleForEmptyString [3 m 40 s] 2026-02-21T05:11:28.8730330Z Error Message: 2026-02-21T05:11:28.8730655Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:11:28.8730851Z Stack Trace: 2026-02-21T05:11:28.8730996Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:11:28.8731188Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:11:28.8731379Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:11:28.8731528Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:11:28.8731696Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:11:28.8732064Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:11:28.8732461Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:11:28.8732657Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:11:28.8732860Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:11:28.8733060Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:11:28.8733246Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:11:28.8733429Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:11:28.8733620Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:11:28.8733789Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:11:28.8733951Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:11:28.8734050Z 2026-02-21T05:15:07.9812909Z >>>>> 02/21/2026 05:15:07 The SaveDeviceDiagnosticInfo threw an exception during Issue25913(Android). 2026-02-21T05:15:07.9813248Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:15:07.9813461Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:15:07.9813657Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:15:07.9813835Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25913(Android) 2026-02-21T05:15:07.9814025Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:15:07.9814289Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:15:07.9814710Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:15:07.9814973Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:15:07.9815133Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:15:07.9815298Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:15:07.9815510Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:15:07.9815709Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:15:07.9815896Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:15:07.9816196Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:15:07.9816566Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:15:07.9816883Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:15:07.9817231Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:15:07.9817434Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:15:07.9817707Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:15:07.9817898Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:15:07.9818080Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:15:07.9818239Z --TearDown 2026-02-21T05:15:07.9818388Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:15:07.9818592Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:15:07.9818902Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:15:07.9819125Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:15:07.9819326Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:15:07.9819510Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:15:09.3728965Z Failed DynamicTabSectionVisibility [3 m 40 s] 2026-02-21T05:15:09.3729234Z Error Message: 2026-02-21T05:15:09.3729640Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:15:09.3729848Z Stack Trace: 2026-02-21T05:15:09.3730053Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:15:09.3730295Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:15:09.3730515Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:15:09.3731077Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:15:09.3731310Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:15:09.3731666Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:15:09.3732080Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:15:09.3732366Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:15:09.3732642Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:15:09.3732893Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:15:09.3733152Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:15:09.3733411Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:15:09.3733690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:15:09.3733942Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:15:09.3734183Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:15:09.3734301Z 2026-02-21T05:18:48.3815572Z >>>>> 02/21/2026 05:18:48 The SaveDeviceDiagnosticInfo threw an exception during Issue26598(Android). 2026-02-21T05:18:48.3816129Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:18:48.3816522Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:18:48.3816905Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:18:48.3821177Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue26598(Android) 2026-02-21T05:18:48.3821597Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:18:48.3822161Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:18:48.3822414Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:18:48.3822631Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:18:48.3822831Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:18:48.3823015Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:18:48.3823216Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:18:48.3823417Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:18:48.3823654Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:18:48.3823905Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:18:48.3824404Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:18:48.3824756Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:18:48.3824988Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:18:48.3825217Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:18:48.3825463Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:18:48.3825769Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:18:48.3825983Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:18:48.3826166Z --TearDown 2026-02-21T05:18:48.3826340Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:18:48.3826555Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:18:48.3826776Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:18:48.3827023Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:18:48.3827250Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:18:48.3827459Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:18:49.8725338Z Failed TabBarShouldbeVisibleNavigatingBackFromNonTabbedPage [3 m 40 s] 2026-02-21T05:18:49.8725668Z Error Message: 2026-02-21T05:18:49.8726019Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:18:49.8726258Z Stack Trace: 2026-02-21T05:18:49.8726434Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:18:49.8726651Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:18:49.8726854Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:18:49.8727091Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:18:49.8727300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:18:49.8727622Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:18:49.8727892Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:18:49.8728162Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:18:49.8728429Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:18:49.8728692Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:18:49.8729346Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:18:49.8729680Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:18:49.8729947Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:18:49.8730175Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:18:49.8730394Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:18:49.8730502Z 2026-02-21T05:22:28.7658643Z >>>>> 02/21/2026 05:22:28 The SaveDeviceDiagnosticInfo threw an exception during Issue27337(Android). 2026-02-21T05:22:28.7659240Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:22:28.7659699Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:22:28.7660073Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:22:28.7660425Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue27337(Android) 2026-02-21T05:22:28.7660769Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:22:28.7661118Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:22:28.7661452Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:22:28.7662150Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:22:28.7662521Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:22:28.7662720Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:22:28.7662931Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:22:28.7663151Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:22:28.7663390Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:22:28.7663690Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:22:28.7663975Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:22:28.7664242Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:22:28.7664492Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:22:28.7664751Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:22:28.7665022Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:22:28.7665253Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:22:28.7665750Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:22:28.7666032Z --TearDown 2026-02-21T05:22:28.7666217Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:22:28.7666435Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:22:28.7666684Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:22:28.7666945Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:22:28.7667169Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:22:28.7667420Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:22:28.8733219Z Failed EnsureFlyoutBehaviourAsLockedAfterNavigation [3 m 40 s] 2026-02-21T05:22:28.8733643Z Error Message: 2026-02-21T05:22:28.8736605Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:22:28.8736869Z Stack Trace: 2026-02-21T05:22:28.8737049Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:22:28.8737254Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:22:28.8737440Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:22:28.8737672Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:22:28.8737879Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:22:28.8738101Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:22:28.8738364Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:22:28.8738631Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:22:28.8738900Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:22:28.8739167Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:22:28.8739408Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:22:28.8739646Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:22:28.8739902Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:22:28.8740112Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:22:28.8740338Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:22:28.8740449Z 2026-02-21T05:26:09.1822124Z >>>>> 02/21/2026 05:26:09 The SaveDeviceDiagnosticInfo threw an exception during Issue27822(Android). 2026-02-21T05:26:09.1822807Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:26:09.1823163Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:26:09.1823683Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:26:09.1824063Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue27822(Android) 2026-02-21T05:26:09.1824441Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:26:09.1824925Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:26:09.1825264Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:26:09.1825608Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:26:09.1825920Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:26:09.1826220Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:26:09.1826557Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:26:09.1826886Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:26:09.1827232Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:26:09.1827621Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:26:09.1828010Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:26:09.1828409Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:26:09.1828759Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:26:09.1829113Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:26:09.1829569Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:26:09.1829927Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:26:09.1830283Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:26:09.1830577Z --TearDown 2026-02-21T05:26:09.1830864Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:26:09.1831219Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:26:09.1831607Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:26:09.1832126Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:26:09.1832470Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:26:09.1832847Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:26:09.3730496Z Failed Issue27822Test [3 m 40 s] 2026-02-21T05:26:09.3730738Z Error Message: 2026-02-21T05:26:09.3730943Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:26:09.3731138Z Stack Trace: 2026-02-21T05:26:09.3731297Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:26:09.3731492Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:26:09.3731667Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:26:09.3732011Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:26:09.3732307Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:26:09.3732509Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:26:09.3732779Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:26:09.3733127Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:26:09.3733375Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:26:09.3733612Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:26:09.3733838Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:26:09.3734059Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:26:09.3734318Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:26:09.3734529Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:26:09.3734734Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:26:09.3734836Z 2026-02-21T05:29:49.5703701Z >>>>> 02/21/2026 05:29:49 The SaveDeviceDiagnosticInfo threw an exception during Issue28485(Android). 2026-02-21T05:29:49.5704747Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:29:49.5705163Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:29:49.5705441Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:29:49.5705850Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28485(Android) 2026-02-21T05:29:49.5706255Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:29:49.5706555Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:29:49.5706809Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:29:49.5707357Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:29:49.5707614Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:29:49.5707967Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:29:49.5708230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:29:49.5708503Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:29:49.5708797Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:29:49.5709106Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:29:49.5709441Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:29:49.5709785Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:29:49.5710144Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:29:49.5710499Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:29:49.5710857Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:29:49.5711153Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:29:49.5711430Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:29:49.5711663Z --TearDown 2026-02-21T05:29:49.5712109Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:29:49.5712427Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:29:49.5712728Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:29:49.5713063Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:29:49.5713359Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:29:49.5713642Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:29:49.8726331Z Failed SwipeBackGestureShouldNavigateOnce [3 m 40 s] 2026-02-21T05:29:49.8726688Z Error Message: 2026-02-21T05:29:49.8726903Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:29:49.8727101Z Stack Trace: 2026-02-21T05:29:49.8727272Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:29:49.8727480Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:29:49.8727672Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:29:49.8727861Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:29:49.8728289Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:29:49.8728500Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:29:49.8728839Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:29:49.8729099Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:29:49.8729354Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:29:49.8729611Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:29:49.8729853Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:29:49.8730103Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:29:49.8730359Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:29:49.8730587Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:29:49.8730804Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:29:49.8730919Z 2026-02-21T05:33:29.9654956Z >>>>> 02/21/2026 05:33:29 The SaveDeviceDiagnosticInfo threw an exception during Issue28570(Android). 2026-02-21T05:33:29.9655485Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:33:29.9655834Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:33:29.9656190Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:33:29.9656516Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28570(Android) 2026-02-21T05:33:29.9656840Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:33:29.9657174Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:33:29.9657470Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:33:29.9657769Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:33:29.9658032Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:33:29.9658297Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:33:29.9658580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:33:29.9658866Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:33:29.9659189Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:33:29.9659549Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:33:29.9659905Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:33:29.9660512Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:33:29.9660939Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:33:29.9661279Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:33:29.9661635Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:33:29.9662054Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:33:29.9662390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:33:29.9662663Z --TearDown 2026-02-21T05:33:29.9662919Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:33:29.9663246Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:33:29.9663597Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:33:29.9663969Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:33:29.9664292Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:33:29.9664605Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:33:30.3730099Z Failed BackButtonShouldNotBeVisible [3 m 40 s] 2026-02-21T05:33:30.3730414Z Error Message: 2026-02-21T05:33:30.3730635Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:33:30.3730816Z Stack Trace: 2026-02-21T05:33:30.3730963Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:33:30.3731139Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:33:30.3731304Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:33:30.3731466Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:33:30.3731644Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:33:30.3732013Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:33:30.3732259Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:33:30.3732486Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:33:30.3732714Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:33:30.3732934Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:33:30.3733136Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:33:30.3733703Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:33:30.3734008Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:33:30.3734214Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:33:30.3734402Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:33:30.3734529Z 2026-02-21T05:37:10.3742443Z >>>>> 02/21/2026 05:37:10 The SaveDeviceDiagnosticInfo threw an exception during Issue28634(Android). 2026-02-21T05:37:10.3742791Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:37:10.3743111Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:37:10.3743632Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:37:10.3743931Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28634(Android) 2026-02-21T05:37:10.3744343Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:37:10.3744654Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:37:10.3744944Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:37:10.3745180Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:37:10.3745346Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:37:10.3745504Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:37:10.3745731Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:37:10.3746057Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:37:10.3746255Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:37:10.3746480Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:37:10.3746695Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:37:10.3746928Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:37:10.3747128Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:37:10.3747321Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:37:10.3747543Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:37:10.3747729Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:37:10.3747914Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:37:10.3748337Z --TearDown 2026-02-21T05:37:10.3748489Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:37:10.3748764Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:37:10.3748968Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:37:10.3749183Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:37:10.3749369Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:37:10.3749546Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:37:10.8734711Z Failed VerifySearchHandlerPlaceholderText [3 m 40 s] 2026-02-21T05:37:10.8735049Z Error Message: 2026-02-21T05:37:10.8735232Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:37:10.8735442Z Stack Trace: 2026-02-21T05:37:10.8735586Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:37:10.8735764Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:37:10.8735929Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:37:10.8736087Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:37:10.8736264Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:37:10.8736451Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:37:10.8736672Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:37:10.8736893Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:37:10.8737115Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:37:10.8737337Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:37:10.8737532Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:37:10.8737737Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:37:10.8737957Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:37:10.8738144Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:37:10.8738331Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:37:10.8738424Z 2026-02-21T05:40:50.7693467Z >>>>> 02/21/2026 05:40:50 The SaveDeviceDiagnosticInfo threw an exception during Issue29091Shell(Android). 2026-02-21T05:40:50.7693928Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:40:50.7694206Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:40:50.7694962Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:40:50.7695339Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29091Shell(Android) 2026-02-21T05:40:50.7695533Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:40:50.7695720Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:40:50.7695885Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:40:50.7696049Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:40:50.7696199Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:40:50.7696346Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:40:50.7696508Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:40:50.7696664Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:40:50.7696833Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:40:50.7697124Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:40:50.7697366Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:40:50.7697564Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:40:50.7697747Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:40:50.7697932Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:40:50.7698132Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:40:50.7698306Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:40:50.7698471Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:40:50.7698622Z --TearDown 2026-02-21T05:40:50.7698760Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:40:50.7698935Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:40:50.7699120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:40:50.7699308Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:40:50.7699478Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:40:50.7699650Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:40:51.3750068Z Failed TabBarIconsShouldAutoscaleShell [3 m 40 s] 2026-02-21T05:40:51.3750289Z Error Message: 2026-02-21T05:40:51.3750499Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:40:51.3751055Z Stack Trace: 2026-02-21T05:40:51.3751773Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:40:51.3752265Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:40:51.3752595Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:40:51.3752882Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:40:51.3753220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:40:51.3753435Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:40:51.3753702Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:40:51.3753964Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:40:51.3754219Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:40:51.3754478Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:40:51.3754704Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:40:51.3754939Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:40:51.3755201Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:40:51.3755432Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:40:51.3755654Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:40:51.3755765Z 2026-02-21T05:44:31.1851566Z >>>>> 02/21/2026 05:44:31 The SaveDeviceDiagnosticInfo threw an exception during Issue29559(Android). 2026-02-21T05:44:31.1851818Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:44:31.1852336Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:44:31.1852688Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:44:31.1852935Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29559(Android) 2026-02-21T05:44:31.1853221Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:44:31.1853426Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:44:31.1853610Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:44:31.1853790Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:44:31.1853950Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:44:31.1854371Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:44:31.1854547Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:44:31.1854815Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:44:31.1855031Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:44:31.1855333Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:44:31.1855650Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:44:31.1855976Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:44:31.1856278Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:44:31.1856570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:44:31.1856920Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:44:31.1857212Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:44:31.1857487Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:44:31.1857709Z --TearDown 2026-02-21T05:44:31.1857942Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:44:31.1858228Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:44:31.1858536Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:44:31.1858865Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:44:31.1859149Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:44:31.1859442Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:44:31.8750191Z Failed Issue29559KeyboardDismissonSearchHander [3 m 40 s] 2026-02-21T05:44:31.8750434Z Error Message: 2026-02-21T05:44:31.8750630Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:44:31.8750819Z Stack Trace: 2026-02-21T05:44:31.8750965Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:44:31.8751140Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:44:31.8751299Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:44:31.8751461Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:44:31.8751638Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:44:31.8751814Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:44:31.8752436Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:44:31.8752734Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:44:31.8752950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:44:31.8753167Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:44:31.8753361Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:44:31.8753569Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:44:31.8753800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:44:31.8753997Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:44:31.8754182Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:44:31.8754274Z 2026-02-21T05:48:11.5827097Z >>>>> 02/21/2026 05:48:11 The SaveDeviceDiagnosticInfo threw an exception during Issue29615(Android). 2026-02-21T05:48:11.5827456Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:48:11.5827824Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:48:11.5828081Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:48:11.5828305Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29615(Android) 2026-02-21T05:48:11.5828531Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:48:11.5828817Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:48:11.5829109Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:48:11.5829280Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:48:11.5829431Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:48:11.5829595Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:48:11.5829766Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:48:11.5829943Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:48:11.5830128Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:48:11.5830370Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:48:11.5830665Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:48:11.5830937Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:48:11.5831536Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:48:11.5832227Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:48:11.5832448Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:48:11.5832640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:48:11.5832825Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:48:11.5832980Z --TearDown 2026-02-21T05:48:11.5833202Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:48:11.5833483Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:48:11.5833695Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:48:11.5833913Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:48:11.5834099Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:48:11.5834279Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:48:12.3755219Z Failed VerifyFlyoutIconIsNotPresentWhenDisabledFlyout [3 m 40 s] 2026-02-21T05:48:12.3755597Z Error Message: 2026-02-21T05:48:12.3755781Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:48:12.3755970Z Stack Trace: 2026-02-21T05:48:12.3756120Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:48:12.3756297Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:48:12.3756458Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:48:12.3756616Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:48:12.3756789Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:48:12.3756962Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:48:12.3757184Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:48:12.3757406Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:48:12.3757620Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:48:12.3757833Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:48:12.3758023Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:48:12.3758220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:48:12.3758759Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:48:12.3759034Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:48:12.3759225Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:48:12.3759326Z 2026-02-21T05:51:51.9724400Z >>>>> 02/21/2026 05:51:51 The SaveDeviceDiagnosticInfo threw an exception during Issue29824(Android). 2026-02-21T05:51:51.9725707Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-21T05:51:51.9726082Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:51:51.9726518Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-21T05:51:51.9726929Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29824(Android) 2026-02-21T05:51:51.9727304Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:51:51.9727658Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-21T05:51:51.9728017Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:51:51.9728348Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:51:51.9728619Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:51:51.9728904Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:51:51.9729218Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:51:51.9729537Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:51:51.9729933Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:51:51.9730191Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:51:51.9730440Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:51:51.9730695Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:51:51.9730925Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:51:51.9731165Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:51.9731418Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:51.9731638Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:51:51.9732137Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:51:51.9732349Z --TearDown 2026-02-21T05:51:51.9732527Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-21T05:51:51.9733028Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-21T05:51:51.9733370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:51.9733618Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:51.9733842Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:51:51.9734051Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:51:52.8776013Z Failed ShellAppearanceUpdatesWhenChangingShellSectionToTab_1 [3 m 40 s] 2026-02-21T05:51:52.8776487Z Error Message: 2026-02-21T05:51:52.8776857Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:51:52.8777204Z Stack Trace: 2026-02-21T05:51:52.8777498Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:51:52.8777857Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:51:52.8778179Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:51:52.8778501Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:51:52.8778841Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:51:52.8779172Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:51:52.8779536Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:51:52.8779913Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:51:52.8780254Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:51:52.8780523Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:51:52.8780757Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:51:52.8780994Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:52.8781270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:52.8781513Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:51:52.8781762Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:51:52.8782074Z 2026-02-21T05:51:52.8782298Z Failed ShellAppearanceUpdatesWhenChangingShellSectionToTab_2 [3 m 40 s] 2026-02-21T05:51:52.8782530Z Error Message: 2026-02-21T05:51:52.8782732Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:51:52.8782944Z Stack Trace: 2026-02-21T05:51:52.8783103Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:51:52.8783624Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:51:52.8783898Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:51:52.8784082Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:51:52.8784281Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:51:52.8784483Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:51:52.8784706Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:51:52.8784955Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:51:52.8785209Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:51:52.8785462Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:51:52.8785694Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:51:52.8785924Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:52.8786176Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:52.8786411Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:51:52.8786625Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:51:52.8786737Z 2026-02-21T05:51:52.8786874Z Failed ShellAppearanceUpdatesWhenChangingBetweenTabs [3 m 40 s] 2026-02-21T05:51:52.8787025Z Error Message: 2026-02-21T05:51:52.8787212Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-21T05:51:52.8787402Z Stack Trace: 2026-02-21T05:51:52.8787558Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-21T05:51:52.8787749Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-21T05:51:52.8787924Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-21T05:51:52.8788102Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-21T05:51:52.8788330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-21T05:51:52.8788523Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-21T05:51:52.8788733Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-21T05:51:52.8788997Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-21T05:51:52.8789236Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-21T05:51:52.8789470Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-21T05:51:52.8789728Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-21T05:51:52.8789984Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:52.8790229Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-21T05:51:52.8790442Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-21T05:51:52.8790643Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-21T05:51:52.8790746Z 2026-02-21T05:53:52.9461620Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-21T05:53:52.9561692Z ##[error]The operation was canceled. 2026-02-21T05:53:52.9565185Z ##[section]Async Command Start: Update Build Number 2026-02-21T05:53:52.9565877Z Update build number to 10.0.50-ci+pr.33246.azdo.1303563 for build 1303563 2026-02-21T05:53:52.9565991Z ##[section]Async Command End: Update Build Number 2026-02-21T05:53:52.9566523Z ##[section]Async Command Start: Update Build Number 2026-02-21T05:53:52.9566681Z Update build number to 10.0.50-ci+pr.33246.azdo.1303563 for build 1303563 2026-02-21T05:53:52.9566786Z ##[section]Async Command End: Update Build Number 2026-02-21T05:53:52.9567274Z ##[section]Async Command Start: Update Build Number 2026-02-21T05:53:52.9567433Z Update build number to 10.0.50-ci+pr.33246.azdo.1303563 for build 1303563 2026-02-21T05:53:52.9567536Z ##[section]Async Command End: Update Build Number 2026-02-21T05:53:52.9568022Z ##[section]Async Command Start: Update Build Number 2026-02-21T05:53:52.9568177Z Update build number to 10.0.50-ci+pr.33246.azdo.1303563 for build 1303563 2026-02-21T05:53:52.9568282Z ##[section]Async Command End: Update Build Number 2026-02-21T05:53:52.9568852Z ##[section]Finishing: Controls (API 30) Shell