2026-02-24T22:23:29.3359590Z ##[section]Starting: Controls CollectionView 2026-02-24T22:23:29.3381310Z ============================================================================== 2026-02-24T22:23:29.3381590Z Task : PowerShell 2026-02-24T22:23:29.3381910Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-24T22:23:29.3382110Z Version : 2.268.1 2026-02-24T22:23:29.3382270Z Author : Microsoft Corporation 2026-02-24T22:23:29.3382420Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-24T22:23:29.3382660Z ============================================================================== 2026-02-24T22:23:29.6218550Z Generating script. 2026-02-24T22:23:29.6229910Z ========================== Starting Command Output =========================== 2026-02-24T22:23:29.6235640Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/b5307255-f096-4fc8-b159-a269a0cc5b0c.ps1' 2026-02-24T22:23:30.9231130Z $ErrorActionPreference = 'stop' 2026-02-24T22:23:30.9236720Z $ProgressPreference = 'silentlyContinue' 2026-02-24T22:23:30.9241800Z Get-Content $PSCommandPath 2026-02-24T22:23:30.9247740Z $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-02-24T22:23:30.9250100Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-24T22:23:30.9252880Z $command += " --runtimevariant=""Mono""" 2026-02-24T22:23:30.9253660Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-24T22:23:30.9257540Z 2026-02-24T22:23:30.9259500Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-24T22:23:30.9271920Z $deviceType = "" 2026-02-24T22:23:30.9295610Z if ($deviceType) { 2026-02-24T22:23:30.9377500Z $command += " --skin=""$deviceType""" 2026-02-24T22:23:30.9378460Z } 2026-02-24T22:23:30.9383510Z 2026-02-24T22:23:30.9385100Z $testFilter = "" 2026-02-24T22:23:30.9387000Z $testConfigrationArgs = "" 2026-02-24T22:23:30.9389340Z 2026-02-24T22:23:30.9390300Z "CollectionView".Split(",") | ForEach { 2026-02-24T22:23:30.9390930Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-24T22:23:30.9393590Z } 2026-02-24T22:23:30.9395600Z 2026-02-24T22:23:30.9398650Z $testFilter = $testFilter.TrimEnd("|") 2026-02-24T22:23:30.9401460Z 2026-02-24T22:23:30.9403070Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-24T22:23:30.9494230Z if ($testConfigrationArgs) { 2026-02-24T22:23:30.9503920Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-24T22:23:30.9509070Z } 2026-02-24T22:23:30.9513140Z if ($testFilter) { 2026-02-24T22:23:30.9513820Z $command += " --test-filter ""$testFilter""" 2026-02-24T22:23:30.9521750Z } 2026-02-24T22:23:30.9522030Z 2026-02-24T22:23:30.9530010Z $headless = true 2026-02-24T22:23:30.9540270Z if ($headless) { 2026-02-24T22:23:30.9540820Z $command += " --headless ""$headless""" 2026-02-24T22:23:30.9545960Z } 2026-02-24T22:23:30.9546140Z 2026-02-24T22:23:30.9554420Z Write-Host "Running command: $command" 2026-02-24T22:23:30.9557510Z 2026-02-24T22:23:30.9559410Z Invoke-Expression $command 2026-02-24T22:23:30.9562070Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-24T22:23:30.9563700Z } else { 2026-02-24T22:23:30.9564710Z exit $LASTEXITCODE 2026-02-24T22:23:30.9565250Z } 2026-02-24T22:23:31.0891820Z 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-02-24T22:23:31.8688150Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-24T22:23:32.4739610Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-24T22:23:33.2659090Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-24T22:23:33.8736620Z 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-02-24T22:23:34.4936710Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-24T22:23:35.5939040Z Looking for modules... 2026-02-24T22:23:39.6845100Z No modules found to install. 2026-02-24T22:23:39.6922190Z Module directory does not exist. 2026-02-24T22:23:39.6981610Z Analyzing build script... 2026-02-24T22:23:39.7036020Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-24T22:23:39.7036930Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-24T22:23:39.7037590Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-24T22:23:40.0035720Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-24T22:23:42.4961170Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-24T22:23:43.9669570Z Processing build script... 2026-02-24T22:23:43.9720960Z Installing addins... 2026-02-24T22:23:44.4670760Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-24T22:23:44.6450490Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-24T22:23:44.7062080Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-24T22:23:45.2288560Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-24T22:23:45.2289770Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-24T22:23:45.2291170Z is referencing an older version of Cake.Core (0.33.0). 2026-02-24T22:23:45.2291860Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-24T22:23:45.2301640Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-24T22:23:45.2306820Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-24T22:23:45.5500320Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-24T22:23:45.5502730Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-24T22:23:45.5504250Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-24T22:23:45.5506040Z Adding assembly reference to System.Runtime.dll... 2026-02-24T22:23:45.5509790Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-24T22:23:45.5512830Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-24T22:23:45.5515370Z Adding assembly reference to System.Threading.dll... 2026-02-24T22:23:45.5517250Z Adding assembly reference to System.Linq.dll... 2026-02-24T22:23:45.5518410Z Adding assembly reference to System.Collections.dll... 2026-02-24T22:23:45.5519810Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-24T22:23:45.5523830Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-24T22:23:45.5525100Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-24T22:23:45.5526350Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-24T22:23:45.5527520Z Adding assembly reference to System.ObjectModel.dll... 2026-02-24T22:23:45.5528700Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-24T22:23:45.5529870Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-24T22:23:45.5531150Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-24T22:23:45.5534380Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-24T22:23:45.5537380Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-24T22:23:45.5544920Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-24T22:23:45.5547150Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-24T22:23:45.5550610Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-24T22:23:45.5552170Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-24T22:23:45.5553660Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-24T22:23:45.5554950Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-24T22:23:45.5557700Z Adding assembly reference to mscorlib.dll... 2026-02-24T22:23:45.5570130Z Adding assembly reference to netstandard.dll... 2026-02-24T22:23:45.5575460Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-24T22:23:45.5576120Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-24T22:23:45.5576670Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-24T22:23:45.5577260Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-24T22:23:45.5577940Z Adding assembly reference to System.Memory.dll... 2026-02-24T22:23:45.5578540Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-24T22:23:45.5579170Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-24T22:23:45.5579750Z Adding assembly reference to System.ComponentModel.dll... 2026-02-24T22:23:45.5581100Z Adding assembly reference to System.Console.dll... 2026-02-24T22:23:45.5581630Z Adding assembly reference to System.Data.Common.dll... 2026-02-24T22:23:45.5582210Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-24T22:23:45.5582830Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-24T22:23:45.5583550Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-24T22:23:45.5584140Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-24T22:23:45.5585000Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-24T22:23:45.5585590Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-24T22:23:45.5586180Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-24T22:23:45.5586750Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-24T22:23:45.5587300Z Adding assembly reference to System.IO.Compression.dll... 2026-02-24T22:23:45.5587910Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-24T22:23:45.5588470Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-24T22:23:45.5589050Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-24T22:23:45.5589610Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-24T22:23:45.5590180Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-24T22:23:45.5590720Z Adding assembly reference to System.Net.Requests.dll... 2026-02-24T22:23:45.5591270Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-24T22:23:45.5591840Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-24T22:23:45.5592410Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-24T22:23:45.5592980Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-24T22:23:45.5593510Z Adding assembly reference to System.Net.Http.dll... 2026-02-24T22:23:45.5594080Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-24T22:23:45.5594660Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-24T22:23:45.5595190Z Adding assembly reference to System.Net.Mail.dll... 2026-02-24T22:23:45.5595770Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-24T22:23:45.5596340Z Adding assembly reference to System.Net.Ping.dll... 2026-02-24T22:23:45.5596890Z Adding assembly reference to System.Net.Security.dll... 2026-02-24T22:23:45.5597420Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-24T22:23:45.5597980Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-24T22:23:45.5598570Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-24T22:23:45.5599270Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-24T22:23:45.5600220Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-24T22:23:45.5601310Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-24T22:23:45.5602870Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-24T22:23:45.5603730Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-24T22:23:45.5604770Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-24T22:23:45.5605930Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-24T22:23:45.5606850Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-24T22:23:45.5607720Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-24T22:23:45.5609520Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-24T22:23:45.5610470Z Adding assembly reference to System.Security.Claims.dll... 2026-02-24T22:23:45.5611330Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-24T22:23:45.5612190Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-24T22:23:45.5613080Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-24T22:23:45.5613930Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-24T22:23:45.5614950Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-24T22:23:45.5615880Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-24T22:23:45.5616780Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-24T22:23:45.5617390Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-24T22:23:45.5617940Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-24T22:23:45.5618490Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-24T22:23:45.5619040Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-24T22:23:45.5619570Z Adding assembly reference to System.AppContext.dll... 2026-02-24T22:23:45.5620130Z Adding assembly reference to System.Buffers.dll... 2026-02-24T22:23:45.5620680Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-24T22:23:45.5621280Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-24T22:23:45.5621880Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-24T22:23:45.5622440Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-24T22:23:45.5623000Z Adding assembly reference to System.Configuration.dll... 2026-02-24T22:23:45.5623520Z Adding assembly reference to System.Core.dll... 2026-02-24T22:23:45.5624050Z Adding assembly reference to System.Private.Uri.dll... 2026-02-24T22:23:45.5624630Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-24T22:23:45.5625170Z Adding assembly reference to System.Data.dll... 2026-02-24T22:23:45.5625730Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-24T22:23:45.5626510Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-24T22:23:45.5627130Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-24T22:23:45.5628060Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-24T22:23:45.5628630Z Adding assembly reference to System.dll... 2026-02-24T22:23:45.5629170Z Adding assembly reference to System.Drawing.dll... 2026-02-24T22:23:45.5629730Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-24T22:23:45.5630290Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-24T22:23:45.5630820Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-24T22:23:45.5631410Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-24T22:23:45.5632330Z Adding assembly reference to System.Globalization.dll... 2026-02-24T22:23:45.5632930Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-24T22:23:45.5633540Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-24T22:23:45.5634100Z Adding assembly reference to System.IO.dll... 2026-02-24T22:23:45.5634700Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-24T22:23:45.5635260Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-24T22:23:45.5635830Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-24T22:23:45.5636460Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-24T22:23:45.5637070Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-24T22:23:45.5637660Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-24T22:23:45.5638200Z Adding assembly reference to System.Net.dll... 2026-02-24T22:23:45.5638720Z Adding assembly reference to System.Net.Quic.dll... 2026-02-24T22:23:45.5639270Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-24T22:23:45.5639850Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-24T22:23:45.5640410Z Adding assembly reference to System.Text.Json.dll... 2026-02-24T22:23:45.5640960Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-24T22:23:45.5641500Z Adding assembly reference to System.Numerics.dll... 2026-02-24T22:23:45.5642020Z Adding assembly reference to System.Reflection.dll... 2026-02-24T22:23:45.5642600Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-24T22:23:45.5643180Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-24T22:23:45.5643770Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-24T22:23:45.5644370Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-24T22:23:45.5645050Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-24T22:23:45.5645670Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-24T22:23:45.5646300Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-24T22:23:45.5646920Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-24T22:23:45.5647600Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-24T22:23:45.5648440Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-24T22:23:45.5649060Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-24T22:23:45.5649700Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-24T22:23:45.5650320Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-24T22:23:45.5650930Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-24T22:23:45.5651720Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-24T22:23:45.5652650Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-24T22:23:45.5653260Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-24T22:23:45.5653890Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-24T22:23:45.5654470Z Adding assembly reference to System.Security.dll... 2026-02-24T22:23:45.5655190Z Adding assembly reference to System.Security.Principal.dll... 2026-02-24T22:23:45.5655780Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-24T22:23:45.5656370Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-24T22:23:45.5656920Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-24T22:23:45.5657480Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-24T22:23:45.5658060Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-24T22:23:45.5658630Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-24T22:23:45.5659200Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-24T22:23:45.5659770Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-24T22:23:45.5660330Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-24T22:23:45.5660900Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-24T22:23:45.5661470Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-24T22:23:45.5662020Z Adding assembly reference to System.Transactions.dll... 2026-02-24T22:23:45.5662550Z Adding assembly reference to System.ValueTuple.dll... 2026-02-24T22:23:45.5663070Z Adding assembly reference to System.Web.dll... 2026-02-24T22:23:45.5663590Z Adding assembly reference to System.Windows.dll... 2026-02-24T22:23:45.5664110Z Adding assembly reference to System.Xml.dll... 2026-02-24T22:23:45.5664620Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-24T22:23:45.5665160Z Adding assembly reference to System.Private.Xml.dll... 2026-02-24T22:23:45.5665700Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-24T22:23:45.5666250Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-24T22:23:45.5666810Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-24T22:23:45.5667350Z Adding assembly reference to WindowsBase.dll... 2026-02-24T22:23:45.5667870Z Adding assembly reference to Cake.Core.dll... 2026-02-24T22:23:45.5668710Z Adding assembly reference to Cake.Common.dll... 2026-02-24T22:23:45.5669230Z Adding assembly reference to Spectre.Console.dll... 2026-02-24T22:23:45.5669770Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-24T22:23:45.5670290Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-24T22:23:45.5670810Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-24T22:23:45.5671330Z Importing namespace Cake.Common... 2026-02-24T22:23:45.5671820Z Importing namespace Cake.Common.Build... 2026-02-24T22:23:45.5672600Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-24T22:23:45.5673270Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-24T22:23:45.5673940Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-24T22:23:45.5674510Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-24T22:23:45.5675060Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-24T22:23:45.5675580Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-24T22:23:45.5676180Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-24T22:23:45.5676750Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-24T22:23:45.5677330Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-24T22:23:45.5677880Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-24T22:23:45.5678460Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-24T22:23:45.5679040Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-24T22:23:45.5679650Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-24T22:23:45.5680240Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-24T22:23:45.5680860Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-24T22:23:45.5681390Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-24T22:23:45.5681930Z Importing namespace Cake.Common.Build.GoCD... 2026-02-24T22:23:45.5682480Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-24T22:23:45.5683040Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-24T22:23:45.5683610Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-24T22:23:45.5684170Z Importing namespace Cake.Common.Build.MyGet... 2026-02-24T22:23:45.5684770Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-24T22:23:45.5685350Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-24T22:23:45.5685920Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-24T22:23:45.5686510Z Importing namespace Cake.Common.Diagnostics... 2026-02-24T22:23:45.5687060Z Importing namespace Cake.Common.IO... 2026-02-24T22:23:45.5687590Z Importing namespace Cake.Common.IO.Paths... 2026-02-24T22:23:45.5688110Z Importing namespace Cake.Common.Net... 2026-02-24T22:23:45.5688650Z Importing namespace Cake.Common.Security... 2026-02-24T22:23:45.5689180Z Importing namespace Cake.Common.Solution... 2026-02-24T22:23:45.5690160Z Importing namespace Cake.Common.Solution.Project... 2026-02-24T22:23:45.5690750Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-24T22:23:45.5691350Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-24T22:23:45.5691890Z Importing namespace Cake.Common.Text... 2026-02-24T22:23:45.5692410Z Importing namespace Cake.Common.Tools.Cake... 2026-02-24T22:23:45.5692950Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-24T22:23:45.5693770Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-24T22:23:45.5694320Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-24T22:23:45.5694900Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-24T22:23:45.5695500Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-24T22:23:45.5696090Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-24T22:23:45.5696680Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-24T22:23:45.5697250Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-24T22:23:45.5697870Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-24T22:23:45.5698450Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-24T22:23:45.5699040Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-24T22:23:45.5699620Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-24T22:23:45.5700220Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-24T22:23:45.5700800Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-24T22:23:45.5701340Z Importing namespace Cake.Common.Tools.Command... 2026-02-24T22:23:45.5701900Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-24T22:23:45.5702500Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-24T22:23:45.5703080Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-24T22:23:45.5703630Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-24T22:23:45.5704220Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-24T22:23:45.5704830Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-24T22:23:45.5705400Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-24T22:23:45.5705980Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-24T22:23:45.5706580Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-24T22:23:45.5707180Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-24T22:23:45.5707780Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-24T22:23:45.5708370Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-24T22:23:45.5708960Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-24T22:23:45.5709560Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-24T22:23:45.5710140Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-24T22:23:45.5711130Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-24T22:23:45.5711740Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-24T22:23:45.5712340Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-24T22:23:45.5712910Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-24T22:23:45.5713450Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-24T22:23:45.5714020Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-24T22:23:45.5714960Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-24T22:23:45.5715640Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-24T22:23:45.5716220Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-24T22:23:45.5716840Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-24T22:23:45.5717420Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-24T22:23:45.5718010Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-24T22:23:45.5718630Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-24T22:23:45.5719220Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-24T22:23:45.5719820Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-24T22:23:45.5720420Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-24T22:23:45.5721070Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-24T22:23:45.5721650Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-24T22:23:45.5722200Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-24T22:23:45.5722710Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-24T22:23:45.5723300Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-24T22:23:45.5724190Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-24T22:23:45.5725080Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-24T22:23:45.5725700Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-24T22:23:45.5726290Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-24T22:23:45.5726890Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-24T22:23:45.5727470Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-24T22:23:45.5728100Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-24T22:23:45.5728720Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-24T22:23:45.5729300Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-24T22:23:45.5729860Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-24T22:23:45.5730590Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-24T22:23:45.5731140Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-24T22:23:45.5731670Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-24T22:23:45.5732830Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-24T22:23:45.5733360Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-24T22:23:45.5733910Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-24T22:23:45.5734440Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-24T22:23:45.5735020Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-24T22:23:45.5735560Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-24T22:23:45.5736100Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-24T22:23:45.5737010Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-24T22:23:45.5737570Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-24T22:23:45.5738130Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-24T22:23:45.5738690Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-24T22:23:45.5739270Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-24T22:23:45.5739830Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-24T22:23:45.5740390Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-24T22:23:45.5740960Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-24T22:23:45.5741540Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-24T22:23:45.5742090Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-24T22:23:45.5742650Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-24T22:23:45.5743160Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-24T22:23:45.5743730Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-24T22:23:45.5744280Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-24T22:23:45.5744840Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-24T22:23:45.5745400Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-24T22:23:45.5746000Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-24T22:23:45.5746550Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-24T22:23:45.5747110Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-24T22:23:45.5748000Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-24T22:23:45.5748630Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-24T22:23:45.5749220Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-24T22:23:45.5749770Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-24T22:23:45.5750350Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-24T22:23:45.5750900Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-24T22:23:45.5751470Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-24T22:23:45.5752040Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-24T22:23:45.5752650Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-24T22:23:45.5753200Z Importing namespace Cake.Common.Tools.WiX... 2026-02-24T22:23:45.5753740Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-24T22:23:45.5754550Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-24T22:23:45.5755130Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-24T22:23:45.5755660Z Importing namespace Cake.Common.Xml... 2026-02-24T22:23:45.5756160Z Importing namespace Cake.Core... 2026-02-24T22:23:45.5756680Z Importing namespace Cake.Core.Diagnostics... 2026-02-24T22:23:45.5757330Z Importing namespace Cake.Core.IO... 2026-02-24T22:23:45.5757890Z Importing namespace Cake.Core.Scripting... 2026-02-24T22:23:45.5758840Z Importing namespace Cake.Core.Tooling... 2026-02-24T22:23:45.5759470Z Importing namespace Cake.FileHelpers... 2026-02-24T22:23:45.5760030Z Importing namespace NuGet.Common... 2026-02-24T22:23:45.5760650Z Importing namespace NuGet.Configuration... 2026-02-24T22:23:45.5761200Z Importing namespace NuGet.Protocol... 2026-02-24T22:23:45.5761720Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-24T22:23:45.5762240Z Importing namespace NuGet.Versioning... 2026-02-24T22:23:45.5762720Z Importing namespace System... 2026-02-24T22:23:45.5763330Z Importing namespace System.Collections.Generic... 2026-02-24T22:23:45.5763860Z Importing namespace System.IO... 2026-02-24T22:23:45.5764390Z Importing namespace System.Linq... 2026-02-24T22:23:45.5764880Z Importing namespace System.Text... 2026-02-24T22:23:45.5765400Z Importing namespace System.Threading.Tasks... 2026-02-24T22:23:45.5765800Z .NETStandard,Version=v2.0 2026-02-24T22:23:45.6376550Z Compiling build script... 2026-02-24T22:23:48.7095520Z /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-02-24T22:23:50.0905560Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-24T22:23:50.0908810Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-24T22:23:50.0928890Z Host OS System Arch: X64 2026-02-24T22:23:50.0930700Z Host Processor System Arch: X64 2026-02-24T22:23:50.0932190Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-24T22:23:50.0933480Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-24T22:23:50.0934280Z Build Configuration: Release 2026-02-24T22:23:50.0935030Z Build Runtime Identifier: maccatalyst-x64 2026-02-24T22:23:50.0935760Z Build Target Framework: net10.0-maccatalyst 2026-02-24T22:23:50.0936430Z Test Device: mac 2026-02-24T22:23:50.0937040Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-24T22:23:50.1046740Z 2026-02-24T22:23:50.1047850Z ======================================== 2026-02-24T22:23:50.1048420Z uitest 2026-02-24T22:23:50.1048970Z ======================================== 2026-02-24T22:23:50.1050350Z Executing task: uitest 2026-02-24T22:23:50.1066140Z Starting UI Tests... 2026-02-24T22:23:50.1070780Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-24T22:23:50.1074970Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-24T22:23:50.1146390Z Testing Device: mac 2026-02-24T22:23:50.1146990Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-24T22:23:50.1147580Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-24T22:23:50.1149130Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-24T22:23:50.1173340Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-24T22:23:50.1664700Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-24T22:23:50.1725060Z 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-02-24T22:24:00.6418210Z Determining projects to restore... 2026-02-24T22:24:21.1204280Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 1.56 sec). 2026-02-24T22:24:21.8984590Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 605 ms). 2026-02-24T22:24:21.9459690Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 3 sec). 2026-02-24T22:24:25.3684570Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 3.41 sec). 2026-02-24T22:24:25.8883710Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 6.86 sec). 2026-02-24T22:24:30.4569750Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 5.03 sec). 2026-02-24T22:24:35.0605240Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 8.69 sec). 2026-02-24T22:24:37.3389540Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 2.22 sec). 2026-02-24T22:24:38.9883130Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 19.99 sec). 2026-02-24T22:24:41.4030980Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 3.78 sec). 2026-02-24T22:24:45.4776000Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 14.94 sec). 2026-02-24T22:24:45.8592010Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 23.85 sec). 2026-02-24T22:24:45.8866560Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 6.89 sec). 2026-02-24T22:25:20.9494820Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-24T22:25:21.2259180Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-24T22:25:24.9319250Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-24T22:25:41.9728410Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-24T22:25:44.6236740Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-24T22:26:49.2461770Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-24T22:26:49.5332940Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-24T22:26:49.5719560Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-24T22:26:49.7883980Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-24T22:26:51.7008170Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-24T22:26:52.0955710Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-24T22:26:52.8743230Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-24T22:27:09.6707950Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-24T22:27:09.7659020Z 2026-02-24T22:27:09.7710340Z Build succeeded. 2026-02-24T22:27:09.7742140Z 0 Warning(s) 2026-02-24T22:27:09.7831610Z 0 Error(s) 2026-02-24T22:27:09.7832950Z 2026-02-24T22:27:09.7857280Z Time Elapsed 00:03:18.61 2026-02-24T22:27:10.1482350Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-02-24T22:27:10.1504470Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-24T22:27:10.1505890Z Run Tests With Filter TestCategory=CollectionView 2026-02-24T22:27:10.1507430Z Log Directory: /Users/runner/work/1/a/logs 2026-02-24T22:27:10.1509320Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-24T22:27:10.1514410Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-24T22:27:10.1531520Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-24T22:27:10.1533940Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-24T22:27:10.1535860Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-24T22:27:10.1537430Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-24T22:27:10.1538800Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-24T22:27:10.1540120Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-24T22:27:10.1542260Z 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-02-24T22:27:10.1544090Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-02-24T22:27:10.1544800Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-24T22:27:10.1590080Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-24T22:27:10.5135830Z Downloading file: 15% 2026-02-24T22:27:10.5319500Z Downloading file: 50% 2026-02-24T22:27:10.5325560Z Downloading file: 100% 2026-02-24T22:27:10.5400250Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-24T22:27:10.5409610Z 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-02-24T22:27:10.5844080Z 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-02-24T22:27:12.7347720Z 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-02-24T22:27:12.8801030Z VSTest version 18.0.1 (x64) 2026-02-24T22:27:12.8821140Z 2026-02-24T22:27:13.1343060Z Starting test execution, please wait... 2026-02-24T22:27:13.2006640Z A total of 1 test files matched the specified pattern. 2026-02-24T22:27:14.0934840Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-24T22:27:14.2764300Z [xUnit.net 00:00:00.20] Discovering: Controls.TestCases.Mac.Tests 2026-02-24T22:27:14.5222210Z [xUnit.net 00:00:00.45] Discovered: Controls.TestCases.Mac.Tests 2026-02-24T22:27:14.5529410Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-24T22:27:14.5824470Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-24T22:27:16.1674260Z NUnit3TestExecutor discovered 298 of 298 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-24T22:33:05.7725970Z >>>>> 2/24/2026 10:33:03 PM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-02-24T22:33:22.2221450Z >>>>> 2/24/2026 10:33:18 PM ValidateDynamicItemTemplateDisplayed Start 2026-02-24T22:34:14.1072590Z >>>>> 2/24/2026 10:34:14 PM ValidateDynamicItemTemplateDisplayed Stop 2026-02-24T22:34:14.5785470Z Passed ValidateDynamicItemTemplateDisplayed [56 s] 2026-02-24T22:34:14.6788990Z >>>>> 2/24/2026 10:34:14 PM ValidateDynamicEmptyViewGridDisplayed Start 2026-02-24T22:35:04.7674560Z >>>>> 2/24/2026 10:35:04 PM ValidateDynamicEmptyViewGridDisplayed Stop 2026-02-24T22:35:04.9090100Z Passed ValidateDynamicEmptyViewGridDisplayed [50 s] 2026-02-24T22:35:05.0127280Z >>>>> 2/24/2026 10:35:04 PM ValidateDynamicEmptyViewStringDisplayed Start 2026-02-24T22:36:02.7824260Z >>>>> 2/24/2026 10:36:02 PM ValidateDynamicEmptyViewStringDisplayed Stop 2026-02-24T22:36:02.9917260Z Passed ValidateDynamicEmptyViewStringDisplayed [57 s] 2026-02-24T22:36:03.2050070Z >>>>> 2/24/2026 10:36:03 PM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-02-24T22:37:03.7004890Z >>>>> 2/24/2026 10:37:03 PM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-02-24T22:37:04.1886240Z Passed ValidateDynamicEmptyViewTemplateDisplayed [1 m] 2026-02-24T22:37:04.2093430Z >>>>> 2/24/2026 10:37:04 PM ValidateDynamicFooterGridDisplayed Start 2026-02-24T22:37:57.2084580Z >>>>> 2/24/2026 10:37:57 PM ValidateDynamicFooterGridDisplayed Stop 2026-02-24T22:37:57.2434540Z Passed ValidateDynamicFooterGridDisplayed [53 s] 2026-02-24T22:37:57.2454430Z >>>>> 2/24/2026 10:37:57 PM ValidateDynamicFooterStringDisplayed Start 2026-02-24T22:40:00.0727800Z >>>>> 2/24/2026 10:39:59 PM ValidateDynamicFooterStringDisplayed Stop 2026-02-24T22:40:00.3754640Z Passed ValidateDynamicFooterStringDisplayed [2 m 2 s] 2026-02-24T22:40:00.4758230Z >>>>> 2/24/2026 10:40:00 PM ValidateDynamicFooterTemplateDisplayed Start 2026-02-24T22:42:11.2182830Z >>>>> 2/24/2026 10:42:11 PM ValidateDynamicFooterTemplateDisplayed Stop 2026-02-24T22:42:11.5233270Z Passed ValidateDynamicFooterTemplateDisplayed [2 m 11 s] 2026-02-24T22:42:11.6244060Z >>>>> 2/24/2026 10:42:11 PM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-02-24T22:46:35.7540970Z >>>>> 2/24/2026 10:46:35 PM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-02-24T22:46:36.0146890Z Passed ValidateDynamicGroupFooterTemplateDisplayed [4 m 24 s] 2026-02-24T22:46:36.0149190Z >>>>> 2/24/2026 10:46:35 PM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-02-24T22:51:47.6967330Z >>>>> 2/24/2026 10:51:47 PM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-02-24T22:51:47.9133010Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [5 m 11 s] 2026-02-24T22:51:48.0140090Z >>>>> 2/24/2026 10:51:47 PM ValidateDynamicHeaderGridDisplayed Start 2026-02-24T22:54:35.9873620Z >>>>> 2/24/2026 10:54:35 PM ValidateDynamicHeaderGridDisplayed Stop 2026-02-24T22:54:36.2388860Z Passed ValidateDynamicHeaderGridDisplayed [2 m 48 s] 2026-02-24T22:54:36.3393100Z >>>>> 2/24/2026 10:54:36 PM ValidateDynamicHeaderStringDisplayed Start 2026-02-24T22:56:38.0098400Z >>>>> 2/24/2026 10:56:37 PM ValidateDynamicHeaderStringDisplayed Stop 2026-02-24T22:56:38.0720550Z Passed ValidateDynamicHeaderStringDisplayed [2 m 1 s] 2026-02-24T22:56:38.0777340Z >>>>> 2/24/2026 10:56:38 PM ValidateDynamicHeaderTemplateDisplayed Start 2026-02-24T22:58:42.7199820Z >>>>> 2/24/2026 10:58:42 PM ValidateDynamicHeaderTemplateDisplayed Stop 2026-02-24T22:58:45.1197190Z Passed ValidateDynamicHeaderTemplateDisplayed [2 m 4 s] 2026-02-24T22:59:09.0345550Z >>>>> 2/24/2026 10:59:08 PM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-02-24T22:59:25.5655910Z >>>>> 2/24/2026 10:59:25 PM ValidateEmptyViewStringDisplayed Start 2026-02-24T23:02:16.6022750Z >>>>> 2/24/2026 11:02:16 PM ValidateEmptyViewStringDisplayed Stop 2026-02-24T23:02:16.6737180Z Passed ValidateEmptyViewStringDisplayed [2 m 51 s] 2026-02-24T23:02:16.6808060Z >>>>> 2/24/2026 11:02:16 PM ValidateCustomEmptyViewDisplayed Start 2026-02-24T23:04:20.8425750Z >>>>> 2/24/2026 11:04:20 PM ValidateCustomEmptyViewDisplayed Stop 2026-02-24T23:04:21.3547700Z Passed ValidateCustomEmptyViewDisplayed [2 m 4 s] 2026-02-24T23:04:21.4558780Z >>>>> 2/24/2026 11:04:21 PM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-02-24T23:07:24.5510760Z >>>>> 2/24/2026 11:07:24 PM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-02-24T23:07:24.7841930Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [3 m 3 s] 2026-02-24T23:07:24.8846570Z >>>>> 2/24/2026 11:07:24 PM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-02-24T23:08:20.0404300Z >>>>> 2/24/2026 11:08:20 PM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-02-24T23:08:20.0824210Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [55 s] 2026-02-24T23:08:20.0827030Z >>>>> 2/24/2026 11:08:20 PM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-02-24T23:09:57.0537220Z >>>>> 2/24/2026 11:09:57 PM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-02-24T23:09:57.0856260Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [1 m 37 s] 2026-02-24T23:09:57.0970640Z >>>>> 2/24/2026 11:09:57 PM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-02-24T23:11:41.8433350Z >>>>> 2/24/2026 11:11:41 PM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-02-24T23:11:41.9538720Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [1 m 44 s] 2026-02-24T23:11:41.9579280Z >>>>> 2/24/2026 11:11:41 PM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-02-24T23:13:02.7325070Z >>>>> 2/24/2026 11:13:02 PM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-02-24T23:13:02.7436860Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [1 m 20 s] 2026-02-24T23:13:02.7456290Z >>>>> 2/24/2026 11:13:02 PM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-02-24T23:17:18.2856280Z >>>>> 2/24/2026 11:17:18 PM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-02-24T23:17:18.2957820Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [4 m 15 s] 2026-02-24T23:17:18.3266330Z >>>>> 2/24/2026 11:17:18 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-02-24T23:19:50.6878320Z >>>>> 2/24/2026 11:19:50 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-02-24T23:19:50.8214590Z >>>>> 2/24/2026 11:19:50 PM Log types: 2026-02-24T23:21:03.5850700Z Failed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [3 m 45 s] 2026-02-24T23:21:03.5882790Z Error Message: 2026-02-24T23:21:03.5884450Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:21:03.5885620Z Stack Trace: 2026-02-24T23:21:03.5891230Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:21:03.5893100Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:21:03.5895970Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 267 2026-02-24T23:21:03.5897970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:21:03.5899480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:21:03.5900890Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:21:03.5902500Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:21:03.5903600Z 2026-02-24T23:21:03.5910610Z >>>>> 2/24/2026 11:21:03 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-02-24T23:21:19.0268080Z >>>>> 2/24/2026 11:21:18 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-02-24T23:21:19.0268780Z >>>>> 2/24/2026 11:21:18 PM Log types: 2026-02-24T23:21:42.7552360Z Failed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [39 s] 2026-02-24T23:21:42.7557200Z Error Message: 2026-02-24T23:21:42.7559930Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:21:42.7561820Z Stack Trace: 2026-02-24T23:21:42.7564800Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:21:42.7566740Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:21:42.7569650Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 205 2026-02-24T23:21:42.7574740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:21:42.7577330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:21:42.7579170Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:21:42.7580460Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:21:42.7601920Z 2026-02-24T23:21:42.7603290Z >>>>> 2/24/2026 11:21:42 PM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-02-24T23:22:18.4724460Z >>>>> 2/24/2026 11:22:18 PM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-02-24T23:22:18.4812000Z >>>>> 2/24/2026 11:22:18 PM Log types: 2026-02-24T23:22:35.2300270Z Failed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [52 s] 2026-02-24T23:22:35.2312100Z Error Message: 2026-02-24T23:22:35.2312620Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:22:35.2313150Z Stack Trace: 2026-02-24T23:22:35.2314280Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:22:35.2315260Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:22:35.2316260Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 297 2026-02-24T23:22:35.2317140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:22:35.2317880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:22:35.2318630Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:22:35.2319220Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:22:35.2319620Z 2026-02-24T23:22:35.2320610Z >>>>> 2/24/2026 11:22:35 PM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-02-24T23:23:04.3928530Z >>>>> 2/24/2026 11:23:04 PM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-02-24T23:23:04.4031580Z >>>>> 2/24/2026 11:23:04 PM Log types: 2026-02-24T23:23:20.6878530Z Failed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [45 s] 2026-02-24T23:23:20.6882690Z Error Message: 2026-02-24T23:23:20.6883200Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:23:20.6883660Z Stack Trace: 2026-02-24T23:23:20.6884310Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:23:20.6885230Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:23:20.6887010Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 235 2026-02-24T23:23:20.6888430Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:23:20.6889210Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:23:20.6890390Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:23:20.6891270Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:23:20.6892100Z 2026-02-24T23:23:20.6894900Z >>>>> 2/24/2026 11:23:20 PM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-02-24T23:24:46.7379820Z >>>>> 2/24/2026 11:24:46 PM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-02-24T23:24:46.7510700Z >>>>> 2/24/2026 11:24:46 PM Log types: 2026-02-24T23:25:23.8241360Z Failed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [2 m 3 s] 2026-02-24T23:25:23.8248180Z Error Message: 2026-02-24T23:25:23.8249770Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:25:23.8250310Z Stack Trace: 2026-02-24T23:25:23.8250900Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:25:23.8258280Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:25:23.8259620Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 539 2026-02-24T23:25:23.8260480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:25:23.8261230Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:25:23.8262160Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:25:23.8262750Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:25:23.8263070Z 2026-02-24T23:25:23.8264030Z >>>>> 2/24/2026 11:25:23 PM ValidateCustomEmptyViewSizeDisplayed Start 2026-02-24T23:26:20.4473450Z >>>>> 2/24/2026 11:26:20 PM ValidateCustomEmptyViewSizeDisplayed Stop 2026-02-24T23:26:20.4572720Z >>>>> 2/24/2026 11:26:20 PM Log types: 2026-02-24T23:26:53.6688590Z Failed ValidateCustomEmptyViewSizeDisplayed [1 m 29 s] 2026-02-24T23:26:53.6690300Z Error Message: 2026-02-24T23:26:53.6692580Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:26:53.6739880Z Stack Trace: 2026-02-24T23:26:53.6743150Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:26:53.6748690Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:26:53.6759630Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 53 2026-02-24T23:26:53.6760490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:26:53.6761200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:26:53.6761840Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:26:53.6763030Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:26:53.6763320Z 2026-02-24T23:26:53.6764250Z >>>>> 2/24/2026 11:26:53 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-02-24T23:27:34.1938260Z >>>>> 2/24/2026 11:27:34 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-02-24T23:27:34.2031760Z >>>>> 2/24/2026 11:27:34 PM Log types: 2026-02-24T23:28:46.5397470Z Failed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [1 m 52 s] 2026-02-24T23:28:46.5410730Z Error Message: 2026-02-24T23:28:46.5420910Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:28:46.5452080Z Stack Trace: 2026-02-24T23:28:46.5466420Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:28:46.5467550Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:28:46.5469560Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 479 2026-02-24T23:28:46.5470540Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:28:46.5471820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:28:46.5472540Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:28:46.5474410Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:28:46.5474760Z 2026-02-24T23:28:46.5476740Z >>>>> 2/24/2026 11:28:46 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-02-24T23:30:00.3478560Z >>>>> 2/24/2026 11:30:00 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-02-24T23:30:00.3581630Z >>>>> 2/24/2026 11:30:00 PM Log types: 2026-02-24T23:30:00.8180550Z Failed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [1 m 14 s] 2026-02-24T23:30:00.8181160Z Error Message: 2026-02-24T23:30:00.8181570Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:30:00.8181940Z Stack Trace: 2026-02-24T23:30:00.8182530Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:30:00.8183800Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:30:00.8185320Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 1099 2026-02-24T23:30:00.8186140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:30:00.8186880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:30:00.8187740Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:30:00.8188310Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:30:00.8188620Z 2026-02-24T23:30:00.8189360Z >>>>> 2/24/2026 11:30:00 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-02-24T23:30:16.3614640Z >>>>> 2/24/2026 11:30:16 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-02-24T23:30:16.3759310Z >>>>> 2/24/2026 11:30:16 PM Log types: 2026-02-24T23:30:16.9893690Z Failed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [16 s] 2026-02-24T23:30:16.9935540Z Error Message: 2026-02-24T23:30:16.9938610Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:30:16.9941990Z Stack Trace: 2026-02-24T23:30:16.9987910Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:30:16.9997310Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:30:17.0010810Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 314 2026-02-24T23:30:17.0014140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:30:17.0017790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:30:17.0028940Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:30:17.0032900Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:30:17.0035200Z 2026-02-24T23:30:17.0040110Z >>>>> 2/24/2026 11:30:16 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-02-24T23:30:32.7679900Z >>>>> 2/24/2026 11:30:32 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-02-24T23:30:32.7785040Z >>>>> 2/24/2026 11:30:32 PM Log types: 2026-02-24T23:30:33.4312400Z Failed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [16 s] 2026-02-24T23:30:33.4327090Z Error Message: 2026-02-24T23:30:33.4330490Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:30:33.4332930Z Stack Trace: 2026-02-24T23:30:33.4336270Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:30:33.4342090Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:30:33.4419990Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 464 2026-02-24T23:30:33.4462320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:30:33.4496160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:30:33.4500120Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:30:33.4503120Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:30:33.4506200Z 2026-02-24T23:30:33.4510550Z >>>>> 2/24/2026 11:30:33 PM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-02-24T23:30:52.2216540Z >>>>> 2/24/2026 11:30:52 PM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-02-24T23:30:52.2353050Z >>>>> 2/24/2026 11:30:52 PM Log types: 2026-02-24T23:30:52.8863470Z Failed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [19 s] 2026-02-24T23:30:52.8883250Z Error Message: 2026-02-24T23:30:52.8885870Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:30:52.8888820Z Stack Trace: 2026-02-24T23:30:52.8891630Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:30:52.8894690Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:30:52.8898010Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_AndHeaderString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 1083 2026-02-24T23:30:52.8901030Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:30:52.8905280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:30:52.8908190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:30:52.8911090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:30:52.8919150Z 2026-02-24T23:30:52.8932680Z >>>>> 2/24/2026 11:30:52 PM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-02-24T23:31:08.5651100Z >>>>> 2/24/2026 11:31:08 PM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-02-24T23:31:08.6167250Z >>>>> 2/24/2026 11:31:08 PM Log types: 2026-02-24T23:31:27.9659140Z Failed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [35 s] 2026-02-24T23:31:27.9708570Z Error Message: 2026-02-24T23:31:27.9735870Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:31:27.9740820Z Stack Trace: 2026-02-24T23:31:27.9745830Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:31:27.9762400Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:31:27.9766060Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 344 2026-02-24T23:31:27.9770450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:31:27.9792170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:31:27.9847410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:31:27.9894350Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:31:27.9895090Z 2026-02-24T23:31:27.9897300Z >>>>> 2/24/2026 11:31:27 PM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-02-24T23:32:35.1948930Z >>>>> 2/24/2026 11:32:35 PM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-02-24T23:32:35.2099560Z >>>>> 2/24/2026 11:32:35 PM Log types: 2026-02-24T23:32:35.8418590Z Failed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [1 m 7 s] 2026-02-24T23:32:35.8420260Z Error Message: 2026-02-24T23:32:35.8444320Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:32:35.8445360Z Stack Trace: 2026-02-24T23:32:35.8446930Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:32:35.8449490Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:32:35.8451490Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 374 2026-02-24T23:32:35.8459250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:32:35.8460330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:32:35.8461280Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:32:35.8462090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:32:35.8462530Z 2026-02-24T23:32:35.8463680Z >>>>> 2/24/2026 11:32:35 PM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-02-24T23:32:52.0134530Z >>>>> 2/24/2026 11:32:52 PM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-02-24T23:32:52.0180770Z >>>>> 2/24/2026 11:32:52 PM Log types: 2026-02-24T23:32:52.6177440Z Failed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [16 s] 2026-02-24T23:32:52.6221450Z Error Message: 2026-02-24T23:32:52.6222960Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:32:52.6224670Z Stack Trace: 2026-02-24T23:32:52.6227740Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:32:52.6229090Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:32:52.6232180Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 404 2026-02-24T23:32:52.6244060Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:32:52.6249530Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:32:52.6250710Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:32:52.6267350Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:32:52.6268380Z 2026-02-24T23:32:52.6271080Z >>>>> 2/24/2026 11:32:52 PM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-02-24T23:33:07.8310350Z >>>>> 2/24/2026 11:33:07 PM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-02-24T23:33:07.8406240Z >>>>> 2/24/2026 11:33:07 PM Log types: 2026-02-24T23:33:08.4417810Z Failed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [15 s] 2026-02-24T23:33:08.4418880Z Error Message: 2026-02-24T23:33:08.4419370Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:33:08.4419750Z Stack Trace: 2026-02-24T23:33:08.4420500Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:33:08.4421770Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:33:08.4422930Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 554 2026-02-24T23:33:08.4424130Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:33:08.4425230Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:33:08.4426070Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:33:08.4427230Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:33:08.4427530Z 2026-02-24T23:33:08.4428410Z >>>>> 2/24/2026 11:33:08 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-02-24T23:33:36.3644070Z >>>>> 2/24/2026 11:33:36 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-02-24T23:33:36.3785500Z >>>>> 2/24/2026 11:33:36 PM Log types: 2026-02-24T23:33:37.0587230Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [28 s] 2026-02-24T23:33:37.0746810Z Error Message: 2026-02-24T23:33:37.0828230Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:33:37.0952740Z Stack Trace: 2026-02-24T23:33:37.1083800Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:33:37.1175600Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:33:37.1195450Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 389 2026-02-24T23:33:37.1292700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:33:37.1309340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:33:37.1406090Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:33:37.1469950Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:33:37.1485920Z 2026-02-24T23:33:37.1621660Z >>>>> 2/24/2026 11:33:37 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-02-24T23:34:59.5017590Z >>>>> 2/24/2026 11:34:59 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-02-24T23:34:59.5147270Z >>>>> 2/24/2026 11:34:59 PM Log types: 2026-02-24T23:35:22.2195800Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [1 m 45 s] 2026-02-24T23:35:22.2282280Z Error Message: 2026-02-24T23:35:22.2330550Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:35:22.2333980Z Stack Trace: 2026-02-24T23:35:22.2336650Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:35:22.2341920Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:35:22.2344380Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 329 2026-02-24T23:35:22.2345770Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:35:22.2348020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:35:22.2348990Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:35:22.2349890Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:35:22.2350340Z 2026-02-24T23:35:22.2351650Z >>>>> 2/24/2026 11:35:22 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-02-24T23:35:37.7871790Z >>>>> 2/24/2026 11:35:37 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-02-24T23:35:37.7992990Z >>>>> 2/24/2026 11:35:37 PM Log types: 2026-02-24T23:35:38.4732380Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [16 s] 2026-02-24T23:35:38.4733470Z Error Message: 2026-02-24T23:35:38.4734080Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:35:38.4734630Z Stack Trace: 2026-02-24T23:35:38.4735530Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:35:38.4736880Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:35:38.4738830Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 419 2026-02-24T23:35:38.4740180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:35:38.4741360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:35:38.4742310Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:35:38.4743390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:35:38.4743850Z 2026-02-24T23:35:38.4746560Z >>>>> 2/24/2026 11:35:38 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-02-24T23:36:15.4809260Z >>>>> 2/24/2026 11:36:15 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-02-24T23:36:15.4898900Z >>>>> 2/24/2026 11:36:15 PM Log types: 2026-02-24T23:36:16.0849950Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [37 s] 2026-02-24T23:36:16.0903660Z Error Message: 2026-02-24T23:36:16.0906530Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:36:16.0908990Z Stack Trace: 2026-02-24T23:36:16.0911400Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:36:16.0916620Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:36:16.0919400Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 359 2026-02-24T23:36:16.0923780Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:36:16.0927280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:36:16.0941650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:36:16.0952310Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:36:16.0955210Z 2026-02-24T23:36:16.0968890Z >>>>> 2/24/2026 11:36:16 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-02-24T23:36:31.9161210Z >>>>> 2/24/2026 11:36:31 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-02-24T23:36:31.9268670Z >>>>> 2/24/2026 11:36:31 PM Log types: 2026-02-24T23:36:32.5036850Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [16 s] 2026-02-24T23:36:32.5040980Z Error Message: 2026-02-24T23:36:32.5042780Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:36:32.5044480Z Stack Trace: 2026-02-24T23:36:32.5046380Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:36:32.5048980Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:36:32.5051350Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 569 2026-02-24T23:36:32.5053580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:36:32.5055600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:36:32.5057540Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:36:32.5060250Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:36:32.5061770Z 2026-02-24T23:36:32.5063900Z >>>>> 2/24/2026 11:36:32 PM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-02-24T23:36:54.7413510Z >>>>> 2/24/2026 11:36:54 PM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-02-24T23:36:54.7500960Z >>>>> 2/24/2026 11:36:54 PM Log types: 2026-02-24T23:37:22.7852730Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed [50 s] 2026-02-24T23:37:22.7855390Z Error Message: 2026-02-24T23:37:22.7860180Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:37:22.7868400Z Stack Trace: 2026-02-24T23:37:22.7869870Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:37:22.7870890Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:37:22.7872530Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 597 2026-02-24T23:37:22.7874370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:37:22.7880600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:37:22.7882120Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:37:22.7883610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:37:22.7885130Z 2026-02-24T23:37:22.7887080Z >>>>> 2/24/2026 11:37:22 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-02-24T23:37:38.2973010Z >>>>> 2/24/2026 11:37:38 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-02-24T23:37:38.3089000Z >>>>> 2/24/2026 11:37:38 PM Log types: 2026-02-24T23:37:43.7646460Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [20 s] 2026-02-24T23:37:43.7647180Z Error Message: 2026-02-24T23:37:43.7647590Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:37:43.7648040Z Stack Trace: 2026-02-24T23:37:43.7648620Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:37:43.7650110Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:37:43.7657730Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 978 2026-02-24T23:37:43.7661410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:37:43.7662750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:37:43.7663560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:37:43.7664290Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:37:43.7664770Z 2026-02-24T23:37:43.7666630Z >>>>> 2/24/2026 11:37:43 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-02-24T23:37:59.3773110Z >>>>> 2/24/2026 11:37:59 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-02-24T23:37:59.3849980Z >>>>> 2/24/2026 11:37:59 PM Log types: 2026-02-24T23:38:01.8109530Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [18 s] 2026-02-24T23:38:01.8111670Z Error Message: 2026-02-24T23:38:01.8112110Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:38:01.8112530Z Stack Trace: 2026-02-24T23:38:01.8113440Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:38:01.8114420Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:38:01.8115430Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 903 2026-02-24T23:38:01.8116280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:38:01.8117020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:38:01.8117640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:38:01.8118610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:38:01.8118920Z 2026-02-24T23:38:01.8119770Z >>>>> 2/24/2026 11:38:01 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-02-24T23:38:17.5390590Z >>>>> 2/24/2026 11:38:17 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-02-24T23:38:17.5463130Z >>>>> 2/24/2026 11:38:17 PM Log types: 2026-02-24T23:38:44.4115770Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [42 s] 2026-02-24T23:38:44.4116680Z Error Message: 2026-02-24T23:38:44.4117550Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:38:44.4118450Z Stack Trace: 2026-02-24T23:38:44.4119740Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:38:44.4121370Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:38:44.4122380Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 918 2026-02-24T23:38:44.4123280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:38:44.4124080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:38:44.4124840Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:38:44.4126110Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:38:44.4126520Z 2026-02-24T23:38:44.4127730Z >>>>> 2/24/2026 11:38:44 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-02-24T23:38:59.6600860Z >>>>> 2/24/2026 11:38:59 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-02-24T23:38:59.6681360Z >>>>> 2/24/2026 11:38:59 PM Log types: 2026-02-24T23:39:00.2505180Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [15 s] 2026-02-24T23:39:00.2505780Z Error Message: 2026-02-24T23:39:00.2532980Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:39:00.2533390Z Stack Trace: 2026-02-24T23:39:00.2533960Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:39:00.2534870Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:39:00.2535840Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 794 2026-02-24T23:39:00.2536690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:39:00.2537380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:39:00.2539000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:39:00.2539590Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:39:00.2539900Z 2026-02-24T23:39:00.2540580Z >>>>> 2/24/2026 11:39:00 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-02-24T23:39:30.4506770Z >>>>> 2/24/2026 11:39:30 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-02-24T23:39:30.4639450Z >>>>> 2/24/2026 11:39:30 PM Log types: 2026-02-24T23:39:31.0615280Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [30 s] 2026-02-24T23:39:31.0626200Z Error Message: 2026-02-24T23:39:31.0679180Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:39:31.0690290Z Stack Trace: 2026-02-24T23:39:31.0691390Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:39:31.0694530Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:39:31.0696650Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 888 2026-02-24T23:39:31.0705090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:39:31.0707350Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:39:31.0710550Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:39:31.0711460Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:39:31.0711900Z 2026-02-24T23:39:31.0712950Z >>>>> 2/24/2026 11:39:31 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-02-24T23:39:47.0673600Z >>>>> 2/24/2026 11:39:47 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-02-24T23:39:47.0765350Z >>>>> 2/24/2026 11:39:47 PM Log types: 2026-02-24T23:39:47.6657140Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [16 s] 2026-02-24T23:39:47.6763740Z Error Message: 2026-02-24T23:39:47.6773420Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:39:47.6781690Z Stack Trace: 2026-02-24T23:39:47.6797450Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:39:47.6798570Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:39:47.6800900Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 764 2026-02-24T23:39:47.6802990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:39:47.6805170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:39:47.6806930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:39:47.6808540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:39:47.6809810Z 2026-02-24T23:39:47.6811740Z >>>>> 2/24/2026 11:39:47 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-02-24T23:40:03.5822490Z >>>>> 2/24/2026 11:40:03 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-02-24T23:40:03.6035810Z >>>>> 2/24/2026 11:40:03 PM Log types: 2026-02-24T23:40:04.4628180Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [16 s] 2026-02-24T23:40:04.5137430Z Error Message: 2026-02-24T23:40:04.5139450Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:40:04.5143060Z Stack Trace: 2026-02-24T23:40:04.5146850Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:40:04.5152450Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:40:04.5154990Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 824 2026-02-24T23:40:04.5158020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:40:04.5163700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:40:04.5165550Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:40:04.5167740Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:40:04.5169450Z 2026-02-24T23:40:04.5171280Z >>>>> 2/24/2026 11:40:04 PM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-02-24T23:40:19.9378490Z >>>>> 2/24/2026 11:40:19 PM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-02-24T23:40:19.9453750Z >>>>> 2/24/2026 11:40:19 PM Log types: 2026-02-24T23:40:20.5354330Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [16 s] 2026-02-24T23:40:20.5355010Z Error Message: 2026-02-24T23:40:20.5355400Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:40:20.5355760Z Stack Trace: 2026-02-24T23:40:20.5356340Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:40:20.5357260Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:40:20.5358270Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 734 2026-02-24T23:40:20.5359590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:40:20.5360310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:40:20.5360920Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:40:20.5361520Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:40:20.5361980Z 2026-02-24T23:40:20.5362700Z >>>>> 2/24/2026 11:40:20 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-02-24T23:40:38.0125740Z >>>>> 2/24/2026 11:40:38 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-02-24T23:40:38.0325810Z >>>>> 2/24/2026 11:40:38 PM Log types: 2026-02-24T23:40:38.6292500Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [18 s] 2026-02-24T23:40:38.6303780Z Error Message: 2026-02-24T23:40:38.6307950Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:40:38.6312420Z Stack Trace: 2026-02-24T23:40:38.6315310Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:40:38.6318350Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:40:38.6321360Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 963 2026-02-24T23:40:38.6325140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:40:38.6331320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:40:38.6332430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:40:38.6333390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:40:38.6334170Z 2026-02-24T23:40:38.6355300Z >>>>> 2/24/2026 11:40:38 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-02-24T23:40:54.2376670Z >>>>> 2/24/2026 11:40:54 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-02-24T23:40:54.2468230Z >>>>> 2/24/2026 11:40:54 PM Log types: 2026-02-24T23:40:56.1926230Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [17 s] 2026-02-24T23:40:56.1927620Z Error Message: 2026-02-24T23:40:56.1928860Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:40:56.1929300Z Stack Trace: 2026-02-24T23:40:56.1931410Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:40:56.1932540Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:40:56.1934330Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 809 2026-02-24T23:40:56.1936170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:40:56.1936930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:40:56.1938790Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:40:56.1939530Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:40:56.1939830Z 2026-02-24T23:40:56.1940630Z >>>>> 2/24/2026 11:40:56 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-02-24T23:41:15.2686390Z >>>>> 2/24/2026 11:41:15 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-02-24T23:41:15.2776310Z >>>>> 2/24/2026 11:41:15 PM Log types: 2026-02-24T23:41:35.7431380Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [39 s] 2026-02-24T23:41:35.7432130Z Error Message: 2026-02-24T23:41:35.7433620Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:41:35.7434060Z Stack Trace: 2026-02-24T23:41:35.7435300Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:41:35.7436320Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:41:35.7437370Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 749 2026-02-24T23:41:35.7438250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:41:35.7438960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:41:35.7439620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:41:35.7440200Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:41:35.7440890Z 2026-02-24T23:41:35.7443000Z >>>>> 2/24/2026 11:41:35 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-02-24T23:41:52.4672300Z >>>>> 2/24/2026 11:41:52 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-02-24T23:41:52.4772810Z >>>>> 2/24/2026 11:41:52 PM Log types: 2026-02-24T23:42:07.6977780Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [31 s] 2026-02-24T23:42:07.6978640Z Error Message: 2026-02-24T23:42:07.6979050Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:42:07.6979450Z Stack Trace: 2026-02-24T23:42:07.6980090Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:42:07.6981420Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:42:07.6982400Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 841 2026-02-24T23:42:07.6983240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:42:07.6984380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:42:07.6984990Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:42:07.6985580Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:42:07.6985880Z 2026-02-24T23:42:07.6987060Z >>>>> 2/24/2026 11:42:07 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-02-24T23:42:23.4565910Z >>>>> 2/24/2026 11:42:23 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-02-24T23:42:23.4714890Z >>>>> 2/24/2026 11:42:23 PM Log types: 2026-02-24T23:42:24.6691210Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [16 s] 2026-02-24T23:42:24.6692930Z Error Message: 2026-02-24T23:42:24.6693640Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:42:24.6694270Z Stack Trace: 2026-02-24T23:42:24.6695030Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:42:24.6696320Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:42:24.6697650Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 779 2026-02-24T23:42:24.6698790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:42:24.6699750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:42:24.6700560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:42:24.6701300Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:42:24.6702060Z 2026-02-24T23:42:24.6703710Z >>>>> 2/24/2026 11:42:24 PM ValidateEmptyViewSize Start 2026-02-24T23:42:44.6095390Z >>>>> 2/24/2026 11:42:44 PM ValidateEmptyViewSize Stop 2026-02-24T23:42:44.6215810Z >>>>> 2/24/2026 11:42:44 PM Log types: 2026-02-24T23:42:45.1179070Z Failed ValidateEmptyViewSize [20 s] 2026-02-24T23:42:45.1198960Z Error Message: 2026-02-24T23:42:45.1247600Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:42:45.1260370Z Stack Trace: 2026-02-24T23:42:45.1315120Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:42:45.1331600Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:42:45.1377020Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewSize() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 993 2026-02-24T23:42:45.1380090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:42:45.1383780Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:42:45.1386640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:42:45.1396040Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:42:45.1399490Z 2026-02-24T23:42:45.1402840Z >>>>> 2/24/2026 11:42:45 PM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-02-24T23:43:30.4079040Z >>>>> 2/24/2026 11:43:30 PM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-02-24T23:43:30.4188320Z >>>>> 2/24/2026 11:43:30 PM Log types: 2026-02-24T23:43:31.1111170Z Failed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [45 s] 2026-02-24T23:43:31.1135260Z Error Message: 2026-02-24T23:43:31.1210260Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:43:31.1215120Z Stack Trace: 2026-02-24T23:43:31.1268200Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:43:31.1289150Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:43:31.1297620Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 494 2026-02-24T23:43:31.1323040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:43:31.1417590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:43:31.1494890Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:43:31.1521660Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:43:31.1522330Z 2026-02-24T23:43:31.1555170Z >>>>> 2/24/2026 11:43:31 PM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-02-24T23:43:48.1872650Z >>>>> 2/24/2026 11:43:48 PM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-02-24T23:43:48.1999120Z >>>>> 2/24/2026 11:43:48 PM Log types: 2026-02-24T23:44:41.4389890Z Failed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [1 m 10 s] 2026-02-24T23:44:41.4390750Z Error Message: 2026-02-24T23:44:41.4391130Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:44:41.4391540Z Stack Trace: 2026-02-24T23:44:41.4392180Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:44:41.4394080Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:44:41.4395000Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndCustomViewHeader() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 1067 2026-02-24T23:44:41.4396180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:44:41.4396940Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:44:41.4397560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:44:41.4398170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:44:41.4398450Z 2026-02-24T23:44:41.4399340Z >>>>> 2/24/2026 11:44:41 PM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-02-24T23:44:57.3309400Z >>>>> 2/24/2026 11:44:57 PM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-02-24T23:44:57.3408940Z >>>>> 2/24/2026 11:44:57 PM Log types: 2026-02-24T23:44:57.9278160Z Failed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [16 s] 2026-02-24T23:44:57.9279510Z Error Message: 2026-02-24T23:44:57.9280530Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:44:57.9280960Z Stack Trace: 2026-02-24T23:44:57.9282430Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:44:57.9283380Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:44:57.9284500Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 126 2026-02-24T23:44:57.9290020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:44:57.9290790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:44:57.9291430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:44:57.9293040Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:44:57.9293420Z 2026-02-24T23:44:57.9294330Z >>>>> 2/24/2026 11:44:57 PM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-02-24T23:45:15.6946370Z >>>>> 2/24/2026 11:45:15 PM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-02-24T23:45:15.7048000Z >>>>> 2/24/2026 11:45:15 PM Log types: 2026-02-24T23:45:16.3304680Z Failed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [18 s] 2026-02-24T23:45:16.3637540Z Error Message: 2026-02-24T23:45:16.3643690Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:45:16.3648230Z Stack Trace: 2026-02-24T23:45:16.3650500Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:45:16.3653050Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:45:16.3655570Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 434 2026-02-24T23:45:16.3658370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:45:16.3682960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:45:16.3685490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:45:16.3686160Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:45:16.3686530Z 2026-02-24T23:45:16.3687530Z >>>>> 2/24/2026 11:45:16 PM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-02-24T23:45:31.6044850Z >>>>> 2/24/2026 11:45:31 PM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-02-24T23:45:31.6178770Z >>>>> 2/24/2026 11:45:31 PM Log types: 2026-02-24T23:45:32.1264450Z Failed ValidateEmptyViewStringDisplayed_AndHeaderString [15 s] 2026-02-24T23:45:32.1266850Z Error Message: 2026-02-24T23:45:32.1269730Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:45:32.1273480Z Stack Trace: 2026-02-24T23:45:32.1275860Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:45:32.1279580Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:45:32.1288850Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndHeaderString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 1051 2026-02-24T23:45:32.1316810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:45:32.1319220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:45:32.1321330Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:45:32.1323220Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:45:32.1324200Z 2026-02-24T23:45:32.1326050Z >>>>> 2/24/2026 11:45:32 PM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-02-24T23:46:24.4049560Z >>>>> 2/24/2026 11:46:24 PM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-02-24T23:46:24.4154390Z >>>>> 2/24/2026 11:46:24 PM Log types: 2026-02-24T23:46:26.8487330Z Failed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [54 s] 2026-02-24T23:46:26.8551490Z Error Message: 2026-02-24T23:46:26.8617450Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:46:26.8650510Z Stack Trace: 2026-02-24T23:46:26.8653140Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:46:26.8656000Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:46:26.8660140Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 66 2026-02-24T23:46:26.8662180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:46:26.8664590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:46:26.8666930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:46:26.8669260Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:46:26.8670880Z 2026-02-24T23:46:26.8673580Z >>>>> 2/24/2026 11:46:26 PM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-02-24T23:46:42.2869350Z >>>>> 2/24/2026 11:46:42 PM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-02-24T23:46:42.2962080Z >>>>> 2/24/2026 11:46:42 PM Log types: 2026-02-24T23:46:42.8777430Z Failed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [16 s] 2026-02-24T23:46:42.8780850Z Error Message: 2026-02-24T23:46:42.8784010Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:46:42.8785220Z Stack Trace: 2026-02-24T23:46:42.8786610Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:46:42.8787570Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:46:42.8789010Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 96 2026-02-24T23:46:42.8790000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:46:42.8791280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:46:42.8793480Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:46:42.8795510Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:46:42.8796850Z 2026-02-24T23:46:42.8798430Z >>>>> 2/24/2026 11:46:42 PM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-02-24T23:46:58.3049610Z >>>>> 2/24/2026 11:46:58 PM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-02-24T23:46:58.3135900Z >>>>> 2/24/2026 11:46:58 PM Log types: 2026-02-24T23:47:08.0728020Z Failed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [25 s] 2026-02-24T23:47:08.0729310Z Error Message: 2026-02-24T23:47:08.0729840Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:47:08.0730700Z Stack Trace: 2026-02-24T23:47:08.0732120Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:47:08.0733040Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:47:08.0734810Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayed_GroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 156 2026-02-24T23:47:08.0736610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:47:08.0738930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:47:08.0739640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:47:08.0740740Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:47:08.0742390Z 2026-02-24T23:47:08.0745180Z >>>>> 2/24/2026 11:47:08 PM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-02-24T23:47:23.6851760Z >>>>> 2/24/2026 11:47:23 PM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-02-24T23:47:23.6937650Z >>>>> 2/24/2026 11:47:23 PM Log types: 2026-02-24T23:47:24.2556550Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [16 s] 2026-02-24T23:47:24.2558050Z Error Message: 2026-02-24T23:47:24.2559150Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:47:24.2559620Z Stack Trace: 2026-02-24T23:47:24.2560770Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:47:24.2561710Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:47:24.2563360Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 509 2026-02-24T23:47:24.2572340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:47:24.2574590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:47:24.2598600Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:47:24.2599330Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:47:24.2599670Z 2026-02-24T23:47:24.2600380Z >>>>> 2/24/2026 11:47:24 PM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-02-24T23:47:54.1471840Z >>>>> 2/24/2026 11:47:54 PM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-02-24T23:47:54.1567580Z >>>>> 2/24/2026 11:47:54 PM Log types: 2026-02-24T23:47:54.7393000Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [30 s] 2026-02-24T23:47:54.7393490Z Error Message: 2026-02-24T23:47:54.7394260Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:47:54.7394640Z Stack Trace: 2026-02-24T23:47:54.7395240Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:47:54.7396150Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:47:54.7397510Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 173 2026-02-24T23:47:54.7398380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:47:54.7399080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:47:54.7399690Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:47:54.7400990Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:47:54.7401350Z 2026-02-24T23:47:54.7402150Z >>>>> 2/24/2026 11:47:54 PM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-02-24T23:48:10.4481490Z >>>>> 2/24/2026 11:48:10 PM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-02-24T23:48:10.4574830Z >>>>> 2/24/2026 11:48:10 PM Log types: 2026-02-24T23:48:11.0447180Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [16 s] 2026-02-24T23:48:11.0463600Z Error Message: 2026-02-24T23:48:11.0467690Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:48:11.0468900Z Stack Trace: 2026-02-24T23:48:11.0470050Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:48:11.0471040Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:48:11.0472090Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 141 2026-02-24T23:48:11.0472960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:48:11.0474250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:48:11.0474920Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:48:11.0475560Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:48:11.0476380Z 2026-02-24T23:48:11.0477790Z >>>>> 2/24/2026 11:48:11 PM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-02-24T23:48:27.4025780Z >>>>> 2/24/2026 11:48:27 PM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-02-24T23:48:27.4120870Z >>>>> 2/24/2026 11:48:27 PM Log types: 2026-02-24T23:48:35.4161170Z Failed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [24 s] 2026-02-24T23:48:35.4161830Z Error Message: 2026-02-24T23:48:35.4162250Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:48:35.4162620Z Stack Trace: 2026-02-24T23:48:35.4163200Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:48:35.4164460Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:48:35.4165460Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 81 2026-02-24T23:48:35.4166300Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:48:35.4167040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:48:35.4167650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:48:35.4168240Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:48:35.4168550Z 2026-02-24T23:48:35.4169470Z >>>>> 2/24/2026 11:48:35 PM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-02-24T23:48:51.7667590Z >>>>> 2/24/2026 11:48:51 PM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-02-24T23:48:51.7766720Z >>>>> 2/24/2026 11:48:51 PM Log types: 2026-02-24T23:48:52.4138370Z Failed ValidateEmptyViewStringSetFirst_AndObservableCollection [16 s] 2026-02-24T23:48:52.4139540Z Error Message: 2026-02-24T23:48:52.4141400Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:48:52.4141860Z Stack Trace: 2026-02-24T23:48:52.4142520Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:48:52.4143550Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:48:52.4145520Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewStringSetFirst_AndObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 111 2026-02-24T23:48:52.4150730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:48:52.4152290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:48:52.4152990Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:48:52.4153600Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:48:52.4172770Z 2026-02-24T23:48:52.4175140Z >>>>> 2/24/2026 11:48:52 PM ValidateEmptyViewTemplateDisplayed Start 2026-02-24T23:49:08.5977760Z >>>>> 2/24/2026 11:49:08 PM ValidateEmptyViewTemplateDisplayed Stop 2026-02-24T23:49:08.6063410Z >>>>> 2/24/2026 11:49:08 PM Log types: 2026-02-24T23:49:09.1873980Z Failed ValidateEmptyViewTemplateDisplayed [16 s] 2026-02-24T23:49:09.1918980Z Error Message: 2026-02-24T23:49:09.1948430Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:49:09.1949470Z Stack Trace: 2026-02-24T23:49:09.1951080Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:49:09.1953320Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:49:09.1954650Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 584 2026-02-24T23:49:09.1955820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:49:09.1957980Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:49:09.1959000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:49:09.1960640Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:49:09.1961760Z 2026-02-24T23:49:09.1963840Z >>>>> 2/24/2026 11:49:09 PM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-02-24T23:49:24.9080180Z >>>>> 2/24/2026 11:49:24 PM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-02-24T23:49:24.9157450Z >>>>> 2/24/2026 11:49:24 PM Log types: 2026-02-24T23:49:28.4081670Z Failed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [19 s] 2026-02-24T23:49:28.4082280Z Error Message: 2026-02-24T23:49:28.4082650Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:49:28.4083030Z Stack Trace: 2026-02-24T23:49:28.4083630Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:49:28.4084590Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:49:28.4085580Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 948 2026-02-24T23:49:28.4086450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:49:28.4087160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:49:28.4087790Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:49:28.4088400Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:49:28.4089260Z 2026-02-24T23:49:28.4090310Z >>>>> 2/24/2026 11:49:28 PM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-02-24T23:49:46.9756310Z >>>>> 2/24/2026 11:49:46 PM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-02-24T23:49:46.9842200Z >>>>> 2/24/2026 11:49:46 PM Log types: 2026-02-24T23:50:03.2511150Z Failed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [34 s] 2026-02-24T23:50:03.2513070Z Error Message: 2026-02-24T23:50:03.2513980Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:50:03.2515040Z Stack Trace: 2026-02-24T23:50:03.2516070Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:50:03.2517380Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:50:03.2518680Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 873 2026-02-24T23:50:03.2525830Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:50:03.2561640Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:50:03.2562620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:50:03.2563230Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:50:03.2563560Z 2026-02-24T23:50:03.2564530Z >>>>> 2/24/2026 11:50:03 PM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-02-24T23:50:19.1693890Z >>>>> 2/24/2026 11:50:19 PM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-02-24T23:50:19.1782270Z >>>>> 2/24/2026 11:50:19 PM Log types: 2026-02-24T23:50:21.6417940Z Failed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [18 s] 2026-02-24T23:50:21.6520100Z Error Message: 2026-02-24T23:50:21.6523880Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:50:21.6533740Z Stack Trace: 2026-02-24T23:50:21.6537000Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:50:21.6540430Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:50:21.6543790Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 670 2026-02-24T23:50:21.6575480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:50:21.6578540Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:50:21.6579310Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:50:21.6583080Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:50:21.6593230Z 2026-02-24T23:50:21.6597260Z >>>>> 2/24/2026 11:50:21 PM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-02-24T23:50:45.2438970Z >>>>> 2/24/2026 11:50:45 PM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-02-24T23:50:45.2517630Z >>>>> 2/24/2026 11:50:45 PM Log types: 2026-02-24T23:50:55.2958770Z Failed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [33 s] 2026-02-24T23:50:55.2959780Z Error Message: 2026-02-24T23:50:55.2961570Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:50:55.2962400Z Stack Trace: 2026-02-24T23:50:55.2963680Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:50:55.2969140Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:50:55.2970380Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndEmptyViewString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 858 2026-02-24T23:50:55.2972280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:50:55.2991020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:50:55.2995600Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:50:55.2996270Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:50:55.2997180Z 2026-02-24T23:50:55.2998930Z >>>>> 2/24/2026 11:50:55 PM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-02-24T23:51:10.9898750Z >>>>> 2/24/2026 11:51:10 PM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-02-24T23:51:10.9997650Z >>>>> 2/24/2026 11:51:10 PM Log types: 2026-02-24T23:51:11.5713290Z Failed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [16 s] 2026-02-24T23:51:11.5714160Z Error Message: 2026-02-24T23:51:11.5714940Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:51:11.5715420Z Stack Trace: 2026-02-24T23:51:11.5716030Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:51:11.5717190Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:51:11.5718130Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 640 2026-02-24T23:51:11.5718980Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:51:11.5719720Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:51:11.5720720Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:51:11.5721300Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:51:11.5721610Z 2026-02-24T23:51:11.5722350Z >>>>> 2/24/2026 11:51:11 PM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-02-24T23:51:26.9968820Z >>>>> 2/24/2026 11:51:26 PM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-02-24T23:51:27.0064030Z >>>>> 2/24/2026 11:51:27 PM Log types: 2026-02-24T23:51:34.8569270Z Failed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [23 s] 2026-02-24T23:51:34.8571640Z Error Message: 2026-02-24T23:51:34.8572380Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:51:34.8573120Z Stack Trace: 2026-02-24T23:51:34.8573960Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:51:34.8574930Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:51:34.8576470Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 700 2026-02-24T23:51:34.8577490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:51:34.8578380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:51:34.8579070Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:51:34.8579820Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:51:34.8580150Z 2026-02-24T23:51:34.8581090Z >>>>> 2/24/2026 11:51:34 PM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-02-24T23:51:50.4881900Z >>>>> 2/24/2026 11:51:50 PM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-02-24T23:51:50.4974650Z >>>>> 2/24/2026 11:51:50 PM Log types: 2026-02-24T23:51:51.0642070Z Failed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [16 s] 2026-02-24T23:51:51.0642680Z Error Message: 2026-02-24T23:51:51.0644160Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:51:51.0644590Z Stack Trace: 2026-02-24T23:51:51.0645210Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:51:51.0646130Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:51:51.0647110Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 610 2026-02-24T23:51:51.0647960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:51:51.0648910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:51:51.0649950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:51:51.0650530Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:51:51.0650810Z 2026-02-24T23:51:51.0651530Z >>>>> 2/24/2026 11:51:51 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-02-24T23:52:22.8158350Z >>>>> 2/24/2026 11:52:22 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-02-24T23:52:22.8250330Z >>>>> 2/24/2026 11:52:22 PM Log types: 2026-02-24T23:52:23.2813450Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [32 s] 2026-02-24T23:52:23.2814200Z Error Message: 2026-02-24T23:52:23.2814620Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:52:23.2815560Z Stack Trace: 2026-02-24T23:52:23.2816250Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:52:23.2817130Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:52:23.2818130Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 933 2026-02-24T23:52:23.2819020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:52:23.2819730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:52:23.2821030Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:52:23.2822050Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:52:23.2822380Z 2026-02-24T23:52:23.2823260Z >>>>> 2/24/2026 11:52:23 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-02-24T23:52:38.7379870Z >>>>> 2/24/2026 11:52:38 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-02-24T23:52:38.7464510Z >>>>> 2/24/2026 11:52:38 PM Log types: 2026-02-24T23:53:01.2072280Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [37 s] 2026-02-24T23:53:01.2072940Z Error Message: 2026-02-24T23:53:01.2073360Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:53:01.2073770Z Stack Trace: 2026-02-24T23:53:01.2074350Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:53:01.2075240Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:53:01.2076230Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 685 2026-02-24T23:53:01.2077100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:53:01.2078290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:53:01.2078950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:53:01.2079720Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:53:01.2080060Z 2026-02-24T23:53:01.2081090Z >>>>> 2/24/2026 11:53:01 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-02-24T23:53:23.0906900Z >>>>> 2/24/2026 11:53:23 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-02-24T23:53:23.1009580Z >>>>> 2/24/2026 11:53:23 PM Log types: 2026-02-24T23:53:23.6797520Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [22 s] 2026-02-24T23:53:23.6798700Z Error Message: 2026-02-24T23:53:23.6800130Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:53:23.6803590Z Stack Trace: 2026-02-24T23:53:23.6808010Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:53:23.6808960Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:53:23.6829500Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 625 2026-02-24T23:53:23.6830480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:53:23.6831700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:53:23.6832400Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:53:23.6833520Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:53:23.6833850Z 2026-02-24T23:53:23.6835280Z >>>>> 2/24/2026 11:53:23 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-02-24T23:53:39.0896560Z >>>>> 2/24/2026 11:53:39 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-02-24T23:53:39.1019170Z >>>>> 2/24/2026 11:53:39 PM Log types: 2026-02-24T23:53:39.6779000Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [15 s] 2026-02-24T23:53:39.6780240Z Error Message: 2026-02-24T23:53:39.6781330Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:53:39.6782220Z Stack Trace: 2026-02-24T23:53:39.6783630Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:53:39.6784570Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:53:39.6785590Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 717 2026-02-24T23:53:39.6786930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:53:39.6787660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:53:39.6788330Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:53:39.6789390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:53:39.6790030Z 2026-02-24T23:53:39.6790940Z >>>>> 2/24/2026 11:53:39 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-02-24T23:53:55.3760150Z >>>>> 2/24/2026 11:53:55 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-02-24T23:53:55.3839820Z >>>>> 2/24/2026 11:53:55 PM Log types: 2026-02-24T23:54:09.9945160Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [29 s] 2026-02-24T23:54:10.1111430Z Error Message: 2026-02-24T23:54:10.2487620Z System.TimeoutException : Timed out waiting for element... 2026-02-24T23:54:10.4840450Z Stack Trace: 2026-02-24T23:54:10.6029420Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-24T23:54:10.6031150Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-24T23:54:10.6589130Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 655 2026-02-24T23:54:10.7614790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:54:10.7931650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-24T23:54:10.8102940Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-24T23:54:10.8269730Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-24T23:54:10.8397110Z 2026-02-24T23:54:40.2434030Z >>>>> 2/24/2026 11:54:40 PM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-02-24T23:55:03.1366850Z >>>>> 2/24/2026 11:55:03 PM VerifyGroupFooterTemplate_WithFooterString Start 2026-02-25T00:00:39.9989580Z >>>>> 2/25/2026 12:00:39 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-02-25T00:00:40.0044240Z Passed VerifyGroupFooterTemplate_WithFooterString [5 m 36 s] 2026-02-25T00:00:40.0052090Z >>>>> 2/25/2026 12:00:40 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-02-25T00:05:29.6884080Z >>>>> 2/25/2026 12:05:29 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-02-25T00:05:29.7030650Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [4 m 49 s] 2026-02-25T00:05:29.7049010Z >>>>> 2/25/2026 12:05:29 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-02-25T00:10:56.4355100Z >>>>> 2/25/2026 12:10:56 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-02-25T00:10:56.4433920Z Passed VerifyGroupFooterTemplate_WithHeaderString [5 m 26 s] 2026-02-25T00:10:56.4437820Z >>>>> 2/25/2026 12:10:56 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-02-25T00:15:21.4213400Z >>>>> 2/25/2026 12:15:21 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-02-25T00:15:21.4276700Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [4 m 24 s] 2026-02-25T00:15:21.4284450Z >>>>> 2/25/2026 12:15:21 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-02-25T00:18:31.9646490Z >>>>> 2/25/2026 12:18:31 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-02-25T00:18:31.9741000Z >>>>> 2/25/2026 12:18:31 AM Log types: 2026-02-25T00:18:32.4478160Z Failed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [3 m 11 s] 2026-02-25T00:18:32.4479610Z Error Message: 2026-02-25T00:18:32.4492450Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:18:32.4507770Z Stack Trace: 2026-02-25T00:18:32.4508360Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:18:32.4509380Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:18:32.4510310Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderAndFooterTemplate_WithObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 141 2026-02-25T00:18:32.4511170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:18:32.4511880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:18:32.4512480Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:18:32.4513090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:18:32.4513370Z 2026-02-25T00:18:32.4514150Z >>>>> 2/25/2026 12:18:32 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-02-25T00:18:58.8728400Z >>>>> 2/25/2026 12:18:58 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-02-25T00:18:58.8810960Z >>>>> 2/25/2026 12:18:58 AM Log types: 2026-02-25T00:18:59.3446630Z Failed VerifyGroupHeaderTemplate_WithBasicItemTemplate [26 s] 2026-02-25T00:18:59.3447350Z Error Message: 2026-02-25T00:18:59.3447730Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:18:59.3448330Z Stack Trace: 2026-02-25T00:18:59.3448920Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:18:59.3449900Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:18:59.3450810Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderTemplate_WithBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 121 2026-02-25T00:18:59.3451620Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:18:59.3452360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:18:59.3453050Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:18:59.3454220Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:18:59.3454680Z 2026-02-25T00:18:59.3455340Z >>>>> 2/25/2026 12:18:59 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-02-25T00:20:08.9186720Z >>>>> 2/25/2026 12:20:08 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-02-25T00:20:08.9272780Z >>>>> 2/25/2026 12:20:08 AM Log types: 2026-02-25T00:20:22.4837550Z Failed VerifyGroupHeaderTemplate_WithFooterString [1 m 23 s] 2026-02-25T00:20:22.4842390Z Error Message: 2026-02-25T00:20:22.4867810Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:20:22.4868850Z Stack Trace: 2026-02-25T00:20:22.4869870Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:20:22.4870930Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:20:22.4871850Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderTemplate_WithFooterString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 87 2026-02-25T00:20:22.4872670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:20:22.4873370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:20:22.4874000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:20:22.4874570Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:20:22.4874870Z 2026-02-25T00:20:22.4875700Z >>>>> 2/25/2026 12:20:22 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-02-25T00:21:15.3219730Z >>>>> 2/25/2026 12:21:15 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-02-25T00:21:15.3295530Z >>>>> 2/25/2026 12:21:15 AM Log types: 2026-02-25T00:21:18.6149070Z Failed VerifyGroupHeaderTemplate_WithHeaderString [56 s] 2026-02-25T00:21:18.6149690Z Error Message: 2026-02-25T00:21:18.6150070Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:21:18.6150490Z Stack Trace: 2026-02-25T00:21:18.6151070Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:21:18.6152000Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:21:18.6172190Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyGroupHeaderTemplate_WithHeaderString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 104 2026-02-25T00:21:18.6174360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:21:18.6175190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:21:18.6175810Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:21:18.6176960Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:21:18.6177270Z 2026-02-25T00:21:18.6178840Z >>>>> 2/25/2026 12:21:18 AM VerifyIsGrouped_WithFooterString Start 2026-02-25T00:21:34.4315900Z >>>>> 2/25/2026 12:21:34 AM VerifyIsGrouped_WithFooterString Stop 2026-02-25T00:21:34.4409690Z >>>>> 2/25/2026 12:21:34 AM Log types: 2026-02-25T00:21:54.3766200Z Failed VerifyIsGrouped_WithFooterString [35 s] 2026-02-25T00:21:54.3766730Z Error Message: 2026-02-25T00:21:54.3767110Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:21:54.3767480Z Stack Trace: 2026-02-25T00:21:54.3768400Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:21:54.3769300Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:21:54.3770260Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGrouped_WithFooterString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 218 2026-02-25T00:21:54.3771100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:21:54.3771810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:21:54.3772430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:23:20.9115660Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:23:20.9116120Z 2026-02-25T00:23:20.9116900Z >>>>> 2/25/2026 12:21:54 AM VerifyIsGrouped_WithHeaderString Start 2026-02-25T00:23:20.9117430Z >>>>> 2/25/2026 12:23:20 AM VerifyIsGrouped_WithHeaderString Stop 2026-02-25T00:23:20.9198880Z >>>>> 2/25/2026 12:23:20 AM Log types: 2026-02-25T00:24:02.7801350Z Failed VerifyIsGrouped_WithHeaderString [2 m 8 s] 2026-02-25T00:24:02.7802550Z Error Message: 2026-02-25T00:24:02.7803220Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:24:02.7804660Z Stack Trace: 2026-02-25T00:24:02.7806680Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:24:02.7808290Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:24:02.7809760Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGrouped_WithHeaderString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 233 2026-02-25T00:24:02.7810990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:24:02.7812690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:24:02.7813650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:24:02.7819080Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:24:02.7832960Z 2026-02-25T00:24:02.7834590Z >>>>> 2/25/2026 12:24:02 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-02-25T00:25:39.7073950Z >>>>> 2/25/2026 12:25:39 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-02-25T00:25:39.7201940Z >>>>> 2/25/2026 12:25:39 AM Log types: 2026-02-25T00:26:04.1029950Z Failed VerifyIsGroupedFalse_WithBasicItemTemplate [2 m 1 s] 2026-02-25T00:26:04.1030740Z Error Message: 2026-02-25T00:26:04.1031610Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:26:04.1032230Z Stack Trace: 2026-02-25T00:26:04.1033050Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:26:04.1034570Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:26:04.1035590Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGroupedFalse_WithBasicItemTemplate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 203 2026-02-25T00:26:04.1036420Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:26:04.1037320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:26:04.1037950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:26:04.1043820Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:26:04.1047740Z 2026-02-25T00:26:04.1049020Z >>>>> 2/25/2026 12:26:04 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-02-25T00:27:03.2215310Z >>>>> 2/25/2026 12:27:03 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-02-25T00:27:03.2389530Z >>>>> 2/25/2026 12:27:03 AM Log types: 2026-02-25T00:29:04.9764560Z Failed VerifyIsGroupedFalse_WithHeaderAndFooterString [3 m] 2026-02-25T00:29:04.9893140Z Error Message: 2026-02-25T00:29:04.9896230Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:29:04.9898830Z Stack Trace: 2026-02-25T00:29:04.9901550Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:29:04.9904860Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:29:04.9908170Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGroupedFalse_WithHeaderAndFooterString() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 187 2026-02-25T00:29:04.9911730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:29:04.9919240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:29:04.9921280Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:29:04.9957910Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:29:04.9959360Z 2026-02-25T00:29:04.9963480Z >>>>> 2/25/2026 12:29:04 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-02-25T00:30:37.9838120Z >>>>> 2/25/2026 12:30:37 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-02-25T00:30:38.1000000Z >>>>> 2/25/2026 12:30:38 AM Log types: 2026-02-25T00:31:03.5756740Z Failed VerifyIsGroupedFalse_WithItemSourceObservableCollection [1 m 58 s] 2026-02-25T00:31:03.6398380Z Error Message: 2026-02-25T00:31:03.6431520Z System.TimeoutException : Timed out waiting for element... 2026-02-25T00:31:03.6434990Z Stack Trace: 2026-02-25T00:31:03.6438780Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T00:31:03.6441950Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T00:31:03.6466650Z at Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests.VerifyIsGroupedFalse_WithItemSourceObservableCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_GroupingFeatureTests.cs:line 173 2026-02-25T00:31:03.6473930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:31:03.6478270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T00:31:03.6481050Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T00:31:03.6484040Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T00:31:03.6486000Z 2026-02-25T00:31:59.2251830Z >>>>> 2/25/2026 12:31:59 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-02-25T00:33:13.7757730Z >>>>> 2/25/2026 12:33:13 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-02-25T00:38:17.1392550Z >>>>> 2/25/2026 12:38:17 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-02-25T00:38:17.1475150Z Passed VerifyStringItemsObservableCollectionWhenAddItems [5 m 3 s] 2026-02-25T00:38:17.1477890Z >>>>> 2/25/2026 12:38:17 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-02-25T00:43:00.0496380Z >>>>> 2/25/2026 12:43:00 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-02-25T00:43:00.0571830Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [4 m 42 s] 2026-02-25T00:43:00.0587530Z >>>>> 2/25/2026 12:43:00 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-02-25T00:46:56.5582600Z >>>>> 2/25/2026 12:46:56 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-02-25T00:46:56.6284310Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [3 m 56 s] 2026-02-25T00:46:56.6709060Z >>>>> 2/25/2026 12:46:56 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-02-25T00:51:34.8083820Z >>>>> 2/25/2026 12:51:34 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-02-25T00:51:34.8156710Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [4 m 38 s] 2026-02-25T00:51:34.8159280Z >>>>> 2/25/2026 12:51:34 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-02-25T00:55:43.0879010Z >>>>> 2/25/2026 12:55:43 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-02-25T00:55:43.0942950Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [4 m 8 s] 2026-02-25T00:55:43.0943940Z >>>>> 2/25/2026 12:55:43 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-02-25T01:02:37.8067020Z >>>>> 2/25/2026 1:02:37 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-02-25T01:02:37.8139030Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [6 m 54 s] 2026-02-25T01:02:37.8140930Z >>>>> 2/25/2026 1:02:37 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-02-25T01:07:49.5572310Z >>>>> 2/25/2026 1:07:49 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-02-25T01:07:49.5606460Z Passed VerifyModelItemsGroupedListWhenAddItems [5 m 11 s] 2026-02-25T01:07:49.5607300Z >>>>> 2/25/2026 1:07:49 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-02-25T01:16:41.7673470Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-25T01:16:43.1523740Z ##[error]The operation was canceled. 2026-02-25T01:16:43.1615110Z ##[section]Async Command Start: Update Build Number 2026-02-25T01:16:43.1640550Z Update build number to 10.0.50-ci+azdo.1308372 for build 1308372 2026-02-25T01:16:43.1641810Z ##[section]Async Command End: Update Build Number 2026-02-25T01:16:43.1657670Z ##[section]Async Command Start: Update Build Number 2026-02-25T01:16:43.1659350Z Update build number to 10.0.50-ci+azdo.1308372 for build 1308372 2026-02-25T01:16:43.1659780Z ##[section]Async Command End: Update Build Number 2026-02-25T01:16:43.1667700Z ##[section]Async Command Start: Update Build Number 2026-02-25T01:16:43.1675350Z Update build number to 10.0.50-ci+azdo.1308372 for build 1308372 2026-02-25T01:16:43.1676240Z ##[section]Async Command End: Update Build Number 2026-02-25T01:16:43.1685670Z ##[section]Async Command Start: Update Build Number 2026-02-25T01:16:43.1692620Z Update build number to 10.0.50-ci+azdo.1308372 for build 1308372 2026-02-25T01:16:43.1693600Z ##[section]Async Command End: Update Build Number 2026-02-25T01:16:43.1720980Z ##[section]Finishing: Controls CollectionView