2026-03-08T15:36:55.9574680Z ##[section]Starting: Controls CollectionView 2026-03-08T15:36:55.9626920Z ============================================================================== 2026-03-08T15:36:55.9627630Z Task : PowerShell 2026-03-08T15:36:55.9629110Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-08T15:36:55.9629500Z Version : 2.268.1 2026-03-08T15:36:55.9630330Z Author : Microsoft Corporation 2026-03-08T15:36:55.9630560Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-08T15:36:55.9631100Z ============================================================================== 2026-03-08T15:36:57.0258000Z Generating script. 2026-03-08T15:36:57.0417910Z ========================== Starting Command Output =========================== 2026-03-08T15:36:57.0425130Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/b988c482-b065-40dc-9cbc-f70577e5fe50.ps1' 2026-03-08T15:37:00.7435570Z $ErrorActionPreference = 'stop' 2026-03-08T15:37:00.7443270Z $ProgressPreference = 'silentlyContinue' 2026-03-08T15:37:00.7449000Z Get-Content $PSCommandPath 2026-03-08T15:37:00.7453320Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-08T15:37:00.7457390Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-08T15:37:00.7459700Z $command += " --runtimevariant=""Mono""" 2026-03-08T15:37:00.7461670Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-08T15:37:00.7462890Z 2026-03-08T15:37:00.7466860Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-08T15:37:00.7468540Z $deviceType = "" 2026-03-08T15:37:00.7470780Z if ($deviceType) { 2026-03-08T15:37:00.7473340Z $command += " --skin=""$deviceType""" 2026-03-08T15:37:00.7481760Z } 2026-03-08T15:37:00.7482950Z 2026-03-08T15:37:00.7485000Z $testFilter = "" 2026-03-08T15:37:00.7489580Z $testConfigrationArgs = "" 2026-03-08T15:37:00.7499480Z 2026-03-08T15:37:00.7517520Z "CollectionView".Split(",") | ForEach { 2026-03-08T15:37:00.7531700Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-08T15:37:00.7538880Z } 2026-03-08T15:37:00.7541070Z 2026-03-08T15:37:00.7548740Z $testFilter = $testFilter.TrimEnd("|") 2026-03-08T15:37:00.7554070Z 2026-03-08T15:37:00.7555950Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-08T15:37:00.7559390Z if ($testConfigrationArgs) { 2026-03-08T15:37:00.7562160Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-08T15:37:00.7566140Z } 2026-03-08T15:37:00.7568470Z if ($testFilter) { 2026-03-08T15:37:00.7571350Z $command += " --test-filter ""$testFilter""" 2026-03-08T15:37:00.7588700Z } 2026-03-08T15:37:00.7590200Z 2026-03-08T15:37:00.7592490Z $headless = true 2026-03-08T15:37:00.7604520Z if ($headless) { 2026-03-08T15:37:00.7606420Z $command += " --headless ""$headless""" 2026-03-08T15:37:00.7607080Z } 2026-03-08T15:37:00.7626100Z 2026-03-08T15:37:00.7634290Z Write-Host "Running command: $command" 2026-03-08T15:37:00.7636140Z 2026-03-08T15:37:00.7638930Z Invoke-Expression $command 2026-03-08T15:37:00.7640760Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-08T15:37:00.7650170Z } else { 2026-03-08T15:37:00.7660330Z exit $LASTEXITCODE 2026-03-08T15:37:00.7665710Z } 2026-03-08T15:37:00.9417980Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=CollectionView" 2026-03-08T15:37:01.9735790Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T15:37:03.8066830Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T15:37:05.0614180Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T15:37:05.9449500Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T15:37:07.3792570Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T15:37:10.2646290Z Looking for modules... 2026-03-08T15:37:18.2751260Z No modules found to install. 2026-03-08T15:37:18.2870830Z Module directory does not exist. 2026-03-08T15:37:18.2992570Z Analyzing build script... 2026-03-08T15:37:18.3034740Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-08T15:37:18.3057460Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-08T15:37:18.3066420Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-08T15:37:18.6510050Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-08T15:37:22.2801730Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-08T15:37:23.7172800Z Processing build script... 2026-03-08T15:37:23.7232090Z Installing addins... 2026-03-08T15:37:24.2326770Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-08T15:37:24.3372760Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-08T15:37:24.3843110Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-08T15:37:25.2238560Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-08T15:37:25.2914370Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-08T15:37:25.2948460Z is referencing an older version of Cake.Core (0.33.0). 2026-03-08T15:37:25.2995240Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-08T15:37:25.3003350Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-08T15:37:25.3029690Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-08T15:37:26.7415940Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-08T15:37:26.7497660Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-08T15:37:26.7507570Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-08T15:37:26.7579870Z Adding assembly reference to System.Runtime.dll... 2026-03-08T15:37:26.8586370Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-08T15:37:26.8591190Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-08T15:37:26.9224240Z Adding assembly reference to System.Threading.dll... 2026-03-08T15:37:26.9345350Z Adding assembly reference to System.Linq.dll... 2026-03-08T15:37:26.9436780Z Adding assembly reference to System.Collections.dll... 2026-03-08T15:37:26.9606340Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-08T15:37:26.9700070Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-08T15:37:26.9748140Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-08T15:37:26.9776490Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-08T15:37:26.9816410Z Adding assembly reference to System.ObjectModel.dll... 2026-03-08T15:37:26.9854880Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-08T15:37:26.9886240Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-08T15:37:26.9918550Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-08T15:37:26.9951050Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-08T15:37:26.9989270Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-08T15:37:26.9992880Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-08T15:37:27.0110020Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-08T15:37:27.0131000Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-08T15:37:27.0138730Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-08T15:37:27.0145380Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-08T15:37:27.0295780Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-08T15:37:27.0301980Z Adding assembly reference to mscorlib.dll... 2026-03-08T15:37:27.0304350Z Adding assembly reference to netstandard.dll... 2026-03-08T15:37:27.0306100Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-08T15:37:27.0307220Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-08T15:37:27.0308150Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-08T15:37:27.0309340Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-08T15:37:27.0310880Z Adding assembly reference to System.Memory.dll... 2026-03-08T15:37:27.0312540Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-08T15:37:27.0313830Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-08T15:37:27.0314950Z Adding assembly reference to System.ComponentModel.dll... 2026-03-08T15:37:27.0316280Z Adding assembly reference to System.Console.dll... 2026-03-08T15:37:27.0318560Z Adding assembly reference to System.Data.Common.dll... 2026-03-08T15:37:27.0320810Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-08T15:37:27.0322370Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-08T15:37:27.0323490Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-08T15:37:27.0324790Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-08T15:37:27.0326670Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-08T15:37:27.0327920Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-08T15:37:27.0329000Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-08T15:37:27.0330100Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-08T15:37:27.0332260Z Adding assembly reference to System.IO.Compression.dll... 2026-03-08T15:37:27.0333290Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-08T15:37:27.0334520Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-08T15:37:27.0335760Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-08T15:37:27.0336740Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-08T15:37:27.0338390Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-08T15:37:27.0339670Z Adding assembly reference to System.Net.Requests.dll... 2026-03-08T15:37:27.0340510Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-08T15:37:27.0342010Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-08T15:37:27.0343450Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-08T15:37:27.0344340Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-08T15:37:27.0345840Z Adding assembly reference to System.Net.Http.dll... 2026-03-08T15:37:27.0346710Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-08T15:37:27.0347900Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-08T15:37:27.0349300Z Adding assembly reference to System.Net.Mail.dll... 2026-03-08T15:37:27.0350660Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-08T15:37:27.0351320Z Adding assembly reference to System.Net.Ping.dll... 2026-03-08T15:37:27.0352320Z Adding assembly reference to System.Net.Security.dll... 2026-03-08T15:37:27.0353700Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-08T15:37:27.0354750Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-08T15:37:27.0355720Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-08T15:37:27.0356870Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-08T15:37:27.0358080Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-08T15:37:27.0359700Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-08T15:37:27.0360850Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-08T15:37:27.0361880Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-08T15:37:27.0363290Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-08T15:37:27.0364810Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-08T15:37:27.0366410Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-08T15:37:27.0368330Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-08T15:37:27.0370960Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-08T15:37:27.0372840Z Adding assembly reference to System.Security.Claims.dll... 2026-03-08T15:37:27.0374240Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-08T15:37:27.0375750Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-08T15:37:27.0377170Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-08T15:37:27.0378500Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-08T15:37:27.0380070Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-08T15:37:27.0381470Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-08T15:37:27.0383330Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-08T15:37:27.0384640Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-08T15:37:27.0386000Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-08T15:37:27.0387380Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-08T15:37:27.0388550Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-08T15:37:27.0389970Z Adding assembly reference to System.AppContext.dll... 2026-03-08T15:37:27.0391250Z Adding assembly reference to System.Buffers.dll... 2026-03-08T15:37:27.0392710Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-08T15:37:27.0394340Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-08T15:37:27.0395820Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-08T15:37:27.0397020Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-08T15:37:27.0398270Z Adding assembly reference to System.Configuration.dll... 2026-03-08T15:37:27.0399250Z Adding assembly reference to System.Core.dll... 2026-03-08T15:37:27.0400290Z Adding assembly reference to System.Private.Uri.dll... 2026-03-08T15:37:27.0401400Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-08T15:37:27.0402500Z Adding assembly reference to System.Data.dll... 2026-03-08T15:37:27.0403460Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-08T15:37:27.0404850Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-08T15:37:27.0406250Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-08T15:37:27.0407850Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-08T15:37:27.0409140Z Adding assembly reference to System.dll... 2026-03-08T15:37:27.0410790Z Adding assembly reference to System.Drawing.dll... 2026-03-08T15:37:27.0411530Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-08T15:37:27.0412440Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-08T15:37:27.0413840Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-08T15:37:27.0416140Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-08T15:37:27.0418430Z Adding assembly reference to System.Globalization.dll... 2026-03-08T15:37:27.0419790Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-08T15:37:27.0420790Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-08T15:37:27.0422250Z Adding assembly reference to System.IO.dll... 2026-03-08T15:37:27.0423110Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-08T15:37:27.0424330Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-08T15:37:27.0426000Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-08T15:37:27.0427540Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-08T15:37:27.0429400Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-08T15:37:27.0431420Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-08T15:37:27.0432540Z Adding assembly reference to System.Net.dll... 2026-03-08T15:37:27.0434010Z Adding assembly reference to System.Net.Quic.dll... 2026-03-08T15:37:27.0435740Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-08T15:37:27.0437170Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-08T15:37:27.0438270Z Adding assembly reference to System.Text.Json.dll... 2026-03-08T15:37:27.0439430Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-08T15:37:27.0440560Z Adding assembly reference to System.Numerics.dll... 2026-03-08T15:37:27.0441850Z Adding assembly reference to System.Reflection.dll... 2026-03-08T15:37:27.0443820Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-08T15:37:27.0445410Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-08T15:37:27.0446720Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-08T15:37:27.0448020Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-08T15:37:27.0448940Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-08T15:37:27.0449720Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-08T15:37:27.0451430Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-08T15:37:27.0452830Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-08T15:37:27.0454410Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-08T15:37:27.0455870Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-08T15:37:27.0457320Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-08T15:37:27.0458720Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-08T15:37:27.0459900Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-08T15:37:27.0461710Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-08T15:37:27.0463050Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-08T15:37:27.0465860Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-08T15:37:27.0467330Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-08T15:37:27.0469290Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-08T15:37:27.0471730Z Adding assembly reference to System.Security.dll... 2026-03-08T15:37:27.0474010Z Adding assembly reference to System.Security.Principal.dll... 2026-03-08T15:37:27.0474660Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-08T15:37:27.0475620Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-08T15:37:27.0476960Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-08T15:37:27.0478190Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-08T15:37:27.0479450Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-08T15:37:27.0481080Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-08T15:37:27.0482010Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-08T15:37:27.0483610Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-08T15:37:27.0484770Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-08T15:37:27.0485870Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-08T15:37:27.0487060Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-08T15:37:27.0488080Z Adding assembly reference to System.Transactions.dll... 2026-03-08T15:37:27.0489440Z Adding assembly reference to System.ValueTuple.dll... 2026-03-08T15:37:27.0490900Z Adding assembly reference to System.Web.dll... 2026-03-08T15:37:27.0491980Z Adding assembly reference to System.Windows.dll... 2026-03-08T15:37:27.0493160Z Adding assembly reference to System.Xml.dll... 2026-03-08T15:37:27.0495480Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-08T15:37:27.0497350Z Adding assembly reference to System.Private.Xml.dll... 2026-03-08T15:37:27.0498360Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-08T15:37:27.0499610Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-08T15:37:27.0501680Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-08T15:37:27.0503190Z Adding assembly reference to WindowsBase.dll... 2026-03-08T15:37:27.0504430Z Adding assembly reference to Cake.Core.dll... 2026-03-08T15:37:27.0505400Z Adding assembly reference to Cake.Common.dll... 2026-03-08T15:37:27.0506370Z Adding assembly reference to Spectre.Console.dll... 2026-03-08T15:37:27.0507410Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-08T15:37:27.0508360Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-08T15:37:27.0509800Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-08T15:37:27.0511300Z Importing namespace Cake.Common... 2026-03-08T15:37:27.0512560Z Importing namespace Cake.Common.Build... 2026-03-08T15:37:27.0514820Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-08T15:37:27.0516640Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-08T15:37:27.0517770Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-08T15:37:27.0519080Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-08T15:37:27.0520620Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-08T15:37:27.0521450Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-08T15:37:27.0522110Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-08T15:37:27.0523690Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-08T15:37:27.0525050Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-08T15:37:27.0526780Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-08T15:37:27.0527770Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-08T15:37:27.0529370Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-08T15:37:27.0530580Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-08T15:37:27.0532000Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-08T15:37:27.0533100Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-08T15:37:27.0533980Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-08T15:37:27.0534990Z Importing namespace Cake.Common.Build.GoCD... 2026-03-08T15:37:27.0535900Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-08T15:37:27.0536980Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-08T15:37:27.0538150Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-08T15:37:27.0539000Z Importing namespace Cake.Common.Build.MyGet... 2026-03-08T15:37:27.0540150Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-08T15:37:27.0540910Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-08T15:37:27.0542280Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-08T15:37:27.0544390Z Importing namespace Cake.Common.Diagnostics... 2026-03-08T15:37:27.0545310Z Importing namespace Cake.Common.IO... 2026-03-08T15:37:27.0546570Z Importing namespace Cake.Common.IO.Paths... 2026-03-08T15:37:27.0547460Z Importing namespace Cake.Common.Net... 2026-03-08T15:37:27.0548220Z Importing namespace Cake.Common.Security... 2026-03-08T15:37:27.0550090Z Importing namespace Cake.Common.Solution... 2026-03-08T15:37:27.0551500Z Importing namespace Cake.Common.Solution.Project... 2026-03-08T15:37:27.0553150Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-08T15:37:27.0554350Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-08T15:37:27.0556060Z Importing namespace Cake.Common.Text... 2026-03-08T15:37:27.0557090Z Importing namespace Cake.Common.Tools.Cake... 2026-03-08T15:37:27.0558620Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-08T15:37:27.0560480Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-08T15:37:27.0561410Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-08T15:37:27.0563280Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-08T15:37:27.0564550Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-08T15:37:27.0565530Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-08T15:37:27.0566870Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-08T15:37:27.0568080Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-08T15:37:27.0568960Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-08T15:37:27.0569840Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-08T15:37:27.0571550Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-08T15:37:27.0573140Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-08T15:37:27.0574830Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-08T15:37:27.0575920Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-08T15:37:27.0576610Z Importing namespace Cake.Common.Tools.Command... 2026-03-08T15:37:27.0578080Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-08T15:37:27.0580280Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-08T15:37:27.0581860Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-08T15:37:27.0582910Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-08T15:37:27.0586290Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-08T15:37:27.0587280Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-08T15:37:27.0588100Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-08T15:37:27.0589070Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-08T15:37:27.0590110Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-08T15:37:27.0590970Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-08T15:37:27.0592240Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-08T15:37:27.0593290Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-08T15:37:27.0594130Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-08T15:37:27.0594920Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-08T15:37:27.0595900Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-08T15:37:27.0597340Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-08T15:37:27.0597950Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-08T15:37:27.0598610Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-08T15:37:27.0599350Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-08T15:37:27.0600260Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-08T15:37:27.0602130Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-08T15:37:27.0603490Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-08T15:37:27.0604110Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-08T15:37:27.0604920Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-08T15:37:27.0605720Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-08T15:37:27.0606720Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-08T15:37:27.0608280Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-08T15:37:27.0609400Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-08T15:37:27.0610350Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-08T15:37:27.0611920Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-08T15:37:27.0612840Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-08T15:37:27.0614940Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-08T15:37:27.0615950Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-08T15:37:27.0616780Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-08T15:37:27.0617540Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-08T15:37:27.0618310Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-08T15:37:27.0619150Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-08T15:37:27.0620710Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-08T15:37:27.0621880Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-08T15:37:27.0622780Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-08T15:37:27.0623740Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-08T15:37:27.0625050Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-08T15:37:27.0626130Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-08T15:37:27.0627160Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-08T15:37:27.0628340Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-08T15:37:27.0629530Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-08T15:37:27.0630630Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-08T15:37:27.0632130Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-08T15:37:27.0633000Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-08T15:37:27.0634040Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-08T15:37:27.0635360Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-08T15:37:27.0636430Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-08T15:37:27.0637630Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-08T15:37:27.0639220Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-08T15:37:27.0640430Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-08T15:37:27.0641680Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-08T15:37:27.0644500Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-08T15:37:27.0646030Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-08T15:37:27.0647120Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-08T15:37:27.0648350Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-08T15:37:27.0649580Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-08T15:37:27.0650590Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-08T15:37:27.0651590Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-08T15:37:27.0653020Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-08T15:37:27.0654720Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-08T15:37:27.0656430Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-08T15:37:27.0658100Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-08T15:37:27.0659210Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-08T15:37:27.0660210Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-08T15:37:27.0661240Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-08T15:37:27.0662330Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-08T15:37:27.0663570Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-08T15:37:27.0664740Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-08T15:37:27.0665620Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-08T15:37:27.0666460Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-08T15:37:27.0667390Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-08T15:37:27.0668640Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-08T15:37:27.0669590Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-08T15:37:27.0670510Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-08T15:37:27.0671780Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-08T15:37:27.0672740Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-08T15:37:27.0673920Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-08T15:37:27.0674990Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-08T15:37:27.0676000Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-08T15:37:27.0677050Z Importing namespace Cake.Common.Tools.WiX... 2026-03-08T15:37:27.0677960Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-08T15:37:27.0678780Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-08T15:37:27.0679940Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-08T15:37:27.0680980Z Importing namespace Cake.Common.Xml... 2026-03-08T15:37:27.0681940Z Importing namespace Cake.Core... 2026-03-08T15:37:27.0682920Z Importing namespace Cake.Core.Diagnostics... 2026-03-08T15:37:27.0684140Z Importing namespace Cake.Core.IO... 2026-03-08T15:37:27.0685330Z Importing namespace Cake.Core.Scripting... 2026-03-08T15:37:27.0687910Z Importing namespace Cake.Core.Tooling... 2026-03-08T15:37:27.0688740Z Importing namespace Cake.FileHelpers... 2026-03-08T15:37:27.0689860Z Importing namespace NuGet.Common... 2026-03-08T15:37:27.0690980Z Importing namespace NuGet.Configuration... 2026-03-08T15:37:27.0692130Z Importing namespace NuGet.Protocol... 2026-03-08T15:37:27.0693500Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-08T15:37:27.0694390Z Importing namespace NuGet.Versioning... 2026-03-08T15:37:27.0695930Z Importing namespace System... 2026-03-08T15:37:27.0696800Z Importing namespace System.Collections.Generic... 2026-03-08T15:37:27.0698210Z Importing namespace System.IO... 2026-03-08T15:37:27.0699820Z Importing namespace System.Linq... 2026-03-08T15:37:27.0701330Z Importing namespace System.Text... 2026-03-08T15:37:27.0702870Z Importing namespace System.Threading.Tasks... 2026-03-08T15:37:27.0703610Z .NETStandard,Version=v2.0 2026-03-08T15:37:27.1233140Z Compiling build script... 2026-03-08T15:37:34.6642640Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-08T15:37:37.4884850Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-08T15:37:37.4888190Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-08T15:37:37.4925410Z Host OS System Arch: X64 2026-03-08T15:37:37.4926940Z Host Processor System Arch: X64 2026-03-08T15:37:37.4929980Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T15:37:37.4932730Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-08T15:37:37.4933450Z Build Configuration: Release 2026-03-08T15:37:37.4934410Z Build Runtime Identifier: maccatalyst-x64 2026-03-08T15:37:37.4935730Z Build Target Framework: net10.0-maccatalyst 2026-03-08T15:37:37.4936820Z Test Device: mac 2026-03-08T15:37:37.4937590Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-08T15:37:37.5603890Z 2026-03-08T15:37:37.5605720Z ======================================== 2026-03-08T15:37:37.5606690Z uitest 2026-03-08T15:37:37.5607970Z ======================================== 2026-03-08T15:37:37.5657640Z Executing task: uitest 2026-03-08T15:37:37.5709470Z Starting UI Tests... 2026-03-08T15:37:37.5726690Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-08T15:37:37.5735310Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-08T15:37:37.6510030Z Testing Device: mac 2026-03-08T15:37:37.6518950Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-08T15:37:37.6538690Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-08T15:37:37.6540960Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-08T15:37:37.6747390Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-08T15:37:37.9054430Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T15:37:37.9131100Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-08T15:37:54.3938940Z Determining projects to restore... 2026-03-08T15:38:47.3982860Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 3.17 sec). 2026-03-08T15:38:47.6065490Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3.48 sec). 2026-03-08T15:38:49.5217310Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 5.37 sec). 2026-03-08T15:38:58.9996370Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 14.19 sec). 2026-03-08T15:39:03.1086410Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 4.07 sec). 2026-03-08T15:39:05.6290970Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 571 ms). 2026-03-08T15:39:12.4325180Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 24.93 sec). 2026-03-08T15:39:12.4617900Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 11 ms). 2026-03-08T15:39:14.1484130Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 1.4 sec). 2026-03-08T15:39:19.1238890Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 13.44 sec). 2026-03-08T15:39:19.8931290Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 5.7 sec). 2026-03-08T15:39:22.2728730Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 32.74 sec). 2026-03-08T15:39:22.3540110Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 34.74 sec). 2026-03-08T15:40:25.1167290Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-08T15:40:40.1275930Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-08T15:40:40.7758330Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-08T15:41:06.3403850Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-08T15:41:09.2899670Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-08T15:44:01.2515990Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-08T15:44:02.7690300Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-08T15:44:07.2690230Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-08T15:44:07.7253290Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-08T15:44:08.5708610Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-08T15:44:09.2772620Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-08T15:44:10.0731170Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-08T15:44:33.1870980Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-08T15:44:33.6647920Z 2026-03-08T15:44:33.7656810Z Build succeeded. 2026-03-08T15:44:33.8664930Z 0 Warning(s) 2026-03-08T15:44:33.9264630Z 0 Error(s) 2026-03-08T15:44:33.9297870Z 2026-03-08T15:44:33.9338630Z Time Elapsed 00:06:52.58 2026-03-08T15:44:34.4448870Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-08T15:44:34.4657090Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T15:44:34.5480690Z Run Tests With Filter TestCategory=CollectionView 2026-03-08T15:44:34.5507320Z Log Directory: /Users/runner/work/1/a/logs 2026-03-08T15:44:34.5515430Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-08T15:44:34.5532710Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-08T15:44:34.5538950Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-08T15:44:34.5542240Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-08T15:44:34.5547890Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-08T15:44:34.5551190Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-08T15:44:34.5554210Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-08T15:44:34.5556770Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-08T15:44:34.5563370Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-08T15:44:34.5568350Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-08T15:44:34.5570100Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-08T15:44:34.5572760Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-08T15:44:35.3820860Z Downloading file: 15% 2026-03-08T15:44:35.4261340Z Downloading file: 50% 2026-03-08T15:44:35.4263870Z Downloading file: 100% 2026-03-08T15:44:35.4268610Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-08T15:44:35.4272650Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-03-08T15:44:35.4282000Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=CollectionView" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog /p:VStestUseMSBuildOutput=false 2026-03-08T15:44:39.6143370Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-08T15:44:39.7842370Z VSTest version 18.0.1 (x64) 2026-03-08T15:44:39.7861130Z 2026-03-08T15:44:40.0506220Z Starting test execution, please wait... 2026-03-08T15:44:40.1269630Z A total of 1 test files matched the specified pattern. 2026-03-08T15:44:41.0494400Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-08T15:44:41.2633370Z [xUnit.net 00:00:00.24] Discovering: Controls.TestCases.Mac.Tests 2026-03-08T15:44:41.5035430Z [xUnit.net 00:00:00.48] Discovered: Controls.TestCases.Mac.Tests 2026-03-08T15:44:41.5284260Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-08T15:44:41.5756640Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-08T15:44:43.7068310Z NUnit3TestExecutor discovered 301 of 301 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-08T15:46:53.0215970Z >>>>> 3/8/2026 3:46:52 PM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-08T15:47:00.4600870Z >>>>> 3/8/2026 3:46:59 PM ValidateDynamicItemTemplateDisplayed Start 2026-03-08T15:48:04.1203520Z >>>>> 3/8/2026 3:48:04 PM ValidateDynamicItemTemplateDisplayed Stop 2026-03-08T15:48:04.3229970Z Passed ValidateDynamicItemTemplateDisplayed [1 m 5 s] 2026-03-08T15:48:04.3366320Z >>>>> 3/8/2026 3:48:04 PM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-08T15:48:48.3752330Z >>>>> 3/8/2026 3:48:48 PM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-08T15:48:48.4296790Z Passed ValidateDynamicEmptyViewGridDisplayed [44 s] 2026-03-08T15:48:48.4434890Z >>>>> 3/8/2026 3:48:48 PM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-08T15:49:32.0572690Z >>>>> 3/8/2026 3:49:31 PM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-08T15:49:32.1706940Z Passed ValidateDynamicEmptyViewStringDisplayed [43 s] 2026-03-08T15:49:32.1814250Z >>>>> 3/8/2026 3:49:32 PM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-08T15:50:19.5818330Z >>>>> 3/8/2026 3:50:19 PM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-08T15:50:19.9890000Z Passed ValidateDynamicEmptyViewTemplateDisplayed [47 s] 2026-03-08T15:50:20.0261260Z >>>>> 3/8/2026 3:50:19 PM ValidateDynamicFooterGridDisplayed Start 2026-03-08T15:51:18.4525520Z >>>>> 3/8/2026 3:51:18 PM ValidateDynamicFooterGridDisplayed Stop 2026-03-08T15:51:18.6255310Z Passed ValidateDynamicFooterGridDisplayed [58 s] 2026-03-08T15:51:18.7484930Z >>>>> 3/8/2026 3:51:18 PM ValidateDynamicFooterStringDisplayed Start 2026-03-08T15:52:47.7317070Z >>>>> 3/8/2026 3:52:47 PM ValidateDynamicFooterStringDisplayed Stop 2026-03-08T15:52:47.9396560Z Passed ValidateDynamicFooterStringDisplayed [1 m 29 s] 2026-03-08T15:52:47.9543040Z >>>>> 3/8/2026 3:52:47 PM ValidateDynamicFooterTemplateDisplayed Start 2026-03-08T15:53:45.0533040Z >>>>> 3/8/2026 3:53:44 PM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-08T15:53:45.1685510Z Passed ValidateDynamicFooterTemplateDisplayed [57 s] 2026-03-08T15:53:45.3690240Z >>>>> 3/8/2026 3:53:45 PM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-08T15:54:37.5995210Z >>>>> 3/8/2026 3:54:37 PM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-08T15:54:37.8482530Z Passed ValidateDynamicGroupFooterTemplateDisplayed [52 s] 2026-03-08T15:54:37.9359320Z >>>>> 3/8/2026 3:54:37 PM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-08T15:55:56.2694030Z >>>>> 3/8/2026 3:55:56 PM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-08T15:55:56.3663260Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [1 m 18 s] 2026-03-08T15:55:56.3866370Z >>>>> 3/8/2026 3:55:56 PM ValidateDynamicHeaderGridDisplayed Start 2026-03-08T15:56:49.7892910Z >>>>> 3/8/2026 3:56:49 PM ValidateDynamicHeaderGridDisplayed Stop 2026-03-08T15:56:49.9007990Z Passed ValidateDynamicHeaderGridDisplayed [53 s] 2026-03-08T15:56:50.0015050Z >>>>> 3/8/2026 3:56:49 PM ValidateDynamicHeaderStringDisplayed Start 2026-03-08T15:57:28.4069060Z >>>>> 3/8/2026 3:57:28 PM ValidateDynamicHeaderStringDisplayed Stop 2026-03-08T15:57:28.8075310Z Passed ValidateDynamicHeaderStringDisplayed [38 s] 2026-03-08T15:57:28.8463910Z >>>>> 3/8/2026 3:57:28 PM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-08T15:58:08.0023400Z >>>>> 3/8/2026 3:58:07 PM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-08T15:58:09.2970730Z Passed ValidateDynamicHeaderTemplateDisplayed [39 s] 2026-03-08T15:58:12.9112340Z >>>>> 3/8/2026 3:58:12 PM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-08T15:58:16.5357550Z >>>>> 3/8/2026 3:58:16 PM ValidateEmptyViewStringDisplayed Start 2026-03-08T15:58:38.4057940Z >>>>> 3/8/2026 3:58:38 PM ValidateEmptyViewStringDisplayed Stop 2026-03-08T15:58:38.5063590Z Passed ValidateEmptyViewStringDisplayed [21 s] 2026-03-08T15:58:38.6068010Z >>>>> 3/8/2026 3:58:38 PM ValidateCustomEmptyViewDisplayed Start 2026-03-08T15:58:53.3458300Z >>>>> 3/8/2026 3:58:53 PM ValidateCustomEmptyViewDisplayed Stop 2026-03-08T15:58:53.3888990Z Passed ValidateCustomEmptyViewDisplayed [14 s] 2026-03-08T15:58:53.4030170Z >>>>> 3/8/2026 3:58:53 PM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-08T15:59:14.6852260Z >>>>> 3/8/2026 3:59:14 PM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-08T15:59:14.9983880Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [21 s] 2026-03-08T15:59:15.0015440Z >>>>> 3/8/2026 3:59:14 PM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-08T15:59:37.0064100Z >>>>> 3/8/2026 3:59:36 PM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-08T15:59:37.0325450Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [22 s] 2026-03-08T15:59:37.0434700Z >>>>> 3/8/2026 3:59:37 PM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T16:00:02.5273310Z >>>>> 3/8/2026 4:00:02 PM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T16:00:02.6923550Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [25 s] 2026-03-08T16:00:02.7284500Z >>>>> 3/8/2026 4:00:02 PM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-08T16:00:19.3872690Z >>>>> 3/8/2026 4:00:19 PM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-08T16:00:19.3967460Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [16 s] 2026-03-08T16:00:19.3972230Z >>>>> 3/8/2026 4:00:19 PM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-08T16:00:39.9501050Z >>>>> 3/8/2026 4:00:39 PM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-08T16:00:39.9590060Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [20 s] 2026-03-08T16:00:39.9597540Z >>>>> 3/8/2026 4:00:39 PM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-08T16:00:57.1602690Z >>>>> 3/8/2026 4:00:57 PM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-08T16:00:57.1696390Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [17 s] 2026-03-08T16:00:57.1705830Z >>>>> 3/8/2026 4:00:57 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T16:01:12.9478140Z >>>>> 3/8/2026 4:01:12 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T16:01:12.9687740Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [15 s] 2026-03-08T16:01:12.9744290Z >>>>> 3/8/2026 4:01:12 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T16:01:29.5681010Z >>>>> 3/8/2026 4:01:29 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T16:01:29.5746450Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [16 s] 2026-03-08T16:01:29.5749860Z >>>>> 3/8/2026 4:01:29 PM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-08T16:01:52.9636580Z >>>>> 3/8/2026 4:01:52 PM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-08T16:01:53.0617770Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [23 s] 2026-03-08T16:01:53.0621110Z >>>>> 3/8/2026 4:01:52 PM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-08T16:02:11.8677720Z >>>>> 3/8/2026 4:02:11 PM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T16:02:11.8769650Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [18 s] 2026-03-08T16:02:11.8901750Z >>>>> 3/8/2026 4:02:11 PM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-08T16:02:28.8957960Z >>>>> 3/8/2026 4:02:28 PM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-08T16:02:28.9044520Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [17 s] 2026-03-08T16:02:28.9080120Z >>>>> 3/8/2026 4:02:28 PM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-08T16:02:46.4949150Z >>>>> 3/8/2026 4:02:46 PM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-08T16:02:46.5171990Z Passed ValidateCustomEmptyViewSizeDisplayed [17 s] 2026-03-08T16:02:46.5207140Z >>>>> 3/8/2026 4:02:46 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-08T16:03:18.1437520Z >>>>> 3/8/2026 4:03:18 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-08T16:03:18.1927040Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [31 s] 2026-03-08T16:03:18.2007130Z >>>>> 3/8/2026 4:03:18 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-08T16:03:37.5043320Z >>>>> 3/8/2026 4:03:37 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-08T16:03:37.5266050Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [19 s] 2026-03-08T16:03:37.5488370Z >>>>> 3/8/2026 4:03:37 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-08T16:03:58.4234510Z >>>>> 3/8/2026 4:03:58 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-08T16:03:58.5594850Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [20 s] 2026-03-08T16:03:58.6588010Z >>>>> 3/8/2026 4:03:58 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-08T16:04:38.3309550Z >>>>> 3/8/2026 4:04:38 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-08T16:04:38.3930960Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [39 s] 2026-03-08T16:04:38.4013350Z >>>>> 3/8/2026 4:04:38 PM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-08T16:04:59.7028670Z >>>>> 3/8/2026 4:04:59 PM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-08T16:04:59.7165510Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [21 s] 2026-03-08T16:04:59.7213080Z >>>>> 3/8/2026 4:04:59 PM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T16:05:17.7337520Z >>>>> 3/8/2026 4:05:17 PM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T16:05:17.7521800Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [18 s] 2026-03-08T16:05:17.7530330Z >>>>> 3/8/2026 4:05:17 PM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-08T16:05:34.6513130Z >>>>> 3/8/2026 4:05:34 PM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-08T16:05:34.6545150Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [16 s] 2026-03-08T16:05:34.6620190Z >>>>> 3/8/2026 4:05:34 PM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-08T16:05:53.9095950Z >>>>> 3/8/2026 4:05:53 PM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-08T16:05:53.9339510Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [19 s] 2026-03-08T16:05:53.9349920Z >>>>> 3/8/2026 4:05:53 PM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-08T16:06:10.3340120Z >>>>> 3/8/2026 4:06:10 PM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-08T16:06:10.3446780Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [16 s] 2026-03-08T16:06:10.3452900Z >>>>> 3/8/2026 4:06:10 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T16:06:27.3903450Z >>>>> 3/8/2026 4:06:27 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T16:06:27.3984660Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [17 s] 2026-03-08T16:06:27.3992110Z >>>>> 3/8/2026 4:06:27 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T16:06:45.0533110Z >>>>> 3/8/2026 4:06:45 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T16:06:45.0701320Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [17 s] 2026-03-08T16:06:45.0713910Z >>>>> 3/8/2026 4:06:45 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-08T16:07:01.9503090Z >>>>> 3/8/2026 4:07:01 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-08T16:07:01.9611530Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [16 s] 2026-03-08T16:07:01.9614340Z >>>>> 3/8/2026 4:07:01 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-08T16:07:34.6539610Z >>>>> 3/8/2026 4:07:34 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T16:07:34.6709420Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [32 s] 2026-03-08T16:07:34.6712540Z >>>>> 3/8/2026 4:07:34 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-08T16:09:39.0925280Z >>>>> 3/8/2026 4:09:38 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-08T16:10:15.4729460Z >>>>> 3/8/2026 4:10:14 PM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-03-08T16:11:31.7833880Z >>>>> 3/8/2026 4:11:31 PM FixtureSetup for ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate 2026-03-08T16:11:48.1059730Z >>>>> 3/8/2026 4:11:48 PM Log types: 2026-03-08T16:11:49.2028810Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [4 m 14 s] 2026-03-08T16:11:49.2071210Z Error Message: 2026-03-08T16:11:49.2078080Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-03-08T16:11:49.2080450Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-03-08T16:11:49.2082640Z Stack Trace: 2026-03-08T16:11:49.2085770Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-03-08T16:11:49.2086720Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-03-08T16:11:49.2087450Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-03-08T16:11:49.2088220Z 2026-03-08T16:11:49.2089550Z --TearDown 2026-03-08T16:11:49.2090630Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-03-08T16:11:49.2092400Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-03-08T16:11:49.2093080Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-03-08T16:11:49.2093370Z 2026-03-08T16:11:49.2093880Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-03-08T16:11:49.2094470Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-03-08T16:11:49.2095040Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-03-08T16:11:49.2095310Z 2026-03-08T16:11:49.2095440Z 2026-03-08T16:11:49.2095850Z Standard Error Messages: 2026-03-08T16:11:49.2096980Z >>>>> 3/8/2026 4:10:14 PM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-03-08T16:11:49.2097270Z 2026-03-08T16:11:49.2097800Z >>>>> 3/8/2026 4:11:49 PM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-08T16:12:05.5409180Z >>>>> 3/8/2026 4:12:05 PM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-08T16:12:05.5507810Z >>>>> 3/8/2026 4:12:05 PM Log types: 2026-03-08T16:12:05.8870840Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed [16 s] 2026-03-08T16:12:05.8905290Z Error Message: 2026-03-08T16:12:05.8912620Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:12:05.8915240Z Stack Trace: 2026-03-08T16:12:05.8917210Z 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 2757 2026-03-08T16:12:05.8919340Z 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 795 2026-03-08T16:12:05.8921520Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 597 2026-03-08T16:12:05.8922520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:12:05.8924390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:12:05.8926270Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:12:05.8935510Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:12:05.8937400Z 2026-03-08T16:12:05.8940280Z >>>>> 3/8/2026 4:12:05 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-08T16:14:06.0018070Z >>>>> 3/8/2026 4:14:06 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-08T16:14:06.0114370Z >>>>> 3/8/2026 4:14:06 PM Log types: 2026-03-08T16:14:21.1374930Z >>>>> 3/8/2026 4:14:21 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:14:21.1400440Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [2 m 15 s] 2026-03-08T16:14:21.1401090Z Error Message: 2026-03-08T16:14:21.1401490Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:14:21.1401860Z Stack Trace: 2026-03-08T16:14:21.1402440Z 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 2757 2026-03-08T16:14:21.1403360Z 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 795 2026-03-08T16:14:21.1404820Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 978 2026-03-08T16:14:21.1405700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:14:21.1406410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:14:21.1407040Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:14:21.1407650Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:14:21.1408200Z 2026-03-08T16:14:21.1408520Z Standard Error Messages: 2026-03-08T16:14:21.1409250Z >>>>> 3/8/2026 4:14:21 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:14:21.1409510Z 2026-03-08T16:14:21.1410020Z >>>>> 3/8/2026 4:14:21 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-08T16:15:20.4016620Z >>>>> 3/8/2026 4:15:20 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-08T16:15:20.4123720Z >>>>> 3/8/2026 4:15:20 PM Log types: 2026-03-08T16:15:35.5346510Z >>>>> 3/8/2026 4:15:35 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:15:35.5361410Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [1 m 14 s] 2026-03-08T16:15:35.5364510Z Error Message: 2026-03-08T16:15:35.5365760Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:15:35.5366500Z Stack Trace: 2026-03-08T16:15:35.5367730Z 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 2757 2026-03-08T16:15:35.5368710Z 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 795 2026-03-08T16:15:35.5369700Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 903 2026-03-08T16:15:35.5370580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:15:35.5371650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:15:35.5372890Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:15:35.5373550Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:15:35.5374430Z 2026-03-08T16:15:35.5375370Z Standard Error Messages: 2026-03-08T16:15:35.5376350Z >>>>> 3/8/2026 4:15:35 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:15:35.5376600Z 2026-03-08T16:15:35.5378050Z >>>>> 3/8/2026 4:15:35 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-08T16:16:09.7897670Z >>>>> 3/8/2026 4:16:09 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-08T16:16:09.8005930Z >>>>> 3/8/2026 4:16:09 PM Log types: 2026-03-08T16:16:10.2643010Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [34 s] 2026-03-08T16:16:10.2711770Z Error Message: 2026-03-08T16:16:10.2713540Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:16:10.2716230Z Stack Trace: 2026-03-08T16:16:10.2718550Z 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 2757 2026-03-08T16:16:10.2723750Z 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 795 2026-03-08T16:16:10.2739550Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 918 2026-03-08T16:16:10.2751810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:16:10.2754620Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:16:10.2757320Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:16:10.2760360Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:16:10.2763200Z 2026-03-08T16:16:10.2772720Z >>>>> 3/8/2026 4:16:10 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T16:16:27.9646100Z >>>>> 3/8/2026 4:16:27 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T16:16:27.9736930Z >>>>> 3/8/2026 4:16:27 PM Log types: 2026-03-08T16:16:34.7355960Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [24 s] 2026-03-08T16:16:34.7451050Z Error Message: 2026-03-08T16:16:34.7457320Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:16:34.7461460Z Stack Trace: 2026-03-08T16:16:34.7464750Z 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 2757 2026-03-08T16:16:34.7470040Z 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 795 2026-03-08T16:16:34.7474020Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 794 2026-03-08T16:16:34.7476790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:16:34.7479960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:16:34.7482960Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:16:34.7486060Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:16:34.7488270Z 2026-03-08T16:16:34.7490490Z >>>>> 3/8/2026 4:16:34 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-08T16:16:49.8058930Z >>>>> 3/8/2026 4:16:49 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-08T16:16:49.8218450Z >>>>> 3/8/2026 4:16:49 PM Log types: 2026-03-08T16:16:50.1762250Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [15 s] 2026-03-08T16:16:50.1770220Z Error Message: 2026-03-08T16:16:50.1787410Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:16:50.1951450Z Stack Trace: 2026-03-08T16:16:50.1956320Z 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 2757 2026-03-08T16:16:50.1960410Z 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 795 2026-03-08T16:16:50.1963880Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 888 2026-03-08T16:16:50.1967650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:16:50.1972090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:16:50.1979470Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:16:50.1981850Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:16:50.1984310Z 2026-03-08T16:16:50.1986810Z >>>>> 3/8/2026 4:16:50 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-08T16:17:05.1872950Z >>>>> 3/8/2026 4:17:05 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-08T16:17:05.1978030Z >>>>> 3/8/2026 4:17:05 PM Log types: 2026-03-08T16:17:05.5245760Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [15 s] 2026-03-08T16:17:05.5248740Z Error Message: 2026-03-08T16:17:05.5250560Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:17:05.5251670Z Stack Trace: 2026-03-08T16:17:05.5252320Z 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 2757 2026-03-08T16:17:05.5253270Z 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 795 2026-03-08T16:17:05.5254330Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 764 2026-03-08T16:17:05.5255190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:17:05.5255920Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:17:05.5256520Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:17:05.5258140Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:17:05.5258470Z 2026-03-08T16:17:05.5259340Z >>>>> 3/8/2026 4:17:05 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-08T16:17:28.3281960Z >>>>> 3/8/2026 4:17:28 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-08T16:17:28.3381220Z >>>>> 3/8/2026 4:17:28 PM Log types: 2026-03-08T16:17:28.6604520Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [23 s] 2026-03-08T16:17:28.6605060Z Error Message: 2026-03-08T16:17:28.6605820Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:17:28.6606710Z Stack Trace: 2026-03-08T16:17:28.6627710Z 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 2757 2026-03-08T16:17:28.6629440Z 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 795 2026-03-08T16:17:28.6630420Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 824 2026-03-08T16:17:28.6631310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:17:28.6632050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:17:28.6632670Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:17:28.6633270Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:17:28.6633580Z 2026-03-08T16:17:28.6634340Z >>>>> 3/8/2026 4:17:28 PM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-08T16:17:44.8978120Z >>>>> 3/8/2026 4:17:44 PM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-08T16:17:44.9092500Z >>>>> 3/8/2026 4:17:44 PM Log types: 2026-03-08T16:17:45.2329170Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [16 s] 2026-03-08T16:17:45.2335520Z Error Message: 2026-03-08T16:17:45.2338000Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:17:45.2339230Z Stack Trace: 2026-03-08T16:17:45.2340130Z 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 2757 2026-03-08T16:17:45.2341210Z 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 795 2026-03-08T16:17:45.2342250Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 734 2026-03-08T16:17:45.2343440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:17:45.2344450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:17:45.2345930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:17:45.2346720Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:17:45.2347130Z 2026-03-08T16:17:45.2348110Z >>>>> 3/8/2026 4:17:45 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T16:18:01.4660340Z >>>>> 3/8/2026 4:18:01 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T16:18:01.4841680Z >>>>> 3/8/2026 4:18:01 PM Log types: 2026-03-08T16:18:11.6258660Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [26 s] 2026-03-08T16:18:11.6262300Z Error Message: 2026-03-08T16:18:11.6291280Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:18:11.6292980Z Stack Trace: 2026-03-08T16:18:11.6295090Z 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 2757 2026-03-08T16:18:11.6297310Z 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 795 2026-03-08T16:18:11.6299340Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 963 2026-03-08T16:18:11.6301250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:18:11.6303060Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:18:11.6304730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:18:11.6306440Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:18:11.6307680Z 2026-03-08T16:18:11.6309790Z >>>>> 3/8/2026 4:18:11 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T16:18:27.6354410Z >>>>> 3/8/2026 4:18:27 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T16:18:27.6459410Z >>>>> 3/8/2026 4:18:27 PM Log types: 2026-03-08T16:18:27.9772620Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [16 s] 2026-03-08T16:18:27.9775410Z Error Message: 2026-03-08T16:18:27.9776130Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:18:27.9776830Z Stack Trace: 2026-03-08T16:18:27.9777470Z 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 2757 2026-03-08T16:18:27.9778430Z 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 795 2026-03-08T16:18:27.9779600Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 809 2026-03-08T16:18:27.9780530Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:18:27.9782280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:18:27.9782970Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:18:27.9783570Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:18:27.9785130Z 2026-03-08T16:18:27.9787010Z >>>>> 3/8/2026 4:18:27 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T16:18:59.4449450Z >>>>> 3/8/2026 4:18:59 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T16:18:59.4556530Z >>>>> 3/8/2026 4:18:59 PM Log types: 2026-03-08T16:19:14.4657520Z >>>>> 3/8/2026 4:19:14 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:19:14.4670070Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [46 s] 2026-03-08T16:19:14.4675400Z Error Message: 2026-03-08T16:19:14.4677720Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:19:14.4684530Z Stack Trace: 2026-03-08T16:19:14.4694430Z 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 2757 2026-03-08T16:19:14.4706920Z 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 795 2026-03-08T16:19:14.4709760Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 749 2026-03-08T16:19:14.4712360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:19:14.4713150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:19:14.4714620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:19:14.4715910Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:19:14.4716250Z 2026-03-08T16:19:14.4716870Z Standard Error Messages: 2026-03-08T16:19:14.4717770Z >>>>> 3/8/2026 4:19:14 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:19:14.4718020Z 2026-03-08T16:19:14.4719110Z >>>>> 3/8/2026 4:19:14 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-08T16:19:38.0923470Z >>>>> 3/8/2026 4:19:38 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-08T16:19:38.1029150Z >>>>> 3/8/2026 4:19:38 PM Log types: 2026-03-08T16:19:38.5447200Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [24 s] 2026-03-08T16:19:38.5448050Z Error Message: 2026-03-08T16:19:38.5448800Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:19:38.5449290Z Stack Trace: 2026-03-08T16:19:38.5449870Z 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 2757 2026-03-08T16:19:38.5453110Z 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 795 2026-03-08T16:19:38.5454490Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 841 2026-03-08T16:19:38.5455360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:19:38.5456080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:19:38.5459040Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:19:38.5459830Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:19:38.5460670Z 2026-03-08T16:19:38.5461540Z >>>>> 3/8/2026 4:19:38 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-08T16:19:54.7428780Z >>>>> 3/8/2026 4:19:54 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T16:19:54.7523290Z >>>>> 3/8/2026 4:19:54 PM Log types: 2026-03-08T16:19:55.0790950Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [16 s] 2026-03-08T16:19:55.0792540Z Error Message: 2026-03-08T16:19:55.0793030Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:19:55.0793460Z Stack Trace: 2026-03-08T16:19:55.0794040Z 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 2757 2026-03-08T16:19:55.0795400Z 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 795 2026-03-08T16:19:55.0796360Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 779 2026-03-08T16:19:55.0797290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:19:55.0798010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:19:55.0798630Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:19:55.0799950Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:19:55.0800270Z 2026-03-08T16:19:55.0800970Z >>>>> 3/8/2026 4:19:55 PM ValidateEmptyViewSize Start 2026-03-08T16:20:36.4587840Z >>>>> 3/8/2026 4:20:36 PM ValidateEmptyViewSize Stop 2026-03-08T16:20:36.4681050Z >>>>> 3/8/2026 4:20:36 PM Log types: 2026-03-08T16:20:51.6116970Z >>>>> 3/8/2026 4:20:51 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:20:51.6129400Z Failed ValidateEmptyViewSize [56 s] 2026-03-08T16:20:51.6133390Z Error Message: 2026-03-08T16:20:51.6135500Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:20:51.6135970Z Stack Trace: 2026-03-08T16:20:51.6137690Z 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 2757 2026-03-08T16:20:51.6140230Z 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 795 2026-03-08T16:20:51.6141180Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewSize() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 993 2026-03-08T16:20:51.6141970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:20:51.6142690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:20:51.6143750Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:20:51.6144340Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:20:51.6144650Z 2026-03-08T16:20:51.6144950Z Standard Error Messages: 2026-03-08T16:20:51.6145730Z >>>>> 3/8/2026 4:20:51 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:20:51.6145990Z 2026-03-08T16:20:51.6146480Z >>>>> 3/8/2026 4:20:51 PM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-08T16:21:14.6435530Z >>>>> 3/8/2026 4:21:14 PM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-08T16:21:14.6532890Z >>>>> 3/8/2026 4:21:14 PM Log types: 2026-03-08T16:21:15.0936680Z Failed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [23 s] 2026-03-08T16:21:15.0937490Z Error Message: 2026-03-08T16:21:15.0957960Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:21:15.0959650Z Stack Trace: 2026-03-08T16:21:15.0960650Z 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 2757 2026-03-08T16:21:15.0961580Z 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 795 2026-03-08T16:21:15.0963140Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 494 2026-03-08T16:21:15.0964320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:21:15.0965090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:21:15.0965890Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:21:15.0966690Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:21:15.0967080Z 2026-03-08T16:21:15.0967970Z >>>>> 3/8/2026 4:21:15 PM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-08T16:21:36.3351310Z >>>>> 3/8/2026 4:21:36 PM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-08T16:21:36.3467490Z >>>>> 3/8/2026 4:21:36 PM Log types: 2026-03-08T16:21:36.6740940Z Failed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [21 s] 2026-03-08T16:21:36.6772680Z Error Message: 2026-03-08T16:21:36.6774060Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:21:36.6774660Z Stack Trace: 2026-03-08T16:21:36.6775760Z 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 2757 2026-03-08T16:21:36.6776940Z 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 795 2026-03-08T16:21:36.6778080Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndCustomViewHeader() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 1067 2026-03-08T16:21:36.6778970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:21:36.6780110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:21:36.6780770Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:21:36.6781340Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:21:36.6781660Z 2026-03-08T16:21:36.6782350Z >>>>> 3/8/2026 4:21:36 PM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T16:21:56.2713790Z >>>>> 3/8/2026 4:21:56 PM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T16:21:56.2803630Z >>>>> 3/8/2026 4:21:56 PM Log types: 2026-03-08T16:21:56.5979750Z Failed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [19 s] 2026-03-08T16:21:56.5980430Z Error Message: 2026-03-08T16:21:56.5982760Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:21:56.5997710Z Stack Trace: 2026-03-08T16:21:56.5998970Z 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 2757 2026-03-08T16:21:56.6001040Z 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 795 2026-03-08T16:21:56.6002120Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 126 2026-03-08T16:21:56.6003010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:21:56.6003790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:21:56.6004440Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:21:56.6005050Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:21:56.6005360Z 2026-03-08T16:21:56.6006050Z >>>>> 3/8/2026 4:21:56 PM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-08T16:22:11.9624310Z >>>>> 3/8/2026 4:22:11 PM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-08T16:22:11.9717880Z >>>>> 3/8/2026 4:22:11 PM Log types: 2026-03-08T16:22:12.3020650Z Failed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [15 s] 2026-03-08T16:22:12.3051500Z Error Message: 2026-03-08T16:22:12.3056960Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:22:12.3058840Z Stack Trace: 2026-03-08T16:22:12.3061290Z 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 2757 2026-03-08T16:22:12.3065690Z 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 795 2026-03-08T16:22:12.3068780Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 434 2026-03-08T16:22:12.3080120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:22:12.3081730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:22:12.3083110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:22:12.3085520Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:22:12.3090520Z 2026-03-08T16:22:12.3092120Z >>>>> 3/8/2026 4:22:12 PM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-08T16:22:37.4951030Z >>>>> 3/8/2026 4:22:37 PM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-08T16:22:37.5060830Z >>>>> 3/8/2026 4:22:37 PM Log types: 2026-03-08T16:22:37.8157010Z Failed ValidateEmptyViewStringDisplayed_AndHeaderString [25 s] 2026-03-08T16:22:37.8187440Z Error Message: 2026-03-08T16:22:37.8188720Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:22:37.8190130Z Stack Trace: 2026-03-08T16:22:37.8191830Z 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 2757 2026-03-08T16:22:37.8193750Z 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 795 2026-03-08T16:22:37.8195740Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndHeaderString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 1051 2026-03-08T16:22:37.8196720Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:22:37.8197440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:22:37.8198080Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:22:37.8198710Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:22:37.8198990Z 2026-03-08T16:22:37.8199750Z >>>>> 3/8/2026 4:22:37 PM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-08T16:22:53.1942340Z >>>>> 3/8/2026 4:22:53 PM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-08T16:22:53.2340630Z >>>>> 3/8/2026 4:22:53 PM Log types: 2026-03-08T16:22:53.8133060Z Failed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [15 s] 2026-03-08T16:22:53.8232100Z Error Message: 2026-03-08T16:22:53.8553870Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:22:53.8629480Z Stack Trace: 2026-03-08T16:22:53.8787800Z 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 2757 2026-03-08T16:22:53.8959560Z 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 795 2026-03-08T16:22:53.9085200Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 66 2026-03-08T16:22:53.9204800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:22:53.9525690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:22:53.9531040Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:22:53.9538400Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:22:53.9541090Z 2026-03-08T16:22:53.9546630Z >>>>> 3/8/2026 4:22:53 PM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T16:24:24.1561560Z >>>>> 3/8/2026 4:24:24 PM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T16:24:24.1980200Z >>>>> 3/8/2026 4:24:24 PM Log types: 2026-03-08T16:24:24.7013480Z Failed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [1 m 30 s] 2026-03-08T16:24:24.7014190Z Error Message: 2026-03-08T16:24:24.7014660Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:24:24.7015570Z Stack Trace: 2026-03-08T16:24:24.7016210Z 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 2757 2026-03-08T16:24:24.7017140Z 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 795 2026-03-08T16:24:24.7018760Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 96 2026-03-08T16:24:24.7055180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:24:24.7061200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:24:24.7062620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:24:24.7063410Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:24:24.7063770Z 2026-03-08T16:24:24.7065180Z >>>>> 3/8/2026 4:24:24 PM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-08T16:24:46.4933670Z >>>>> 3/8/2026 4:24:46 PM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-08T16:24:46.5276160Z >>>>> 3/8/2026 4:24:46 PM Log types: 2026-03-08T16:24:46.8956060Z Failed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [22 s] 2026-03-08T16:24:46.8971130Z Error Message: 2026-03-08T16:24:46.8973200Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:24:46.8975090Z Stack Trace: 2026-03-08T16:24:46.8976700Z 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 2757 2026-03-08T16:24:46.8980060Z 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 795 2026-03-08T16:24:46.8989060Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_GroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 156 2026-03-08T16:24:46.8992820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:24:46.8996070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:24:46.8998260Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:24:46.9000820Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:24:46.9002530Z 2026-03-08T16:24:46.9005510Z >>>>> 3/8/2026 4:24:46 PM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T16:25:02.4600550Z >>>>> 3/8/2026 4:25:02 PM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T16:25:02.4756000Z >>>>> 3/8/2026 4:25:02 PM Log types: 2026-03-08T16:25:03.0175950Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [16 s] 2026-03-08T16:25:03.0178620Z Error Message: 2026-03-08T16:25:03.0179160Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:25:03.0179780Z Stack Trace: 2026-03-08T16:25:03.0180650Z 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 2757 2026-03-08T16:25:03.0181940Z 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 795 2026-03-08T16:25:03.0183480Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 509 2026-03-08T16:25:03.0185550Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:25:03.0186900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:25:03.0187900Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:25:03.0189170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:25:03.0190690Z 2026-03-08T16:25:03.0191980Z >>>>> 3/8/2026 4:25:03 PM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-08T16:25:19.2913900Z >>>>> 3/8/2026 4:25:19 PM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-08T16:25:19.3015830Z >>>>> 3/8/2026 4:25:19 PM Log types: 2026-03-08T16:25:19.7619830Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [16 s] 2026-03-08T16:25:19.7622260Z Error Message: 2026-03-08T16:25:19.7624200Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:25:19.7627000Z Stack Trace: 2026-03-08T16:25:19.7629610Z 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 2757 2026-03-08T16:25:19.7632020Z 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 795 2026-03-08T16:25:19.7636230Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 173 2026-03-08T16:25:19.7640130Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:25:19.7642470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:25:19.7644060Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:25:19.7645730Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:25:19.7647100Z 2026-03-08T16:25:19.7648990Z >>>>> 3/8/2026 4:25:19 PM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-08T16:25:35.9322870Z >>>>> 3/8/2026 4:25:35 PM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-08T16:25:35.9506760Z >>>>> 3/8/2026 4:25:35 PM Log types: 2026-03-08T16:25:36.4729110Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [16 s] 2026-03-08T16:25:36.4793480Z Error Message: 2026-03-08T16:25:36.4799580Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:25:36.4814910Z Stack Trace: 2026-03-08T16:25:36.4892550Z 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 2757 2026-03-08T16:25:36.4913800Z 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 795 2026-03-08T16:25:36.4919830Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 141 2026-03-08T16:25:36.4934540Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:25:36.4954980Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:25:36.4959190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:25:36.4961670Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:25:36.4964640Z 2026-03-08T16:25:36.4967920Z >>>>> 3/8/2026 4:25:36 PM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-08T16:25:52.0411090Z >>>>> 3/8/2026 4:25:52 PM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-08T16:25:52.0540370Z >>>>> 3/8/2026 4:25:52 PM Log types: 2026-03-08T16:25:59.4310490Z Failed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [22 s] 2026-03-08T16:25:59.4312390Z Error Message: 2026-03-08T16:25:59.4337880Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:25:59.4338930Z Stack Trace: 2026-03-08T16:25:59.4339530Z 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 2757 2026-03-08T16:25:59.4340520Z 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 795 2026-03-08T16:25:59.4341910Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 81 2026-03-08T16:25:59.4342740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:25:59.4343480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:25:59.4344100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:25:59.4345540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:25:59.4346140Z 2026-03-08T16:25:59.4347130Z >>>>> 3/8/2026 4:25:59 PM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-08T16:26:15.3097380Z >>>>> 3/8/2026 4:26:15 PM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-08T16:26:15.3190120Z >>>>> 3/8/2026 4:26:15 PM Log types: 2026-03-08T16:26:24.2433340Z Failed ValidateEmptyViewStringSetFirst_AndObservableCollection [24 s] 2026-03-08T16:26:24.2434860Z Error Message: 2026-03-08T16:26:24.2457250Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:26:24.2465700Z Stack Trace: 2026-03-08T16:26:24.2467930Z 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 2757 2026-03-08T16:26:24.2470990Z 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 795 2026-03-08T16:26:24.2473090Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringSetFirst_AndObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 111 2026-03-08T16:26:24.2475640Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:26:24.2476410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:26:24.2478370Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:26:24.2485260Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:26:24.2485580Z 2026-03-08T16:26:24.2486580Z >>>>> 3/8/2026 4:26:24 PM ValidateEmptyViewTemplateDisplayed Start 2026-03-08T16:26:40.4706850Z >>>>> 3/8/2026 4:26:40 PM ValidateEmptyViewTemplateDisplayed Stop 2026-03-08T16:26:40.4845980Z >>>>> 3/8/2026 4:26:40 PM Log types: 2026-03-08T16:26:40.7953650Z Failed ValidateEmptyViewTemplateDisplayed [16 s] 2026-03-08T16:26:40.7974780Z Error Message: 2026-03-08T16:26:40.7977580Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:26:40.7979770Z Stack Trace: 2026-03-08T16:26:40.7988930Z 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 2757 2026-03-08T16:26:40.7999580Z 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 795 2026-03-08T16:26:40.8011870Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 584 2026-03-08T16:26:40.8014410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:26:40.8016930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:26:40.8019450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:26:40.8021740Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:26:40.8023690Z 2026-03-08T16:26:40.8026240Z >>>>> 3/8/2026 4:26:40 PM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-08T16:27:00.9406260Z >>>>> 3/8/2026 4:27:00 PM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-08T16:27:00.9520070Z >>>>> 3/8/2026 4:27:00 PM Log types: 2026-03-08T16:27:16.0564030Z >>>>> 3/8/2026 4:27:16 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:27:16.0582810Z Failed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [35 s] 2026-03-08T16:27:16.0584080Z Error Message: 2026-03-08T16:27:16.0585570Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:27:16.0586020Z Stack Trace: 2026-03-08T16:27:16.0588160Z 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 2757 2026-03-08T16:27:16.0589470Z 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 795 2026-03-08T16:27:16.0590560Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 948 2026-03-08T16:27:16.0591440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:27:16.0592150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:27:16.0593210Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:27:16.0593890Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:27:16.0594210Z 2026-03-08T16:27:16.0594530Z Standard Error Messages: 2026-03-08T16:27:16.0595210Z >>>>> 3/8/2026 4:27:16 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:27:16.0595470Z 2026-03-08T16:27:16.0596250Z >>>>> 3/8/2026 4:27:16 PM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-08T16:27:33.0614960Z >>>>> 3/8/2026 4:27:33 PM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-08T16:27:33.0728560Z >>>>> 3/8/2026 4:27:33 PM Log types: 2026-03-08T16:27:33.5027700Z Failed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [17 s] 2026-03-08T16:27:33.5034740Z Error Message: 2026-03-08T16:27:33.5036110Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:27:33.5041100Z Stack Trace: 2026-03-08T16:27:33.5058920Z 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 2757 2026-03-08T16:27:33.5060350Z 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 795 2026-03-08T16:27:33.5061580Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 873 2026-03-08T16:27:33.5062450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:27:33.5063220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:27:33.5063970Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:27:33.5064580Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:27:33.5064890Z 2026-03-08T16:27:33.5066040Z >>>>> 3/8/2026 4:27:33 PM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T16:27:54.9013580Z >>>>> 3/8/2026 4:27:54 PM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T16:27:54.9128280Z >>>>> 3/8/2026 4:27:54 PM Log types: 2026-03-08T16:27:55.2683540Z Failed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [21 s] 2026-03-08T16:27:55.2685240Z Error Message: 2026-03-08T16:27:55.2685700Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:27:55.2687020Z Stack Trace: 2026-03-08T16:27:55.2687690Z 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 2757 2026-03-08T16:27:55.2688870Z 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 795 2026-03-08T16:27:55.2689850Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 670 2026-03-08T16:27:55.2691220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:27:55.2691960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:27:55.2692580Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:27:55.2693160Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:27:55.2693490Z 2026-03-08T16:27:55.2695180Z >>>>> 3/8/2026 4:27:55 PM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-08T16:28:55.4939970Z >>>>> 3/8/2026 4:28:55 PM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-08T16:28:55.5015270Z >>>>> 3/8/2026 4:28:55 PM Log types: 2026-03-08T16:28:55.9270380Z Failed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [1 m] 2026-03-08T16:28:55.9271870Z Error Message: 2026-03-08T16:28:55.9273030Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:28:55.9273660Z Stack Trace: 2026-03-08T16:28:55.9274860Z 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 2757 2026-03-08T16:28:55.9275900Z 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 795 2026-03-08T16:28:55.9277080Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndEmptyViewString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 858 2026-03-08T16:28:55.9278300Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:28:55.9279200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:28:55.9280200Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:28:55.9280830Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:28:55.9281110Z 2026-03-08T16:28:55.9282000Z >>>>> 3/8/2026 4:28:55 PM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-08T16:29:11.1323420Z >>>>> 3/8/2026 4:29:11 PM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-08T16:29:11.1422160Z >>>>> 3/8/2026 4:29:11 PM Log types: 2026-03-08T16:29:11.4572320Z Failed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [15 s] 2026-03-08T16:29:11.4591770Z Error Message: 2026-03-08T16:29:11.4592300Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:29:11.4593350Z Stack Trace: 2026-03-08T16:29:11.4594010Z 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 2757 2026-03-08T16:29:11.4595040Z 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 795 2026-03-08T16:29:11.4596000Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 640 2026-03-08T16:29:11.4597350Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:29:11.4598060Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:29:11.4598670Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:29:11.4599290Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:29:11.4599560Z 2026-03-08T16:29:11.4600240Z >>>>> 3/8/2026 4:29:11 PM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-08T16:29:38.3740780Z >>>>> 3/8/2026 4:29:38 PM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-08T16:29:38.3848640Z >>>>> 3/8/2026 4:29:38 PM Log types: 2026-03-08T16:29:38.7581690Z Failed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [27 s] 2026-03-08T16:29:38.7611130Z Error Message: 2026-03-08T16:29:38.7613680Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:29:38.7614610Z Stack Trace: 2026-03-08T16:29:38.7617460Z 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 2757 2026-03-08T16:29:38.7629550Z 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 795 2026-03-08T16:29:38.7633780Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 700 2026-03-08T16:29:38.7637260Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:29:38.7641150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:29:38.7644190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:29:38.7661000Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:29:38.7666740Z 2026-03-08T16:29:38.7671470Z >>>>> 3/8/2026 4:29:38 PM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-08T16:29:53.9328800Z >>>>> 3/8/2026 4:29:53 PM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-08T16:29:53.9433490Z >>>>> 3/8/2026 4:29:53 PM Log types: 2026-03-08T16:29:54.2536910Z Failed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [15 s] 2026-03-08T16:29:54.2549710Z Error Message: 2026-03-08T16:29:54.2576040Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:29:54.2576990Z Stack Trace: 2026-03-08T16:29:54.2578210Z 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 2757 2026-03-08T16:29:54.2579830Z 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 795 2026-03-08T16:29:54.2581270Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 610 2026-03-08T16:29:54.2582210Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:29:54.2583700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:29:54.2585240Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:29:54.2594150Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:29:54.2594560Z 2026-03-08T16:29:54.2595910Z >>>>> 3/8/2026 4:29:54 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T16:30:27.6071190Z >>>>> 3/8/2026 4:30:27 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T16:30:27.6155090Z >>>>> 3/8/2026 4:30:27 PM Log types: 2026-03-08T16:30:27.9223370Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [33 s] 2026-03-08T16:30:27.9223980Z Error Message: 2026-03-08T16:30:27.9225600Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:30:27.9231310Z Stack Trace: 2026-03-08T16:30:27.9258390Z 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 2757 2026-03-08T16:30:27.9259980Z 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 795 2026-03-08T16:30:27.9261210Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 933 2026-03-08T16:30:27.9262110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:30:27.9262810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:30:27.9263420Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:30:27.9264040Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:30:27.9264320Z 2026-03-08T16:30:27.9265100Z >>>>> 3/8/2026 4:30:27 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T16:30:44.0127870Z >>>>> 3/8/2026 4:30:44 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T16:30:44.0219250Z >>>>> 3/8/2026 4:30:44 PM Log types: 2026-03-08T16:30:47.4511850Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [19 s] 2026-03-08T16:30:47.4513690Z Error Message: 2026-03-08T16:30:47.4517190Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:30:47.4520750Z Stack Trace: 2026-03-08T16:30:47.4522390Z 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 2757 2026-03-08T16:30:47.4523490Z 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 795 2026-03-08T16:30:47.4525240Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 685 2026-03-08T16:30:47.4546780Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:30:47.4551970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:30:47.4554570Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:30:47.4556170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:30:47.4560790Z 2026-03-08T16:30:47.4562860Z >>>>> 3/8/2026 4:30:47 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T16:31:03.4742880Z >>>>> 3/8/2026 4:31:03 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T16:31:03.4807300Z >>>>> 3/8/2026 4:31:03 PM Log types: 2026-03-08T16:31:03.7929240Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [16 s] 2026-03-08T16:31:03.7931250Z Error Message: 2026-03-08T16:31:03.7933300Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:31:03.7934980Z Stack Trace: 2026-03-08T16:31:03.7937090Z 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 2757 2026-03-08T16:31:03.7939730Z 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 795 2026-03-08T16:31:03.7946440Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 625 2026-03-08T16:31:03.7950060Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:31:03.7951600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:31:03.7970040Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:31:03.7972310Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:31:03.7972740Z 2026-03-08T16:31:03.7974450Z >>>>> 3/8/2026 4:31:03 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-08T16:31:19.1462120Z >>>>> 3/8/2026 4:31:19 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-08T16:31:19.1545010Z >>>>> 3/8/2026 4:31:19 PM Log types: 2026-03-08T16:31:19.4568950Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [15 s] 2026-03-08T16:31:19.4569460Z Error Message: 2026-03-08T16:31:19.4570080Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:31:19.4570520Z Stack Trace: 2026-03-08T16:31:19.4571110Z 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 2757 2026-03-08T16:31:19.4572660Z 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 795 2026-03-08T16:31:19.4573770Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 717 2026-03-08T16:31:19.4574660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:31:19.4575400Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:31:19.4576000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:31:19.4576900Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:31:19.4577210Z 2026-03-08T16:31:19.4577920Z >>>>> 3/8/2026 4:31:19 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-08T16:31:42.6686400Z >>>>> 3/8/2026 4:31:42 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T16:31:42.6784670Z >>>>> 3/8/2026 4:31:42 PM Log types: 2026-03-08T16:31:43.4958400Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [23 s] 2026-03-08T16:31:43.4958910Z Error Message: 2026-03-08T16:31:43.4959530Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:31:43.4961010Z Stack Trace: 2026-03-08T16:31:43.4962490Z 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 2757 2026-03-08T16:31:43.4964170Z 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 795 2026-03-08T16:31:43.4966030Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 655 2026-03-08T16:31:43.4967700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:31:43.4969740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:31:43.4971680Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:31:43.4972550Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:31:43.4974840Z 2026-03-08T16:32:13.6040150Z >>>>> 3/8/2026 4:32:13 PM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-08T16:33:01.3316770Z >>>>> 3/8/2026 4:33:01 PM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-08T16:37:04.4744330Z >>>>> 3/8/2026 4:37:04 PM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-08T16:37:04.4793250Z Passed VerifyGroupFooterTemplate_WithFooterString [4 m 3 s] 2026-03-08T16:37:04.4795740Z >>>>> 3/8/2026 4:37:04 PM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-08T16:39:38.4517950Z >>>>> 3/8/2026 4:39:38 PM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-08T16:39:38.7697540Z >>>>> 3/8/2026 4:39:38 PM Log types: 2026-03-08T16:39:53.3043780Z Failed VerifyGroupFooterTemplate_WithBasicItemTemplate [2 m 48 s] 2026-03-08T16:39:53.3061080Z Error Message: 2026-03-08T16:39:53.3062070Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-03-08T16:39:53.3062560Z Stack Trace: 2026-03-08T16:39:53.3063090Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-03-08T16:39:53.3063780Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-08T16:39:53.3064570Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupFooterTemplate_WithBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 74 2026-03-08T16:39:53.3065410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:39:53.3066800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:39:53.3067410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:39:53.3068000Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:39:53.3068310Z 2026-03-08T16:39:53.3069310Z >>>>> 3/8/2026 4:39:53 PM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-08T16:40:12.8271480Z >>>>> 3/8/2026 4:40:12 PM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-08T16:40:12.8352210Z >>>>> 3/8/2026 4:40:12 PM Log types: 2026-03-08T16:40:13.3326170Z Failed VerifyGroupFooterTemplate_WithHeaderString [20 s] 2026-03-08T16:40:13.3327070Z Error Message: 2026-03-08T16:40:13.3327700Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:40:13.3328200Z Stack Trace: 2026-03-08T16:40:13.3328790Z 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 2757 2026-03-08T16:40:13.3329720Z 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 795 2026-03-08T16:40:13.3330630Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupFooterTemplate_WithHeaderString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 52 2026-03-08T16:40:13.3331500Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:40:13.3332220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:40:13.3332840Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:40:13.3333450Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:40:13.3333730Z 2026-03-08T16:40:13.3334430Z >>>>> 3/8/2026 4:40:13 PM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-08T16:40:44.2552970Z >>>>> 3/8/2026 4:40:44 PM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-08T16:40:44.2636970Z >>>>> 3/8/2026 4:40:44 PM Log types: 2026-03-08T16:40:46.9263900Z Failed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [33 s] 2026-03-08T16:40:46.9270150Z Error Message: 2026-03-08T16:40:46.9282420Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:40:46.9284410Z Stack Trace: 2026-03-08T16:40:46.9286960Z 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 2757 2026-03-08T16:40:46.9289390Z 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 795 2026-03-08T16:40:46.9292620Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 155 2026-03-08T16:40:46.9295470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:40:46.9299580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:40:46.9312320Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:40:46.9314910Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:40:46.9360140Z 2026-03-08T16:40:46.9371340Z >>>>> 3/8/2026 4:40:46 PM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-08T16:42:45.6761130Z >>>>> 3/8/2026 4:42:45 PM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-08T16:42:45.6869710Z >>>>> 3/8/2026 4:42:45 PM Log types: 2026-03-08T16:43:00.7227100Z >>>>> 3/8/2026 4:43:00 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:43:00.7231170Z Failed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [2 m 13 s] 2026-03-08T16:43:00.7238430Z Error Message: 2026-03-08T16:43:00.7239510Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:43:00.7240890Z Stack Trace: 2026-03-08T16:43:00.7243310Z 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 2757 2026-03-08T16:43:00.7246100Z 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 795 2026-03-08T16:43:00.7247490Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderAndFooterTemplate_WithObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 139 2026-03-08T16:43:00.7248770Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:43:00.7249610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:43:00.7250220Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:43:00.7250800Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:43:00.7251110Z 2026-03-08T16:43:00.7251430Z Standard Error Messages: 2026-03-08T16:43:00.7252170Z >>>>> 3/8/2026 4:43:00 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:43:00.7253000Z 2026-03-08T16:43:00.7253500Z >>>>> 3/8/2026 4:43:00 PM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-08T16:43:25.5010700Z >>>>> 3/8/2026 4:43:25 PM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-08T16:43:25.5113610Z >>>>> 3/8/2026 4:43:25 PM Log types: 2026-03-08T16:43:26.0894690Z Failed VerifyGroupHeaderTemplate_WithBasicItemTemplate [25 s] 2026-03-08T16:43:26.0895180Z Error Message: 2026-03-08T16:43:26.0895640Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:43:26.0896700Z Stack Trace: 2026-03-08T16:43:26.0897400Z 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 2757 2026-03-08T16:43:26.0898310Z 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 795 2026-03-08T16:43:26.0899730Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderTemplate_WithBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 121 2026-03-08T16:43:26.0900580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:43:26.0921480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:43:26.0922190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:43:26.0922800Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:43:26.0923100Z 2026-03-08T16:43:26.0923730Z >>>>> 3/8/2026 4:43:26 PM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-08T16:44:43.1960310Z >>>>> 3/8/2026 4:44:43 PM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-08T16:44:43.2054760Z >>>>> 3/8/2026 4:44:43 PM Log types: 2026-03-08T16:44:58.2370550Z >>>>> 3/8/2026 4:44:58 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:44:58.2379180Z Failed VerifyGroupHeaderTemplate_WithFooterString [1 m 32 s] 2026-03-08T16:44:58.2380610Z Error Message: 2026-03-08T16:44:58.2381200Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:44:58.2381750Z Stack Trace: 2026-03-08T16:44:58.2383440Z 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 2757 2026-03-08T16:44:58.2384820Z 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 795 2026-03-08T16:44:58.2386170Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderTemplate_WithFooterString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 87 2026-03-08T16:44:58.2387850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:44:58.2388830Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:44:58.2389710Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:44:58.2391910Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:44:58.2392400Z 2026-03-08T16:44:58.2392950Z Standard Error Messages: 2026-03-08T16:44:58.2393910Z >>>>> 3/8/2026 4:44:58 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:44:58.2394240Z 2026-03-08T16:44:58.2394760Z >>>>> 3/8/2026 4:44:58 PM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-08T16:45:56.3342310Z >>>>> 3/8/2026 4:45:56 PM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-08T16:45:56.3457260Z >>>>> 3/8/2026 4:45:56 PM Log types: 2026-03-08T16:46:11.4866500Z >>>>> 3/8/2026 4:46:11 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:46:11.4877170Z Failed VerifyGroupHeaderTemplate_WithHeaderString [1 m 13 s] 2026-03-08T16:46:11.4878860Z Error Message: 2026-03-08T16:46:11.4880070Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:46:11.4880700Z Stack Trace: 2026-03-08T16:46:11.4882320Z 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 2757 2026-03-08T16:46:11.4883610Z 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 795 2026-03-08T16:46:11.4884880Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderTemplate_WithHeaderString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 104 2026-03-08T16:46:11.4886310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:46:11.4887520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:46:11.4888800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:46:11.4890290Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:46:11.4890630Z 2026-03-08T16:46:11.4891540Z Standard Error Messages: 2026-03-08T16:46:11.4892400Z >>>>> 3/8/2026 4:46:11 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:46:11.4892640Z 2026-03-08T16:46:11.4893600Z >>>>> 3/8/2026 4:46:11 PM VerifyIsGrouped_WithFooterString Start 2026-03-08T16:47:41.6614970Z >>>>> 3/8/2026 4:47:41 PM VerifyIsGrouped_WithFooterString Stop 2026-03-08T16:47:41.6706670Z >>>>> 3/8/2026 4:47:41 PM Log types: 2026-03-08T16:47:42.4857430Z Failed VerifyIsGrouped_WithFooterString [1 m 30 s] 2026-03-08T16:47:42.4860160Z Error Message: 2026-03-08T16:47:42.4861280Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:47:42.4861730Z Stack Trace: 2026-03-08T16:47:42.4863020Z 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 2757 2026-03-08T16:47:42.4864120Z 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 795 2026-03-08T16:47:42.4865470Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGrouped_WithFooterString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 218 2026-03-08T16:47:42.4870240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:47:42.4871500Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:47:42.4872250Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:47:42.4872990Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:47:42.4873270Z 2026-03-08T16:47:42.4873950Z >>>>> 3/8/2026 4:47:42 PM VerifyIsGrouped_WithHeaderString Start 2026-03-08T16:48:25.1550590Z >>>>> 3/8/2026 4:48:25 PM VerifyIsGrouped_WithHeaderString Stop 2026-03-08T16:48:25.1667180Z >>>>> 3/8/2026 4:48:25 PM Log types: 2026-03-08T16:48:40.2095510Z >>>>> 3/8/2026 4:48:40 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:48:40.2118680Z Failed VerifyIsGrouped_WithHeaderString [57 s] 2026-03-08T16:48:40.2121030Z Error Message: 2026-03-08T16:48:40.2121520Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:48:40.2123490Z Stack Trace: 2026-03-08T16:48:40.2124950Z 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 2757 2026-03-08T16:48:40.2125950Z 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 795 2026-03-08T16:48:40.2128230Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGrouped_WithHeaderString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 233 2026-03-08T16:48:40.2129390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:48:40.2132890Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:48:40.2135020Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:48:40.2135650Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:48:40.2136000Z 2026-03-08T16:48:40.2136900Z Standard Error Messages: 2026-03-08T16:48:40.2137650Z >>>>> 3/8/2026 4:48:40 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:48:40.2137920Z 2026-03-08T16:48:40.2138420Z >>>>> 3/8/2026 4:48:40 PM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-08T16:50:09.1109320Z >>>>> 3/8/2026 4:50:09 PM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-08T16:50:09.1220870Z >>>>> 3/8/2026 4:50:09 PM Log types: 2026-03-08T16:50:09.6458300Z Failed VerifyIsGroupedFalse_WithBasicItemTemplate [1 m 29 s] 2026-03-08T16:50:09.6461850Z Error Message: 2026-03-08T16:50:09.6469900Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:50:09.6476060Z Stack Trace: 2026-03-08T16:50:09.6479770Z 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 2757 2026-03-08T16:50:09.6485270Z 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 795 2026-03-08T16:50:09.6500030Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGroupedFalse_WithBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 203 2026-03-08T16:50:09.6525150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:50:09.6539040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:50:09.6550930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:50:09.6598570Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:50:09.6617970Z 2026-03-08T16:50:09.6635050Z >>>>> 3/8/2026 4:50:09 PM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-08T16:50:44.8776190Z >>>>> 3/8/2026 4:50:44 PM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-08T16:50:44.8858750Z >>>>> 3/8/2026 4:50:44 PM Log types: 2026-03-08T16:50:45.4572190Z Failed VerifyIsGroupedFalse_WithHeaderAndFooterString [35 s] 2026-03-08T16:50:45.4572750Z Error Message: 2026-03-08T16:50:45.4578730Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:50:45.4581890Z Stack Trace: 2026-03-08T16:50:45.4585550Z 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 2757 2026-03-08T16:50:45.4601050Z 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 795 2026-03-08T16:50:45.4602460Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGroupedFalse_WithHeaderAndFooterString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 187 2026-03-08T16:50:45.4603460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:50:45.4604190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:50:45.4604820Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:50:45.4605440Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:50:45.4605790Z 2026-03-08T16:50:45.4606600Z >>>>> 3/8/2026 4:50:45 PM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-08T16:51:23.9531030Z >>>>> 3/8/2026 4:51:23 PM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-08T16:51:23.9627580Z >>>>> 3/8/2026 4:51:23 PM Log types: 2026-03-08T16:51:28.9803560Z Failed VerifyIsGroupedFalse_WithItemSourceObservableCollection [42 s] 2026-03-08T16:51:28.9812030Z Error Message: 2026-03-08T16:51:28.9815780Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:51:28.9832660Z Stack Trace: 2026-03-08T16:51:28.9842530Z 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 2757 2026-03-08T16:51:28.9850040Z 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 795 2026-03-08T16:51:28.9851490Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGroupedFalse_WithItemSourceObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 173 2026-03-08T16:51:28.9852330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:51:28.9853600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:51:28.9863680Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:51:28.9868180Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:51:28.9871430Z 2026-03-08T16:51:50.8966330Z >>>>> 3/8/2026 4:51:50 PM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-08T16:52:44.8950930Z >>>>> 3/8/2026 4:52:44 PM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-08T16:56:37.3799590Z >>>>> 3/8/2026 4:56:37 PM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-08T16:56:37.3840720Z Passed VerifyStringItemsObservableCollectionWhenAddItems [3 m 52 s] 2026-03-08T16:56:37.3841640Z >>>>> 3/8/2026 4:56:37 PM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-08T16:58:24.1148830Z >>>>> 3/8/2026 4:58:24 PM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-08T16:58:45.1705830Z >>>>> 3/8/2026 4:58:45 PM Log types: 2026-03-08T16:59:00.1808920Z >>>>> 3/8/2026 4:59:00 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:59:00.1813570Z Failed VerifyModelItemsEmptyGroupedListWhenAddItems [2 m 22 s] 2026-03-08T16:59:00.1815500Z Error Message: 2026-03-08T16:59:00.1816360Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-03-08T16:59:00.1817280Z Stack Trace: 2026-03-08T16:59:00.1818030Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-03-08T16:59:00.1818970Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-08T16:59:00.1820120Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsEmptyGroupedListWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 260 2026-03-08T16:59:00.1821340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:59:00.1822400Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:59:00.1823260Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:59:00.1824060Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:59:00.1824490Z 2026-03-08T16:59:00.1824930Z Standard Error Messages: 2026-03-08T16:59:00.1825990Z >>>>> 3/8/2026 4:59:00 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T16:59:00.1826370Z 2026-03-08T16:59:00.1847200Z >>>>> 3/8/2026 4:59:00 PM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-08T16:59:23.9449980Z >>>>> 3/8/2026 4:59:23 PM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-08T16:59:23.9547210Z >>>>> 3/8/2026 4:59:23 PM Log types: 2026-03-08T16:59:24.4106600Z Failed VerifyModelItemsEmptyGroupedListWhenRemoveItems [24 s] 2026-03-08T16:59:24.4107160Z Error Message: 2026-03-08T16:59:24.4107550Z System.TimeoutException : Timed out waiting for element... 2026-03-08T16:59:24.4108130Z Stack Trace: 2026-03-08T16:59:24.4108730Z 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 2757 2026-03-08T16:59:24.4109640Z 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 795 2026-03-08T16:59:24.4112420Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsEmptyGroupedListWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 274 2026-03-08T16:59:24.4113690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:59:24.4114420Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T16:59:24.4115080Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T16:59:24.4115660Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T16:59:24.4115970Z 2026-03-08T16:59:24.4116650Z >>>>> 3/8/2026 4:59:24 PM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-08T16:59:57.4596540Z >>>>> 3/8/2026 4:59:57 PM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-08T16:59:57.4696920Z >>>>> 3/8/2026 4:59:57 PM Log types: 2026-03-08T17:00:12.5384710Z >>>>> 3/8/2026 5:00:12 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:00:12.5389190Z Failed VerifyModelItemsEmptyObservableCollectionWhenAddItems [48 s] 2026-03-08T17:00:12.5389690Z Error Message: 2026-03-08T17:00:12.5390720Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:00:12.5391340Z Stack Trace: 2026-03-08T17:00:12.5392060Z 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 2757 2026-03-08T17:00:12.5393160Z 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 795 2026-03-08T17:00:12.5394150Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsEmptyObservableCollectionWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 291 2026-03-08T17:00:12.5395100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:00:12.5395820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:00:12.5396480Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:00:12.5397080Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:00:12.5397370Z 2026-03-08T17:00:12.5397720Z Standard Error Messages: 2026-03-08T17:00:12.5398400Z >>>>> 3/8/2026 5:00:12 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:00:12.5399090Z 2026-03-08T17:00:12.5399680Z >>>>> 3/8/2026 5:00:12 PM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-08T17:00:53.9048370Z >>>>> 3/8/2026 5:00:53 PM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-08T17:00:53.9141270Z >>>>> 3/8/2026 5:00:53 PM Log types: 2026-03-08T17:00:54.2510730Z Failed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [41 s] 2026-03-08T17:00:54.2511880Z Error Message: 2026-03-08T17:00:54.2512890Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:00:54.2513350Z Stack Trace: 2026-03-08T17:00:54.2514560Z 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 2757 2026-03-08T17:00:54.2520200Z 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 795 2026-03-08T17:00:54.2521930Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsEmptyObservableCollectionWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 308 2026-03-08T17:00:54.2522770Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:00:54.2523690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:00:54.2524320Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:00:54.2524900Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:00:54.2525220Z 2026-03-08T17:00:54.2525900Z >>>>> 3/8/2026 5:00:54 PM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-08T17:01:35.2154230Z >>>>> 3/8/2026 5:01:35 PM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-08T17:01:35.2598870Z >>>>> 3/8/2026 5:01:35 PM Log types: 2026-03-08T17:01:50.2812100Z >>>>> 3/8/2026 5:01:50 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:01:50.2836310Z Failed VerifyModelItemsGroupedListWhenAddIndexAtItems [56 s] 2026-03-08T17:01:50.2837900Z Error Message: 2026-03-08T17:01:50.2838340Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:01:50.2839300Z Stack Trace: 2026-03-08T17:01:50.2840430Z 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 2757 2026-03-08T17:01:50.2841950Z 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 795 2026-03-08T17:01:50.2842970Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsGroupedListWhenAddIndexAtItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 552 2026-03-08T17:01:50.2843930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:01:50.2844660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:01:50.2850450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:01:50.2851090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:01:50.2851370Z 2026-03-08T17:01:50.2851680Z Standard Error Messages: 2026-03-08T17:01:50.2852460Z >>>>> 3/8/2026 5:01:50 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:01:50.2852690Z 2026-03-08T17:01:50.2853160Z >>>>> 3/8/2026 5:01:50 PM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-08T17:02:24.1345950Z >>>>> 3/8/2026 5:02:24 PM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-08T17:02:24.1457850Z >>>>> 3/8/2026 5:02:24 PM Log types: 2026-03-08T17:02:24.4931030Z Failed VerifyModelItemsGroupedListWhenAddItems [34 s] 2026-03-08T17:02:24.4932590Z Error Message: 2026-03-08T17:02:24.4933740Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:02:24.4935020Z Stack Trace: 2026-03-08T17:02:24.4936880Z 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 2757 2026-03-08T17:02:24.4937890Z 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 795 2026-03-08T17:02:24.4939590Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsGroupedListWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 468 2026-03-08T17:02:24.4943860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:02:24.4944710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:02:24.4946030Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:02:24.4947610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:02:24.4961970Z 2026-03-08T17:02:24.4964030Z >>>>> 3/8/2026 5:02:24 PM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-08T17:02:59.0745700Z >>>>> 3/8/2026 5:02:59 PM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-08T17:02:59.0826380Z >>>>> 3/8/2026 5:02:59 PM Log types: 2026-03-08T17:03:14.1390630Z >>>>> 3/8/2026 5:03:14 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:03:14.1401220Z Failed VerifyModelItemsGroupedListWhenMultipleModePreSelection [49 s] 2026-03-08T17:03:14.1404480Z Error Message: 2026-03-08T17:03:14.1407410Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:03:14.1413470Z Stack Trace: 2026-03-08T17:03:14.1416360Z 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 2757 2026-03-08T17:03:14.1417330Z 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 795 2026-03-08T17:03:14.1419330Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsGroupedListWhenMultipleModePreSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 755 2026-03-08T17:03:14.1420640Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:03:14.1421420Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:03:14.1422660Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:03:14.1423850Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:03:14.1425190Z 2026-03-08T17:03:14.1426390Z Standard Error Messages: 2026-03-08T17:03:14.1427660Z >>>>> 3/8/2026 5:03:14 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:03:14.1427960Z 2026-03-08T17:03:14.1429470Z >>>>> 3/8/2026 5:03:14 PM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-08T17:04:12.6459390Z >>>>> 3/8/2026 5:04:12 PM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-08T17:04:12.6545790Z >>>>> 3/8/2026 5:04:12 PM Log types: 2026-03-08T17:04:16.8349050Z Failed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [1 m 2 s] 2026-03-08T17:04:16.8350420Z Error Message: 2026-03-08T17:04:16.8350890Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:04:16.8351960Z Stack Trace: 2026-03-08T17:04:16.8352590Z 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 2757 2026-03-08T17:04:16.8356380Z 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 795 2026-03-08T17:04:16.8358540Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsGroupedListWhenRemoveIndexAtItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 574 2026-03-08T17:04:16.8359550Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:04:16.8360250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:04:16.8360870Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:04:16.8361480Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:04:16.8361910Z 2026-03-08T17:04:16.8363000Z >>>>> 3/8/2026 5:04:16 PM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-08T17:04:50.6509810Z >>>>> 3/8/2026 5:04:50 PM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-08T17:04:50.6611740Z >>>>> 3/8/2026 5:04:50 PM Log types: 2026-03-08T17:05:05.7377940Z >>>>> 3/8/2026 5:05:05 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:05:05.7382540Z Failed VerifyModelItemsGroupedListWhenRemoveItems [48 s] 2026-03-08T17:05:05.7384470Z Error Message: 2026-03-08T17:05:05.7385240Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:05:05.7386620Z Stack Trace: 2026-03-08T17:05:05.7388220Z 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 2757 2026-03-08T17:05:05.7390440Z 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 795 2026-03-08T17:05:05.7392300Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsGroupedListWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 489 2026-03-08T17:05:05.7393440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:05:05.7394170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:05:05.7394780Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:05:05.7395410Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:05:05.7395700Z 2026-03-08T17:05:05.7396010Z Standard Error Messages: 2026-03-08T17:05:05.7397200Z >>>>> 3/8/2026 5:05:05 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:05:05.7397430Z 2026-03-08T17:05:05.7397940Z >>>>> 3/8/2026 5:05:05 PM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-08T17:06:09.5337100Z >>>>> 3/8/2026 5:06:09 PM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-08T17:06:09.5460690Z >>>>> 3/8/2026 5:06:09 PM Log types: 2026-03-08T17:06:09.9020880Z Failed VerifyModelItemsGroupedListWhenSingleModePreSelection [1 m 4 s] 2026-03-08T17:06:09.9080900Z Error Message: 2026-03-08T17:06:09.9167890Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:06:09.9184890Z Stack Trace: 2026-03-08T17:06:09.9230110Z 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 2757 2026-03-08T17:06:09.9244030Z 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 795 2026-03-08T17:06:09.9251350Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsGroupedListWhenSingleModePreSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 729 2026-03-08T17:06:09.9302900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:06:09.9320110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:06:09.9322560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:06:09.9335140Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:06:09.9337250Z 2026-03-08T17:06:09.9339890Z >>>>> 3/8/2026 5:06:09 PM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-08T17:06:25.3473510Z >>>>> 3/8/2026 5:06:25 PM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-08T17:06:25.3561500Z >>>>> 3/8/2026 5:06:25 PM Log types: 2026-03-08T17:06:27.9075750Z Failed VerifyModelItemsItemsSourceNoneWhenAddItems [18 s] 2026-03-08T17:06:27.9077840Z Error Message: 2026-03-08T17:06:27.9079340Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:06:27.9080900Z Stack Trace: 2026-03-08T17:06:27.9082920Z 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 2757 2026-03-08T17:06:27.9090990Z 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 795 2026-03-08T17:06:27.9116880Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsItemsSourceNoneWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 325 2026-03-08T17:06:27.9118150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:06:27.9119760Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:06:27.9120740Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:06:27.9121800Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:06:27.9122100Z 2026-03-08T17:06:27.9124170Z >>>>> 3/8/2026 5:06:27 PM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-08T17:06:51.3427260Z >>>>> 3/8/2026 5:06:51 PM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-08T17:06:51.3528160Z >>>>> 3/8/2026 5:06:51 PM Log types: 2026-03-08T17:06:51.6824680Z Failed VerifyModelItemsItemsSourceNoneWhenRemoveItems [23 s] 2026-03-08T17:06:51.6825200Z Error Message: 2026-03-08T17:06:51.6825590Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:06:51.6826520Z Stack Trace: 2026-03-08T17:06:51.6827380Z 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 2757 2026-03-08T17:06:51.6828400Z 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 795 2026-03-08T17:06:51.6829370Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsItemsSourceNoneWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 340 2026-03-08T17:06:51.6830190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:06:51.6831050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:06:51.6831710Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:06:51.6832290Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:06:51.6832570Z 2026-03-08T17:06:51.6833250Z >>>>> 3/8/2026 5:06:51 PM VerifyModelItemsListWhenAddItems Start 2026-03-08T17:07:18.0989640Z >>>>> 3/8/2026 5:07:18 PM VerifyModelItemsListWhenAddItems Stop 2026-03-08T17:07:18.1114270Z >>>>> 3/8/2026 5:07:18 PM Log types: 2026-03-08T17:07:18.4562440Z Failed VerifyModelItemsListWhenAddItems [26 s] 2026-03-08T17:07:18.4568100Z Error Message: 2026-03-08T17:07:18.4570870Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:07:18.4573830Z Stack Trace: 2026-03-08T17:07:18.4580130Z 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 2757 2026-03-08T17:07:18.4680790Z 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 795 2026-03-08T17:07:18.4683490Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsListWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 222 2026-03-08T17:07:18.4947730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:07:18.4948640Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:07:18.4950230Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:07:18.4951720Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:07:18.4953270Z 2026-03-08T17:07:18.4955180Z >>>>> 3/8/2026 5:07:18 PM VerifyModelItemsListWhenRemoveItems Start 2026-03-08T17:07:34.6461040Z >>>>> 3/8/2026 5:07:34 PM VerifyModelItemsListWhenRemoveItems Stop 2026-03-08T17:07:34.6536400Z >>>>> 3/8/2026 5:07:34 PM Log types: 2026-03-08T17:07:34.9896120Z Failed VerifyModelItemsListWhenRemoveItems [16 s] 2026-03-08T17:07:34.9898750Z Error Message: 2026-03-08T17:07:34.9901340Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:07:34.9902610Z Stack Trace: 2026-03-08T17:07:34.9904360Z 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 2757 2026-03-08T17:07:34.9910910Z 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 795 2026-03-08T17:07:34.9912390Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsListWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 239 2026-03-08T17:07:34.9935900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:07:34.9939190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:07:34.9940720Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:07:34.9942310Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:07:34.9943540Z 2026-03-08T17:07:34.9945100Z >>>>> 3/8/2026 5:07:34 PM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-08T17:08:29.3740000Z >>>>> 3/8/2026 5:08:29 PM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-08T17:08:29.3829920Z >>>>> 3/8/2026 5:08:29 PM Log types: 2026-03-08T17:08:29.7130180Z Failed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [54 s] 2026-03-08T17:08:29.7130750Z Error Message: 2026-03-08T17:08:29.7131160Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:08:29.7131530Z Stack Trace: 2026-03-08T17:08:29.7132100Z 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 2757 2026-03-08T17:08:29.7133470Z 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 795 2026-03-08T17:08:29.7134510Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsObservableCollectionWhenAddIndexAtItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 392 2026-03-08T17:08:29.7135520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:08:29.7136940Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:08:29.7137580Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:08:29.7138540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:08:29.7138840Z 2026-03-08T17:08:29.7139650Z >>>>> 3/8/2026 5:08:29 PM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-08T17:08:45.2494900Z >>>>> 3/8/2026 5:08:45 PM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-08T17:08:45.2571530Z >>>>> 3/8/2026 5:08:45 PM Log types: 2026-03-08T17:08:55.8171860Z Failed VerifyModelItemsObservableCollectionWhenAddItems [26 s] 2026-03-08T17:08:55.8173740Z Error Message: 2026-03-08T17:08:55.8175050Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:08:55.8175540Z Stack Trace: 2026-03-08T17:08:55.8176850Z 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 2757 2026-03-08T17:08:55.8177910Z 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 795 2026-03-08T17:08:55.8181530Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsObservableCollectionWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 187 2026-03-08T17:08:55.8182860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:08:55.8183580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:08:55.8184240Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:08:55.8184840Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:08:55.8185120Z 2026-03-08T17:08:55.8186070Z >>>>> 3/8/2026 5:08:55 PM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-08T17:09:12.0165240Z >>>>> 3/8/2026 5:09:12 PM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-08T17:09:12.0235830Z >>>>> 3/8/2026 5:09:12 PM Log types: 2026-03-08T17:09:12.3647300Z Failed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [16 s] 2026-03-08T17:09:12.3653610Z Error Message: 2026-03-08T17:09:12.3657060Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:09:12.3678580Z Stack Trace: 2026-03-08T17:09:12.3680460Z 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 2757 2026-03-08T17:09:12.3681950Z 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 795 2026-03-08T17:09:12.3683530Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsObservableCollectionWhenMultipleModePreSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 659 2026-03-08T17:09:12.3684790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:09:12.3685560Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:09:12.3686250Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:09:12.3687410Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:09:12.3687990Z 2026-03-08T17:09:12.3689420Z >>>>> 3/8/2026 5:09:12 PM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-08T17:09:27.6511290Z >>>>> 3/8/2026 5:09:27 PM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-08T17:09:27.6582070Z >>>>> 3/8/2026 5:09:27 PM Log types: 2026-03-08T17:09:42.7051170Z >>>>> 3/8/2026 5:09:42 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:09:42.7061990Z Failed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [30 s] 2026-03-08T17:09:42.7065570Z Error Message: 2026-03-08T17:09:42.7068350Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:09:42.7071840Z Stack Trace: 2026-03-08T17:09:42.7076970Z 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 2757 2026-03-08T17:09:42.7079320Z 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 795 2026-03-08T17:09:42.7081060Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 410 2026-03-08T17:09:42.7082000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:09:42.7082730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:09:42.7083370Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:09:42.7084260Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:09:42.7084570Z 2026-03-08T17:09:42.7085410Z Standard Error Messages: 2026-03-08T17:09:42.7086570Z >>>>> 3/8/2026 5:09:42 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:09:42.7086870Z 2026-03-08T17:09:42.7087370Z >>>>> 3/8/2026 5:09:42 PM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-08T17:09:58.0822210Z >>>>> 3/8/2026 5:09:58 PM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-08T17:09:58.0899270Z >>>>> 3/8/2026 5:09:58 PM Log types: 2026-03-08T17:09:58.4310190Z Failed VerifyModelItemsObservableCollectionWhenRemoveItems [15 s] 2026-03-08T17:09:58.4313170Z Error Message: 2026-03-08T17:09:58.4314820Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:09:58.4324210Z Stack Trace: 2026-03-08T17:09:58.4351240Z 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 2757 2026-03-08T17:09:58.4353710Z 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 795 2026-03-08T17:09:58.4357330Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsObservableCollectionWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 204 2026-03-08T17:09:58.4376930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:09:58.4382100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:09:58.4383500Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:09:58.4385050Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:09:58.4385430Z 2026-03-08T17:09:58.4387020Z >>>>> 3/8/2026 5:09:58 PM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-08T17:10:42.1644760Z >>>>> 3/8/2026 5:10:42 PM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-08T17:10:42.1738840Z >>>>> 3/8/2026 5:10:42 PM Log types: 2026-03-08T17:10:42.5074600Z Failed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [44 s] 2026-03-08T17:10:42.5075210Z Error Message: 2026-03-08T17:10:42.5075870Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:10:42.5076310Z Stack Trace: 2026-03-08T17:10:42.5076890Z 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 2757 2026-03-08T17:10:42.5077800Z 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 795 2026-03-08T17:10:42.5078760Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyModelItemsObservableCollectionWhenSingleModePreSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 637 2026-03-08T17:10:42.5079630Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:10:42.5080340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:10:42.5081000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:10:42.5081580Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:10:42.5081890Z 2026-03-08T17:10:42.5082550Z >>>>> 3/8/2026 5:10:42 PM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-08T17:10:58.0204730Z >>>>> 3/8/2026 5:10:58 PM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-08T17:10:58.0280500Z >>>>> 3/8/2026 5:10:58 PM Log types: 2026-03-08T17:11:00.3457030Z Failed VerifyStringItemsEmptyGroupedListWhenAddItems [17 s] 2026-03-08T17:11:00.3461270Z Error Message: 2026-03-08T17:11:00.3463660Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:11:00.3466150Z Stack Trace: 2026-03-08T17:11:00.3467070Z 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 2757 2026-03-08T17:11:00.3468910Z 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 795 2026-03-08T17:11:00.3469900Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsEmptyGroupedListWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 101 2026-03-08T17:11:00.3471680Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:11:00.3472420Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:11:00.3473030Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:11:00.3473610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:11:00.3473930Z 2026-03-08T17:11:00.3474600Z >>>>> 3/8/2026 5:11:00 PM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-08T17:11:56.6469250Z >>>>> 3/8/2026 5:11:56 PM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-08T17:11:56.6543080Z >>>>> 3/8/2026 5:11:56 PM Log types: 2026-03-08T17:11:57.0996200Z Failed VerifyStringItemsEmptyGroupedListWhenRemoveItems [56 s] 2026-03-08T17:11:57.0996900Z Error Message: 2026-03-08T17:11:57.0997460Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:11:57.0997850Z Stack Trace: 2026-03-08T17:11:57.0998420Z 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 2757 2026-03-08T17:11:57.0999330Z 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 795 2026-03-08T17:11:57.1000250Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsEmptyGroupedListWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 116 2026-03-08T17:11:57.1001140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:11:57.1001850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:11:57.1002630Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:11:57.1003400Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:11:57.1003700Z 2026-03-08T17:11:57.1004430Z >>>>> 3/8/2026 5:11:57 PM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-08T17:12:13.3084860Z >>>>> 3/8/2026 5:12:13 PM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-08T17:12:13.3169570Z >>>>> 3/8/2026 5:12:13 PM Log types: 2026-03-08T17:12:13.6607120Z Failed VerifyStringItemsEmptyObservableCollectionWhenAddItems [16 s] 2026-03-08T17:12:13.6611030Z Error Message: 2026-03-08T17:12:13.6612940Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:12:13.6614770Z Stack Trace: 2026-03-08T17:12:13.6616520Z 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 2757 2026-03-08T17:12:13.6617570Z 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 795 2026-03-08T17:12:13.6625670Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsEmptyObservableCollectionWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 131 2026-03-08T17:12:13.6645080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:12:13.6645910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:12:13.6647730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:12:13.6649630Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:12:13.6649980Z 2026-03-08T17:12:13.6650780Z >>>>> 3/8/2026 5:12:13 PM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-08T17:12:29.5250190Z >>>>> 3/8/2026 5:12:29 PM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-08T17:12:29.5333650Z >>>>> 3/8/2026 5:12:29 PM Log types: 2026-03-08T17:12:29.8777490Z Failed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [16 s] 2026-03-08T17:12:29.8786320Z Error Message: 2026-03-08T17:12:29.8790070Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:12:29.8792110Z Stack Trace: 2026-03-08T17:12:29.8793740Z 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 2757 2026-03-08T17:12:29.8795590Z 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 795 2026-03-08T17:12:29.8796680Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsEmptyObservableCollectionWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 146 2026-03-08T17:12:29.8797650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:12:29.8799220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:12:29.8805830Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:12:29.8809380Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:12:29.8826860Z 2026-03-08T17:12:29.8827850Z >>>>> 3/8/2026 5:12:29 PM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-08T17:13:04.5887570Z >>>>> 3/8/2026 5:13:04 PM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-08T17:13:04.5963210Z >>>>> 3/8/2026 5:13:04 PM Log types: 2026-03-08T17:13:10.8809710Z Failed VerifyStringItemsGroupedListWhenAddIndexAtItems [41 s] 2026-03-08T17:13:10.8810370Z Error Message: 2026-03-08T17:13:10.8811730Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:13:10.8812140Z Stack Trace: 2026-03-08T17:13:10.8812710Z 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 2757 2026-03-08T17:13:10.8813640Z 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 795 2026-03-08T17:13:10.8814550Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsGroupedListWhenAddIndexAtItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 511 2026-03-08T17:13:10.8815860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:13:10.8816820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:13:10.8817560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:13:10.8818360Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:13:10.8818650Z 2026-03-08T17:13:10.8837180Z >>>>> 3/8/2026 5:13:10 PM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-08T17:13:26.5749110Z >>>>> 3/8/2026 5:13:26 PM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-08T17:13:26.5836480Z >>>>> 3/8/2026 5:13:26 PM Log types: 2026-03-08T17:13:26.9324730Z Failed VerifyStringItemsGroupedListWhenAddItems [16 s] 2026-03-08T17:13:26.9329750Z Error Message: 2026-03-08T17:13:26.9331310Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:13:26.9331770Z Stack Trace: 2026-03-08T17:13:26.9333300Z 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 2757 2026-03-08T17:13:26.9358630Z 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 795 2026-03-08T17:13:26.9367990Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsGroupedListWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 429 2026-03-08T17:13:26.9374000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:13:26.9374900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:13:26.9375590Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:13:26.9376260Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:13:26.9377250Z 2026-03-08T17:13:26.9379060Z >>>>> 3/8/2026 5:13:26 PM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-08T17:13:49.8590460Z >>>>> 3/8/2026 5:13:49 PM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-08T17:13:49.8661100Z >>>>> 3/8/2026 5:13:49 PM Log types: 2026-03-08T17:14:04.9344840Z >>>>> 3/8/2026 5:14:04 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:14:04.9352980Z Failed VerifyStringItemsGroupedListWhenMultipleModePreSelection [38 s] 2026-03-08T17:14:04.9355140Z Error Message: 2026-03-08T17:14:04.9356440Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:14:04.9357180Z Stack Trace: 2026-03-08T17:14:04.9357820Z 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 2757 2026-03-08T17:14:04.9358790Z 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 795 2026-03-08T17:14:04.9360360Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsGroupedListWhenMultipleModePreSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 705 2026-03-08T17:14:04.9361240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:14:04.9361950Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:14:04.9362560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:14:04.9363180Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:14:04.9363470Z 2026-03-08T17:14:04.9363780Z Standard Error Messages: 2026-03-08T17:14:04.9364670Z >>>>> 3/8/2026 5:14:04 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:14:04.9364900Z 2026-03-08T17:14:04.9365390Z >>>>> 3/8/2026 5:14:04 PM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-08T17:14:20.5467650Z >>>>> 3/8/2026 5:14:20 PM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-08T17:14:20.5549660Z >>>>> 3/8/2026 5:14:20 PM Log types: 2026-03-08T17:14:20.8941750Z Failed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [15 s] 2026-03-08T17:14:20.8947380Z Error Message: 2026-03-08T17:14:20.8950160Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:14:20.8953590Z Stack Trace: 2026-03-08T17:14:20.8960920Z 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 2757 2026-03-08T17:14:20.9013330Z 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 795 2026-03-08T17:14:20.9016560Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsGroupedListWhenRemoveIndexAtItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 531 2026-03-08T17:14:20.9019160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:14:20.9065050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:14:20.9068150Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:14:20.9070470Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:14:20.9072390Z 2026-03-08T17:14:20.9074840Z >>>>> 3/8/2026 5:14:20 PM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-08T17:14:42.3291630Z >>>>> 3/8/2026 5:14:42 PM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-08T17:14:42.3381090Z >>>>> 3/8/2026 5:14:42 PM Log types: 2026-03-08T17:14:42.6928820Z Failed VerifyStringItemsGroupedListWhenRemoveItems [21 s] 2026-03-08T17:14:42.6930030Z Error Message: 2026-03-08T17:14:42.6931170Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:14:42.6932270Z Stack Trace: 2026-03-08T17:14:42.6933580Z 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 2757 2026-03-08T17:14:42.6935310Z 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 795 2026-03-08T17:14:42.6936300Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsGroupedListWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 448 2026-03-08T17:14:42.6937130Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:14:42.6939030Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:14:42.6942420Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:14:42.6943540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:14:42.6944690Z 2026-03-08T17:14:42.6946220Z >>>>> 3/8/2026 5:14:42 PM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-08T17:14:58.1942440Z >>>>> 3/8/2026 5:14:58 PM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-08T17:14:58.2023030Z >>>>> 3/8/2026 5:14:58 PM Log types: 2026-03-08T17:15:13.3512180Z >>>>> 3/8/2026 5:15:13 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:15:13.3522800Z Failed VerifyStringItemsGroupedListWhenSingleModePreSelection [30 s] 2026-03-08T17:15:13.3523340Z Error Message: 2026-03-08T17:15:13.3524210Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:15:13.3524720Z Stack Trace: 2026-03-08T17:15:13.3526030Z 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 2757 2026-03-08T17:15:13.3527050Z 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 795 2026-03-08T17:15:13.3528120Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsGroupedListWhenSingleModePreSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 681 2026-03-08T17:15:13.3529000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:15:13.3530150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:15:13.3530790Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:15:13.3531400Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:15:13.3531680Z 2026-03-08T17:15:13.3532000Z Standard Error Messages: 2026-03-08T17:15:13.3532760Z >>>>> 3/8/2026 5:15:13 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:15:13.3533030Z 2026-03-08T17:15:13.3533530Z >>>>> 3/8/2026 5:15:13 PM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-08T17:15:48.6242410Z >>>>> 3/8/2026 5:15:48 PM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-08T17:15:48.6316150Z >>>>> 3/8/2026 5:15:48 PM Log types: 2026-03-08T17:15:53.3090720Z Failed VerifyStringItemsItemsSourceNoneWhenAddItems [39 s] 2026-03-08T17:15:53.3095540Z Error Message: 2026-03-08T17:15:53.3098220Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:15:53.3100180Z Stack Trace: 2026-03-08T17:15:53.3120300Z 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 2757 2026-03-08T17:15:53.3138010Z 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 795 2026-03-08T17:15:53.3139260Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsItemsSourceNoneWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 161 2026-03-08T17:15:53.3140190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:15:53.3144950Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:15:53.3145620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:15:53.3146340Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:15:53.3146680Z 2026-03-08T17:15:53.3147720Z >>>>> 3/8/2026 5:15:53 PM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-08T17:16:08.7790410Z >>>>> 3/8/2026 5:16:08 PM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-08T17:16:08.7875990Z >>>>> 3/8/2026 5:16:08 PM Log types: 2026-03-08T17:16:09.1269540Z Failed VerifyStringItemsItemsSourceNoneWhenRemoveItems [15 s] 2026-03-08T17:16:09.1271210Z Error Message: 2026-03-08T17:16:09.1272360Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:16:09.1272790Z Stack Trace: 2026-03-08T17:16:09.1274480Z 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 2757 2026-03-08T17:16:09.1275510Z 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 795 2026-03-08T17:16:09.1277300Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsItemsSourceNoneWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 174 2026-03-08T17:16:09.1279020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:16:09.1279790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:16:09.1280400Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:16:09.1281170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:16:09.1281490Z 2026-03-08T17:16:09.1282160Z >>>>> 3/8/2026 5:16:09 PM VerifyStringItemsListWhenAddItems Start 2026-03-08T17:17:18.6763270Z >>>>> 3/8/2026 5:17:18 PM VerifyStringItemsListWhenAddItems Stop 2026-03-08T17:17:18.6839570Z >>>>> 3/8/2026 5:17:18 PM Log types: 2026-03-08T17:17:19.0291500Z Failed VerifyStringItemsListWhenAddItems [1 m 9 s] 2026-03-08T17:17:19.0292670Z Error Message: 2026-03-08T17:17:19.0294520Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:17:19.0294970Z Stack Trace: 2026-03-08T17:17:19.0296290Z 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 2757 2026-03-08T17:17:19.0297240Z 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 795 2026-03-08T17:17:19.0298140Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsListWhenAddItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 70 2026-03-08T17:17:19.0299010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:17:19.0300000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:17:19.0301480Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:17:19.0302070Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:17:19.0302350Z 2026-03-08T17:17:19.0303080Z >>>>> 3/8/2026 5:17:19 PM VerifyStringItemsListWhenRemoveItems Start 2026-03-08T17:17:36.3191590Z >>>>> 3/8/2026 5:17:36 PM VerifyStringItemsListWhenRemoveItems Stop 2026-03-08T17:17:36.3282660Z >>>>> 3/8/2026 5:17:36 PM Log types: 2026-03-08T17:17:36.6857160Z Failed VerifyStringItemsListWhenRemoveItems [17 s] 2026-03-08T17:17:36.6857690Z Error Message: 2026-03-08T17:17:36.6858100Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:17:36.6858510Z Stack Trace: 2026-03-08T17:17:36.6859090Z 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 2757 2026-03-08T17:17:36.6860010Z 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 795 2026-03-08T17:17:36.6860940Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsListWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 85 2026-03-08T17:17:36.6862710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:17:36.6864970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:17:36.6865690Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:17:36.6866270Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:17:36.6866550Z 2026-03-08T17:17:36.6867270Z >>>>> 3/8/2026 5:17:36 PM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-08T17:17:52.2900050Z >>>>> 3/8/2026 5:17:52 PM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-08T17:17:52.2976960Z >>>>> 3/8/2026 5:17:52 PM Log types: 2026-03-08T17:18:02.6562700Z Failed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [25 s] 2026-03-08T17:18:02.6563360Z Error Message: 2026-03-08T17:18:02.6564240Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:18:02.6564610Z Stack Trace: 2026-03-08T17:18:02.6565200Z 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 2757 2026-03-08T17:18:02.6566070Z 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 795 2026-03-08T17:18:02.6567030Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsObservableCollectionWhenAddIndexAtItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 355 2026-03-08T17:18:02.6567860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:18:02.6568600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:18:02.6569220Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:18:02.6569800Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:18:02.6570110Z 2026-03-08T17:18:02.6571080Z >>>>> 3/8/2026 5:18:02 PM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-08T17:18:17.8503260Z >>>>> 3/8/2026 5:18:17 PM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-08T17:18:17.8585410Z >>>>> 3/8/2026 5:18:17 PM Log types: 2026-03-08T17:18:18.1955380Z Failed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [15 s] 2026-03-08T17:18:18.1957060Z Error Message: 2026-03-08T17:18:18.1958480Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:18:18.1960030Z Stack Trace: 2026-03-08T17:18:18.1961380Z 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 2757 2026-03-08T17:18:18.1962390Z 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 795 2026-03-08T17:18:18.1968100Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsObservableCollectionWhenMultipleModePreSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 617 2026-03-08T17:18:18.1970980Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:18:18.1998980Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:18:18.2001490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:18:18.2005460Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:18:18.2006370Z 2026-03-08T17:18:18.2007780Z >>>>> 3/8/2026 5:18:18 PM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-08T17:18:33.6907720Z >>>>> 3/8/2026 5:18:33 PM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-08T17:18:33.6988130Z >>>>> 3/8/2026 5:18:33 PM Log types: 2026-03-08T17:18:34.0606170Z Failed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [15 s] 2026-03-08T17:18:34.0607880Z Error Message: 2026-03-08T17:18:34.0609240Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:18:34.0610960Z Stack Trace: 2026-03-08T17:18:34.0612630Z 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 2757 2026-03-08T17:18:34.0613600Z 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 795 2026-03-08T17:18:34.0614560Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 375 2026-03-08T17:18:34.0619370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:18:34.0621010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:18:34.0621690Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:18:34.0623350Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:18:34.0623690Z 2026-03-08T17:18:34.0647990Z >>>>> 3/8/2026 5:18:34 PM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-08T17:19:07.4425210Z >>>>> 3/8/2026 5:19:07 PM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-08T17:19:07.4496510Z >>>>> 3/8/2026 5:19:07 PM Log types: 2026-03-08T17:19:07.7864370Z Failed VerifyStringItemsObservableCollectionWhenRemoveItems [33 s] 2026-03-08T17:19:07.7865040Z Error Message: 2026-03-08T17:19:07.7866050Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:19:07.7866520Z Stack Trace: 2026-03-08T17:19:07.7867100Z 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 2757 2026-03-08T17:19:07.7868010Z 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 795 2026-03-08T17:19:07.7868930Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsObservableCollectionWhenRemoveItems() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 54 2026-03-08T17:19:07.7870200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:19:07.7870910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:19:07.7871510Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:19:07.7872110Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:19:07.7872390Z 2026-03-08T17:19:07.7873130Z >>>>> 3/8/2026 5:19:07 PM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-08T17:19:23.1003550Z >>>>> 3/8/2026 5:19:23 PM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-08T17:19:23.1096190Z >>>>> 3/8/2026 5:19:23 PM Log types: 2026-03-08T17:19:24.3140940Z Failed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [15 s] 2026-03-08T17:19:24.3141740Z Error Message: 2026-03-08T17:19:24.3142270Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:19:24.3142780Z Stack Trace: 2026-03-08T17:19:24.3143580Z 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 2757 2026-03-08T17:19:24.3144880Z 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 795 2026-03-08T17:19:24.3146170Z at Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests.VerifyStringItemsObservableCollectionWhenSingleModePreSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ItemsSourceFeatureTests.cs:line 597 2026-03-08T17:19:24.3147400Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:19:24.3148390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:19:24.3149230Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:19:24.3150050Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:19:24.3150430Z 2026-03-08T17:20:43.4415820Z >>>>> 3/8/2026 5:20:43 PM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-08T17:21:00.4412990Z >>>>> 3/8/2026 5:21:00 PM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-08T17:21:46.4075500Z >>>>> 3/8/2026 5:21:46 PM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-08T17:21:47.2813490Z >>>>> 3/8/2026 5:21:47 PM Log types: 2026-03-08T17:22:02.3467580Z >>>>> 3/8/2026 5:22:02 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:22:02.3471650Z Failed VerifyMeasureAllItemsWithObservableCollection [1 m 1 s] 2026-03-08T17:22:02.3472720Z Error Message: 2026-03-08T17:22:02.3473310Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-03-08T17:22:02.3473790Z Stack Trace: 2026-03-08T17:22:02.3474290Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-03-08T17:22:02.3476530Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-08T17:22:02.3477590Z at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyMeasureAllItemsWithObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 40 2026-03-08T17:22:02.3478480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:22:02.3479260Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:22:02.3479880Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:22:02.3480450Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:22:02.3481110Z 2026-03-08T17:22:02.3481430Z Standard Error Messages: 2026-03-08T17:22:02.3482220Z >>>>> 3/8/2026 5:22:02 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:22:02.3482480Z 2026-03-08T17:22:02.3482950Z >>>>> 3/8/2026 5:22:02 PM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-08T17:25:35.9113450Z >>>>> 3/8/2026 5:25:35 PM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-08T17:25:48.3705270Z >>>>> 3/8/2026 5:25:48 PM Log types: 2026-03-08T17:26:02.4018430Z Failed VerifyKeepScrollOffsetWithGroupedList [4 m] 2026-03-08T17:26:02.4022770Z Error Message: 2026-03-08T17:26:02.4030020Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-03-08T17:26:02.4039480Z Stack Trace: 2026-03-08T17:26:02.4059350Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-03-08T17:26:02.4060220Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-08T17:26:02.4062120Z at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyKeepScrollOffsetWithGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 701 2026-03-08T17:26:02.4063100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:26:02.4064130Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:26:02.4066360Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:26:02.4068480Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:26:02.4068850Z 2026-03-08T17:26:02.4069740Z >>>>> 3/8/2026 5:26:02 PM VerifyKeepScrollOffsetWithObservableList Start 2026-03-08T17:28:26.9704960Z >>>>> 3/8/2026 5:28:26 PM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-08T17:28:33.1911760Z >>>>> 3/8/2026 5:28:33 PM Log types: 2026-03-08T17:28:48.2411150Z >>>>> 3/8/2026 5:28:48 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:28:48.2423170Z Failed VerifyKeepScrollOffsetWithObservableList [2 m 45 s] 2026-03-08T17:28:48.2425090Z Error Message: 2026-03-08T17:28:48.2425890Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-03-08T17:28:48.2426590Z Stack Trace: 2026-03-08T17:28:48.2428640Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-03-08T17:28:48.2430230Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-08T17:28:48.2431300Z at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyKeepScrollOffsetWithObservableList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 673 2026-03-08T17:28:48.2432610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:28:48.2433340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:28:48.2433950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:28:48.2434880Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:28:48.2435160Z 2026-03-08T17:28:48.2435480Z Standard Error Messages: 2026-03-08T17:28:48.2436150Z >>>>> 3/8/2026 5:28:48 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:28:48.2436380Z 2026-03-08T17:28:48.2436820Z >>>>> 3/8/2026 5:28:48 PM VerifyMeasureAllItemsWithGroupedList Start 2026-03-08T17:29:35.5478510Z >>>>> 3/8/2026 5:29:35 PM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-08T17:29:35.5564310Z >>>>> 3/8/2026 5:29:35 PM Log types: 2026-03-08T17:29:50.6103830Z >>>>> 3/8/2026 5:29:50 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:29:51.2465440Z Failed VerifyMeasureAllItemsWithGroupedList [1 m 2 s] 2026-03-08T17:29:51.2466340Z Error Message: 2026-03-08T17:29:51.2467160Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:29:51.2468000Z Stack Trace: 2026-03-08T17:29:51.2469090Z 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 2757 2026-03-08T17:29:51.2470320Z 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 795 2026-03-08T17:29:51.2471580Z at Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests.VerifyMeasureAllItemsWithGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_ScrollingFeatureTests.cs:line 57 2026-03-08T17:29:51.2472690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:29:51.2473670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:29:51.2474560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:29:51.2475370Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:29:51.2475790Z 2026-03-08T17:29:51.2476210Z Standard Error Messages: 2026-03-08T17:29:51.2477210Z >>>>> 3/8/2026 5:29:50 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:29:51.2477530Z 2026-03-08T17:32:17.4457090Z >>>>> 3/8/2026 5:32:17 PM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-08T17:34:12.6762500Z >>>>> 3/8/2026 5:34:12 PM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-08T17:35:08.5876670Z >>>>> 3/8/2026 5:35:08 PM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-08T17:35:28.6852510Z >>>>> 3/8/2026 5:35:28 PM Log types: 2026-03-08T17:35:37.2852610Z Failed VerifySelectionModeNoneWhenItemsSourceNone [1 m 24 s] 2026-03-08T17:35:37.2869500Z Error Message: 2026-03-08T17:35:37.2927120Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-03-08T17:35:37.2946380Z Stack Trace: 2026-03-08T17:35:37.2963680Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-03-08T17:35:37.2989880Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-08T17:35:37.2992660Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeNoneWhenItemsSourceNone() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 45 2026-03-08T17:35:37.2996700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:35:37.2999660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:35:37.3002550Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:35:37.3004790Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:35:37.3007540Z 2026-03-08T17:35:37.3011580Z >>>>> 3/8/2026 5:35:37 PM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-08T17:36:02.9005070Z >>>>> 3/8/2026 5:36:02 PM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-08T17:36:02.9092150Z >>>>> 3/8/2026 5:36:02 PM Log types: 2026-03-08T17:36:03.4374680Z Failed VerifySelecctionModeSingleWhenCurrentSelection [26 s] 2026-03-08T17:36:03.4376310Z Error Message: 2026-03-08T17:36:03.4376810Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:36:03.4377190Z Stack Trace: 2026-03-08T17:36:03.4377920Z 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 2757 2026-03-08T17:36:03.4379510Z 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 795 2026-03-08T17:36:03.4380770Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelecctionModeSingleWhenCurrentSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 579 2026-03-08T17:36:03.4381660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:36:03.4388520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:36:03.4389450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:36:03.4390070Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:36:03.4390390Z 2026-03-08T17:36:03.4391340Z >>>>> 3/8/2026 5:36:03 PM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-08T17:36:22.0209550Z >>>>> 3/8/2026 5:36:22 PM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-08T17:36:22.0319150Z >>>>> 3/8/2026 5:36:22 PM Log types: 2026-03-08T17:36:22.5647300Z Failed VerifySelectionModeNoneWhenCurrentSelection [19 s] 2026-03-08T17:36:22.5647800Z Error Message: 2026-03-08T17:36:22.5648580Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:36:22.5649370Z Stack Trace: 2026-03-08T17:36:22.5649950Z 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 2757 2026-03-08T17:36:22.5650890Z 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 795 2026-03-08T17:36:22.5651800Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeNoneWhenCurrentSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 617 2026-03-08T17:36:22.5653120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:36:22.5653870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:36:22.5654470Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:36:22.5655060Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:36:22.5655370Z 2026-03-08T17:36:22.5656280Z >>>>> 3/8/2026 5:36:22 PM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-08T17:36:45.4542520Z >>>>> 3/8/2026 5:36:45 PM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-08T17:36:45.4615660Z >>>>> 3/8/2026 5:36:45 PM Log types: 2026-03-08T17:36:51.2277720Z Failed VerifySelectionModeNoneWhenItemsLayoutVerticalList [28 s] 2026-03-08T17:36:51.2278380Z Error Message: 2026-03-08T17:36:51.2279340Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:36:51.2279780Z Stack Trace: 2026-03-08T17:36:51.2280950Z 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 2757 2026-03-08T17:36:51.2281850Z 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 795 2026-03-08T17:36:51.2283380Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeNoneWhenItemsLayoutVerticalList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 224 2026-03-08T17:36:51.2284380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:36:51.2285140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:36:51.2285760Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:36:51.2286340Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:36:51.2286650Z 2026-03-08T17:36:51.2288280Z >>>>> 3/8/2026 5:36:51 PM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-08T17:37:30.0176870Z >>>>> 3/8/2026 5:37:30 PM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-08T17:37:30.0249900Z >>>>> 3/8/2026 5:37:30 PM Log types: 2026-03-08T17:37:45.0625730Z >>>>> 3/8/2026 5:37:45 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:37:45.0631870Z Failed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [53 s] 2026-03-08T17:37:45.0632580Z Error Message: 2026-03-08T17:37:45.0633140Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:37:45.0633660Z Stack Trace: 2026-03-08T17:37:45.0634310Z 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 2757 2026-03-08T17:37:45.0635240Z 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 795 2026-03-08T17:37:45.0638350Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeNoneWhenItemsSourceObservableCollection5() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 94 2026-03-08T17:37:45.0639880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:37:45.0640660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:37:45.0641310Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:37:45.0641940Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:37:45.0642230Z 2026-03-08T17:37:45.0643220Z Standard Error Messages: 2026-03-08T17:37:45.0644030Z >>>>> 3/8/2026 5:37:45 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:37:45.0644320Z 2026-03-08T17:37:45.0645460Z >>>>> 3/8/2026 5:37:45 PM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-08T17:38:35.0542610Z >>>>> 3/8/2026 5:38:35 PM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-08T17:38:35.0614020Z >>>>> 3/8/2026 5:38:35 PM Log types: 2026-03-08T17:38:48.6919000Z Failed VerifySelectionModeNoneWhenPreviousSelection [1 m 3 s] 2026-03-08T17:38:48.6919600Z Error Message: 2026-03-08T17:38:48.6919990Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:38:48.6920400Z Stack Trace: 2026-03-08T17:38:48.6921520Z 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 2757 2026-03-08T17:38:48.6922560Z 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 795 2026-03-08T17:38:48.6923500Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeNoneWhenPreviousSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 673 2026-03-08T17:38:48.6924340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:38:48.6925050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:38:48.6925650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:38:48.6926680Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:38:48.6926960Z 2026-03-08T17:38:48.6927890Z >>>>> 3/8/2026 5:38:48 PM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-08T17:39:44.5837370Z >>>>> 3/8/2026 5:39:44 PM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-08T17:39:44.5922970Z >>>>> 3/8/2026 5:39:44 PM Log types: 2026-03-08T17:39:59.7353980Z >>>>> 3/8/2026 5:39:59 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:39:59.7363720Z Failed VerifySelectionModeSingleSelectionChangedEventCount [1 m 11 s] 2026-03-08T17:39:59.7365100Z Error Message: 2026-03-08T17:39:59.7365550Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:39:59.7366890Z Stack Trace: 2026-03-08T17:39:59.7367570Z 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 2757 2026-03-08T17:39:59.7369060Z 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 795 2026-03-08T17:39:59.7370010Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeSingleSelectionChangedEventCount() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 742 2026-03-08T17:39:59.7370830Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:39:59.7371570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:39:59.7372190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:39:59.7372770Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:39:59.7373090Z 2026-03-08T17:39:59.7373400Z Standard Error Messages: 2026-03-08T17:39:59.7374190Z >>>>> 3/8/2026 5:39:59 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:39:59.7374460Z 2026-03-08T17:39:59.7374940Z >>>>> 3/8/2026 5:39:59 PM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-08T17:40:32.9623160Z >>>>> 3/8/2026 5:40:32 PM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-08T17:40:32.9733580Z >>>>> 3/8/2026 5:40:32 PM Log types: 2026-03-08T17:40:33.3978700Z Failed VerifySelectionModeSingleWhenItemsLayoutVerticalList [33 s] 2026-03-08T17:40:33.3980850Z Error Message: 2026-03-08T17:40:33.3982640Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:40:33.3984020Z Stack Trace: 2026-03-08T17:40:33.4000700Z 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 2757 2026-03-08T17:40:33.4001990Z 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 795 2026-03-08T17:40:33.4019440Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeSingleWhenItemsLayoutVerticalList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 240 2026-03-08T17:40:33.4021850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:40:33.4023710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:40:33.4024450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:40:33.4025130Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:40:33.4025870Z 2026-03-08T17:40:33.4027260Z >>>>> 3/8/2026 5:40:33 PM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-08T17:40:49.8319430Z >>>>> 3/8/2026 5:40:49 PM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-08T17:40:49.8402010Z >>>>> 3/8/2026 5:40:49 PM Log types: 2026-03-08T17:40:53.4657180Z Failed VerifySelectionModeSingleWhenItemsSourceNone [20 s] 2026-03-08T17:40:53.4657820Z Error Message: 2026-03-08T17:40:53.4658210Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:40:53.4659040Z Stack Trace: 2026-03-08T17:40:53.4659620Z 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 2757 2026-03-08T17:40:53.4660490Z 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 795 2026-03-08T17:40:53.4661430Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeSingleWhenItemsSourceNone() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 60 2026-03-08T17:40:53.4662240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:40:53.4662960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:40:53.4664730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:40:53.4665490Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:40:53.4665800Z 2026-03-08T17:40:53.4668350Z >>>>> 3/8/2026 5:40:53 PM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-08T17:41:57.9959410Z >>>>> 3/8/2026 5:41:57 PM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-08T17:41:58.0048440Z >>>>> 3/8/2026 5:41:58 PM Log types: 2026-03-08T17:42:11.7974060Z Failed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [1 m 18 s] 2026-03-08T17:42:11.7975640Z Error Message: 2026-03-08T17:42:11.7976850Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:42:11.7978040Z Stack Trace: 2026-03-08T17:42:11.7978680Z 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 2757 2026-03-08T17:42:11.7980710Z 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 795 2026-03-08T17:42:11.7981710Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeSingleWhenItemsSourceObservableCollection5() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 112 2026-03-08T17:42:11.7983280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:42:11.7990280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:42:11.8015580Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:42:11.8016360Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:42:11.8017240Z 2026-03-08T17:42:11.8018930Z >>>>> 3/8/2026 5:42:11 PM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-08T17:42:27.9484970Z >>>>> 3/8/2026 5:42:27 PM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-08T17:42:27.9548890Z >>>>> 3/8/2026 5:42:27 PM Log types: 2026-03-08T17:42:28.4876760Z Failed VerifySelectionModeSingleWhenPreviousSelection [16 s] 2026-03-08T17:42:28.4877350Z Error Message: 2026-03-08T17:42:28.4877780Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:42:28.4878350Z Stack Trace: 2026-03-08T17:42:28.4878950Z 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 2757 2026-03-08T17:42:28.4879820Z 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 795 2026-03-08T17:42:28.4880760Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeSingleWhenPreviousSelection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 632 2026-03-08T17:42:28.4881590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:42:28.4882310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:42:28.4882950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:42:28.4883670Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:42:28.4884010Z 2026-03-08T17:42:28.4884930Z >>>>> 3/8/2026 5:42:28 PM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-08T17:42:45.9038540Z >>>>> 3/8/2026 5:42:45 PM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-08T17:42:45.9126260Z >>>>> 3/8/2026 5:42:45 PM Log types: 2026-03-08T17:42:46.4999830Z Failed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [17 s] 2026-03-08T17:42:46.5018270Z Error Message: 2026-03-08T17:42:46.5018950Z System.TimeoutException : Timed out waiting for element... 2026-03-08T17:42:46.5019490Z Stack Trace: 2026-03-08T17:42:46.5020540Z 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 2757 2026-03-08T17:42:46.5021460Z 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 795 2026-03-08T17:42:46.5022440Z at Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests.VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_SelectionFeatureTests.cs:line 499 2026-03-08T17:42:46.5024130Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:42:46.5024850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:42:46.5025510Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:42:46.5026090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:42:46.5026400Z 2026-03-08T17:43:04.0293820Z >>>>> 3/8/2026 5:43:04 PM EmptyViewItemsSourceNullStringWorks Start 2026-03-08T17:43:04.0306920Z >>>>> 3/8/2026 5:43:04 PM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-08T17:45:41.5021400Z >>>>> 3/8/2026 5:45:41 PM EmptyViewItemsSourceNullStringWorks Stop 2026-03-08T17:46:14.4752400Z Passed EmptyViewItemsSourceNullStringWorks [3 m 10 s] 2026-03-08T17:46:14.4754840Z >>>>> 3/8/2026 5:46:14 PM EmptyViewItemsSourceNullViewWorks Start 2026-03-08T17:46:14.4756610Z >>>>> 3/8/2026 5:46:14 PM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-08T17:49:24.1583290Z >>>>> 3/8/2026 5:49:24 PM EmptyViewItemsSourceNullViewWorks Stop 2026-03-08T17:49:24.1682860Z >>>>> 3/8/2026 5:49:24 PM Log types: 2026-03-08T17:49:39.2242010Z >>>>> 3/8/2026 5:49:39 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:51:23.4834320Z Failed EmptyViewItemsSourceNullViewWorks [5 m 8 s] 2026-03-08T17:51:23.4835180Z Error Message: 2026-03-08T17:51:23.4836020Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-03-08T17:51:23.4836690Z Stack Trace: 2026-03-08T17:51:23.4837450Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-03-08T17:51:23.4838440Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-08T17:51:23.4839440Z at Microsoft.Maui.TestCases.Tests.CollectionViewUITests.VisitInitialGallery(String collectionTestName) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CollectionView/CollectionViewUITests.cs:line 36 2026-03-08T17:51:23.4840620Z at Microsoft.Maui.TestCases.Tests.CollectionViewEmptyViewTests.EmptyViewItemsSourceNullViewWorks() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CollectionView/CollectionViewUITests.EmptyView.cs:line 36 2026-03-08T17:51:23.4841750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:51:23.4843260Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T17:51:23.4844100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T17:51:23.4845200Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T17:51:23.4845480Z 2026-03-08T17:51:23.4845810Z Standard Error Messages: 2026-03-08T17:51:23.4846870Z >>>>> 3/8/2026 5:49:39 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T17:51:23.4847100Z 2026-03-08T17:51:47.1024440Z >>>>> 3/8/2026 5:51:47 PM GroupingAndHeaderWorks Start 2026-03-08T17:51:47.1029050Z >>>>> 3/8/2026 5:51:47 PM FixtureSetup for GroupingAndHeaderWorks 2026-03-08T17:59:40.9198060Z >>>>> 3/8/2026 5:59:40 PM GroupingAndHeaderWorks Stop 2026-03-08T18:01:00.6436700Z Passed GroupingAndHeaderWorks [9 m 13 s] 2026-03-08T18:01:56.0061590Z >>>>> 3/8/2026 6:01:56 PM HeaderFooterStringWorks Start 2026-03-08T18:01:56.0064520Z >>>>> 3/8/2026 6:01:56 PM FixtureSetup for HeaderFooterStringWorks 2026-03-08T18:05:17.7383770Z >>>>> 3/8/2026 6:05:17 PM HeaderFooterStringWorks Stop 2026-03-08T18:05:32.0447450Z Passed HeaderFooterStringWorks [3 m 35 s] 2026-03-08T18:06:14.1602160Z >>>>> 3/8/2026 6:06:14 PM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-08T18:07:35.5367040Z >>>>> 3/8/2026 6:07:35 PM SelectionShouldUpdateBinding Start 2026-03-08T18:10:29.7101270Z >>>>> 3/8/2026 6:10:29 PM SelectionShouldUpdateBinding Stop 2026-03-08T18:10:29.7214830Z >>>>> 3/8/2026 6:10:29 PM Log types: 2026-03-08T18:10:31.0453740Z Failed SelectionShouldUpdateBinding [2 m 54 s] 2026-03-08T18:10:31.0454250Z Error Message: 2026-03-08T18:10:31.0454630Z System.TimeoutException : Timed out waiting for element... 2026-03-08T18:10:31.0455000Z Stack Trace: 2026-03-08T18:10:31.0455690Z 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 2757 2026-03-08T18:10:31.0456600Z 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 2786 2026-03-08T18:10:31.0457460Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, IQuery query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 925 2026-03-08T18:10:31.0458340Z at UITest.Appium.HelperExtensions.WaitForElementTillPageNavigationSettled(IApp app, String elementId, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2408 2026-03-08T18:10:31.0459120Z at Microsoft.Maui.TestCases.Tests.CollectionViewUITests.VisitSubGallery(String galleryName) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CollectionView/CollectionViewUITests.cs:line 41 2026-03-08T18:10:31.0460000Z at Microsoft.Maui.TestCases.Tests.CollectionViewSingleBoundSelectionUITests.SelectionShouldUpdateBinding() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CollectionView/CollectionViewUITests.SingleBoundSelection.cs:line 23 2026-03-08T18:10:31.0460810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T18:10:31.0461520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T18:10:31.0462170Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T18:10:31.0462750Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T18:10:31.0467820Z 2026-03-08T18:10:57.6936560Z >>>>> 3/8/2026 6:10:57 PM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-08T18:10:57.7944310Z >>>>> 3/8/2026 6:10:57 PM ClearingGroupedNoCrash Start 2026-03-08T18:11:23.7070640Z >>>>> 3/8/2026 6:11:23 PM ClearingGroupedNoCrash Stop 2026-03-08T18:11:24.8129500Z Passed ClearingGroupedNoCrash [25 s] 2026-03-08T18:12:06.8672940Z >>>>> 3/8/2026 6:12:06 PM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-08T18:12:06.9468570Z >>>>> 3/8/2026 6:12:06 PM NoBindingErrors Start 2026-03-08T18:12:52.9639550Z >>>>> 3/8/2026 6:12:52 PM NoBindingErrors Stop 2026-03-08T18:12:53.4684390Z Passed NoBindingErrors [46 s] 2026-03-08T18:13:14.7169220Z >>>>> 3/8/2026 6:13:14 PM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-08T18:13:14.8132860Z >>>>> 3/8/2026 6:13:14 PM DynamicallyLoadCollectionView Start 2026-03-08T18:13:52.0030560Z >>>>> 3/8/2026 6:13:52 PM DynamicallyLoadCollectionView Stop 2026-03-08T18:13:52.3147850Z Passed DynamicallyLoadCollectionView [37 s] 2026-03-08T18:14:13.1063150Z >>>>> 3/8/2026 6:14:13 PM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-08T18:14:13.1769540Z >>>>> 3/8/2026 6:14:13 PM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-08T18:14:13.1790890Z >>>>> 3/8/2026 6:14:13 PM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-08T18:14:13.1845800Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-08T18:14:14.7438040Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [7 ms] 2026-03-08T18:15:22.7695730Z >>>>> 3/8/2026 6:15:22 PM KeepItemsInView Start 2026-03-08T18:15:22.7696840Z >>>>> 3/8/2026 6:15:22 PM FixtureSetup for KeepItemsInView 2026-03-08T18:18:48.8310510Z >>>>> 3/8/2026 6:18:48 PM KeepItemsInView Stop 2026-03-08T18:19:02.2883670Z >>>>> 3/8/2026 6:19:02 PM Log types: 2026-03-08T18:19:17.3443880Z >>>>> 3/8/2026 6:19:17 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T18:21:10.7843530Z Failed KeepItemsInView [5 m 46 s] 2026-03-08T18:21:10.7844180Z Error Message: 2026-03-08T18:21:10.7844690Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-03-08T18:21:10.7845170Z Stack Trace: 2026-03-08T18:21:10.7845680Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-03-08T18:21:10.7846430Z at UITest.Appium.HelperExtensions.RunWithTimeout(Action action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3018 2026-03-08T18:21:10.7847160Z at UITest.Appium.HelperExtensions.Click(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 57 2026-03-08T18:21:10.7847960Z at Microsoft.Maui.TestCases.Tests.Issues.CollectionViewItemsUpdatingScrollModeUITests.KeepItemsInView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/CollectionViewUITests.CollectionViewItemsUpdatingScrollMode.cs:line 30 2026-03-08T18:21:10.7849150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T18:21:10.7851110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T18:21:10.7852030Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T18:21:10.7852820Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T18:21:10.7853200Z 2026-03-08T18:21:10.7853680Z Standard Error Messages: 2026-03-08T18:21:10.7855000Z >>>>> 3/8/2026 6:19:17 PM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-03-08T18:21:10.7856010Z 2026-03-08T18:21:42.1235400Z >>>>> 3/8/2026 6:21:42 PM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-03-08T18:21:42.1237420Z >>>>> 3/8/2026 6:21:42 PM FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-03-08T18:22:58.6985030Z >>>>> 3/8/2026 6:22:58 PM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-03-08T18:23:44.6866850Z Passed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [2 m 2 s] 2026-03-08T18:23:44.6881060Z >>>>> 3/8/2026 6:23:44 PM AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-03-08T18:23:44.6895210Z >>>>> 3/8/2026 6:23:44 PM FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-03-08T18:24:15.4966960Z >>>>> 3/8/2026 6:24:15 PM AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-03-08T18:24:33.1733710Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-08T18:24:33.2060550Z ##[error]The operation was canceled. 2026-03-08T18:24:33.2067950Z ##[section]Async Command Start: Update Build Number 2026-03-08T18:24:33.2070760Z Update build number to 10.0.50+azdo.1325581 for build 1325581 2026-03-08T18:24:33.2071090Z ##[section]Async Command End: Update Build Number 2026-03-08T18:24:33.2073010Z ##[section]Async Command Start: Update Build Number 2026-03-08T18:24:33.2073950Z Update build number to 10.0.50+azdo.1325581 for build 1325581 2026-03-08T18:24:33.2074270Z ##[section]Async Command End: Update Build Number 2026-03-08T18:24:33.2076130Z ##[section]Async Command Start: Update Build Number 2026-03-08T18:24:33.2076590Z Update build number to 10.0.50+azdo.1325581 for build 1325581 2026-03-08T18:24:33.2076880Z ##[section]Async Command End: Update Build Number 2026-03-08T18:24:33.2078880Z ##[section]Async Command Start: Update Build Number 2026-03-08T18:24:33.2079680Z Update build number to 10.0.50+azdo.1325581 for build 1325581 2026-03-08T18:24:33.2080000Z ##[section]Async Command End: Update Build Number 2026-03-08T18:24:33.2082090Z ##[section]Finishing: Controls CollectionView