2026-02-22T08:13:04.4723210Z ##[section]Starting: Controls Entry 2026-02-22T08:13:04.4787130Z ============================================================================== 2026-02-22T08:13:04.4787490Z Task : PowerShell 2026-02-22T08:13:04.4788210Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-22T08:13:04.4788840Z Version : 2.268.1 2026-02-22T08:13:04.4789940Z Author : Microsoft Corporation 2026-02-22T08:13:04.4790490Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-22T08:13:04.4791180Z ============================================================================== 2026-02-22T08:13:05.3830160Z Generating script. 2026-02-22T08:13:05.3868970Z ========================== Starting Command Output =========================== 2026-02-22T08:13:05.3903320Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/1a29637f-980f-4192-8052-bef90f733de1.ps1' 2026-02-22T08:13:06.9101660Z $ErrorActionPreference = 'stop' 2026-02-22T08:13:06.9109180Z $ProgressPreference = 'silentlyContinue' 2026-02-22T08:13:06.9109880Z Get-Content $PSCommandPath 2026-02-22T08:13:06.9110650Z $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-22T08:13:06.9112900Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-22T08:13:06.9114610Z $command += " --runtimevariant=""Mono""" 2026-02-22T08:13:06.9116360Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-22T08:13:06.9118270Z 2026-02-22T08:13:06.9119960Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-22T08:13:06.9121060Z $deviceType = "" 2026-02-22T08:13:06.9122370Z if ($deviceType) { 2026-02-22T08:13:06.9123340Z $command += " --skin=""$deviceType""" 2026-02-22T08:13:06.9124450Z } 2026-02-22T08:13:06.9125560Z 2026-02-22T08:13:06.9127400Z $testFilter = "" 2026-02-22T08:13:06.9128480Z $testConfigrationArgs = "" 2026-02-22T08:13:06.9128810Z 2026-02-22T08:13:06.9131750Z "Entry".Split(",") | ForEach { 2026-02-22T08:13:06.9132230Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-22T08:13:06.9132710Z } 2026-02-22T08:13:06.9132850Z 2026-02-22T08:13:06.9133280Z $testFilter = $testFilter.TrimEnd("|") 2026-02-22T08:13:06.9133540Z 2026-02-22T08:13:06.9134030Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-22T08:13:06.9134560Z if ($testConfigrationArgs) { 2026-02-22T08:13:06.9135190Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-22T08:13:06.9135760Z } 2026-02-22T08:13:06.9136140Z if ($testFilter) { 2026-02-22T08:13:06.9136620Z $command += " --test-filter ""$testFilter""" 2026-02-22T08:13:06.9137060Z } 2026-02-22T08:13:06.9137850Z 2026-02-22T08:13:06.9138690Z $headless = true 2026-02-22T08:13:06.9140050Z if ($headless) { 2026-02-22T08:13:06.9141070Z $command += " --headless ""$headless""" 2026-02-22T08:13:06.9143030Z } 2026-02-22T08:13:06.9144380Z 2026-02-22T08:13:06.9145540Z Write-Host "Running command: $command" 2026-02-22T08:13:06.9146040Z 2026-02-22T08:13:06.9147340Z Invoke-Expression $command 2026-02-22T08:13:06.9147950Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-22T08:13:06.9150090Z } else { 2026-02-22T08:13:06.9153130Z exit $LASTEXITCODE 2026-02-22T08:13:06.9153640Z } 2026-02-22T08:13:07.2106220Z 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=Entry" 2026-02-22T08:13:08.2429200Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-22T08:13:09.3201030Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-22T08:13:10.3471970Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-22T08:13:11.3983890Z 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-22T08:13:12.1964630Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-22T08:13:14.1048250Z Looking for modules... 2026-02-22T08:13:20.0238410Z No modules found to install. 2026-02-22T08:13:20.0332360Z Module directory does not exist. 2026-02-22T08:13:20.0416610Z Analyzing build script... 2026-02-22T08:13:20.0455220Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-22T08:13:20.0469260Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-22T08:13:20.0480380Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-22T08:13:20.3961420Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-22T08:13:23.1763160Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-22T08:13:24.5221780Z Processing build script... 2026-02-22T08:13:24.5325080Z Installing addins... 2026-02-22T08:13:24.9617670Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-22T08:13:24.9924120Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-22T08:13:25.0164370Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-22T08:13:25.3956400Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-22T08:13:25.3958290Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-22T08:13:25.3959770Z is referencing an older version of Cake.Core (0.33.0). 2026-02-22T08:13:25.3960660Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-22T08:13:25.3969590Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-22T08:13:25.3976700Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-22T08:13:26.1233750Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-22T08:13:26.1237040Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-22T08:13:26.1238440Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-22T08:13:26.1239510Z Adding assembly reference to System.Runtime.dll... 2026-02-22T08:13:26.1240120Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-22T08:13:26.1241310Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-22T08:13:26.1242070Z Adding assembly reference to System.Threading.dll... 2026-02-22T08:13:26.1242810Z Adding assembly reference to System.Linq.dll... 2026-02-22T08:13:26.1245280Z Adding assembly reference to System.Collections.dll... 2026-02-22T08:13:26.1246010Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-22T08:13:26.1246820Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-22T08:13:26.1248350Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-22T08:13:26.1249950Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-22T08:13:26.1251860Z Adding assembly reference to System.ObjectModel.dll... 2026-02-22T08:13:26.1252820Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-22T08:13:26.1255410Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-22T08:13:26.1277140Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-22T08:13:26.1286780Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-22T08:13:26.1289700Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-22T08:13:26.1303580Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-22T08:13:26.1305600Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-22T08:13:26.1307160Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-22T08:13:26.1308550Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-22T08:13:26.1310930Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-22T08:13:26.1316520Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-22T08:13:26.1325100Z Adding assembly reference to mscorlib.dll... 2026-02-22T08:13:26.1327490Z Adding assembly reference to netstandard.dll... 2026-02-22T08:13:26.1330110Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-22T08:13:26.1333750Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-22T08:13:26.1336430Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-22T08:13:26.1337120Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-22T08:13:26.1337710Z Adding assembly reference to System.Memory.dll... 2026-02-22T08:13:26.1338680Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-22T08:13:26.1341210Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-22T08:13:26.1342850Z Adding assembly reference to System.ComponentModel.dll... 2026-02-22T08:13:26.1344130Z Adding assembly reference to System.Console.dll... 2026-02-22T08:13:26.1345250Z Adding assembly reference to System.Data.Common.dll... 2026-02-22T08:13:26.1346100Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-22T08:13:26.1347770Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-22T08:13:26.1348490Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-22T08:13:26.1349950Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-22T08:13:26.1351810Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-22T08:13:26.1352670Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-22T08:13:26.1353520Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-22T08:13:26.1354340Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-22T08:13:26.1355180Z Adding assembly reference to System.IO.Compression.dll... 2026-02-22T08:13:26.1356030Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-22T08:13:26.1357480Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-22T08:13:26.1358390Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-22T08:13:26.1360110Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-22T08:13:26.1361060Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-22T08:13:26.1364140Z Adding assembly reference to System.Net.Requests.dll... 2026-02-22T08:13:26.1365290Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-22T08:13:26.1367690Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-22T08:13:26.1368540Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-22T08:13:26.1369450Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-22T08:13:26.1370210Z Adding assembly reference to System.Net.Http.dll... 2026-02-22T08:13:26.1371210Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-22T08:13:26.1372210Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-22T08:13:26.1373010Z Adding assembly reference to System.Net.Mail.dll... 2026-02-22T08:13:26.1374220Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-22T08:13:26.1375060Z Adding assembly reference to System.Net.Ping.dll... 2026-02-22T08:13:26.1376000Z Adding assembly reference to System.Net.Security.dll... 2026-02-22T08:13:26.1376890Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-22T08:13:26.1377740Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-22T08:13:26.1378740Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-22T08:13:26.1379560Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-22T08:13:26.1381210Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-22T08:13:26.1382030Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-22T08:13:26.1382900Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-22T08:13:26.1383710Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-22T08:13:26.1384450Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-22T08:13:26.1385320Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-22T08:13:26.1386140Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-22T08:13:26.1387040Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-22T08:13:26.1389030Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-22T08:13:26.1389850Z Adding assembly reference to System.Security.Claims.dll... 2026-02-22T08:13:26.1390670Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-22T08:13:26.1391740Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-22T08:13:26.1392780Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-22T08:13:26.1393680Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-22T08:13:26.1394810Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-22T08:13:26.1395630Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-22T08:13:26.1396830Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-22T08:13:26.1397700Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-22T08:13:26.1398420Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-22T08:13:26.1399450Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-22T08:13:26.1400410Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-22T08:13:26.1401120Z Adding assembly reference to System.AppContext.dll... 2026-02-22T08:13:26.1401990Z Adding assembly reference to System.Buffers.dll... 2026-02-22T08:13:26.1402600Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-22T08:13:26.1403270Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-22T08:13:26.1404270Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-22T08:13:26.1405250Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-22T08:13:26.1407130Z Adding assembly reference to System.Configuration.dll... 2026-02-22T08:13:26.1408090Z Adding assembly reference to System.Core.dll... 2026-02-22T08:13:26.1409080Z Adding assembly reference to System.Private.Uri.dll... 2026-02-22T08:13:26.1409880Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-22T08:13:26.1410730Z Adding assembly reference to System.Data.dll... 2026-02-22T08:13:26.1411530Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-22T08:13:26.1413140Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-22T08:13:26.1413920Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-22T08:13:26.1414990Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-22T08:13:26.1415820Z Adding assembly reference to System.dll... 2026-02-22T08:13:26.1416570Z Adding assembly reference to System.Drawing.dll... 2026-02-22T08:13:26.1417160Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-22T08:13:26.1417840Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-22T08:13:26.1418380Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-22T08:13:26.1418920Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-22T08:13:26.1420330Z Adding assembly reference to System.Globalization.dll... 2026-02-22T08:13:26.1420910Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-22T08:13:26.1421520Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-22T08:13:26.1423700Z Adding assembly reference to System.IO.dll... 2026-02-22T08:13:26.1424750Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-22T08:13:26.1425640Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-22T08:13:26.1427030Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-22T08:13:26.1428170Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-22T08:13:26.1429520Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-22T08:13:26.1430300Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-22T08:13:26.1431340Z Adding assembly reference to System.Net.dll... 2026-02-22T08:13:26.1432220Z Adding assembly reference to System.Net.Quic.dll... 2026-02-22T08:13:26.1432800Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-22T08:13:26.1433340Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-22T08:13:26.1434070Z Adding assembly reference to System.Text.Json.dll... 2026-02-22T08:13:26.1435080Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-22T08:13:26.1436660Z Adding assembly reference to System.Numerics.dll... 2026-02-22T08:13:26.1437440Z Adding assembly reference to System.Reflection.dll... 2026-02-22T08:13:26.1438250Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-22T08:13:26.1439300Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-22T08:13:26.1440080Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-22T08:13:26.1441110Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-22T08:13:26.1442170Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-22T08:13:26.1443300Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-22T08:13:26.1444210Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-22T08:13:26.1445650Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-22T08:13:26.1446540Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-22T08:13:26.1447380Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-22T08:13:26.1448190Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-22T08:13:26.1449050Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-22T08:13:26.1449860Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-22T08:13:26.1450660Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-22T08:13:26.1451720Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-22T08:13:26.1453170Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-22T08:13:26.1453990Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-22T08:13:26.1454900Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-22T08:13:26.1455750Z Adding assembly reference to System.Security.dll... 2026-02-22T08:13:26.1456820Z Adding assembly reference to System.Security.Principal.dll... 2026-02-22T08:13:26.1457650Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-22T08:13:26.1458680Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-22T08:13:26.1459710Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-22T08:13:26.1460780Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-22T08:13:26.1461610Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-22T08:13:26.1462440Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-22T08:13:26.1463210Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-22T08:13:26.1464110Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-22T08:13:26.1464880Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-22T08:13:26.1465660Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-22T08:13:26.1466430Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-22T08:13:26.1467210Z Adding assembly reference to System.Transactions.dll... 2026-02-22T08:13:26.1468150Z Adding assembly reference to System.ValueTuple.dll... 2026-02-22T08:13:26.1469070Z Adding assembly reference to System.Web.dll... 2026-02-22T08:13:26.1469920Z Adding assembly reference to System.Windows.dll... 2026-02-22T08:13:26.1470850Z Adding assembly reference to System.Xml.dll... 2026-02-22T08:13:26.1471800Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-22T08:13:26.1472690Z Adding assembly reference to System.Private.Xml.dll... 2026-02-22T08:13:26.1473440Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-22T08:13:26.1474300Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-22T08:13:26.1475780Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-22T08:13:26.1476550Z Adding assembly reference to WindowsBase.dll... 2026-02-22T08:13:26.1478480Z Adding assembly reference to Cake.Core.dll... 2026-02-22T08:13:26.1479550Z Adding assembly reference to Cake.Common.dll... 2026-02-22T08:13:26.1480270Z Adding assembly reference to Spectre.Console.dll... 2026-02-22T08:13:26.1481140Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-22T08:13:26.1481890Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-22T08:13:26.1482710Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-22T08:13:26.1484820Z Importing namespace Cake.Common... 2026-02-22T08:13:26.1485720Z Importing namespace Cake.Common.Build... 2026-02-22T08:13:26.1487140Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-22T08:13:26.1487920Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-22T08:13:26.1488810Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-22T08:13:26.1489590Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-22T08:13:26.1490420Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-22T08:13:26.1491230Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-22T08:13:26.1492860Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-22T08:13:26.1493830Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-22T08:13:26.1494690Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-22T08:13:26.1496570Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-22T08:13:26.1497730Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-22T08:13:26.1501280Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-22T08:13:26.1502840Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-22T08:13:26.1503960Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-22T08:13:26.1504720Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-22T08:13:26.1505940Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-22T08:13:26.1506560Z Importing namespace Cake.Common.Build.GoCD... 2026-02-22T08:13:26.1507660Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-22T08:13:26.1508280Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-22T08:13:26.1509180Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-22T08:13:26.1510730Z Importing namespace Cake.Common.Build.MyGet... 2026-02-22T08:13:26.1511540Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-22T08:13:26.1512840Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-22T08:13:26.1513640Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-22T08:13:26.1514590Z Importing namespace Cake.Common.Diagnostics... 2026-02-22T08:13:26.1515160Z Importing namespace Cake.Common.IO... 2026-02-22T08:13:26.1516260Z Importing namespace Cake.Common.IO.Paths... 2026-02-22T08:13:26.1517510Z Importing namespace Cake.Common.Net... 2026-02-22T08:13:26.1518140Z Importing namespace Cake.Common.Security... 2026-02-22T08:13:26.1518780Z Importing namespace Cake.Common.Solution... 2026-02-22T08:13:26.1519450Z Importing namespace Cake.Common.Solution.Project... 2026-02-22T08:13:26.1520270Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-22T08:13:26.1520880Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-22T08:13:26.1521510Z Importing namespace Cake.Common.Text... 2026-02-22T08:13:26.1522270Z Importing namespace Cake.Common.Tools.Cake... 2026-02-22T08:13:26.1523030Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-22T08:13:26.1523770Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-22T08:13:26.1525160Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-22T08:13:26.1526010Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-22T08:13:26.1526570Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-22T08:13:26.1527100Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-22T08:13:26.1528010Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-22T08:13:26.1528800Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-22T08:13:26.1529520Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-22T08:13:26.1530290Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-22T08:13:26.1531090Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-22T08:13:26.1531920Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-22T08:13:26.1532730Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-22T08:13:26.1533530Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-22T08:13:26.1534330Z Importing namespace Cake.Common.Tools.Command... 2026-02-22T08:13:26.1535090Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-22T08:13:26.1535880Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-22T08:13:26.1536690Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-22T08:13:26.1537510Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-22T08:13:26.1538360Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-22T08:13:26.1539260Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-22T08:13:26.1540040Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-22T08:13:26.1540840Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-22T08:13:26.1541890Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-22T08:13:26.1542750Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-22T08:13:26.1543740Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-22T08:13:26.1544380Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-22T08:13:26.1545850Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-22T08:13:26.1548560Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-22T08:13:26.1549340Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-22T08:13:26.1550350Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-22T08:13:26.1551240Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-22T08:13:26.1552040Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-22T08:13:26.1554170Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-22T08:13:26.1555060Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-22T08:13:26.1555820Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-22T08:13:26.1556590Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-22T08:13:26.1558090Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-22T08:13:26.1558820Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-22T08:13:26.1560070Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-22T08:13:26.1561080Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-22T08:13:26.1561670Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-22T08:13:26.1562230Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-22T08:13:26.1562780Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-22T08:13:26.1563720Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-22T08:13:26.1564600Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-22T08:13:26.1565810Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-22T08:13:26.1566740Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-22T08:13:26.1567430Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-22T08:13:26.1567970Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-22T08:13:26.1569260Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-22T08:13:26.1570790Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-22T08:13:26.1571610Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-22T08:13:26.1572450Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-22T08:13:26.1573290Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-22T08:13:26.1574040Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-22T08:13:26.1575080Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-22T08:13:26.1575960Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-22T08:13:26.1576940Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-22T08:13:26.1577760Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-22T08:13:26.1578390Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-22T08:13:26.1579020Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-22T08:13:26.1582180Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-22T08:13:26.1585170Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-22T08:13:26.1587250Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-22T08:13:26.1588180Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-22T08:13:26.1589690Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-22T08:13:26.1590750Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-22T08:13:26.1592760Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-22T08:13:26.1594080Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-22T08:13:26.1596200Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-22T08:13:26.1597830Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-22T08:13:26.1600810Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-22T08:13:26.1602250Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-22T08:13:26.1605160Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-22T08:13:26.1606740Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-22T08:13:26.1610000Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-22T08:13:26.1611710Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-22T08:13:26.1613130Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-22T08:13:26.1615730Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-22T08:13:26.1618150Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-22T08:13:26.1619860Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-22T08:13:26.1622100Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-22T08:13:26.1625170Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-22T08:13:26.1626440Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-22T08:13:26.1684640Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-22T08:13:26.1686620Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-22T08:13:26.1688310Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-22T08:13:26.1698110Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-22T08:13:26.1699060Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-22T08:13:26.1700870Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-22T08:13:26.1702170Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-22T08:13:26.1702980Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-22T08:13:26.1703860Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-22T08:13:26.1704740Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-22T08:13:26.1705470Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-22T08:13:26.1706630Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-22T08:13:26.1707400Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-22T08:13:26.1708920Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-22T08:13:26.1709580Z Importing namespace Cake.Common.Tools.WiX... 2026-02-22T08:13:26.1710620Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-22T08:13:26.1712810Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-22T08:13:26.1713920Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-22T08:13:26.1715160Z Importing namespace Cake.Common.Xml... 2026-02-22T08:13:26.1715870Z Importing namespace Cake.Core... 2026-02-22T08:13:26.1716610Z Importing namespace Cake.Core.Diagnostics... 2026-02-22T08:13:26.1717340Z Importing namespace Cake.Core.IO... 2026-02-22T08:13:26.1718290Z Importing namespace Cake.Core.Scripting... 2026-02-22T08:13:26.1720530Z Importing namespace Cake.Core.Tooling... 2026-02-22T08:13:26.1721360Z Importing namespace Cake.FileHelpers... 2026-02-22T08:13:26.1722140Z Importing namespace NuGet.Common... 2026-02-22T08:13:26.1723010Z Importing namespace NuGet.Configuration... 2026-02-22T08:13:26.1723960Z Importing namespace NuGet.Protocol... 2026-02-22T08:13:26.1724680Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-22T08:13:26.1725380Z Importing namespace NuGet.Versioning... 2026-02-22T08:13:26.1726560Z Importing namespace System... 2026-02-22T08:13:26.1728180Z Importing namespace System.Collections.Generic... 2026-02-22T08:13:26.1729190Z Importing namespace System.IO... 2026-02-22T08:13:26.1729850Z Importing namespace System.Linq... 2026-02-22T08:13:26.1731250Z Importing namespace System.Text... 2026-02-22T08:13:26.1732610Z Importing namespace System.Threading.Tasks... 2026-02-22T08:13:26.1733220Z .NETStandard,Version=v2.0 2026-02-22T08:13:26.2910450Z Compiling build script... 2026-02-22T08:13:30.8380170Z /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-22T08:13:32.8774470Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-22T08:13:32.8775880Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-22T08:13:32.8790600Z Host OS System Arch: X64 2026-02-22T08:13:32.8791320Z Host Processor System Arch: X64 2026-02-22T08:13:32.8792640Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-22T08:13:32.8793330Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-22T08:13:32.8793760Z Build Configuration: Release 2026-02-22T08:13:32.8794180Z Build Runtime Identifier: maccatalyst-x64 2026-02-22T08:13:32.8794580Z Build Target Framework: net10.0-maccatalyst 2026-02-22T08:13:32.8795690Z Test Device: mac 2026-02-22T08:13:32.8796340Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-22T08:13:32.8941070Z 2026-02-22T08:13:32.8942190Z ======================================== 2026-02-22T08:13:32.8943140Z uitest 2026-02-22T08:13:32.8943640Z ======================================== 2026-02-22T08:13:32.8945430Z Executing task: uitest 2026-02-22T08:13:32.8965640Z Starting UI Tests... 2026-02-22T08:13:32.8968990Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-22T08:13:32.8975500Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-22T08:13:32.9074340Z Testing Device: mac 2026-02-22T08:13:32.9076360Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-22T08:13:32.9078010Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-22T08:13:32.9079020Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-22T08:13:32.9119650Z 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-22T08:13:33.0432910Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-22T08:13:33.0524380Z 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-22T08:13:41.6786680Z Determining projects to restore... 2026-02-22T08:14:07.2866000Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 1.89 sec). 2026-02-22T08:14:08.9283620Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 1.59 sec). 2026-02-22T08:14:08.9694790Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 3.63 sec). 2026-02-22T08:14:13.7957350Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 8.5 sec). 2026-02-22T08:14:21.3279430Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 12.28 sec). 2026-02-22T08:14:23.3766210Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 18.06 sec). 2026-02-22T08:14:23.4649580Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 14.4 sec). 2026-02-22T08:14:24.6607920Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 1.21 sec). 2026-02-22T08:14:24.7046630Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 1.22 sec). 2026-02-22T08:14:24.8626260Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 65 ms). 2026-02-22T08:14:29.6975490Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 4.96 sec). 2026-02-22T08:14:37.7858890Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 14.92 sec). 2026-02-22T08:14:37.8652650Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 24.03 sec). 2026-02-22T08:15:20.3417080Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-22T08:15:30.4305490Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-22T08:15:38.2653890Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-22T08:15:58.7782590Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-22T08:16:02.1381950Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-22T08:17:41.1574140Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-22T08:17:44.1254590Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-22T08:17:47.2188440Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-22T08:17:47.8865040Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-22T08:17:48.5091390Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-22T08:17:48.6813590Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-22T08:17:49.5505060Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-22T08:18:15.7789720Z 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-22T08:18:16.1857000Z 2026-02-22T08:18:16.2749610Z Build succeeded. 2026-02-22T08:18:16.3132470Z 0 Warning(s) 2026-02-22T08:18:16.3136520Z 0 Error(s) 2026-02-22T08:18:16.3239510Z 2026-02-22T08:18:16.3311360Z Time Elapsed 00:04:41.18 2026-02-22T08:18:16.5320450Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Entry.log' 2026-02-22T08:18:16.5763450Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-22T08:18:16.5904910Z Run Tests With Filter TestCategory=Entry 2026-02-22T08:18:16.5913570Z Log Directory: /Users/runner/work/1/a/logs 2026-02-22T08:18:16.6116770Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-22T08:18:16.6171410Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-22T08:18:16.6173150Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-22T08:18:16.6310500Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-22T08:18:16.6339460Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-22T08:18:16.6340860Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-22T08:18:16.6342110Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-22T08:18:16.6345670Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-22T08:18:16.6356850Z 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-22T08:18:16.6358670Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Entry.binlog 2026-02-22T08:18:16.6361240Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-22T08:18:16.6361950Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-22T08:18:17.9572850Z Downloading file: 15% 2026-02-22T08:18:17.9696600Z Downloading file: 50% 2026-02-22T08:18:18.0612540Z Downloading file: 100% 2026-02-22T08:18:18.0699650Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-22T08:18:18.0736340Z 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-22T08:18:18.0845930Z 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=Entry" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Entry.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-Entry.binlog /p:VStestUseMSBuildOutput=false 2026-02-22T08:18:23.5309130Z 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-22T08:18:23.8158000Z VSTest version 18.0.1 (x64) 2026-02-22T08:18:23.8201090Z 2026-02-22T08:18:24.1217230Z Starting test execution, please wait... 2026-02-22T08:18:24.2072070Z A total of 1 test files matched the specified pattern. 2026-02-22T08:18:25.6799670Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-22T08:18:25.9267340Z [xUnit.net 00:00:00.28] Discovering: Controls.TestCases.Mac.Tests 2026-02-22T08:18:26.3604640Z [xUnit.net 00:00:00.70] Discovered: Controls.TestCases.Mac.Tests 2026-02-22T08:18:26.3860040Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-22T08:18:26.5131830Z 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-22T08:18:29.1218650Z NUnit3TestExecutor discovered 95 of 95 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-22T08:21:13.3771900Z >>>>> 2/22/2026 8:21:12 AM FixtureSetup for EntryFeatureTests(Mac) 2026-02-22T08:21:21.7746040Z >>>>> 2/22/2026 8:21:20 AM VerifyInitialEventStates Start 2026-02-22T08:21:32.4516380Z >>>>> 2/22/2026 8:21:32 AM VerifyInitialEventStates Stop 2026-02-22T08:21:32.8334810Z Passed VerifyInitialEventStates [12 s] 2026-02-22T08:21:32.9341640Z >>>>> 2/22/2026 8:21:32 AM VerifyEntryFocusedEvent Start 2026-02-22T08:21:41.8140880Z >>>>> 2/22/2026 8:21:41 AM VerifyEntryFocusedEvent Stop 2026-02-22T08:21:41.8877280Z Passed VerifyEntryFocusedEvent [9 s] 2026-02-22T08:21:41.8979480Z >>>>> 2/22/2026 8:21:41 AM VerifyEntryTextChangedEvent Start 2026-02-22T08:21:58.9390640Z >>>>> 2/22/2026 8:21:58 AM VerifyEntryTextChangedEvent Stop 2026-02-22T08:21:59.1213800Z Passed VerifyEntryTextChangedEvent [17 s] 2026-02-22T08:21:59.1283790Z >>>>> 2/22/2026 8:21:59 AM VerifyEntryUnfocusedEvent Start 2026-02-22T08:22:09.9096280Z >>>>> 2/22/2026 8:22:09 AM VerifyEntryUnfocusedEvent Stop 2026-02-22T08:22:10.0188540Z Passed VerifyEntryUnfocusedEvent [10 s] 2026-02-22T08:22:10.0363870Z >>>>> 2/22/2026 8:22:09 AM VerifyEntryCompletedEvent Start 2026-02-22T08:22:18.4897970Z >>>>> 2/22/2026 8:22:18 AM VerifyEntryCompletedEvent Stop 2026-02-22T08:22:18.7497900Z Passed VerifyEntryCompletedEvent [8 s] 2026-02-22T08:22:18.7720810Z >>>>> 2/22/2026 8:22:18 AM VerifyCharacterSpacingWhenFontFamily Start 2026-02-22T08:23:40.5533880Z >>>>> 2/22/2026 8:23:40 AM VerifyCharacterSpacingWhenFontFamily Stop 2026-02-22T08:23:40.9303250Z Passed VerifyCharacterSpacingWhenFontFamily [1 m 22 s] 2026-02-22T08:23:40.9780370Z >>>>> 2/22/2026 8:23:40 AM VerifyCharacterSpacingWhenMaxLengthSet Start 2026-02-22T08:26:13.9978950Z >>>>> 2/22/2026 8:26:13 AM VerifyCharacterSpacingWhenMaxLengthSet Stop 2026-02-22T08:26:14.9514190Z Passed VerifyCharacterSpacingWhenMaxLengthSet [2 m 33 s] 2026-02-22T08:26:15.0388420Z >>>>> 2/22/2026 8:26:14 AM VerifyClearButtonVisibilityWhenIsReadOnlyTrue Start 2026-02-22T08:27:15.3221320Z >>>>> 2/22/2026 8:27:15 AM VerifyClearButtonVisibilityWhenIsReadOnlyTrue Stop 2026-02-22T08:27:15.4401000Z Passed VerifyClearButtonVisibilityWhenIsReadOnlyTrue [1 m] 2026-02-22T08:27:15.4755660Z >>>>> 2/22/2026 8:27:15 AM VerifyClearButtonVisiblityWhenIsPasswordTrueOrFalse Start 2026-02-22T08:28:01.8149910Z >>>>> 2/22/2026 8:28:01 AM VerifyClearButtonVisiblityWhenIsPasswordTrueOrFalse Stop 2026-02-22T08:28:01.8378270Z Passed VerifyClearButtonVisiblityWhenIsPasswordTrueOrFalse [46 s] 2026-02-22T08:28:01.8479550Z >>>>> 2/22/2026 8:28:01 AM VerifyClearButtonVisiblityWhenTextAlignedHorizontally Start 2026-02-22T08:28:50.2453140Z >>>>> 2/22/2026 8:28:50 AM VerifyClearButtonVisiblityWhenTextAlignedHorizontally Stop 2026-02-22T08:28:50.2866380Z Passed VerifyClearButtonVisiblityWhenTextAlignedHorizontally [48 s] 2026-02-22T08:28:50.2887210Z >>>>> 2/22/2026 8:28:50 AM VerifyClearButtonVisiblityWhenTextAlignedVertically Start 2026-02-22T08:29:31.6666600Z >>>>> 2/22/2026 8:29:31 AM VerifyClearButtonVisiblityWhenTextAlignedVertically Stop 2026-02-22T08:29:31.7404120Z Passed VerifyClearButtonVisiblityWhenTextAlignedVertically [41 s] 2026-02-22T08:29:31.8273950Z >>>>> 2/22/2026 8:29:31 AM VerifyClearButtonVisiblityWhenTextPresentOrEmpty Start 2026-02-22T08:30:14.3581700Z >>>>> 2/22/2026 8:30:14 AM VerifyClearButtonVisiblityWhenTextPresentOrEmpty Stop 2026-02-22T08:30:14.7589880Z Passed VerifyClearButtonVisiblityWhenTextPresentOrEmpty [42 s] 2026-02-22T08:30:14.8595890Z >>>>> 2/22/2026 8:30:14 AM VerifyClearVisiblityButtonWhenTextColorChanged Start 2026-02-22T08:30:55.2827110Z >>>>> 2/22/2026 8:30:55 AM VerifyClearVisiblityButtonWhenTextColorChanged Stop 2026-02-22T08:30:55.5377100Z Passed VerifyClearVisiblityButtonWhenTextColorChanged [40 s] 2026-02-22T08:30:55.5647120Z >>>>> 2/22/2026 8:30:55 AM VerifyCursorPositionWhenIsReadOnlyTrue Start 2026-02-22T08:31:39.1124410Z >>>>> 2/22/2026 8:31:39 AM VerifyCursorPositionWhenIsReadOnlyTrue Stop 2026-02-22T08:31:39.1489570Z Passed VerifyCursorPositionWhenIsReadOnlyTrue [43 s] 2026-02-22T08:31:39.1621810Z >>>>> 2/22/2026 8:31:39 AM VerifyCursorPositionWhenSelectionLengthSetValue Start 2026-02-22T08:32:41.1044200Z >>>>> 2/22/2026 8:32:41 AM VerifyCursorPositionWhenSelectionLengthSetValue Stop 2026-02-22T08:32:41.1298120Z Passed VerifyCursorPositionWhenSelectionLengthSetValue [1 m 1 s] 2026-02-22T08:32:41.1555740Z >>>>> 2/22/2026 8:32:41 AM VerifyEntry_WithShadow Start 2026-02-22T08:33:19.0477580Z >>>>> 2/22/2026 8:33:19 AM VerifyEntry_WithShadow Stop 2026-02-22T08:33:19.0795680Z Passed VerifyEntry_WithShadow [37 s] 2026-02-22T08:33:19.0801990Z >>>>> 2/22/2026 8:33:19 AM VerifyEntryControlWhenFlowDirectionSet Start 2026-02-22T08:33:54.2307180Z >>>>> 2/22/2026 8:33:54 AM VerifyEntryControlWhenFlowDirectionSet Stop 2026-02-22T08:33:54.2572520Z Passed VerifyEntryControlWhenFlowDirectionSet [35 s] 2026-02-22T08:33:54.2677720Z >>>>> 2/22/2026 8:33:54 AM VerifyEntryControlWhenIsEnabledTrueOrFalse Start 2026-02-22T08:36:34.4269760Z >>>>> 2/22/2026 8:36:34 AM VerifyEntryControlWhenIsEnabledTrueOrFalse Stop 2026-02-22T08:36:34.4772530Z Passed VerifyEntryControlWhenIsEnabledTrueOrFalse [2 m 40 s] 2026-02-22T08:36:34.4804350Z >>>>> 2/22/2026 8:36:34 AM VerifyEntryControlWhenIsVisibleTrueOrFalse Start 2026-02-22T08:37:37.8751290Z >>>>> 2/22/2026 8:37:37 AM VerifyEntryControlWhenIsVisibleTrueOrFalse Stop 2026-02-22T08:37:38.1093930Z Passed VerifyEntryControlWhenIsVisibleTrueOrFalse [1 m 3 s] 2026-02-22T08:37:38.1110930Z >>>>> 2/22/2026 8:37:37 AM VerifyEntryControlWhenPlaceholderColorSet Start 2026-02-22T08:39:16.0038720Z >>>>> 2/22/2026 8:39:15 AM VerifyEntryControlWhenPlaceholderColorSet Stop 2026-02-22T08:39:16.1073360Z Passed VerifyEntryControlWhenPlaceholderColorSet [1 m 38 s] 2026-02-22T08:39:16.1084300Z >>>>> 2/22/2026 8:39:16 AM VerifyEntryControlWhenPlaceholderTextSet Start 2026-02-22T08:44:46.1187360Z >>>>> 2/22/2026 8:44:46 AM VerifyEntryControlWhenPlaceholderTextSet Stop 2026-02-22T08:44:46.1488370Z >>>>> 2/22/2026 8:44:46 AM Log types: 2026-02-22T08:44:46.8984310Z Failed VerifyEntryControlWhenPlaceholderTextSet [5 m 30 s] 2026-02-22T08:44:46.9488120Z Error Message: 2026-02-22T08:44:46.9618860Z VisualTestUtils.VisualTestFailedException : 2026-02-22T08:44:46.9628320Z Snapshot different than baseline: VerifyEntryControlWhenPlaceholderTextSet.png (85.72% difference) 2026-02-22T08:44:46.9634380Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T08:44:46.9651590Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T08:44:46.9651830Z 2026-02-22T08:44:46.9652170Z More info: https://aka.ms/visual-test-workflow 2026-02-22T08:44:46.9652330Z 2026-02-22T08:44:46.9652620Z Stack Trace: 2026-02-22T08:44:46.9653840Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T08:44:46.9654640Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T08:44:46.9655480Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T08:44:46.9657000Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T08:44:46.9658000Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyEntryControlWhenPlaceholderTextSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 799 2026-02-22T08:44:46.9658880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:44:46.9659650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:44:46.9660920Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:44:46.9661540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:44:46.9661820Z 2026-02-22T08:44:46.9662480Z >>>>> 2/22/2026 8:44:46 AM VerifyEntryWhenTextChanged Start 2026-02-22T08:45:57.2972450Z >>>>> 2/22/2026 8:45:57 AM VerifyEntryWhenTextChanged Stop 2026-02-22T08:45:57.3044210Z Passed VerifyEntryWhenTextChanged [1 m 10 s] 2026-02-22T08:45:57.3048830Z >>>>> 2/22/2026 8:45:57 AM VerifyHorizontalTextAlignmentBasedOnCharacterSpacing Start 2026-02-22T08:47:37.6389010Z >>>>> 2/22/2026 8:47:37 AM VerifyHorizontalTextAlignmentBasedOnCharacterSpacing Stop 2026-02-22T08:48:12.8161290Z >>>>> 2/22/2026 8:48:12 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T08:49:12.7342100Z >>>>> 2/22/2026 8:49:12 AM FixtureSetup for VerifyHorizontalTextAlignmentBasedOnCharacterSpacing 2026-02-22T08:49:27.4945680Z >>>>> 2/22/2026 8:49:27 AM Log types: 2026-02-22T08:49:28.6479300Z Failed VerifyHorizontalTextAlignmentBasedOnCharacterSpacing [3 m 31 s] 2026-02-22T08:49:28.6504280Z Error Message: 2026-02-22T08:49:28.6511610Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T08:49:28.6570290Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T08:49:28.6605720Z Stack Trace: 2026-02-22T08:49:28.6611150Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T08:49:28.6641780Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T08:49:28.6671580Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T08:49:28.6687960Z 2026-02-22T08:49:28.6719650Z --TearDown 2026-02-22T08:49:28.6783380Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T08:49:28.6941870Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T08:49:28.6971150Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T08:49:28.6991080Z 2026-02-22T08:49:28.7020520Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T08:49:28.7039940Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T08:49:28.7144530Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T08:49:28.7163300Z 2026-02-22T08:49:28.7172180Z 2026-02-22T08:49:28.7229630Z Standard Error Messages: 2026-02-22T08:49:28.7256980Z >>>>> 2/22/2026 8:48:12 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T08:49:28.7278660Z 2026-02-22T08:49:28.7322210Z >>>>> 2/22/2026 8:49:28 AM VerifyHorizontalTextAlignmentWhenVerticalTextAlignmentSet Start 2026-02-22T08:49:51.4726200Z >>>>> 2/22/2026 8:49:51 AM VerifyHorizontalTextAlignmentWhenVerticalTextAlignmentSet Stop 2026-02-22T08:50:03.9525370Z >>>>> 2/22/2026 8:50:03 AM Log types: 2026-02-22T08:50:06.4523060Z Failed VerifyHorizontalTextAlignmentWhenVerticalTextAlignmentSet [37 s] 2026-02-22T08:50:06.4703950Z Error Message: 2026-02-22T08:50:06.4831320Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:50:06.4835820Z Stack Trace: 2026-02-22T08:50:06.4899720Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:50:06.4909270Z 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 2729 2026-02-22T08:50:06.4919090Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:50:06.4924890Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyHorizontalTextAlignmentWhenVerticalTextAlignmentSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 459 2026-02-22T08:50:06.4939290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:50:06.4944510Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:50:06.4948130Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:50:06.4950330Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:50:06.4952070Z 2026-02-22T08:50:06.4954930Z >>>>> 2/22/2026 8:50:06 AM VerifyIsPasswordBasedOnCharacterSpacing Start 2026-02-22T08:50:21.4839280Z >>>>> 2/22/2026 8:50:21 AM VerifyIsPasswordBasedOnCharacterSpacing Stop 2026-02-22T08:50:21.6838880Z >>>>> 2/22/2026 8:50:21 AM Log types: 2026-02-22T08:50:23.0023790Z Failed VerifyIsPasswordBasedOnCharacterSpacing [16 s] 2026-02-22T08:50:23.0203150Z Error Message: 2026-02-22T08:50:23.0247770Z System.TimeoutException : An Appium command did not complete within 8.690297s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:50:23.0311760Z Stack Trace: 2026-02-22T08:50:23.0844100Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:50:23.1847880Z 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 2742 2026-02-22T08:50:23.2072630Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:50:23.2953150Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyIsPasswordBasedOnCharacterSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 304 2026-02-22T08:50:23.3155000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:50:23.3181840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:50:23.3231520Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:50:23.3248850Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:50:23.3262730Z 2026-02-22T08:50:23.3272220Z >>>>> 2/22/2026 8:50:23 AM VerifyIsPasswordBasedOnHorizontalTextAlignment Start 2026-02-22T08:50:38.0829230Z >>>>> 2/22/2026 8:50:38 AM VerifyIsPasswordBasedOnHorizontalTextAlignment Stop 2026-02-22T08:50:52.8840840Z >>>>> 2/22/2026 8:50:52 AM Log types: 2026-02-22T08:50:54.2078930Z Failed VerifyIsPasswordBasedOnHorizontalTextAlignment [31 s] 2026-02-22T08:50:54.2102220Z Error Message: 2026-02-22T08:50:54.2103020Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:50:54.2104430Z Stack Trace: 2026-02-22T08:50:54.2105650Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:50:54.2106460Z 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 2729 2026-02-22T08:50:54.2108130Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:50:54.2109060Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyIsPasswordBasedOnHorizontalTextAlignment() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 364 2026-02-22T08:50:54.2110460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:50:54.2111180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:50:54.2112650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:50:54.2113350Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:50:54.2113640Z 2026-02-22T08:50:54.2115050Z >>>>> 2/22/2026 8:50:54 AM VerifyIsPasswordBasedOnVerticalTextAlignment Start 2026-02-22T08:51:09.2066150Z >>>>> 2/22/2026 8:51:09 AM VerifyIsPasswordBasedOnVerticalTextAlignment Stop 2026-02-22T08:51:15.5883250Z >>>>> 2/22/2026 8:51:15 AM Log types: 2026-02-22T08:51:25.8423560Z Failed VerifyIsPasswordBasedOnVerticalTextAlignment [31 s] 2026-02-22T08:51:25.8478440Z Error Message: 2026-02-22T08:51:25.8484590Z System.TimeoutException : An Appium command did not complete within 12.01917s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:51:25.8487490Z Stack Trace: 2026-02-22T08:51:25.8490840Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:51:25.8493710Z 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 2742 2026-02-22T08:51:25.8497600Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:51:25.8501670Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyIsPasswordBasedOnVerticalTextAlignment() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 351 2026-02-22T08:51:25.8505490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:51:25.8509050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:51:25.8512060Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:51:25.8515530Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:51:25.8518430Z 2026-02-22T08:51:25.8521870Z >>>>> 2/22/2026 8:51:25 AM VerifyIsPasswordWhenCursorPositionValueSet Start 2026-02-22T08:51:40.8613060Z >>>>> 2/22/2026 8:51:40 AM VerifyIsPasswordWhenCursorPositionValueSet Stop 2026-02-22T08:52:00.9947930Z >>>>> 2/22/2026 8:52:00 AM Log types: 2026-02-22T08:52:06.2761490Z Failed VerifyIsPasswordWhenCursorPositionValueSet [40 s] 2026-02-22T08:52:06.2849410Z Error Message: 2026-02-22T08:52:06.2854740Z System.TimeoutException : An Appium command did not complete within 5.517805s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:52:06.2859330Z Stack Trace: 2026-02-22T08:52:06.2863940Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:52:06.2869410Z 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 2742 2026-02-22T08:52:06.2883180Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:52:06.2886470Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyIsPasswordWhenCursorPositionValueSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 588 2026-02-22T08:52:06.2888890Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:52:06.2892120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:52:06.2894200Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:52:06.2897850Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:52:06.2900340Z 2026-02-22T08:52:06.2905800Z >>>>> 2/22/2026 8:52:06 AM VerifyIsPasswordWhenFontSizeSet Start 2026-02-22T08:52:21.3083870Z >>>>> 2/22/2026 8:52:21 AM VerifyIsPasswordWhenFontSizeSet Stop 2026-02-22T08:53:11.2079010Z >>>>> 2/22/2026 8:53:11 AM Log types: 2026-02-22T08:53:13.4514970Z Failed VerifyIsPasswordWhenFontSizeSet [1 m 7 s] 2026-02-22T08:53:13.4516570Z Error Message: 2026-02-22T08:53:13.4517160Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:53:13.4518100Z Stack Trace: 2026-02-22T08:53:13.4519080Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:53:13.4526190Z 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 2729 2026-02-22T08:53:13.4528500Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:53:13.4879890Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyIsPasswordWhenFontSizeSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 500 2026-02-22T08:53:13.4896940Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:53:13.4919390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:53:13.5052860Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:53:13.5054130Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:53:13.5054470Z 2026-02-22T08:53:13.5055120Z >>>>> 2/22/2026 8:53:13 AM VerifyIsPasswordWhenMaxLenghtSetValue Start 2026-02-22T08:53:30.3417510Z >>>>> 2/22/2026 8:53:30 AM VerifyIsPasswordWhenMaxLenghtSetValue Stop 2026-02-22T08:53:30.6956760Z >>>>> 2/22/2026 8:53:30 AM Log types: 2026-02-22T08:53:41.9246180Z Failed VerifyIsPasswordWhenMaxLenghtSetValue [28 s] 2026-02-22T08:53:41.9292150Z Error Message: 2026-02-22T08:53:41.9296480Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:53:41.9298980Z Stack Trace: 2026-02-22T08:53:41.9301610Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:53:41.9305870Z 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 2742 2026-02-22T08:53:41.9308470Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:53:41.9309400Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyIsPasswordWhenMaxLenghtSetValue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 379 2026-02-22T08:53:41.9310180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:53:41.9311450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:53:41.9312060Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:53:41.9312640Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:53:41.9312960Z 2026-02-22T08:53:41.9313850Z >>>>> 2/22/2026 8:53:41 AM VerifyMaxLengthWhenIsReadOnlyTrue Start 2026-02-22T08:53:58.3442400Z >>>>> 2/22/2026 8:53:58 AM VerifyMaxLengthWhenIsReadOnlyTrue Stop 2026-02-22T08:53:58.7446140Z >>>>> 2/22/2026 8:53:58 AM Log types: 2026-02-22T08:53:59.9259530Z Failed VerifyMaxLengthWhenIsReadOnlyTrue [18 s] 2026-02-22T08:53:59.9310070Z Error Message: 2026-02-22T08:53:59.9313970Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:53:59.9316400Z Stack Trace: 2026-02-22T08:53:59.9318690Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:53:59.9320410Z 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 2742 2026-02-22T08:53:59.9326790Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:53:59.9329920Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyMaxLengthWhenIsReadOnlyTrue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 434 2026-02-22T08:53:59.9332590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:53:59.9335910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:53:59.9338160Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:53:59.9340060Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:53:59.9341720Z 2026-02-22T08:53:59.9344380Z >>>>> 2/22/2026 8:53:59 AM VerifyPlaceholderWhenFlowDirectionSet Start 2026-02-22T08:54:17.1473710Z >>>>> 2/22/2026 8:54:17 AM VerifyPlaceholderWhenFlowDirectionSet Stop 2026-02-22T08:54:17.5361560Z >>>>> 2/22/2026 8:54:17 AM Log types: 2026-02-22T08:54:30.8846770Z Failed VerifyPlaceholderWhenFlowDirectionSet [30 s] 2026-02-22T08:54:30.8866690Z Error Message: 2026-02-22T08:54:30.8867340Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:54:30.8867920Z Stack Trace: 2026-02-22T08:54:30.8868440Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:54:30.8869220Z 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 2742 2026-02-22T08:54:30.8870100Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:54:30.8871410Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWhenFlowDirectionSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 773 2026-02-22T08:54:30.8872160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:54:30.8872900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:54:30.8873490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:54:30.8874070Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:54:30.8874380Z 2026-02-22T08:54:30.8875290Z >>>>> 2/22/2026 8:54:30 AM VerifyPlaceholderWithCharacterSpacing Start 2026-02-22T08:54:47.8723320Z >>>>> 2/22/2026 8:54:47 AM VerifyPlaceholderWithCharacterSpacing Stop 2026-02-22T08:54:48.1746800Z >>>>> 2/22/2026 8:54:48 AM Log types: 2026-02-22T08:54:49.3038830Z Failed VerifyPlaceholderWithCharacterSpacing [18 s] 2026-02-22T08:54:49.3040020Z Error Message: 2026-02-22T08:54:49.3041760Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:54:49.3042550Z Stack Trace: 2026-02-22T08:54:49.3043530Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:54:49.3062820Z 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 2742 2026-02-22T08:54:49.3069340Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:54:49.3086280Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithCharacterSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 954 2026-02-22T08:54:49.3094880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:54:49.3099270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:54:49.3101260Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:54:49.3103100Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:54:49.3103430Z 2026-02-22T08:54:49.3105210Z >>>>> 2/22/2026 8:54:49 AM VerifyPlaceholderWithClearButtonVisible Start 2026-02-22T08:55:04.4432240Z >>>>> 2/22/2026 8:55:04 AM VerifyPlaceholderWithClearButtonVisible Stop 2026-02-22T08:55:17.4137240Z >>>>> 2/22/2026 8:55:17 AM Log types: 2026-02-22T08:55:18.5945500Z Failed VerifyPlaceholderWithClearButtonVisible [29 s] 2026-02-22T08:55:18.5966660Z Error Message: 2026-02-22T08:55:18.6109050Z System.TimeoutException : An Appium command did not complete within 8.92874s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:55:18.6127100Z Stack Trace: 2026-02-22T08:55:18.6129410Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:55:18.6133620Z 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 2742 2026-02-22T08:55:18.6150150Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:55:18.6154120Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithClearButtonVisible() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 891 2026-02-22T08:55:18.6157840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:55:18.6162590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:55:18.6169640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:55:18.6176060Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:55:18.6179950Z 2026-02-22T08:55:18.6183760Z >>>>> 2/22/2026 8:55:18 AM VerifyPlaceholderWithFontAttributes Start 2026-02-22T08:55:36.2408060Z >>>>> 2/22/2026 8:55:36 AM VerifyPlaceholderWithFontAttributes Stop 2026-02-22T08:55:36.5474970Z >>>>> 2/22/2026 8:55:36 AM Log types: 2026-02-22T08:55:37.6835360Z Failed VerifyPlaceholderWithFontAttributes [19 s] 2026-02-22T08:55:37.6839120Z Error Message: 2026-02-22T08:55:37.6842310Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:55:37.6892130Z Stack Trace: 2026-02-22T08:55:37.6895470Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:55:37.6898880Z 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 2742 2026-02-22T08:55:37.6902550Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:55:37.6938760Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithFontAttributes() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 1002 2026-02-22T08:55:37.6942290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:55:37.6945310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:55:37.6947840Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:55:37.6950460Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:55:37.6952470Z 2026-02-22T08:55:37.6954580Z >>>>> 2/22/2026 8:55:37 AM VerifyPlaceholderWithFontFamily Start 2026-02-22T08:55:54.6246240Z >>>>> 2/22/2026 8:55:54 AM VerifyPlaceholderWithFontFamily Stop 2026-02-22T08:55:54.8801380Z >>>>> 2/22/2026 8:55:54 AM Log types: 2026-02-22T08:55:55.9650020Z Failed VerifyPlaceholderWithFontFamily [18 s] 2026-02-22T08:55:55.9657440Z Error Message: 2026-02-22T08:55:55.9662670Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:55:55.9663920Z Stack Trace: 2026-02-22T08:55:55.9665420Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:55:55.9666850Z 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 2742 2026-02-22T08:55:55.9692620Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:55:55.9697750Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithFontFamily() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 971 2026-02-22T08:55:55.9702180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:55:55.9703480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:55:55.9704930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:55:55.9706680Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:55:55.9707940Z 2026-02-22T08:55:55.9710050Z >>>>> 2/22/2026 8:55:55 AM VerifyPlaceholderWithFontSize Start 2026-02-22T08:56:11.1099770Z >>>>> 2/22/2026 8:56:11 AM VerifyPlaceholderWithFontSize Stop 2026-02-22T08:56:35.6278110Z >>>>> 2/22/2026 8:56:35 AM Log types: 2026-02-22T08:56:37.0548260Z Failed VerifyPlaceholderWithFontSize [41 s] 2026-02-22T08:56:37.0607000Z Error Message: 2026-02-22T08:56:37.0835800Z System.TimeoutException : An Appium command did not complete within 15s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:56:37.1259330Z Stack Trace: 2026-02-22T08:56:37.1307540Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:56:37.1359440Z 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 2729 2026-02-22T08:56:37.1439100Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:56:37.1510260Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithFontSize() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 986 2026-02-22T08:56:37.1516700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:56:37.1520180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:56:37.1524070Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:56:37.1525790Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:56:37.1532180Z 2026-02-22T08:56:37.1539380Z >>>>> 2/22/2026 8:56:37 AM VerifyPlaceholderWithHorizontalAlignment Start 2026-02-22T08:56:52.0695330Z >>>>> 2/22/2026 8:56:52 AM VerifyPlaceholderWithHorizontalAlignment Stop 2026-02-22T08:56:55.1010620Z >>>>> 2/22/2026 8:56:55 AM Log types: 2026-02-22T08:57:04.8370720Z Failed VerifyPlaceholderWithHorizontalAlignment [27 s] 2026-02-22T08:57:04.8396720Z Error Message: 2026-02-22T08:57:04.8401040Z System.TimeoutException : An Appium command did not complete within 7.351072s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:57:04.8910580Z Stack Trace: 2026-02-22T08:57:04.9065450Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:57:04.9067630Z 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 2742 2026-02-22T08:57:04.9071860Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:57:04.9074590Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithHorizontalAlignment() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 923 2026-02-22T08:57:04.9075820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:57:04.9077170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:57:04.9086500Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:57:04.9087570Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:57:04.9088390Z 2026-02-22T08:57:04.9093830Z >>>>> 2/22/2026 8:57:04 AM VerifyPlaceholderWithPasswordTrue Start 2026-02-22T08:57:19.9128160Z >>>>> 2/22/2026 8:57:19 AM VerifyPlaceholderWithPasswordTrue Stop 2026-02-22T08:57:40.0241760Z >>>>> 2/22/2026 8:57:40 AM Log types: 2026-02-22T08:57:41.1248060Z Failed VerifyPlaceholderWithPasswordTrue [36 s] 2026-02-22T08:57:41.1267020Z Error Message: 2026-02-22T08:57:41.1269660Z System.TimeoutException : An Appium command did not complete within 2.386023s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:57:41.1273010Z Stack Trace: 2026-02-22T08:57:41.1279680Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:57:41.1283710Z 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 2742 2026-02-22T08:57:41.1295520Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:57:41.1299340Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithPasswordTrue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 905 2026-02-22T08:57:41.1302730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:57:41.1305850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:57:41.1313330Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:57:41.1323360Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:57:41.1324270Z 2026-02-22T08:57:41.1328500Z >>>>> 2/22/2026 8:57:41 AM VerifyPlaceholderWithShadow Start 2026-02-22T08:57:56.1551590Z >>>>> 2/22/2026 8:57:56 AM VerifyPlaceholderWithShadow Stop 2026-02-22T08:58:28.2100290Z >>>>> 2/22/2026 8:58:28 AM Log types: 2026-02-22T08:58:39.0180590Z Failed VerifyPlaceholderWithShadow [57 s] 2026-02-22T08:58:39.0235320Z Error Message: 2026-02-22T08:58:39.0249230Z System.TimeoutException : An Appium command did not complete within 7.97486s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:58:39.0255530Z Stack Trace: 2026-02-22T08:58:39.0376290Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:58:39.0381180Z 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 2742 2026-02-22T08:58:39.0384290Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:58:39.0387180Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithShadow() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 875 2026-02-22T08:58:39.0389990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:58:39.0392730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:58:39.0395380Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:58:39.0397760Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:58:39.0400160Z 2026-02-22T08:58:39.0403300Z >>>>> 2/22/2026 8:58:39 AM VerifyPlaceholderWithVerticalAlignment Start 2026-02-22T08:58:54.0566790Z >>>>> 2/22/2026 8:58:54 AM VerifyPlaceholderWithVerticalAlignment Stop 2026-02-22T08:59:00.2476320Z >>>>> 2/22/2026 8:59:00 AM Log types: 2026-02-22T08:59:01.4339300Z Failed VerifyPlaceholderWithVerticalAlignment [22 s] 2026-02-22T08:59:01.4529670Z Error Message: 2026-02-22T08:59:01.4532180Z System.TimeoutException : An Appium command did not complete within 5.628491s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:59:01.4535560Z Stack Trace: 2026-02-22T08:59:01.4543010Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:59:01.4546950Z 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 2742 2026-02-22T08:59:01.4568780Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:59:01.4578990Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyPlaceholderWithVerticalAlignment() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 938 2026-02-22T08:59:01.4583200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:59:01.4586650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:59:01.4588600Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:59:01.4591100Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:59:01.4598940Z 2026-02-22T08:59:01.4602600Z >>>>> 2/22/2026 8:59:01 AM VerifySelectionLenghtWhenIsReadOnlyTrue Start 2026-02-22T08:59:16.5392460Z >>>>> 2/22/2026 8:59:16 AM VerifySelectionLenghtWhenIsReadOnlyTrue Stop 2026-02-22T08:59:16.7373020Z >>>>> 2/22/2026 8:59:16 AM Log types: 2026-02-22T08:59:17.8182270Z Failed VerifySelectionLenghtWhenIsReadOnlyTrue [16 s] 2026-02-22T08:59:17.8187580Z Error Message: 2026-02-22T08:59:17.8189490Z System.TimeoutException : An Appium command did not complete within 2.062712s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T08:59:17.8190260Z Stack Trace: 2026-02-22T08:59:17.8191990Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T08:59:17.8193260Z 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 2742 2026-02-22T08:59:17.8194450Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T08:59:17.8196580Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifySelectionLenghtWhenIsReadOnlyTrue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 649 2026-02-22T08:59:17.8295340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:59:17.8296140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T08:59:17.8296770Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T08:59:17.8297350Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T08:59:17.8297750Z 2026-02-22T08:59:17.8299710Z >>>>> 2/22/2026 8:59:17 AM VerifyTextEntryWhenSetAsReadOnly Start 2026-02-22T08:59:34.6356140Z >>>>> 2/22/2026 8:59:34 AM VerifyTextEntryWhenSetAsReadOnly Stop 2026-02-22T09:00:00.2613050Z >>>>> 2/22/2026 9:00:00 AM Log types: 2026-02-22T09:00:01.4469110Z Failed VerifyTextEntryWhenSetAsReadOnly [43 s] 2026-02-22T09:00:01.4471250Z Error Message: 2026-02-22T09:00:01.4472540Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:00:01.4473370Z Stack Trace: 2026-02-22T09:00:01.4474900Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:00:01.4475760Z 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 2742 2026-02-22T09:00:01.4484770Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:00:01.4517940Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextEntryWhenSetAsReadOnly() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 224 2026-02-22T09:00:01.4524220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:00:01.4527610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:00:01.4530320Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:00:01.4533390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:00:01.4550170Z 2026-02-22T09:00:01.4554560Z >>>>> 2/22/2026 9:00:01 AM VerifyTextWhenAlingnedHorizontally Start 2026-02-22T09:00:18.0134460Z >>>>> 2/22/2026 9:00:18 AM VerifyTextWhenAlingnedHorizontally Stop 2026-02-22T09:00:18.1549790Z >>>>> 2/22/2026 9:00:18 AM Log types: 2026-02-22T09:00:19.2422000Z Failed VerifyTextWhenAlingnedHorizontally [17 s] 2026-02-22T09:00:19.2423640Z Error Message: 2026-02-22T09:00:19.2424340Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:00:19.2425230Z Stack Trace: 2026-02-22T09:00:19.2425990Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:00:19.2427880Z 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 2742 2026-02-22T09:00:19.2430250Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:00:19.2437040Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenAlingnedHorizontally() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 198 2026-02-22T09:00:19.2440140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:00:19.2458330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:00:19.2460100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:00:19.2460950Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:00:19.2461490Z 2026-02-22T09:00:19.2463440Z >>>>> 2/22/2026 9:00:19 AM VerifyTextWhenAlingnedVertically Start 2026-02-22T09:00:21.5647720Z >>>>> 2/22/2026 9:00:21 AM VerifyTextWhenAlingnedVertically Stop 2026-02-22T09:00:21.5744090Z >>>>> 2/22/2026 9:00:21 AM Log types: 2026-02-22T09:00:22.6463510Z Failed VerifyTextWhenAlingnedVertically [3 s] 2026-02-22T09:00:22.6465970Z Error Message: 2026-02-22T09:00:22.6469870Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-02-22T09:00:22.6472980Z Stack Trace: 2026-02-22T09:00:22.6478020Z at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 412 2026-02-22T09:00:22.6533290Z at UITest.Appium.HelperExtensions.<>c__DisplayClass183_0.b__0() in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2999 2026-02-22T09:00:22.6548230Z at System.Threading.Tasks.Task`1.InnerInvoke() 2026-02-22T09:00:22.6558770Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-02-22T09:00:22.6562510Z --- End of stack trace from previous location --- 2026-02-22T09:00:22.6566570Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-02-22T09:00:22.6570400Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2026-02-22T09:00:22.6574290Z --- End of stack trace from previous location --- 2026-02-22T09:00:22.6580350Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2987 2026-02-22T09:00:22.6587500Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-02-22T09:00:22.6590620Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenAlingnedVertically() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 211 2026-02-22T09:00:22.6604040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:00:22.6609410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:00:22.6612430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:00:22.6615510Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:00:22.6618120Z 2026-02-22T09:00:22.6625350Z >>>>> 2/22/2026 9:00:22 AM VerifyTextWhenCharacterSpacingSetValues Start 2026-02-22T09:00:37.7779790Z >>>>> 2/22/2026 9:00:37 AM VerifyTextWhenCharacterSpacingSetValues Stop 2026-02-22T09:00:41.0911080Z >>>>> 2/22/2026 9:00:41 AM Log types: 2026-02-22T09:00:42.2652130Z Failed VerifyTextWhenCharacterSpacingSetValues [19 s] 2026-02-22T09:00:42.2656200Z Error Message: 2026-02-22T09:00:42.2659310Z System.TimeoutException : An Appium command did not complete within 9.47296s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:00:42.2659890Z Stack Trace: 2026-02-22T09:00:42.2661160Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:00:42.2662770Z 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 2742 2026-02-22T09:00:42.2680260Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:00:42.2682260Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenCharacterSpacingSetValues() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 253 2026-02-22T09:00:42.2683830Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:00:42.2684600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:00:42.2686580Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:00:42.2688020Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:00:42.2689130Z 2026-02-22T09:00:42.2690690Z >>>>> 2/22/2026 9:00:42 AM VerifyTextWhenClearButtonVisibleSetNever Start 2026-02-22T09:00:58.7455320Z >>>>> 2/22/2026 9:00:58 AM VerifyTextWhenClearButtonVisibleSetNever Stop 2026-02-22T09:00:58.8983870Z >>>>> 2/22/2026 9:00:58 AM Log types: 2026-02-22T09:01:13.9384770Z >>>>> 2/22/2026 9:01:13 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:01:13.9396360Z Failed VerifyTextWhenClearButtonVisibleSetNever [31 s] 2026-02-22T09:01:13.9399300Z Error Message: 2026-02-22T09:01:13.9402030Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:01:13.9402660Z Stack Trace: 2026-02-22T09:01:13.9404250Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:01:13.9405790Z 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 2742 2026-02-22T09:01:13.9406790Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:01:13.9407640Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenClearButtonVisibleSetNever() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 183 2026-02-22T09:01:13.9408420Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:01:13.9409120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:01:13.9409720Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:01:13.9410310Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:01:13.9410590Z 2026-02-22T09:01:13.9410930Z Standard Error Messages: 2026-02-22T09:01:13.9411810Z >>>>> 2/22/2026 9:01:13 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:01:13.9412060Z 2026-02-22T09:01:13.9412980Z >>>>> 2/22/2026 9:01:13 AM VerifyTextWhenCursorPositionValueSet Start 2026-02-22T09:01:28.9668020Z >>>>> 2/22/2026 9:01:28 AM VerifyTextWhenCursorPositionValueSet Stop 2026-02-22T09:02:04.3468740Z >>>>> 2/22/2026 9:02:04 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:02:44.0614380Z >>>>> 2/22/2026 9:02:44 AM FixtureSetup for VerifyTextWhenCursorPositionValueSet 2026-02-22T09:03:14.9002500Z >>>>> 2/22/2026 9:03:14 AM Log types: 2026-02-22T09:03:20.0834440Z Failed VerifyTextWhenCursorPositionValueSet [2 m 6 s] 2026-02-22T09:03:20.0969980Z Error Message: 2026-02-22T09:03:20.1882510Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:03:20.1890540Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:03:20.1898410Z Stack Trace: 2026-02-22T09:03:20.1905170Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T09:03:20.1934130Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:03:20.1937800Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:03:20.1940500Z 2026-02-22T09:03:20.1943030Z --TearDown 2026-02-22T09:03:20.1947150Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T09:03:20.1950870Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:03:20.1954530Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:03:20.1957590Z 2026-02-22T09:03:20.1961210Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T09:03:20.1963300Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:03:20.1964660Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:03:20.1966480Z 2026-02-22T09:03:20.1967660Z 2026-02-22T09:03:20.1968790Z Standard Error Messages: 2026-02-22T09:03:20.1971280Z >>>>> 2/22/2026 9:02:04 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:03:20.1971970Z 2026-02-22T09:03:20.1973270Z >>>>> 2/22/2026 9:03:20 AM VerifyTextWhenFontAttributesSet Start 2026-02-22T09:03:55.6785060Z >>>>> 2/22/2026 9:03:55 AM VerifyTextWhenFontAttributesSet Stop 2026-02-22T09:03:59.9177990Z >>>>> 2/22/2026 9:03:59 AM Log types: 2026-02-22T09:04:14.9818400Z >>>>> 2/22/2026 9:04:14 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:04:14.9839060Z Failed VerifyTextWhenFontAttributesSet [54 s] 2026-02-22T09:04:14.9840140Z Error Message: 2026-02-22T09:04:14.9840920Z System.TimeoutException : An Appium command did not complete within 15s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:04:14.9841420Z Stack Trace: 2026-02-22T09:04:14.9842100Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:04:14.9843060Z 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 2729 2026-02-22T09:04:14.9844180Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:04:14.9845460Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenFontAttributesSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 835 2026-02-22T09:04:14.9847330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:04:14.9848090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:04:14.9849000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:04:14.9849720Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:04:14.9850100Z 2026-02-22T09:04:14.9850910Z Standard Error Messages: 2026-02-22T09:04:14.9852000Z >>>>> 2/22/2026 9:04:14 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:04:14.9852600Z 2026-02-22T09:04:14.9853240Z >>>>> 2/22/2026 9:04:14 AM VerifyTextWhenFontFamilySetValue Start 2026-02-22T09:04:30.0142210Z >>>>> 2/22/2026 9:04:30 AM VerifyTextWhenFontFamilySetValue Stop 2026-02-22T09:04:30.7866250Z >>>>> 2/22/2026 9:04:30 AM Log types: 2026-02-22T09:04:32.0005850Z Failed VerifyTextWhenFontFamilySetValue [17 s] 2026-02-22T09:04:32.0022350Z Error Message: 2026-02-22T09:04:32.0060880Z System.TimeoutException : An Appium command did not complete within 15s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:04:32.0062970Z Stack Trace: 2026-02-22T09:04:32.0064570Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:04:32.0065720Z 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 2729 2026-02-22T09:04:32.0067970Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:04:32.0069420Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenFontFamilySetValue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 240 2026-02-22T09:04:32.0071200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:04:32.0072820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:04:32.0073690Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:04:32.0074830Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:04:32.0075260Z 2026-02-22T09:04:32.0076630Z >>>>> 2/22/2026 9:04:31 AM VerifyTextWhenFontSizeSetCorrectly Start 2026-02-22T09:04:47.0144270Z >>>>> 2/22/2026 9:04:47 AM VerifyTextWhenFontSizeSetCorrectly Stop 2026-02-22T09:04:48.3837180Z >>>>> 2/22/2026 9:04:48 AM Log types: 2026-02-22T09:05:03.4472050Z >>>>> 2/22/2026 9:05:03 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:05:03.4499680Z Failed VerifyTextWhenFontSizeSetCorrectly [31 s] 2026-02-22T09:05:03.4501410Z Error Message: 2026-02-22T09:05:03.4501910Z System.TimeoutException : An Appium command did not complete within 8.25903s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:05:03.4502420Z Stack Trace: 2026-02-22T09:05:03.4502920Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:05:03.4504400Z 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 2742 2026-02-22T09:05:03.4505550Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:05:03.4506430Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenFontSizeSetCorrectly() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 485 2026-02-22T09:05:03.4507170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:05:03.4513770Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:05:03.4514400Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:05:03.4514970Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:05:03.4515280Z 2026-02-22T09:05:03.4515580Z Standard Error Messages: 2026-02-22T09:05:03.4516610Z >>>>> 2/22/2026 9:05:03 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:05:03.4516890Z 2026-02-22T09:05:03.4517350Z >>>>> 2/22/2026 9:05:03 AM VerifyTextWhenIsPasswordTrueOrFalse Start 2026-02-22T09:05:18.4930660Z >>>>> 2/22/2026 9:05:18 AM VerifyTextWhenIsPasswordTrueOrFalse Stop 2026-02-22T09:05:53.5369410Z >>>>> 2/22/2026 9:05:53 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:06:04.5507010Z >>>>> 2/22/2026 9:06:04 AM FixtureSetup for VerifyTextWhenIsPasswordTrueOrFalse 2026-02-22T09:07:00.9034000Z >>>>> 2/22/2026 9:07:00 AM Log types: 2026-02-22T09:07:01.8055150Z Failed VerifyTextWhenIsPasswordTrueOrFalse [1 m 58 s] 2026-02-22T09:07:01.8066580Z Error Message: 2026-02-22T09:07:01.8170660Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:07:01.8182900Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:07:01.8299190Z Stack Trace: 2026-02-22T09:07:01.8383850Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T09:07:01.8490470Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:07:01.8505130Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:07:01.8552110Z 2026-02-22T09:07:01.8572910Z --TearDown 2026-02-22T09:07:01.8624510Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T09:07:01.8637780Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:07:01.8687850Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:07:01.8701810Z 2026-02-22T09:07:01.8746100Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T09:07:01.8759470Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:07:01.8850570Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:07:01.8921410Z 2026-02-22T09:07:01.8973690Z 2026-02-22T09:07:01.8985710Z Standard Error Messages: 2026-02-22T09:07:01.9044670Z >>>>> 2/22/2026 9:05:53 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:07:01.9190740Z 2026-02-22T09:07:01.9207230Z >>>>> 2/22/2026 9:07:01 AM VerifyTextWhenMaxLengthSetValue Start 2026-02-22T09:07:30.6603620Z >>>>> 2/22/2026 9:07:30 AM VerifyTextWhenMaxLengthSetValue Stop 2026-02-22T09:07:32.0365760Z >>>>> 2/22/2026 9:07:32 AM Log types: 2026-02-22T09:07:47.0774510Z >>>>> 2/22/2026 9:07:47 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:07:47.0785480Z Failed VerifyTextWhenMaxLengthSetValue [45 s] 2026-02-22T09:07:47.0788540Z Error Message: 2026-02-22T09:07:47.0790560Z System.TimeoutException : An Appium command did not complete within 15s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:07:47.0791160Z Stack Trace: 2026-02-22T09:07:47.0792160Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:07:47.0792930Z 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 2729 2026-02-22T09:07:47.0793810Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:07:47.0794660Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenMaxLengthSetValue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 418 2026-02-22T09:07:47.0795570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:07:47.0796310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:07:47.0796940Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:07:47.0797510Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:07:47.0797790Z 2026-02-22T09:07:47.0798120Z Standard Error Messages: 2026-02-22T09:07:47.0798860Z >>>>> 2/22/2026 9:07:47 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:07:47.0799090Z 2026-02-22T09:07:47.0799890Z >>>>> 2/22/2026 9:07:47 AM VerifyTextWhenReturmCommandAndReturnCommandParameter Start 2026-02-22T09:08:04.3135610Z >>>>> 2/22/2026 9:08:04 AM VerifyTextWhenReturmCommandAndReturnCommandParameter Stop 2026-02-22T09:08:04.5659850Z >>>>> 2/22/2026 9:08:04 AM Log types: 2026-02-22T09:08:05.6608510Z Failed VerifyTextWhenReturmCommandAndReturnCommandParameter [18 s] 2026-02-22T09:08:05.6609330Z Error Message: 2026-02-22T09:08:05.6609980Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:08:05.6610480Z Stack Trace: 2026-02-22T09:08:05.6611020Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:08:05.6624290Z 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 2742 2026-02-22T09:08:05.6625540Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:08:05.6626840Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenReturmCommandAndReturnCommandParameter() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 669 2026-02-22T09:08:05.6627600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:08:05.6628290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:08:05.6628910Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:08:05.6629470Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:08:05.6630020Z 2026-02-22T09:08:05.6630930Z >>>>> 2/22/2026 9:08:05 AM VerifyTextWhenSelectionLengthSetValue Start 2026-02-22T09:08:20.6791680Z >>>>> 2/22/2026 9:08:20 AM VerifyTextWhenSelectionLengthSetValue Stop 2026-02-22T09:08:27.6551520Z >>>>> 2/22/2026 9:08:27 AM Log types: 2026-02-22T09:08:38.5023350Z Failed VerifyTextWhenSelectionLengthSetValue [32 s] 2026-02-22T09:08:38.5024200Z Error Message: 2026-02-22T09:08:38.5025060Z System.TimeoutException : An Appium command did not complete within 9.240517s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:08:38.5045470Z Stack Trace: 2026-02-22T09:08:38.5046350Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:08:38.5047410Z 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 2742 2026-02-22T09:08:38.5049090Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:08:38.5050280Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenSelectionLengthSetValue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 549 2026-02-22T09:08:38.5051490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:08:38.5052440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:08:38.5053290Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:08:38.5054390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:08:38.5054690Z 2026-02-22T09:08:38.5055730Z >>>>> 2/22/2026 9:08:38 AM VerifyTextWhenTextColorSetCorrectly Start 2026-02-22T09:08:53.5164400Z >>>>> 2/22/2026 9:08:53 AM VerifyTextWhenTextColorSetCorrectly Stop 2026-02-22T09:09:28.6228480Z >>>>> 2/22/2026 9:09:28 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:10:25.6120880Z >>>>> 2/22/2026 9:10:25 AM FixtureSetup for VerifyTextWhenTextColorSetCorrectly 2026-02-22T09:10:51.6572270Z >>>>> 2/22/2026 9:10:51 AM Log types: 2026-02-22T09:10:52.6264860Z Failed VerifyTextWhenTextColorSetCorrectly [2 m 14 s] 2026-02-22T09:10:52.6398210Z Error Message: 2026-02-22T09:10:52.6978600Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:10:52.6982680Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:10:52.6987160Z Stack Trace: 2026-02-22T09:10:52.6989350Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T09:10:52.6992630Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:10:52.6996710Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:10:52.7030320Z 2026-02-22T09:10:52.7032470Z --TearDown 2026-02-22T09:10:52.7035000Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T09:10:52.7037340Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:10:52.7052510Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:10:52.7054290Z 2026-02-22T09:10:52.7057040Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T09:10:52.7059060Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:10:52.7061160Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T09:10:52.7062520Z 2026-02-22T09:10:52.7063720Z 2026-02-22T09:10:52.7065230Z Standard Error Messages: 2026-02-22T09:10:52.7067220Z >>>>> 2/22/2026 9:09:28 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:10:52.7068560Z 2026-02-22T09:10:52.7071710Z >>>>> 2/22/2026 9:10:52 AM VerifyTextWhenTextTransFormSet Start 2026-02-22T09:11:38.5124230Z >>>>> 2/22/2026 9:11:38 AM VerifyTextWhenTextTransFormSet Stop 2026-02-22T09:11:58.6222650Z >>>>> 2/22/2026 9:11:58 AM Log types: 2026-02-22T09:12:00.2661470Z Failed VerifyTextWhenTextTransFormSet [1 m 7 s] 2026-02-22T09:12:00.2699740Z Error Message: 2026-02-22T09:12:00.2702660Z System.TimeoutException : An Appium command did not complete within 15s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:12:00.2706590Z Stack Trace: 2026-02-22T09:12:00.2708100Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:12:00.2710050Z 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 2729 2026-02-22T09:12:00.2711520Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:12:00.2713270Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyTextWhenTextTransFormSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 848 2026-02-22T09:12:00.2714910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:12:00.2731410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:12:00.2733270Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:12:00.2733910Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:12:00.2735090Z 2026-02-22T09:12:00.2737310Z >>>>> 2/22/2026 9:12:00 AM VerifyVerticalTextAlignmentBasedOnCharacterSpacing Start 2026-02-22T09:12:17.1910470Z >>>>> 2/22/2026 9:12:17 AM VerifyVerticalTextAlignmentBasedOnCharacterSpacing Stop 2026-02-22T09:12:17.4696680Z >>>>> 2/22/2026 9:12:17 AM Log types: 2026-02-22T09:12:32.5211430Z >>>>> 2/22/2026 9:12:32 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:12:33.2776740Z Failed VerifyVerticalTextAlignmentBasedOnCharacterSpacing [32 s] 2026-02-22T09:12:33.2778170Z Error Message: 2026-02-22T09:12:33.2778710Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:12:33.2779240Z Stack Trace: 2026-02-22T09:12:33.2779760Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:12:33.2780510Z 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 2742 2026-02-22T09:12:33.2782000Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:12:33.2782850Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyVerticalTextAlignmentBasedOnCharacterSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 283 2026-02-22T09:12:33.2783630Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:12:33.2784330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:12:33.2784930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:12:33.2785530Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:12:33.2785800Z 2026-02-22T09:12:33.2786120Z Standard Error Messages: 2026-02-22T09:12:33.2786940Z >>>>> 2/22/2026 9:12:32 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:12:33.2787170Z 2026-02-22T09:13:14.6306600Z >>>>> 2/22/2026 9:13:14 AM FixtureSetup for Bugzilla36559(Mac) 2026-02-22T09:13:14.7181510Z >>>>> 2/22/2026 9:13:14 AM Bugzilla36559Test Start 2026-02-22T09:13:16.4613330Z >>>>> 2/22/2026 9:13:16 AM Bugzilla36559Test Stop 2026-02-22T09:13:17.7102770Z Passed Bugzilla36559Test [1 s] 2026-02-22T09:13:54.0790630Z >>>>> 2/22/2026 9:13:54 AM FixtureSetup for Bugzilla39702(Mac) 2026-02-22T09:13:54.1613340Z >>>>> 2/22/2026 9:13:54 AM ControlCanBeFocusedByUnfocusedEvent Start 2026-02-22T09:14:11.2985060Z >>>>> 2/22/2026 9:14:11 AM ControlCanBeFocusedByUnfocusedEvent Stop 2026-02-22T09:14:12.1777690Z Passed ControlCanBeFocusedByUnfocusedEvent [17 s] 2026-02-22T09:14:24.9613070Z >>>>> 2/22/2026 9:14:24 AM FixtureSetup for Bugzilla59925(Mac) 2026-02-22T09:14:25.0578030Z >>>>> 2/22/2026 9:14:25 AM Bugzilla59925Test Start 2026-02-22T09:15:16.1583940Z >>>>> 2/22/2026 9:15:16 AM Bugzilla59925Test Stop 2026-02-22T09:15:25.6725720Z >>>>> 2/22/2026 9:15:25 AM Log types: 2026-02-22T09:15:40.7483710Z >>>>> 2/22/2026 9:15:40 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:15:41.5794450Z Failed Bugzilla59925Test [1 m 15 s] 2026-02-22T09:15:41.5795340Z Error Message: 2026-02-22T09:15:41.5795960Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:15:41.5797110Z Stack Trace: 2026-02-22T09:15:41.5798210Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:15:41.5798920Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-02-22T09:15:41.5799670Z at Microsoft.Maui.TestCases.Tests.Issues.Bugzilla59925.Bugzilla59925Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59925.cs:line 34 2026-02-22T09:15:41.5800390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:15:41.5801120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:15:41.5801750Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:15:41.5802790Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:15:41.5803100Z 2026-02-22T09:15:41.5803410Z Standard Error Messages: 2026-02-22T09:15:41.5804270Z >>>>> 2/22/2026 9:15:40 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:15:41.5804540Z 2026-02-22T09:17:14.0353300Z >>>>> 2/22/2026 9:17:14 AM FixtureSetup for Issue12213(Mac) 2026-02-22T09:17:14.1295520Z >>>>> 2/22/2026 9:17:14 AM TapGestureRecognizerNotWorkingOnEntry Start 2026-02-22T09:17:59.9120850Z >>>>> 2/22/2026 9:17:59 AM TapGestureRecognizerNotWorkingOnEntry Stop 2026-02-22T09:18:34.9554410Z >>>>> 2/22/2026 9:18:34 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:19:55.2539410Z >>>>> 2/22/2026 9:19:55 AM FixtureSetup for TapGestureRecognizerNotWorkingOnEntry 2026-02-22T09:19:55.3691010Z >>>>> 2/22/2026 9:19:55 AM Log types: 2026-02-22T09:19:57.6918980Z Failed TapGestureRecognizerNotWorkingOnEntry [2 m 42 s] 2026-02-22T09:19:57.6920580Z Error Message: 2026-02-22T09:19:57.6923750Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:19:57.6925360Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:19:57.6926550Z Stack Trace: 2026-02-22T09:19:57.6927810Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T09:19:57.6929150Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:19:57.6929760Z 2026-02-22T09:19:57.6930310Z --TearDown 2026-02-22T09:19:57.6930780Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T09:19:57.6931450Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:19:57.6931720Z 2026-02-22T09:19:57.6932160Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T09:19:57.6932720Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T09:19:57.6932990Z 2026-02-22T09:19:57.6933090Z 2026-02-22T09:19:57.6933420Z Standard Error Messages: 2026-02-22T09:19:57.6934120Z >>>>> 2/22/2026 9:18:34 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T09:19:57.6934380Z 2026-02-22T09:20:18.7933370Z >>>>> 2/22/2026 9:20:18 AM FixtureSetup for Issue12246(Mac) 2026-02-22T09:20:18.8726750Z >>>>> 2/22/2026 9:20:18 AM UnfocusingPasswordDoesNotHang Start 2026-02-22T09:20:33.9179770Z >>>>> 2/22/2026 9:20:33 AM UnfocusingPasswordDoesNotHang Stop 2026-02-22T09:20:44.4485620Z >>>>> 2/22/2026 9:20:44 AM Log types: 2026-02-22T09:20:53.3739720Z Failed UnfocusingPasswordDoesNotHang [34 s] 2026-02-22T09:20:53.3741250Z Error Message: 2026-02-22T09:20:53.3742940Z System.TimeoutException : An Appium command did not complete within 15s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:20:53.3743540Z Stack Trace: 2026-02-22T09:20:53.3744210Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:20:53.3744970Z 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 2729 2026-02-22T09:20:53.3745890Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:20:53.3747450Z at Microsoft.Maui.TestCases.Tests.Issues.Issue12246.UnfocusingPasswordDoesNotHang() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/Issue12246.cs:line 24 2026-02-22T09:20:53.3748160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:20:53.3748890Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:20:53.3749650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:20:53.3750250Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:20:53.3750570Z 2026-02-22T09:21:33.1155030Z >>>>> 2/22/2026 9:21:33 AM FixtureSetup for Issue15196(Mac) 2026-02-22T09:21:33.2005910Z >>>>> 2/22/2026 9:21:33 AM NestedEntryViewInFrameShouldNotCrash Start 2026-02-22T09:21:38.1820470Z >>>>> 2/22/2026 9:21:38 AM NestedEntryViewInFrameShouldNotCrash Stop 2026-02-22T09:21:39.2636940Z Passed NestedEntryViewInFrameShouldNotCrash [4 s] 2026-02-22T09:22:18.3129000Z >>>>> 2/22/2026 9:22:18 AM FixtureSetup for Issue16386(Mac) 2026-02-22T09:22:18.3877930Z >>>>> 2/22/2026 9:22:18 AM HittingEnterKeySendsDone Start 2026-02-22T09:23:07.6157520Z >>>>> 2/22/2026 9:23:07 AM HittingEnterKeySendsDone Stop 2026-02-22T09:23:07.8982290Z Passed HittingEnterKeySendsDone [49 s] 2026-02-22T09:23:54.0978560Z >>>>> 2/22/2026 9:23:54 AM FixtureSetup for Issue1667(Mac) 2026-02-22T09:23:54.1849420Z TestCursorColorOniOS: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-22T09:23:54.1851050Z >>>>> 2/22/2026 9:23:54 AM TestCursorPositionAndSelection Start 2026-02-22T09:23:55.6779540Z Skipped TestCursorColorOniOS [< 1 ms] 2026-02-22T09:25:25.6896020Z >>>>> 2/22/2026 9:25:25 AM TestCursorPositionAndSelection Stop 2026-02-22T09:25:27.1812520Z Passed TestCursorPositionAndSelection [1 m 31 s] 2026-02-22T09:26:10.4532460Z >>>>> 2/22/2026 9:26:10 AM FixtureSetup for Issue1683(Mac) 2026-02-22T09:26:10.5533050Z >>>>> 2/22/2026 9:26:10 AM Issue1683Test Start 2026-02-22T09:26:25.5796700Z >>>>> 2/22/2026 9:26:25 AM Issue1683Test Stop 2026-02-22T09:26:33.4289710Z >>>>> 2/22/2026 9:26:33 AM Log types: 2026-02-22T09:26:34.5565630Z Failed Issue1683Test [23 s] 2026-02-22T09:26:34.5566340Z Error Message: 2026-02-22T09:26:34.5567040Z System.TimeoutException : An Appium command did not complete within 15s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:26:34.5567750Z Stack Trace: 2026-02-22T09:26:34.5568440Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:26:34.5570110Z 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 2729 2026-02-22T09:26:34.5571530Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:26:34.5572600Z at Microsoft.Maui.TestCases.Tests.Issues.Issue1683.Issue1683Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue1683.cs:line 19 2026-02-22T09:26:34.5573630Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:26:34.5574760Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:26:34.5575850Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:26:34.5576420Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:26:34.5576730Z 2026-02-22T09:26:58.6118220Z >>>>> 2/22/2026 9:26:58 AM FixtureSetup for Issue1685(Mac) 2026-02-22T09:26:58.6975380Z >>>>> 2/22/2026 9:26:58 AM EntryOneWayBindingShouldUpdate Start 2026-02-22T09:27:02.8487790Z >>>>> 2/22/2026 9:27:02 AM EntryOneWayBindingShouldUpdate Stop 2026-02-22T09:27:03.2324600Z Passed EntryOneWayBindingShouldUpdate [4 s] 2026-02-22T09:27:42.5898690Z >>>>> 2/22/2026 9:27:42 AM FixtureSetup for Issue17105(Mac) 2026-02-22T09:27:42.8058380Z >>>>> 2/22/2026 9:27:42 AM HidePasswordHint Start 2026-02-22T09:28:09.3095770Z >>>>> 2/22/2026 9:28:09 AM HidePasswordHint Stop 2026-02-22T09:28:09.3272440Z >>>>> 2/22/2026 9:28:09 AM Log types: 2026-02-22T09:28:09.8298740Z Failed HidePasswordHint [26 s] 2026-02-22T09:28:09.8299270Z Error Message: 2026-02-22T09:28:09.8299720Z VisualTestUtils.VisualTestFailedException : 2026-02-22T09:28:09.8300810Z Snapshot different than baseline: HidePasswordHint.png (86.44% difference) 2026-02-22T09:28:09.8301460Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T09:28:09.8301980Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T09:28:09.8302170Z 2026-02-22T09:28:09.8302510Z More info: https://aka.ms/visual-test-workflow 2026-02-22T09:28:09.8302870Z 2026-02-22T09:28:09.8303180Z Stack Trace: 2026-02-22T09:28:09.8303750Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T09:28:09.8304640Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T09:28:09.8305560Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T09:28:09.8306950Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T09:28:09.8308060Z at Microsoft.Maui.TestCases.Tests.Issues.Issue17105.HidePasswordHint() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue17105.cs:line 22 2026-02-22T09:28:09.8308880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:28:09.8310400Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:28:09.8311020Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:28:09.8311590Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:28:09.8311900Z 2026-02-22T09:29:17.4053760Z >>>>> 2/22/2026 9:29:17 AM EntryClearButtonWorks Start 2026-02-22T09:29:17.4072630Z >>>>> 2/22/2026 9:29:17 AM FixtureSetup for EntryClearButtonWorks 2026-02-22T09:29:32.6464900Z >>>>> 2/22/2026 9:29:32 AM EntryClearButtonWorks Stop 2026-02-22T09:29:45.7835280Z >>>>> 2/22/2026 9:29:45 AM Log types: 2026-02-22T09:29:52.6096500Z Failed EntryClearButtonWorks [35 s] 2026-02-22T09:29:52.6143660Z Error Message: 2026-02-22T09:29:52.6172470Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:29:52.6203310Z Stack Trace: 2026-02-22T09:29:52.6220090Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:29:52.6263030Z 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 2729 2026-02-22T09:29:52.6794280Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:29:52.6858470Z at Microsoft.Maui.TestCases.Tests.Issues.Issue17453.EntryClearButtonWorks() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue17453.cs:line 47 2026-02-22T09:29:52.6877040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:29:52.6880510Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:29:52.6883190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:29:52.6918640Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:29:52.6924200Z 2026-02-22T09:29:52.6929170Z >>>>> 2/22/2026 9:29:52 AM EntryClearButtonWorksEntryDoesntClearWhenNotClickingOnClear Start 2026-02-22T09:29:52.6932950Z >>>>> 2/22/2026 9:29:52 AM FixtureSetup for EntryClearButtonWorksEntryDoesntClearWhenNotClickingOnClear 2026-02-22T09:32:15.5697530Z >>>>> 2/22/2026 9:32:15 AM EntryClearButtonWorksEntryDoesntClearWhenNotClickingOnClear Stop 2026-02-22T09:33:31.2250740Z Passed EntryClearButtonWorksEntryDoesntClearWhenNotClickingOnClear [3 m 38 s] 2026-02-22T09:33:31.2277340Z >>>>> 2/22/2026 9:33:31 AM EntryWithMarginClearButtonWorks Start 2026-02-22T09:33:31.2301080Z >>>>> 2/22/2026 9:33:31 AM FixtureSetup for EntryWithMarginClearButtonWorks 2026-02-22T09:33:46.3247240Z >>>>> 2/22/2026 9:33:46 AM EntryWithMarginClearButtonWorks Stop 2026-02-22T09:34:00.2463050Z >>>>> 2/22/2026 9:34:00 AM Log types: 2026-02-22T09:34:15.2548210Z >>>>> 2/22/2026 9:34:15 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:34:59.7461270Z Failed EntryWithMarginClearButtonWorks [1 m 28 s] 2026-02-22T09:34:59.7462260Z Error Message: 2026-02-22T09:34:59.7462970Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:34:59.7464260Z Stack Trace: 2026-02-22T09:34:59.7464770Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:34:59.7465540Z 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 2729 2026-02-22T09:34:59.7466580Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:34:59.7467390Z at Microsoft.Maui.TestCases.Tests.Issues.Issue17453.EntryWithMarginClearButtonWorks() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue17453.cs:line 75 2026-02-22T09:34:59.7468480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:34:59.7469160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:34:59.7469760Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:34:59.7470490Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:34:59.7470800Z 2026-02-22T09:34:59.7471130Z Standard Error Messages: 2026-02-22T09:34:59.7472080Z >>>>> 2/22/2026 9:34:15 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:34:59.7472520Z 2026-02-22T09:35:32.2728090Z >>>>> 2/22/2026 9:35:32 AM FixtureSetup for Issue18092(Mac) 2026-02-22T09:35:32.3354050Z >>>>> 2/22/2026 9:35:32 AM EntryHeight Start 2026-02-22T09:36:33.1495460Z >>>>> 2/22/2026 9:36:33 AM EntryHeight Stop 2026-02-22T09:36:33.8714330Z Passed EntryHeight [1 m] 2026-02-22T09:37:53.1080900Z >>>>> 2/22/2026 9:37:53 AM FixtureSetup for Issue18443(Mac) 2026-02-22T09:37:53.1949950Z >>>>> 2/22/2026 9:37:53 AM EntrySelectionLengthRuntimeUpdate Start 2026-02-22T09:39:05.1658470Z >>>>> 2/22/2026 9:39:05 AM EntrySelectionLengthRuntimeUpdate Stop 2026-02-22T09:39:05.1763870Z >>>>> 2/22/2026 9:39:05 AM Log types: 2026-02-22T09:39:20.2355840Z >>>>> 2/22/2026 9:39:20 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:39:21.6915460Z Failed EntrySelectionLengthRuntimeUpdate [1 m 27 s] 2026-02-22T09:39:21.6916020Z Error Message: 2026-02-22T09:39:21.6916380Z VisualTestUtils.VisualTestFailedException : 2026-02-22T09:39:21.6916840Z Snapshot different than baseline: EntrySelectionLengthRuntimeUpdate.png (86.36% difference) 2026-02-22T09:39:21.6917580Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T09:39:21.6918110Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T09:39:21.6918310Z 2026-02-22T09:39:21.6918650Z More info: https://aka.ms/visual-test-workflow 2026-02-22T09:39:21.6918850Z 2026-02-22T09:39:21.6919150Z Stack Trace: 2026-02-22T09:39:21.6919640Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T09:39:21.6920400Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T09:39:21.6921240Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T09:39:21.6922670Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T09:39:21.6923580Z at Microsoft.Maui.TestCases.Tests.Issues.Issue18443.EntrySelectionLengthRuntimeUpdate() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18443.cs:line 26 2026-02-22T09:39:21.6924290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:39:21.6924990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:39:21.6925620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:39:21.6933320Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:39:21.6933630Z 2026-02-22T09:39:21.6933940Z Standard Error Messages: 2026-02-22T09:39:21.6934660Z >>>>> 2/22/2026 9:39:20 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:39:21.6934930Z 2026-02-22T09:40:12.3536060Z >>>>> 2/22/2026 9:40:12 AM FixtureSetup for Issue19152(Mac) 2026-02-22T09:40:12.4477270Z >>>>> 2/22/2026 9:40:12 AM EntryClearButtonColorShouldMatchTextColor Start 2026-02-22T09:41:41.0713280Z >>>>> 2/22/2026 9:41:41 AM EntryClearButtonColorShouldMatchTextColor Stop 2026-02-22T09:41:41.0827820Z >>>>> 2/22/2026 9:41:41 AM Log types: 2026-02-22T09:41:42.4922090Z Failed EntryClearButtonColorShouldMatchTextColor [1 m 28 s] 2026-02-22T09:41:42.4925060Z Error Message: 2026-02-22T09:41:42.4927540Z VisualTestUtils.VisualTestFailedException : 2026-02-22T09:41:42.4930430Z Snapshot different than baseline: EntryClearButtonColorShouldMatchTextColor.png (86.41% difference) 2026-02-22T09:41:42.4931840Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T09:41:42.4933030Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T09:41:42.4934570Z 2026-02-22T09:41:42.4937290Z More info: https://aka.ms/visual-test-workflow 2026-02-22T09:41:42.4938660Z 2026-02-22T09:41:42.4940410Z Stack Trace: 2026-02-22T09:41:42.4943120Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T09:41:42.4945240Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T09:41:42.4947500Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T09:41:42.4949790Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T09:41:42.4951860Z at Microsoft.Maui.TestCases.Tests.Issues.Issue19152.EntryClearButtonColorShouldMatchTextColor() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19152.cs:line 31 2026-02-22T09:41:42.4952740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:41:42.4956330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:41:42.4957850Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:41:42.4959180Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:41:42.4959940Z 2026-02-22T09:42:00.4308710Z >>>>> 2/22/2026 9:42:00 AM FixtureSetup for Issue19509(Mac) 2026-02-22T09:42:00.5220060Z >>>>> 2/22/2026 9:42:00 AM EntryTextColorStopsWorkingAfterPropertyIsUpdatedFromBinding Start 2026-02-22T09:42:16.6879830Z >>>>> 2/22/2026 9:42:16 AM EntryTextColorStopsWorkingAfterPropertyIsUpdatedFromBinding Stop 2026-02-22T09:42:16.6952830Z >>>>> 2/22/2026 9:42:16 AM Log types: 2026-02-22T09:42:17.0412030Z Failed EntryTextColorStopsWorkingAfterPropertyIsUpdatedFromBinding [16 s] 2026-02-22T09:42:17.0607360Z Error Message: 2026-02-22T09:42:17.0609730Z VisualTestUtils.VisualTestFailedException : 2026-02-22T09:42:17.0616340Z Snapshot different than baseline: EntryTextColorStopsWorkingAfterPropertyIsUpdatedFromBinding.png (86.31% difference) 2026-02-22T09:42:17.0617300Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T09:42:17.0619180Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T09:42:17.0628050Z 2026-02-22T09:42:17.0629590Z More info: https://aka.ms/visual-test-workflow 2026-02-22T09:42:17.0630440Z 2026-02-22T09:42:17.0631510Z Stack Trace: 2026-02-22T09:42:17.0632350Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T09:42:17.0633820Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T09:42:17.0634800Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T09:42:17.0635700Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T09:42:17.0636670Z at Microsoft.Maui.TestCases.Tests.Issues.Issue19509.EntryTextColorStopsWorkingAfterPropertyIsUpdatedFromBinding() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19509.cs:line 28 2026-02-22T09:42:17.0637320Z at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() 2026-02-22T09:42:17.0637890Z at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) 2026-02-22T09:42:17.0638420Z at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](Func`1 invoke) 2026-02-22T09:42:17.0638930Z at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) 2026-02-22T09:42:17.0639530Z at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action) 2026-02-22T09:42:17.0639840Z 2026-02-22T09:43:11.7838290Z >>>>> 2/22/2026 9:43:11 AM FixtureSetup for Issue19997(Mac) 2026-02-22T09:43:11.8849210Z >>>>> 2/22/2026 9:43:11 AM EntryClearButtonColorShouldUpdateOnThemeChange Start 2026-02-22T09:43:57.6446080Z >>>>> 2/22/2026 9:43:57 AM EntryClearButtonColorShouldUpdateOnThemeChange Stop 2026-02-22T09:44:20.0678500Z >>>>> 2/22/2026 9:44:20 AM Log types: 2026-02-22T09:44:22.4138520Z Failed EntryClearButtonColorShouldUpdateOnThemeChange [1 m 9 s] 2026-02-22T09:44:22.4139500Z Error Message: 2026-02-22T09:44:22.4140200Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:44:22.4141640Z Stack Trace: 2026-02-22T09:44:22.4142380Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:44:22.4143370Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-02-22T09:44:22.4144370Z at Microsoft.Maui.TestCases.Tests.Issues.Issue19997.EntryClearButtonColorShouldUpdateOnThemeChange() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19997.cs:line 27 2026-02-22T09:44:22.4145430Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:44:22.4146470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:44:22.4148410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:44:22.4149170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:44:22.4149620Z 2026-02-22T09:44:31.9270600Z >>>>> 2/22/2026 9:44:31 AM FixtureSetup for Issue20439(Mac) 2026-02-22T09:44:32.0089930Z >>>>> 2/22/2026 9:44:32 AM ErrorShouldNotBeThrown Start 2026-02-22T09:45:13.7954580Z >>>>> 2/22/2026 9:45:13 AM ErrorShouldNotBeThrown Stop 2026-02-22T09:45:21.2374190Z >>>>> 2/22/2026 9:45:21 AM Log types: 2026-02-22T09:45:22.9999480Z Failed ErrorShouldNotBeThrown [49 s] 2026-02-22T09:45:23.0000390Z Error Message: 2026-02-22T09:45:23.0000900Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:45:23.0001490Z Stack Trace: 2026-02-22T09:45:23.0002030Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:45:23.0002800Z 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 2729 2026-02-22T09:45:23.0003700Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:45:23.0004480Z at Microsoft.Maui.TestCases.Tests.Issues.Issue20439.ErrorShouldNotBeThrown() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue20439.cs:line 22 2026-02-22T09:45:23.0005170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:45:23.0005900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:45:23.0006490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:45:23.0007070Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:45:23.0007370Z 2026-02-22T09:46:18.0129150Z >>>>> 2/22/2026 9:46:18 AM FixtureSetup for Issue23158(Mac) 2026-02-22T09:46:18.1039650Z >>>>> 2/22/2026 9:46:18 AM ValidateEntryClearButtonVisibilityBehavior Start 2026-02-22T09:46:35.2222840Z >>>>> 2/22/2026 9:46:35 AM ValidateEntryClearButtonVisibilityBehavior Stop 2026-02-22T09:46:38.4842000Z >>>>> 2/22/2026 9:46:38 AM Log types: 2026-02-22T09:46:39.1694280Z Failed ValidateEntryClearButtonVisibilityBehavior [20 s] 2026-02-22T09:46:39.1695710Z Error Message: 2026-02-22T09:46:39.1696390Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:46:39.1697050Z Stack Trace: 2026-02-22T09:46:39.1697720Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:46:39.1698520Z 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 2729 2026-02-22T09:46:39.1699380Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T09:46:39.1700200Z at Microsoft.Maui.TestCases.Tests.Issues.Issue23158.ValidateEntryClearButtonVisibilityBehavior() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue23158.cs:line 25 2026-02-22T09:46:39.1701260Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:46:39.1702000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:46:39.1702620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:46:39.1703200Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:46:39.1703480Z 2026-02-22T09:47:12.2102550Z >>>>> 2/22/2026 9:47:12 AM FixtureSetup for Issue24405(Mac) 2026-02-22T09:47:12.2997200Z >>>>> 2/22/2026 9:47:12 AM VerifyEntryHorizontalEndTextAlignmentPosition Start 2026-02-22T09:47:58.8175490Z >>>>> 2/22/2026 9:47:58 AM VerifyEntryHorizontalEndTextAlignmentPosition Stop 2026-02-22T09:47:58.8414650Z >>>>> 2/22/2026 9:47:58 AM Log types: 2026-02-22T09:48:13.8790920Z >>>>> 2/22/2026 9:48:13 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:48:15.2915020Z Failed VerifyEntryHorizontalEndTextAlignmentPosition [1 m 1 s] 2026-02-22T09:48:15.2915720Z Error Message: 2026-02-22T09:48:15.2916380Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T09:48:15.2917030Z Stack Trace: 2026-02-22T09:48:15.2917720Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T09:48:15.2918670Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-02-22T09:48:15.2919900Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24405.VerifyEntryHorizontalEndTextAlignmentPosition() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24405.cs:line 20 2026-02-22T09:48:15.2920650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:48:15.2921370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:48:15.2921980Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:48:15.2922550Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:48:15.2923430Z 2026-02-22T09:48:15.2923750Z Standard Error Messages: 2026-02-22T09:48:15.2924550Z >>>>> 2/22/2026 9:48:13 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:48:15.2924810Z 2026-02-22T09:49:15.5479000Z >>>>> 2/22/2026 9:49:15 AM FixtureSetup for Issue25038(Mac) 2026-02-22T09:49:15.6377250Z >>>>> 2/22/2026 9:49:15 AM VerifyEntryClearButtonVisibility Start 2026-02-22T09:49:45.0817070Z >>>>> 2/22/2026 9:49:45 AM VerifyEntryClearButtonVisibility Stop 2026-02-22T09:49:45.0954710Z >>>>> 2/22/2026 9:49:45 AM Log types: 2026-02-22T09:50:00.1570140Z >>>>> 2/22/2026 9:50:00 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:50:00.6410490Z Failed VerifyEntryClearButtonVisibility [44 s] 2026-02-22T09:50:00.6410970Z Error Message: 2026-02-22T09:50:00.6411720Z VisualTestUtils.VisualTestFailedException : 2026-02-22T09:50:00.6412220Z Snapshot different than baseline: VerifyEntryClearButtonVisibility.png (86.41% difference) 2026-02-22T09:50:00.6413260Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T09:50:00.6413800Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T09:50:00.6413990Z 2026-02-22T09:50:00.6414320Z More info: https://aka.ms/visual-test-workflow 2026-02-22T09:50:00.6414510Z 2026-02-22T09:50:00.6414800Z Stack Trace: 2026-02-22T09:50:00.6415270Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T09:50:00.6416040Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T09:50:00.6416900Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T09:50:00.6417780Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T09:50:00.6418680Z at Microsoft.Maui.TestCases.Tests.Issues.Issue25038.VerifyEntryClearButtonVisibility() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25038.cs:line 21 2026-02-22T09:50:00.6419390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:50:00.6420080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:50:00.6420720Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:50:00.6421280Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:50:00.6421590Z 2026-02-22T09:50:00.6421890Z Standard Error Messages: 2026-02-22T09:50:00.6422670Z >>>>> 2/22/2026 9:50:00 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T09:50:00.6422900Z 2026-02-22T09:50:49.9276680Z >>>>> 2/22/2026 9:50:49 AM FixtureSetup for Issue25473(Mac) 2026-02-22T09:50:50.0320480Z >>>>> 2/22/2026 9:50:50 AM VerifyEntryClearButtonVisibilitySetToNever Start 2026-02-22T09:53:22.4076720Z >>>>> 2/22/2026 9:53:22 AM VerifyEntryClearButtonVisibilitySetToNever Stop 2026-02-22T09:53:22.4176340Z >>>>> 2/22/2026 9:53:22 AM Log types: 2026-02-22T09:53:22.7681140Z Failed VerifyEntryClearButtonVisibilitySetToNever [2 m 32 s] 2026-02-22T09:53:22.7688870Z Error Message: 2026-02-22T09:53:22.7693220Z VisualTestUtils.VisualTestFailedException : 2026-02-22T09:53:22.7694510Z Snapshot different than baseline: VerifyEntryClearButtonVisibilitySetToNever.png (86.47% difference) 2026-02-22T09:53:22.7695120Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T09:53:22.7695680Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T09:53:22.7696500Z 2026-02-22T09:53:22.7697920Z More info: https://aka.ms/visual-test-workflow 2026-02-22T09:53:22.7698210Z 2026-02-22T09:53:22.7699180Z Stack Trace: 2026-02-22T09:53:22.7699740Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T09:53:22.7700510Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T09:53:22.7701650Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T09:53:22.7716200Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T09:53:22.7717240Z at Microsoft.Maui.TestCases.Tests.Issues.Issue25473.VerifyEntryClearButtonVisibilitySetToNever() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs:line 57 2026-02-22T09:53:22.7718010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:53:22.7718720Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:53:22.7719410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:53:22.7720030Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:53:22.7720370Z 2026-02-22T09:53:22.7721250Z >>>>> 2/22/2026 9:53:22 AM VerifyEntryClearButtonVisibilitySetToWhileEditing Start 2026-02-22T09:58:17.3159100Z >>>>> 2/22/2026 9:58:17 AM VerifyEntryClearButtonVisibilitySetToWhileEditing Stop 2026-02-22T09:58:17.3258770Z >>>>> 2/22/2026 9:58:17 AM Log types: 2026-02-22T09:58:18.3245800Z Failed VerifyEntryClearButtonVisibilitySetToWhileEditing [4 m 54 s] 2026-02-22T09:58:18.3246340Z Error Message: 2026-02-22T09:58:18.3246700Z VisualTestUtils.VisualTestFailedException : 2026-02-22T09:58:18.3247180Z Snapshot different than baseline: VerifyEntryClearButtonVisibilitySetToWhileEditing.png (86.45% difference) 2026-02-22T09:58:18.3247820Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T09:58:18.3248300Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T09:58:18.3248530Z 2026-02-22T09:58:18.3248860Z More info: https://aka.ms/visual-test-workflow 2026-02-22T09:58:18.3249020Z 2026-02-22T09:58:18.3249320Z Stack Trace: 2026-02-22T09:58:18.3250020Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T09:58:18.3250780Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T09:58:18.3251590Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T09:58:18.3252980Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T09:58:18.3253870Z at Microsoft.Maui.TestCases.Tests.Issues.Issue25473.VerifyEntryClearButtonVisibilitySetToWhileEditing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25473.cs:line 34 2026-02-22T09:58:18.3254600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:58:18.3255320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T09:58:18.3255930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T09:58:18.3264070Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T09:58:18.3264390Z 2026-02-22T09:58:59.9196390Z >>>>> 2/22/2026 9:58:59 AM FixtureSetup for Issue25829(Mac) 2026-02-22T09:59:00.0954930Z >>>>> 2/22/2026 9:59:00 AM ScrollViewStartsOccasionallyStartsAtTheFirstEntry Start 2026-02-22T09:59:26.6511520Z >>>>> 2/22/2026 9:59:26 AM ScrollViewStartsOccasionallyStartsAtTheFirstEntry Stop 2026-02-22T09:59:27.1665780Z Passed ScrollViewStartsOccasionallyStartsAtTheFirstEntry [26 s] 2026-02-22T10:00:14.9095190Z >>>>> 2/22/2026 10:00:14 AM FixtureSetup for Issue27992(Mac) 2026-02-22T10:00:14.9947250Z >>>>> 2/22/2026 10:00:14 AM EntryCompletedShouldOnlyFireOnce Start 2026-02-22T10:01:14.9301370Z >>>>> 2/22/2026 10:01:14 AM EntryCompletedShouldOnlyFireOnce Stop 2026-02-22T10:01:14.9876900Z Passed EntryCompletedShouldOnlyFireOnce [59 s] 2026-02-22T10:02:08.9284310Z >>>>> 2/22/2026 10:02:08 AM FixtureSetup for Issue3012(Mac) 2026-02-22T10:02:09.0101780Z >>>>> 2/22/2026 10:02:09 AM Issue3012Test Start 2026-02-22T10:03:24.9429340Z >>>>> 2/22/2026 10:03:24 AM Issue3012Test Stop 2026-02-22T10:03:25.5099740Z Passed Issue3012Test [1 m 15 s] 2026-02-22T10:03:58.6471610Z >>>>> 2/22/2026 10:03:58 AM FixtureSetup for Issue31889(Mac) 2026-02-22T10:03:58.7257050Z >>>>> 2/22/2026 10:03:58 AM EntryAndEditorTextColorAppThemeBindingUpdatesOnThemeChange Start 2026-02-22T10:04:50.6039390Z >>>>> 2/22/2026 10:04:50 AM EntryAndEditorTextColorAppThemeBindingUpdatesOnThemeChange Stop 2026-02-22T10:04:50.6157130Z >>>>> 2/22/2026 10:04:50 AM Log types: 2026-02-22T10:04:50.9499080Z Failed EntryAndEditorTextColorAppThemeBindingUpdatesOnThemeChange [52 s] 2026-02-22T10:04:50.9504890Z Error Message: 2026-02-22T10:04:50.9506430Z VisualTestUtils.VisualTestFailedException : 2026-02-22T10:04:50.9507860Z Snapshot different than baseline: EntryAndEditorTextColorAppThemeBindingUpdatesOnDarkTheme.png (2.57% difference) 2026-02-22T10:04:50.9510320Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-22T10:04:50.9510970Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-22T10:04:50.9512110Z 2026-02-22T10:04:50.9514550Z More info: https://aka.ms/visual-test-workflow 2026-02-22T10:04:50.9514780Z 2026-02-22T10:04:50.9516050Z Stack Trace: 2026-02-22T10:04:50.9517140Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-22T10:04:50.9518870Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-22T10:04:50.9519990Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-02-22T10:04:50.9522330Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-02-22T10:04:50.9523390Z at Microsoft.Maui.TestCases.Tests.Issues.Issue31889.EntryAndEditorTextColorAppThemeBindingUpdatesOnThemeChange() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue31889.cs:line 29 2026-02-22T10:04:50.9524310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:04:50.9525480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:04:50.9526410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:04:50.9527140Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:04:50.9527680Z 2026-02-22T10:04:50.9528490Z >>>>> 2/22/2026 10:04:50 AM EntryAndEditorPlaceholderTextColorAppThemeBindingUpdatesOnThemeChange Start 2026-02-22T10:07:56.3745260Z >>>>> 2/22/2026 10:07:56 AM EntryAndEditorPlaceholderTextColorAppThemeBindingUpdatesOnThemeChange Stop 2026-02-22T10:07:59.2373040Z >>>>> 2/22/2026 10:07:59 AM Log types: 2026-02-22T10:08:14.9522100Z Failed EntryAndEditorPlaceholderTextColorAppThemeBindingUpdatesOnThemeChange [3 m 22 s] 2026-02-22T10:08:14.9523500Z Error Message: 2026-02-22T10:08:14.9524230Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:08:14.9525490Z Stack Trace: 2026-02-22T10:08:14.9526110Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:08:14.9527020Z 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 2729 2026-02-22T10:08:14.9527890Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T10:08:14.9528780Z at Microsoft.Maui.TestCases.Tests.Issues.Issue31889.EntryAndEditorPlaceholderTextColorAppThemeBindingUpdatesOnThemeChange() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue31889.cs:line 54 2026-02-22T10:08:14.9529550Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:08:14.9530240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:08:14.9530850Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:08:14.9531420Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:08:14.9531690Z 2026-02-22T10:08:33.9763010Z >>>>> 2/22/2026 10:08:33 AM FixtureSetup for Issue32885(Mac) 2026-02-22T10:08:34.0785790Z >>>>> 2/22/2026 10:08:34 AM EntryTextColorTogglesBetweenGreenAndNull Start 2026-02-22T10:09:22.3982020Z >>>>> 2/22/2026 10:09:22 AM EntryTextColorTogglesBetweenGreenAndNull Stop 2026-02-22T10:09:48.7034430Z >>>>> 2/22/2026 10:09:48 AM Log types: 2026-02-22T10:09:49.1249300Z Failed EntryTextColorTogglesBetweenGreenAndNull [1 m 15 s] 2026-02-22T10:09:49.1254950Z Error Message: 2026-02-22T10:09:49.1261870Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:09:49.1265590Z Stack Trace: 2026-02-22T10:09:49.1273440Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:09:49.1287080Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-02-22T10:09:49.1297060Z at Microsoft.Maui.TestCases.Tests.Issues.Issue32885.EntryTextColorTogglesBetweenGreenAndNull() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue32885.cs:line 21 2026-02-22T10:09:49.2161560Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:09:49.2164510Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:09:49.2169840Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:09:49.2176520Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:09:49.2178900Z 2026-02-22T10:10:20.2007190Z >>>>> 2/22/2026 10:10:20 AM FixtureSetup for Issue3385(Mac) 2026-02-22T10:10:20.2960150Z >>>>> 2/22/2026 10:10:20 AM Issue3385Test Start 2026-02-22T10:11:04.5837640Z >>>>> 2/22/2026 10:11:04 AM Issue3385Test Stop 2026-02-22T10:11:05.2841740Z Passed Issue3385Test [44 s] 2026-02-22T10:12:04.5284630Z >>>>> 2/22/2026 10:12:04 AM FixtureSetup for Issue5376(Mac) 2026-02-22T10:12:04.6277970Z >>>>> 2/22/2026 10:12:04 AM Issue5376Test Start 2026-02-22T10:12:19.6478070Z >>>>> 2/22/2026 10:12:19 AM Issue5376Test Stop 2026-02-22T10:12:39.6773610Z >>>>> 2/22/2026 10:12:39 AM Log types: 2026-02-22T10:12:54.7478900Z >>>>> 2/22/2026 10:12:54 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:12:55.6234190Z Failed Issue5376Test [50 s] 2026-02-22T10:12:55.6234790Z Error Message: 2026-02-22T10:12:55.6235510Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:12:55.6236240Z Stack Trace: 2026-02-22T10:12:55.6237120Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:12:55.6238810Z 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 2729 2026-02-22T10:12:55.6240070Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T10:12:55.6241130Z at Microsoft.Maui.TestCases.Tests.Issues.Issue5376.Issue5376Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue5376.cs:line 19 2026-02-22T10:12:55.6242280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:12:55.6243290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:12:55.6244140Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:12:55.6245610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:12:55.6246040Z 2026-02-22T10:12:55.6246460Z Standard Error Messages: 2026-02-22T10:12:55.6247460Z >>>>> 2/22/2026 10:12:54 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:12:55.6247810Z 2026-02-22T10:14:32.5125960Z >>>>> 2/22/2026 10:14:32 AM FixtureSetup for Issue5924(Mac) 2026-02-22T10:14:32.6062510Z >>>>> 2/22/2026 10:14:32 AM TableViewViewCellVanishesAfterContentIsUpdated Start 2026-02-22T10:16:28.3401650Z >>>>> 2/22/2026 10:16:28 AM TableViewViewCellVanishesAfterContentIsUpdated Stop 2026-02-22T10:16:29.6379850Z Passed TableViewViewCellVanishesAfterContentIsUpdated [1 m 55 s] 2026-02-22T10:17:54.6036380Z >>>>> 2/22/2026 10:17:54 AM FixtureSetup for Issue852(Mac) 2026-02-22T10:17:54.6862400Z >>>>> 2/22/2026 10:17:54 AM Issue852TestsEntriesClickable Start 2026-02-22T10:18:10.7686950Z >>>>> 2/22/2026 10:18:10 AM Issue852TestsEntriesClickable Stop 2026-02-22T10:18:13.4840410Z >>>>> 2/22/2026 10:18:13 AM Log types: 2026-02-22T10:18:14.2512260Z Failed Issue852TestsEntriesClickable [19 s] 2026-02-22T10:18:14.2512870Z Error Message: 2026-02-22T10:18:14.2513400Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:18:14.2513940Z Stack Trace: 2026-02-22T10:18:14.2514470Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:18:14.2515250Z 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 2729 2026-02-22T10:18:14.2516200Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 795 2026-02-22T10:18:14.2517090Z at Microsoft.Maui.TestCases.Tests.Issues.Issue852.Issue852TestsEntriesClickable() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue852.cs:line 25 2026-02-22T10:18:14.2518010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:18:14.2519030Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:18:14.2519880Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:18:14.2520670Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:18:14.2521120Z 2026-02-22T10:19:44.0523030Z >>>>> 2/22/2026 10:19:44 AM FixtureSetup for SoftInputExtensionsPageTests(Mac) 2026-02-22T10:19:44.1498410Z >>>>> 2/22/2026 10:19:44 AM SoftInputExtensionsPageTest Start 2026-02-22T10:20:30.1885880Z >>>>> 2/22/2026 10:20:30 AM SoftInputExtensionsPageTest Stop 2026-02-22T10:20:54.1145570Z >>>>> 2/22/2026 10:20:54 AM Log types: 2026-02-22T10:21:09.2543870Z >>>>> 2/22/2026 10:21:09 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:21:09.6463880Z Failed SoftInputExtensionsPageTest [1 m 25 s] 2026-02-22T10:21:09.6465290Z Error Message: 2026-02-22T10:21:09.6466560Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:21:09.6467110Z Stack Trace: 2026-02-22T10:21:09.6467610Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:21:09.6469050Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-02-22T10:21:09.6469780Z at Microsoft.Maui.TestCases.Tests.Issues.SoftInputExtensionsPageTests.SoftInputExtensionsPageTest() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/SoftInputExtensionsPageTests.cs:line 20 2026-02-22T10:21:09.6470610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:21:09.6471350Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:21:09.6471960Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:21:09.6472870Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:21:09.6473180Z 2026-02-22T10:21:09.6473560Z Standard Error Messages: 2026-02-22T10:21:09.6474330Z >>>>> 2/22/2026 10:21:09 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:21:09.6474590Z 2026-02-22T10:21:24.2687230Z NUnit Adapter 4.5.0.0: Test execution complete 2026-02-22T10:21:24.4798820Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Entry.trx 2026-02-22T10:21:24.4803880Z 2026-02-22T10:21:24.4900530Z Test Run Failed. 2026-02-22T10:21:24.4902940Z Total tests: 95 2026-02-22T10:21:24.4903590Z Passed: 34 2026-02-22T10:21:24.4904070Z Failed: 60 2026-02-22T10:21:24.4904480Z Skipped: 1 2026-02-22T10:21:24.4968650Z Total time: 2.0501 Hours 2026-02-22T10:21:24.7316420Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Entry.trx 2026-02-22T10:21:24.7407820Z An error occurred when executing task 'uitest'. 2026-02-22T10:21:24.7516100Z Completed in 02:07:51.8522547 2026-02-22T10:21:24.8117130Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-02-22T10:21:24.8118840Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-02-22T10:21:24.8120620Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-02-22T10:21:24.8122390Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-02-22T10:21:24.8124160Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-02-22T10:21:24.8126080Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-02-22T10:21:24.8127970Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-02-22T10:21:24.8133380Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-02-22T10:21:24.8137040Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-02-22T10:21:24.8139270Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-02-22T10:21:24.8140800Z at Submission#0.<>b__0_24() 2026-02-22T10:21:24.8141570Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-02-22T10:21:24.8142600Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-02-22T10:21:24.8143570Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-02-22T10:21:24.8144470Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-02-22T10:21:24.8145650Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-02-22T10:21:24.8147270Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-02-22T10:21:24.8148360Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-02-22T10:21:24.8149300Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-02-22T10:21:24.8150160Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-02-22T10:21:24.8151180Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-02-22T10:21:24.8151920Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-02-22T10:21:24.8152530Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-02-22T10:21:24.8153130Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-02-22T10:21:24.8153670Z at Submission#0.<>d__0.MoveNext() 2026-02-22T10:21:24.8154060Z --- End of stack trace from previous location --- 2026-02-22T10:21:24.8154780Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-22T10:21:24.8155730Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-22T10:21:24.8156510Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-02-22T10:21:24.8157210Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-02-22T10:21:24.8157960Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-02-22T10:21:24.8158980Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-02-22T10:21:24.8159690Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-02-22T10:21:25.2768990Z 2026-02-22T10:21:25.2962110Z ##[error]PowerShell exited with code '1'. 2026-02-22T10:21:25.3114480Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-02-22T10:21:26.6743810Z Generating script. 2026-02-22T10:21:26.6753140Z ========================== Starting Command Output =========================== 2026-02-22T10:21:26.6842320Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/6005ccb3-fe73-4d9c-acb2-b2fe6efef007.ps1' 2026-02-22T10:21:27.9531370Z $ErrorActionPreference = 'stop' 2026-02-22T10:21:27.9536500Z $ProgressPreference = 'silentlyContinue' 2026-02-22T10:21:27.9541360Z Get-Content $PSCommandPath 2026-02-22T10:21:27.9542980Z $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-22T10:21:27.9545140Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-22T10:21:27.9548210Z $command += " --runtimevariant=""Mono""" 2026-02-22T10:21:27.9549390Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-22T10:21:27.9550080Z 2026-02-22T10:21:27.9557490Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-22T10:21:27.9567900Z $deviceType = "" 2026-02-22T10:21:27.9571510Z if ($deviceType) { 2026-02-22T10:21:27.9574170Z $command += " --skin=""$deviceType""" 2026-02-22T10:21:27.9574880Z } 2026-02-22T10:21:27.9575030Z 2026-02-22T10:21:27.9575420Z $testFilter = "" 2026-02-22T10:21:27.9575760Z $testConfigrationArgs = "" 2026-02-22T10:21:27.9575890Z 2026-02-22T10:21:27.9576220Z "Entry".Split(",") | ForEach { 2026-02-22T10:21:27.9576620Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-22T10:21:27.9576960Z } 2026-02-22T10:21:27.9577060Z 2026-02-22T10:21:27.9577450Z $testFilter = $testFilter.TrimEnd("|") 2026-02-22T10:21:27.9577710Z 2026-02-22T10:21:27.9578140Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-22T10:21:27.9578590Z if ($testConfigrationArgs) { 2026-02-22T10:21:27.9579050Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-22T10:21:27.9579430Z } 2026-02-22T10:21:27.9579740Z if ($testFilter) { 2026-02-22T10:21:27.9580130Z $command += " --test-filter ""$testFilter""" 2026-02-22T10:21:27.9580550Z } 2026-02-22T10:21:27.9580740Z 2026-02-22T10:21:27.9581100Z $headless = true 2026-02-22T10:21:27.9581440Z if ($headless) { 2026-02-22T10:21:27.9581840Z $command += " --headless ""$headless""" 2026-02-22T10:21:27.9582180Z } 2026-02-22T10:21:27.9582280Z 2026-02-22T10:21:27.9582640Z Write-Host "Running command: $command" 2026-02-22T10:21:27.9582930Z 2026-02-22T10:21:27.9583310Z Invoke-Expression $command 2026-02-22T10:21:27.9583740Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-22T10:21:27.9585050Z } else { 2026-02-22T10:21:27.9585950Z exit $LASTEXITCODE 2026-02-22T10:21:27.9586280Z } 2026-02-22T10:21:28.0746300Z 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=Entry" 2026-02-22T10:21:28.8932270Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-22T10:21:29.6273360Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-22T10:21:30.0657520Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-22T10:21:30.5053800Z 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-22T10:21:30.9433430Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-22T10:21:31.6745410Z Looking for modules... 2026-02-22T10:21:34.5193470Z No modules found to install. 2026-02-22T10:21:34.5268450Z Module directory does not exist. 2026-02-22T10:21:34.5331190Z Analyzing build script... 2026-02-22T10:21:34.5354210Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-22T10:21:34.5363200Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-22T10:21:34.5369560Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-22T10:21:34.7476050Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-22T10:21:36.1368220Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-22T10:21:36.9237890Z Processing build script... 2026-02-22T10:21:36.9264090Z Installing addins... 2026-02-22T10:21:37.1133840Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-22T10:21:37.1292150Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-22T10:21:37.1378970Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-22T10:21:37.2792670Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-22T10:21:37.2831080Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-22T10:21:37.2832440Z is referencing an older version of Cake.Core (0.33.0). 2026-02-22T10:21:37.2833100Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-22T10:21:37.2833870Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-22T10:21:37.2866750Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-22T10:21:37.5384360Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-22T10:21:37.5385130Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-22T10:21:37.5385710Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-22T10:21:37.5386220Z Adding assembly reference to System.Runtime.dll... 2026-02-22T10:21:37.5386800Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-22T10:21:37.5387350Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-22T10:21:37.5387900Z Adding assembly reference to System.Threading.dll... 2026-02-22T10:21:37.5389000Z Adding assembly reference to System.Linq.dll... 2026-02-22T10:21:37.5389540Z Adding assembly reference to System.Collections.dll... 2026-02-22T10:21:37.5390110Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-22T10:21:37.5390670Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-22T10:21:37.5391290Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-22T10:21:37.5391890Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-22T10:21:37.5392530Z Adding assembly reference to System.ObjectModel.dll... 2026-02-22T10:21:37.5393110Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-22T10:21:37.5393710Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-22T10:21:37.5394700Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-22T10:21:37.5395250Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-22T10:21:37.5395920Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-22T10:21:37.5396510Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-22T10:21:37.5397080Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-22T10:21:37.5397610Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-22T10:21:37.5398170Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-22T10:21:37.5398720Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-22T10:21:37.5399310Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-22T10:21:37.5399860Z Adding assembly reference to mscorlib.dll... 2026-02-22T10:21:37.5400400Z Adding assembly reference to netstandard.dll... 2026-02-22T10:21:37.5400930Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-22T10:21:37.5401470Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-22T10:21:37.5402010Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-22T10:21:37.5402940Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-22T10:21:37.5403720Z Adding assembly reference to System.Memory.dll... 2026-02-22T10:21:37.5404290Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-22T10:21:37.5404900Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-22T10:21:37.5405450Z Adding assembly reference to System.ComponentModel.dll... 2026-02-22T10:21:37.5405960Z Adding assembly reference to System.Console.dll... 2026-02-22T10:21:37.5406490Z Adding assembly reference to System.Data.Common.dll... 2026-02-22T10:21:37.5407050Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-22T10:21:37.5407630Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-22T10:21:37.5408230Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-22T10:21:37.5408910Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-22T10:21:37.5409910Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-22T10:21:37.5410480Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-22T10:21:37.5411020Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-22T10:21:37.5411590Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-22T10:21:37.5412150Z Adding assembly reference to System.IO.Compression.dll... 2026-02-22T10:21:37.5412690Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-22T10:21:37.5413260Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-22T10:21:37.5413830Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-22T10:21:37.5414570Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-22T10:21:37.5415090Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-22T10:21:37.5415650Z Adding assembly reference to System.Net.Requests.dll... 2026-02-22T10:21:37.5416190Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-22T10:21:37.5416720Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-22T10:21:37.5417280Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-22T10:21:37.5417850Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-22T10:21:37.5418390Z Adding assembly reference to System.Net.Http.dll... 2026-02-22T10:21:37.5418930Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-22T10:21:37.5419470Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-22T10:21:37.5420020Z Adding assembly reference to System.Net.Mail.dll... 2026-02-22T10:21:37.5420630Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-22T10:21:37.5421200Z Adding assembly reference to System.Net.Ping.dll... 2026-02-22T10:21:37.5421860Z Adding assembly reference to System.Net.Security.dll... 2026-02-22T10:21:37.5422380Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-22T10:21:37.5422940Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-22T10:21:37.5423480Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-22T10:21:37.5424060Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-22T10:21:37.5424620Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-22T10:21:37.5425220Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-22T10:21:37.5425790Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-22T10:21:37.5426340Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-22T10:21:37.5427000Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-22T10:21:37.5427780Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-22T10:21:37.5428400Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-22T10:21:37.5429290Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-22T10:21:37.5429880Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-22T10:21:37.5430510Z Adding assembly reference to System.Security.Claims.dll... 2026-02-22T10:21:37.5431190Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-22T10:21:37.5431800Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-22T10:21:37.5432410Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-22T10:21:37.5432980Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-22T10:21:37.5433530Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-22T10:21:37.5434090Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-22T10:21:37.5434890Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-22T10:21:37.5435420Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-22T10:21:37.5435960Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-22T10:21:37.5436530Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-22T10:21:37.5437080Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-22T10:21:37.5437590Z Adding assembly reference to System.AppContext.dll... 2026-02-22T10:21:37.5438130Z Adding assembly reference to System.Buffers.dll... 2026-02-22T10:21:37.5438690Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-22T10:21:37.5439270Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-22T10:21:37.5439860Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-22T10:21:37.5440410Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-22T10:21:37.5440960Z Adding assembly reference to System.Configuration.dll... 2026-02-22T10:21:37.5441480Z Adding assembly reference to System.Core.dll... 2026-02-22T10:21:37.5441990Z Adding assembly reference to System.Private.Uri.dll... 2026-02-22T10:21:37.5442570Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-22T10:21:37.5443170Z Adding assembly reference to System.Data.dll... 2026-02-22T10:21:37.5443700Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-22T10:21:37.5444270Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-22T10:21:37.5444880Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-22T10:21:37.5445450Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-22T10:21:37.5446000Z Adding assembly reference to System.dll... 2026-02-22T10:21:37.5446520Z Adding assembly reference to System.Drawing.dll... 2026-02-22T10:21:37.5447100Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-22T10:21:37.5447650Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-22T10:21:37.5448170Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-22T10:21:37.5449010Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-22T10:21:37.5449620Z Adding assembly reference to System.Globalization.dll... 2026-02-22T10:21:37.5450180Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-22T10:21:37.5450770Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-22T10:21:37.5451310Z Adding assembly reference to System.IO.dll... 2026-02-22T10:21:37.5451860Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-22T10:21:37.5452410Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-22T10:21:37.5452960Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-22T10:21:37.5453560Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-22T10:21:37.5454300Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-22T10:21:37.5454880Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-22T10:21:37.5455410Z Adding assembly reference to System.Net.dll... 2026-02-22T10:21:37.5455990Z Adding assembly reference to System.Net.Quic.dll... 2026-02-22T10:21:37.5456550Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-22T10:21:37.5457100Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-22T10:21:37.5457650Z Adding assembly reference to System.Text.Json.dll... 2026-02-22T10:21:37.5458240Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-22T10:21:37.5458790Z Adding assembly reference to System.Numerics.dll... 2026-02-22T10:21:37.5459350Z Adding assembly reference to System.Reflection.dll... 2026-02-22T10:21:37.5459940Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-22T10:21:37.5460520Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-22T10:21:37.5461100Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-22T10:21:37.5461690Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-22T10:21:37.5462350Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-22T10:21:37.5462950Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-22T10:21:37.5463660Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-22T10:21:37.5464290Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-22T10:21:37.5465010Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-22T10:21:37.5465630Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-22T10:21:37.5466240Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-22T10:21:37.5466900Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-22T10:21:37.5467520Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-22T10:21:37.5468120Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-22T10:21:37.5469060Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-22T10:21:37.5469710Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-22T10:21:37.5470330Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-22T10:21:37.5470950Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-22T10:21:37.5471550Z Adding assembly reference to System.Security.dll... 2026-02-22T10:21:37.5472100Z Adding assembly reference to System.Security.Principal.dll... 2026-02-22T10:21:37.5472680Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-22T10:21:37.5473240Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-22T10:21:37.5473850Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-22T10:21:37.5474590Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-22T10:21:37.5475150Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-22T10:21:37.5475710Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-22T10:21:37.5476290Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-22T10:21:37.5476870Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-22T10:21:37.5477430Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-22T10:21:37.5478040Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-22T10:21:37.5478620Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-22T10:21:37.5479390Z Adding assembly reference to System.Transactions.dll... 2026-02-22T10:21:37.5480070Z Adding assembly reference to System.ValueTuple.dll... 2026-02-22T10:21:37.5481040Z Adding assembly reference to System.Web.dll... 2026-02-22T10:21:37.5481730Z Adding assembly reference to System.Windows.dll... 2026-02-22T10:21:37.5482320Z Adding assembly reference to System.Xml.dll... 2026-02-22T10:21:37.5482850Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-22T10:21:37.5483380Z Adding assembly reference to System.Private.Xml.dll... 2026-02-22T10:21:37.5483970Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-22T10:21:37.5484540Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-22T10:21:37.5485120Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-22T10:21:37.5485670Z Adding assembly reference to WindowsBase.dll... 2026-02-22T10:21:37.5486220Z Adding assembly reference to Cake.Core.dll... 2026-02-22T10:21:37.5486750Z Adding assembly reference to Cake.Common.dll... 2026-02-22T10:21:37.5487290Z Adding assembly reference to Spectre.Console.dll... 2026-02-22T10:21:37.5487860Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-22T10:21:37.5488460Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-22T10:21:37.5489000Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-22T10:21:37.5489560Z Importing namespace Cake.Common... 2026-02-22T10:21:37.5490490Z Importing namespace Cake.Common.Build... 2026-02-22T10:21:37.5491060Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-22T10:21:37.5491720Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-22T10:21:37.5492320Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-22T10:21:37.5492890Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-22T10:21:37.5493470Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-22T10:21:37.5494010Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-22T10:21:37.5494670Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-22T10:21:37.5495300Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-22T10:21:37.5496450Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-22T10:21:37.5497010Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-22T10:21:37.5497630Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-22T10:21:37.5498380Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-22T10:21:37.5499040Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-22T10:21:37.5499600Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-22T10:21:37.5500230Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-22T10:21:37.5500830Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-22T10:21:37.5501360Z Importing namespace Cake.Common.Build.GoCD... 2026-02-22T10:21:37.5501890Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-22T10:21:37.5502420Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-22T10:21:37.5502980Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-22T10:21:37.5503510Z Importing namespace Cake.Common.Build.MyGet... 2026-02-22T10:21:37.5504050Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-22T10:21:37.5504580Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-22T10:21:37.5505170Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-22T10:21:37.5505700Z Importing namespace Cake.Common.Diagnostics... 2026-02-22T10:21:37.5506290Z Importing namespace Cake.Common.IO... 2026-02-22T10:21:37.5506980Z Importing namespace Cake.Common.IO.Paths... 2026-02-22T10:21:37.5507600Z Importing namespace Cake.Common.Net... 2026-02-22T10:21:37.5508110Z Importing namespace Cake.Common.Security... 2026-02-22T10:21:37.5508680Z Importing namespace Cake.Common.Solution... 2026-02-22T10:21:37.5509290Z Importing namespace Cake.Common.Solution.Project... 2026-02-22T10:21:37.5510060Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-22T10:21:37.5510670Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-22T10:21:37.5511200Z Importing namespace Cake.Common.Text... 2026-02-22T10:21:37.5511770Z Importing namespace Cake.Common.Tools.Cake... 2026-02-22T10:21:37.5512300Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-22T10:21:37.5513150Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-22T10:21:37.5513710Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-22T10:21:37.5514300Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-22T10:21:37.5514860Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-22T10:21:37.5515440Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-22T10:21:37.5516000Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-22T10:21:37.5516580Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-22T10:21:37.5517140Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-22T10:21:37.5517680Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-22T10:21:37.5518450Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-22T10:21:37.5519010Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-22T10:21:37.5519580Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-22T10:21:37.5520150Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-22T10:21:37.5521890Z Importing namespace Cake.Common.Tools.Command... 2026-02-22T10:21:37.5522750Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-22T10:21:37.5523570Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-22T10:21:37.5525270Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-22T10:21:37.5527110Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-22T10:21:37.5528130Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-22T10:21:37.5529090Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-22T10:21:37.5529940Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-22T10:21:37.5530610Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-22T10:21:37.5531440Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-22T10:21:37.5532050Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-22T10:21:37.5532600Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-22T10:21:37.5533980Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-22T10:21:37.5535250Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-22T10:21:37.5536090Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-22T10:21:37.5536710Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-22T10:21:37.5537330Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-22T10:21:37.5537890Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-22T10:21:37.5538460Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-22T10:21:37.5539920Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-22T10:21:37.5540490Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-22T10:21:37.5541040Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-22T10:21:37.5542280Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-22T10:21:37.5542990Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-22T10:21:37.5543540Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-22T10:21:37.5544090Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-22T10:21:37.5544710Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-22T10:21:37.5545340Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-22T10:21:37.5559390Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-22T10:21:37.5561950Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-22T10:21:37.5563290Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-22T10:21:37.5566000Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-22T10:21:37.5567000Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-22T10:21:37.5568010Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-22T10:21:37.5569490Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-22T10:21:37.5570360Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-22T10:21:37.5571240Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-22T10:21:37.5572090Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-22T10:21:37.5572990Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-22T10:21:37.5573910Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-22T10:21:37.5574800Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-22T10:21:37.5575750Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-22T10:21:37.5576660Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-22T10:21:37.5577510Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-22T10:21:37.5578410Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-22T10:21:37.5579400Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-22T10:21:37.5580290Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-22T10:21:37.5581110Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-22T10:21:37.5581910Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-22T10:21:37.5582780Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-22T10:21:37.5583630Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-22T10:21:37.5584520Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-22T10:21:37.5585490Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-22T10:21:37.5586250Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-22T10:21:37.5587170Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-22T10:21:37.5588050Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-22T10:21:37.5588740Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-22T10:21:37.5589780Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-22T10:21:37.5590350Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-22T10:21:37.5590900Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-22T10:21:37.5591510Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-22T10:21:37.5592080Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-22T10:21:37.5592620Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-22T10:21:37.5593180Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-22T10:21:37.5593780Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-22T10:21:37.5594420Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-22T10:21:37.5603000Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-22T10:21:37.5603540Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-22T10:21:37.5604130Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-22T10:21:37.5604660Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-22T10:21:37.5605170Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-22T10:21:37.5605790Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-22T10:21:37.5606320Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-22T10:21:37.5606840Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-22T10:21:37.5607350Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-22T10:21:37.5607910Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-22T10:21:37.5608520Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-22T10:21:37.5609110Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-22T10:21:37.5609680Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-22T10:21:37.5610240Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-22T10:21:37.5610770Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-22T10:21:37.5611300Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-22T10:21:37.5611920Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-22T10:21:37.5612630Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-22T10:21:37.5613230Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-22T10:21:37.5613760Z Importing namespace Cake.Common.Tools.WiX... 2026-02-22T10:21:37.5614260Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-22T10:21:37.5614770Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-22T10:21:37.5615260Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-22T10:21:37.5615800Z Importing namespace Cake.Common.Xml... 2026-02-22T10:21:37.5616280Z Importing namespace Cake.Core... 2026-02-22T10:21:37.5616770Z Importing namespace Cake.Core.Diagnostics... 2026-02-22T10:21:37.5617240Z Importing namespace Cake.Core.IO... 2026-02-22T10:21:37.5617720Z Importing namespace Cake.Core.Scripting... 2026-02-22T10:21:37.5618720Z Importing namespace Cake.Core.Tooling... 2026-02-22T10:21:37.5619210Z Importing namespace Cake.FileHelpers... 2026-02-22T10:21:37.5619680Z Importing namespace NuGet.Common... 2026-02-22T10:21:37.5620150Z Importing namespace NuGet.Configuration... 2026-02-22T10:21:37.5620630Z Importing namespace NuGet.Protocol... 2026-02-22T10:21:37.5621120Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-22T10:21:37.5623330Z Importing namespace NuGet.Versioning... 2026-02-22T10:21:37.5624180Z Importing namespace System... 2026-02-22T10:21:37.5624730Z Importing namespace System.Collections.Generic... 2026-02-22T10:21:37.5625240Z Importing namespace System.IO... 2026-02-22T10:21:37.5626070Z Importing namespace System.Linq... 2026-02-22T10:21:37.5626680Z Importing namespace System.Text... 2026-02-22T10:21:37.5627430Z Importing namespace System.Threading.Tasks... 2026-02-22T10:21:37.5628120Z .NETStandard,Version=v2.0 2026-02-22T10:21:37.6169590Z Compiling build script... 2026-02-22T10:21:40.1734660Z /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-22T10:21:41.4426190Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-22T10:21:41.4426840Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-22T10:21:41.4445620Z Host OS System Arch: X64 2026-02-22T10:21:41.4446200Z Host Processor System Arch: X64 2026-02-22T10:21:41.4446870Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-22T10:21:41.4447420Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-22T10:21:41.4447810Z Build Configuration: Release 2026-02-22T10:21:41.4448230Z Build Runtime Identifier: maccatalyst-x64 2026-02-22T10:21:41.4448620Z Build Target Framework: net10.0-maccatalyst 2026-02-22T10:21:41.4448970Z Test Device: mac 2026-02-22T10:21:41.4449320Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-22T10:21:41.4559650Z 2026-02-22T10:21:41.4560700Z ======================================== 2026-02-22T10:21:41.4561320Z uitest 2026-02-22T10:21:41.4561950Z ======================================== 2026-02-22T10:21:41.4562620Z Executing task: uitest 2026-02-22T10:21:41.4581820Z Starting UI Tests... 2026-02-22T10:21:41.4584330Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-22T10:21:41.4588330Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-22T10:21:41.4671240Z Testing Device: mac 2026-02-22T10:21:41.4671980Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-22T10:21:41.4672580Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-22T10:21:41.4673240Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-22T10:21:41.4714000Z 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-22T10:21:41.5354070Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-22T10:21:41.5398670Z 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-22T10:21:43.4882200Z Determining projects to restore... 2026-02-22T10:21:48.4806480Z All projects are up-to-date for restore. 2026-02-22T10:21:54.4355270Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-22T10:21:54.4863490Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-22T10:21:54.7170090Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-22T10:21:55.1194610Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-22T10:21:55.4190580Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-22T10:21:56.1578070Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-22T10:21:56.3496450Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-22T10:21:56.4010590Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-22T10:21:56.5950430Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-22T10:21:56.6511200Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-22T10:21:56.7004370Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-22T10:21:56.8234760Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-22T10:21:58.3537500Z 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-22T10:21:58.4616750Z 2026-02-22T10:21:58.4914590Z Build succeeded. 2026-02-22T10:21:58.5018900Z 0 Warning(s) 2026-02-22T10:21:58.5085680Z 0 Error(s) 2026-02-22T10:21:58.5134310Z 2026-02-22T10:21:58.5198730Z Time Elapsed 00:00:16.57 2026-02-22T10:21:58.5871310Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Entry.log' 2026-02-22T10:21:58.6576770Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-22T10:21:58.6589100Z Run Tests With Filter TestCategory=Entry 2026-02-22T10:21:58.6589840Z Log Directory: /Users/runner/work/1/a/logs 2026-02-22T10:21:58.6591280Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-22T10:21:58.6592980Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-22T10:21:58.6593750Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-22T10:21:58.6594520Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-22T10:21:58.6595290Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-22T10:21:58.6597110Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-22T10:21:58.6597970Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-22T10:21:58.6600400Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-22T10:21:58.6603190Z 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-22T10:21:58.6613120Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Entry.binlog 2026-02-22T10:21:58.6615810Z 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=Entry" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Entry.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-Entry.binlog /p:VStestUseMSBuildOutput=false 2026-02-22T10:22:00.6245290Z 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-22T10:22:00.7296020Z VSTest version 18.0.1 (x64) 2026-02-22T10:22:00.7308870Z 2026-02-22T10:22:00.8641610Z Starting test execution, please wait... 2026-02-22T10:22:00.9104380Z A total of 1 test files matched the specified pattern. 2026-02-22T10:22:01.4688870Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-22T10:22:01.5960320Z [xUnit.net 00:00:00.14] Discovering: Controls.TestCases.Mac.Tests 2026-02-22T10:22:01.7904800Z [xUnit.net 00:00:00.34] Discovered: Controls.TestCases.Mac.Tests 2026-02-22T10:22:01.8124840Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-22T10:22:01.8408030Z 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-22T10:22:02.6718750Z NUnit3TestExecutor discovered 95 of 95 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-22T10:23:22.4375540Z >>>>> 2/22/2026 10:23:22 AM FixtureSetup for EntryFeatureTests(Mac) 2026-02-22T10:23:41.9732500Z >>>>> 2/22/2026 10:23:41 AM VerifyInitialEventStates Start 2026-02-22T10:24:30.4885910Z >>>>> 2/22/2026 10:24:30 AM VerifyInitialEventStates Stop 2026-02-22T10:24:32.3711920Z >>>>> 2/22/2026 10:24:32 AM Log types: 2026-02-22T10:24:47.3971740Z >>>>> 2/22/2026 10:24:47 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:24:47.4669760Z Failed VerifyInitialEventStates [1 m 5 s] 2026-02-22T10:24:47.4673440Z Error Message: 2026-02-22T10:24:47.4674680Z System.TimeoutException : An Appium command did not complete within 45s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:24:47.4675260Z Stack Trace: 2026-02-22T10:24:47.4675770Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:24:47.4677040Z at UITest.Appium.HelperExtensions.GetText(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 124 2026-02-22T10:24:47.4677740Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyInitialEventStates() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 34 2026-02-22T10:24:47.4678390Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:24:47.4678910Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-22T10:24:47.4679150Z 2026-02-22T10:24:47.4679460Z Standard Error Messages: 2026-02-22T10:24:47.4680180Z >>>>> 2/22/2026 10:24:47 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:24:47.4680450Z 2026-02-22T10:24:47.4680900Z >>>>> 2/22/2026 10:24:47 AM VerifyEntryFocusedEvent Start 2026-02-22T10:25:04.7558340Z >>>>> 2/22/2026 10:25:04 AM VerifyEntryFocusedEvent Stop 2026-02-22T10:25:39.8283580Z >>>>> 2/22/2026 10:25:39 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:26:14.1141420Z >>>>> 2/22/2026 10:26:14 AM FixtureSetup for VerifyEntryFocusedEvent 2026-02-22T10:27:28.2437940Z >>>>> 2/22/2026 10:27:28 AM Log types: 2026-02-22T10:27:29.4425140Z Failed VerifyEntryFocusedEvent [2 m 41 s] 2026-02-22T10:27:29.4430610Z Error Message: 2026-02-22T10:27:29.4441350Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:27:29.4450920Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:27:29.4565580Z Stack Trace: 2026-02-22T10:27:29.4583410Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:27:29.4590380Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:27:29.4591730Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:27:29.4592760Z 2026-02-22T10:27:29.4594240Z --TearDown 2026-02-22T10:27:29.4595700Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T10:27:29.4596890Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:27:29.4598060Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:27:29.4599200Z 2026-02-22T10:27:29.4600690Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:27:29.4602410Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:27:29.4619530Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:27:29.4619970Z 2026-02-22T10:27:29.4622420Z 2026-02-22T10:27:29.4624100Z Standard Error Messages: 2026-02-22T10:27:29.4625280Z >>>>> 2/22/2026 10:25:39 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:27:29.4625620Z 2026-02-22T10:27:29.4626060Z >>>>> 2/22/2026 10:27:29 AM VerifyEntryTextChangedEvent Start 2026-02-22T10:28:38.2278610Z >>>>> 2/22/2026 10:28:38 AM VerifyEntryTextChangedEvent Stop 2026-02-22T10:28:38.2352290Z Passed VerifyEntryTextChangedEvent [1 m 8 s] 2026-02-22T10:28:38.2353460Z >>>>> 2/22/2026 10:28:38 AM VerifyEntryUnfocusedEvent Start 2026-02-22T10:28:44.2286800Z >>>>> 2/22/2026 10:28:44 AM VerifyEntryUnfocusedEvent Stop 2026-02-22T10:28:44.2367170Z Passed VerifyEntryUnfocusedEvent [6 s] 2026-02-22T10:28:44.2368610Z >>>>> 2/22/2026 10:28:44 AM VerifyEntryCompletedEvent Start 2026-02-22T10:29:30.7903340Z >>>>> 2/22/2026 10:29:30 AM VerifyEntryCompletedEvent Stop 2026-02-22T10:29:30.7985590Z Passed VerifyEntryCompletedEvent [46 s] 2026-02-22T10:29:30.7986580Z >>>>> 2/22/2026 10:29:30 AM VerifyCharacterSpacingWhenFontFamily Start 2026-02-22T10:30:33.3743300Z >>>>> 2/22/2026 10:30:33 AM VerifyCharacterSpacingWhenFontFamily Stop 2026-02-22T10:31:08.4023560Z >>>>> 2/22/2026 10:31:08 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:31:28.8155640Z >>>>> 2/22/2026 10:31:28 AM FixtureSetup for VerifyCharacterSpacingWhenFontFamily 2026-02-22T10:31:54.1301330Z >>>>> 2/22/2026 10:31:54 AM Log types: 2026-02-22T10:32:09.1482960Z >>>>> 2/22/2026 10:32:09 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:32:09.1519350Z Failed VerifyCharacterSpacingWhenFontFamily [2 m 38 s] 2026-02-22T10:32:09.1519890Z Error Message: 2026-02-22T10:32:09.1522100Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:32:09.1523520Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:32:09.1525110Z Stack Trace: 2026-02-22T10:32:09.1526680Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:32:09.1530900Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:32:09.1532250Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:32:09.1534360Z 2026-02-22T10:32:09.1535850Z --TearDown 2026-02-22T10:32:09.1536500Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T10:32:09.1537360Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:32:09.1538160Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:32:09.1538430Z 2026-02-22T10:32:09.1539500Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:32:09.1540440Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:32:09.1541170Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:32:09.1541490Z 2026-02-22T10:32:09.1541630Z 2026-02-22T10:32:09.1542070Z Standard Error Messages: 2026-02-22T10:32:09.1543190Z >>>>> 2/22/2026 10:31:08 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:32:09.1543990Z >>>>> 2/22/2026 10:32:09 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:32:09.1544270Z 2026-02-22T10:32:09.1544970Z >>>>> 2/22/2026 10:32:09 AM VerifyCharacterSpacingWhenMaxLengthSet Start 2026-02-22T10:32:24.1893480Z >>>>> 2/22/2026 10:32:24 AM VerifyCharacterSpacingWhenMaxLengthSet Stop 2026-02-22T10:32:29.9856580Z >>>>> 2/22/2026 10:32:29 AM Log types: 2026-02-22T10:32:45.0213170Z >>>>> 2/22/2026 10:32:45 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:32:45.0230720Z Failed VerifyCharacterSpacingWhenMaxLengthSet [35 s] 2026-02-22T10:32:45.0235930Z Error Message: 2026-02-22T10:32:45.0238610Z System.TimeoutException : An Appium command did not complete within 14.999996s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:32:45.0242060Z Stack Trace: 2026-02-22T10:32:45.0243620Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:32:45.0245610Z 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 2729 2026-02-22T10:32:45.0247470Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:32:45.0249580Z 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 793 2026-02-22T10:32:45.0250460Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyCharacterSpacingWhenMaxLengthSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 396 2026-02-22T10:32:45.0252010Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:32:45.0252700Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:32:45.0253350Z 2026-02-22T10:32:45.0254400Z Standard Error Messages: 2026-02-22T10:32:45.0255740Z >>>>> 2/22/2026 10:32:45 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:32:45.0256020Z 2026-02-22T10:32:45.0256520Z >>>>> 2/22/2026 10:32:45 AM VerifyClearButtonVisibilityWhenIsReadOnlyTrue Start 2026-02-22T10:33:13.1457360Z >>>>> 2/22/2026 10:33:13 AM VerifyClearButtonVisibilityWhenIsReadOnlyTrue Stop 2026-02-22T10:33:19.5249100Z >>>>> 2/22/2026 10:33:19 AM Log types: 2026-02-22T10:33:34.5659390Z >>>>> 2/22/2026 10:33:34 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:33:34.5678800Z Failed VerifyClearButtonVisibilityWhenIsReadOnlyTrue [49 s] 2026-02-22T10:33:34.5679660Z Error Message: 2026-02-22T10:33:34.5680300Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:33:34.5680850Z Stack Trace: 2026-02-22T10:33:34.5681910Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:33:34.5682690Z 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 2729 2026-02-22T10:33:34.5683750Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:33:34.5684600Z 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 793 2026-02-22T10:33:34.5685450Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyClearButtonVisibilityWhenIsReadOnlyTrue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 156 2026-02-22T10:33:34.5686130Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:33:34.5686710Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:33:34.5687010Z 2026-02-22T10:33:34.5687320Z Standard Error Messages: 2026-02-22T10:33:34.5688130Z >>>>> 2/22/2026 10:33:34 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:33:34.5688390Z 2026-02-22T10:33:34.5688870Z >>>>> 2/22/2026 10:33:34 AM VerifyClearButtonVisiblityWhenIsPasswordTrueOrFalse Start 2026-02-22T10:33:49.5835280Z >>>>> 2/22/2026 10:33:49 AM VerifyClearButtonVisiblityWhenIsPasswordTrueOrFalse Stop 2026-02-22T10:33:53.2670170Z >>>>> 2/22/2026 10:33:53 AM Log types: 2026-02-22T10:34:02.5666510Z Failed VerifyClearButtonVisiblityWhenIsPasswordTrueOrFalse [27 s] 2026-02-22T10:34:02.5671540Z Error Message: 2026-02-22T10:34:02.5677790Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:34:02.5681760Z Stack Trace: 2026-02-22T10:34:02.5748280Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:34:02.5755080Z 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 2729 2026-02-22T10:34:02.5759000Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:34:02.5761980Z 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 793 2026-02-22T10:34:02.5765710Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyClearButtonVisiblityWhenIsPasswordTrueOrFalse() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 138 2026-02-22T10:34:02.5768600Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:34:02.5771560Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:34:02.5773980Z 2026-02-22T10:34:02.5776850Z >>>>> 2/22/2026 10:34:02 AM VerifyClearButtonVisiblityWhenTextAlignedHorizontally Start 2026-02-22T10:34:17.6232060Z >>>>> 2/22/2026 10:34:17 AM VerifyClearButtonVisiblityWhenTextAlignedHorizontally Stop 2026-02-22T10:35:00.0118680Z >>>>> 2/22/2026 10:35:00 AM Log types: 2026-02-22T10:35:08.2051090Z Failed VerifyClearButtonVisiblityWhenTextAlignedHorizontally [1 m 5 s] 2026-02-22T10:35:08.2067710Z Error Message: 2026-02-22T10:35:08.2068880Z System.TimeoutException : An Appium command did not complete within 8.943881s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:35:08.2069530Z Stack Trace: 2026-02-22T10:35:08.2071210Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:35:08.2072660Z 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 2742 2026-02-22T10:35:08.2074180Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:35:08.2075900Z 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 793 2026-02-22T10:35:08.2076950Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyClearButtonVisiblityWhenTextAlignedHorizontally() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 109 2026-02-22T10:35:08.2078590Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:35:08.2087540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:35:08.2090020Z 2026-02-22T10:35:08.2092820Z >>>>> 2/22/2026 10:35:08 AM VerifyClearButtonVisiblityWhenTextAlignedVertically Start 2026-02-22T10:35:23.2421050Z >>>>> 2/22/2026 10:35:23 AM VerifyClearButtonVisiblityWhenTextAlignedVertically Stop 2026-02-22T10:36:32.6005530Z >>>>> 2/22/2026 10:36:32 AM Log types: 2026-02-22T10:36:47.6184540Z >>>>> 2/22/2026 10:36:47 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:36:47.6202880Z Failed VerifyClearButtonVisiblityWhenTextAlignedVertically [1 m 39 s] 2026-02-22T10:36:47.6203620Z Error Message: 2026-02-22T10:36:47.6205290Z System.TimeoutException : An Appium command did not complete within 11.970878s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:36:47.6206170Z Stack Trace: 2026-02-22T10:36:47.6206970Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:36:47.6220740Z 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 2742 2026-02-22T10:36:47.6221600Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:36:47.6222470Z 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 793 2026-02-22T10:36:47.6223360Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyClearButtonVisiblityWhenTextAlignedVertically() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 123 2026-02-22T10:36:47.6224070Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:36:47.6224640Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:36:47.6224910Z 2026-02-22T10:36:47.6225250Z Standard Error Messages: 2026-02-22T10:36:47.6225980Z >>>>> 2/22/2026 10:36:47 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:36:47.6226220Z 2026-02-22T10:36:47.6226750Z >>>>> 2/22/2026 10:36:47 AM VerifyClearButtonVisiblityWhenTextPresentOrEmpty Start 2026-02-22T10:37:02.6359840Z >>>>> 2/22/2026 10:37:02 AM VerifyClearButtonVisiblityWhenTextPresentOrEmpty Stop 2026-02-22T10:37:37.7108150Z >>>>> 2/22/2026 10:37:37 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:39:59.6814450Z >>>>> 2/22/2026 10:39:59 AM FixtureSetup for VerifyClearButtonVisiblityWhenTextPresentOrEmpty 2026-02-22T10:41:25.7156830Z >>>>> 2/22/2026 10:41:25 AM Log types: 2026-02-22T10:41:26.7131340Z Failed VerifyClearButtonVisiblityWhenTextPresentOrEmpty [4 m 39 s] 2026-02-22T10:41:26.8141440Z Error Message: 2026-02-22T10:41:26.8252210Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:41:26.8375120Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:41:26.8420180Z Stack Trace: 2026-02-22T10:41:26.8450940Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:41:26.8456000Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:41:26.8459070Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:41:26.8462330Z 2026-02-22T10:41:26.8464800Z --TearDown 2026-02-22T10:41:26.8467460Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T10:41:26.8469990Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:41:26.8472340Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:41:26.8474300Z 2026-02-22T10:41:26.8476590Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:41:26.8479290Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:41:26.8481490Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:41:26.8482950Z 2026-02-22T10:41:26.8484430Z 2026-02-22T10:41:26.8486140Z Standard Error Messages: 2026-02-22T10:41:26.8488330Z >>>>> 2/22/2026 10:37:37 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:41:26.8491260Z 2026-02-22T10:41:26.8493420Z >>>>> 2/22/2026 10:41:26 AM VerifyClearVisiblityButtonWhenTextColorChanged Start 2026-02-22T10:41:46.8727830Z >>>>> 2/22/2026 10:41:46 AM VerifyClearVisiblityButtonWhenTextColorChanged Stop 2026-02-22T10:42:18.6013670Z >>>>> 2/22/2026 10:42:18 AM Log types: 2026-02-22T10:42:31.3081630Z Failed VerifyClearVisiblityButtonWhenTextColorChanged [1 m 4 s] 2026-02-22T10:42:31.3083540Z Error Message: 2026-02-22T10:42:31.3085340Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:42:31.3091840Z Stack Trace: 2026-02-22T10:42:31.3092820Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:42:31.3094420Z 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 2729 2026-02-22T10:42:31.3096890Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:42:31.3124310Z 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 793 2026-02-22T10:42:31.3126770Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyClearVisiblityButtonWhenTextColorChanged() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 171 2026-02-22T10:42:31.3128870Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:42:31.3130840Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:42:31.3132450Z 2026-02-22T10:42:31.3134870Z >>>>> 2/22/2026 10:42:31 AM VerifyCursorPositionWhenIsReadOnlyTrue Start 2026-02-22T10:42:48.4339130Z >>>>> 2/22/2026 10:42:48 AM VerifyCursorPositionWhenIsReadOnlyTrue Stop 2026-02-22T10:42:48.9817810Z >>>>> 2/22/2026 10:42:48 AM Log types: 2026-02-22T10:43:04.0255100Z >>>>> 2/22/2026 10:43:04 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:43:04.0320690Z Failed VerifyCursorPositionWhenIsReadOnlyTrue [32 s] 2026-02-22T10:43:04.0321230Z Error Message: 2026-02-22T10:43:04.0321740Z System.TimeoutException : An Appium command did not complete within 2s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:43:04.0322790Z Stack Trace: 2026-02-22T10:43:04.0323320Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:43:04.0324070Z 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 2742 2026-02-22T10:43:04.0324900Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:43:04.0325760Z 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 793 2026-02-22T10:43:04.0326600Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyCursorPositionWhenIsReadOnlyTrue() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 635 2026-02-22T10:43:04.0327610Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:43:04.0328180Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:43:04.0328450Z 2026-02-22T10:43:04.0328790Z Standard Error Messages: 2026-02-22T10:43:04.0329530Z >>>>> 2/22/2026 10:43:04 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:43:04.0329760Z 2026-02-22T10:43:04.0330290Z >>>>> 2/22/2026 10:43:04 AM VerifyCursorPositionWhenSelectionLengthSetValue Start 2026-02-22T10:43:19.0464530Z >>>>> 2/22/2026 10:43:19 AM VerifyCursorPositionWhenSelectionLengthSetValue Stop 2026-02-22T10:43:54.1002390Z >>>>> 2/22/2026 10:43:54 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:45:15.6408060Z >>>>> 2/22/2026 10:45:15 AM FixtureSetup for VerifyCursorPositionWhenSelectionLengthSetValue 2026-02-22T10:45:57.2104810Z >>>>> 2/22/2026 10:45:57 AM Log types: 2026-02-22T10:45:58.3273220Z Failed VerifyCursorPositionWhenSelectionLengthSetValue [2 m 54 s] 2026-02-22T10:45:58.3510270Z Error Message: 2026-02-22T10:45:58.4512940Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:45:58.4904220Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:45:58.5020650Z Stack Trace: 2026-02-22T10:45:58.5119560Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:45:58.5184730Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:45:58.5313300Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:45:58.5416250Z 2026-02-22T10:45:58.5478630Z --TearDown 2026-02-22T10:45:58.5602020Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T10:45:58.5606950Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:45:58.5620490Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:45:58.5681350Z 2026-02-22T10:45:58.5692630Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:45:58.5697850Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:45:58.5751600Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:45:58.5762920Z 2026-02-22T10:45:58.5814060Z 2026-02-22T10:45:58.5820770Z Standard Error Messages: 2026-02-22T10:45:58.5830130Z >>>>> 2/22/2026 10:43:54 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:45:58.5878930Z 2026-02-22T10:45:58.5885010Z >>>>> 2/22/2026 10:45:58 AM VerifyEntry_WithShadow Start 2026-02-22T10:46:22.4314780Z >>>>> 2/22/2026 10:46:22 AM VerifyEntry_WithShadow Stop 2026-02-22T10:46:34.7932730Z >>>>> 2/22/2026 10:46:34 AM Log types: 2026-02-22T10:46:36.0342200Z Failed VerifyEntry_WithShadow [37 s] 2026-02-22T10:46:36.0355500Z Error Message: 2026-02-22T10:46:36.0375070Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:46:36.0472580Z Stack Trace: 2026-02-22T10:46:36.0475970Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:46:36.0483450Z 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 2729 2026-02-22T10:46:36.0487780Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:46:36.0502640Z 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 793 2026-02-22T10:46:36.0509130Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyEntry_WithShadow() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 863 2026-02-22T10:46:36.0513560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:46:36.0524970Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:46:36.0573100Z 2026-02-22T10:46:36.0587180Z >>>>> 2/22/2026 10:46:36 AM VerifyEntryControlWhenFlowDirectionSet Start 2026-02-22T10:46:51.0999780Z >>>>> 2/22/2026 10:46:51 AM VerifyEntryControlWhenFlowDirectionSet Stop 2026-02-22T10:46:57.2083770Z >>>>> 2/22/2026 10:46:57 AM Log types: 2026-02-22T10:47:12.2793220Z >>>>> 2/22/2026 10:47:12 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:47:12.2816190Z Failed VerifyEntryControlWhenFlowDirectionSet [36 s] 2026-02-22T10:47:12.2816750Z Error Message: 2026-02-22T10:47:12.2817270Z System.TimeoutException : An Appium command did not complete within 5.872402s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:47:12.2818390Z Stack Trace: 2026-02-22T10:47:12.2820030Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:47:12.2820880Z 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 2742 2026-02-22T10:47:12.2821770Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:47:12.2822670Z 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 793 2026-02-22T10:47:12.2823710Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyEntryControlWhenFlowDirectionSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 760 2026-02-22T10:47:12.2824950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:47:12.2825530Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:47:12.2825850Z 2026-02-22T10:47:12.2826160Z Standard Error Messages: 2026-02-22T10:47:12.2826930Z >>>>> 2/22/2026 10:47:12 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:47:12.2827290Z 2026-02-22T10:47:12.2828010Z >>>>> 2/22/2026 10:47:12 AM VerifyEntryControlWhenIsEnabledTrueOrFalse Start 2026-02-22T10:47:27.3271620Z >>>>> 2/22/2026 10:47:27 AM VerifyEntryControlWhenIsEnabledTrueOrFalse Stop 2026-02-22T10:48:02.3521270Z >>>>> 2/22/2026 10:48:02 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:49:00.7458160Z >>>>> 2/22/2026 10:49:00 AM FixtureSetup for VerifyEntryControlWhenIsEnabledTrueOrFalse 2026-02-22T10:49:55.3996700Z >>>>> 2/22/2026 10:49:55 AM Log types: 2026-02-22T10:49:58.6097090Z Failed VerifyEntryControlWhenIsEnabledTrueOrFalse [2 m 46 s] 2026-02-22T10:49:58.6097750Z Error Message: 2026-02-22T10:49:58.6098620Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:49:58.6099370Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:49:58.6099890Z Stack Trace: 2026-02-22T10:49:58.6100380Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:49:58.6103910Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:49:58.6107650Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:49:58.6126690Z 2026-02-22T10:49:58.6128450Z --TearDown 2026-02-22T10:49:58.6129010Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T10:49:58.6130950Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:49:58.6132650Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:49:58.6132970Z 2026-02-22T10:49:58.6134200Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:49:58.6135230Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:49:58.6136100Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:49:58.6136750Z 2026-02-22T10:49:58.6137460Z 2026-02-22T10:49:58.6138440Z Standard Error Messages: 2026-02-22T10:49:58.6139650Z >>>>> 2/22/2026 10:48:02 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:49:58.6140010Z 2026-02-22T10:49:58.6141220Z >>>>> 2/22/2026 10:49:58 AM VerifyEntryControlWhenIsVisibleTrueOrFalse Start 2026-02-22T10:50:16.6845730Z >>>>> 2/22/2026 10:50:16 AM VerifyEntryControlWhenIsVisibleTrueOrFalse Stop 2026-02-22T10:50:48.6298720Z >>>>> 2/22/2026 10:50:48 AM Log types: 2026-02-22T10:50:49.7629980Z Failed VerifyEntryControlWhenIsVisibleTrueOrFalse [51 s] 2026-02-22T10:50:49.7631360Z Error Message: 2026-02-22T10:50:49.7632150Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:50:49.7632890Z Stack Trace: 2026-02-22T10:50:49.7633570Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:50:49.7635830Z 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 2729 2026-02-22T10:50:49.7638130Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:50:49.7639290Z 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 793 2026-02-22T10:50:49.7640190Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyEntryControlWhenIsVisibleTrueOrFalse() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 745 2026-02-22T10:50:49.7640990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:50:49.7642080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:50:49.7642690Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:50:49.7643300Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:50:49.7643570Z 2026-02-22T10:50:49.7644460Z >>>>> 2/22/2026 10:50:49 AM VerifyEntryControlWhenPlaceholderColorSet Start 2026-02-22T10:51:04.7851910Z >>>>> 2/22/2026 10:51:04 AM VerifyEntryControlWhenPlaceholderColorSet Stop 2026-02-22T10:51:39.8292670Z >>>>> 2/22/2026 10:51:39 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:53:39.7041550Z >>>>> 2/22/2026 10:53:39 AM FixtureSetup for VerifyEntryControlWhenPlaceholderColorSet 2026-02-22T10:54:26.3598140Z >>>>> 2/22/2026 10:54:26 AM Log types: 2026-02-22T10:54:32.1840560Z Failed VerifyEntryControlWhenPlaceholderColorSet [3 m 42 s] 2026-02-22T10:54:32.1916700Z Error Message: 2026-02-22T10:54:32.1919860Z The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:54:32.1923400Z TearDown : The app became unresponsive and was force-terminated: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:54:32.1926520Z Stack Trace: 2026-02-22T10:54:32.1929170Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:54:32.1931370Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:54:32.1934750Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:54:32.1937150Z 2026-02-22T10:54:32.1939300Z --TearDown 2026-02-22T10:54:32.1941320Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 185 2026-02-22T10:54:32.1944210Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:54:32.1945190Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:54:32.1946320Z 2026-02-22T10:54:32.1948820Z 1) at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 121 2026-02-22T10:54:32.1950810Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 45 2026-02-22T10:54:32.1952860Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-22T10:54:32.1954370Z 2026-02-22T10:54:32.1966120Z 2026-02-22T10:54:32.1968170Z Standard Error Messages: 2026-02-22T10:54:32.1970760Z >>>>> 2/22/2026 10:51:39 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T10:54:32.1972830Z 2026-02-22T10:54:32.1975290Z >>>>> 2/22/2026 10:54:32 AM VerifyEntryControlWhenPlaceholderTextSet Start 2026-02-22T10:54:47.2510570Z >>>>> 2/22/2026 10:54:47 AM VerifyEntryControlWhenPlaceholderTextSet Stop 2026-02-22T10:55:12.4850560Z >>>>> 2/22/2026 10:55:12 AM Log types: 2026-02-22T10:55:12.8314820Z Failed VerifyEntryControlWhenPlaceholderTextSet [40 s] 2026-02-22T10:55:12.8345170Z Error Message: 2026-02-22T10:55:12.8348460Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:55:12.8351690Z Stack Trace: 2026-02-22T10:55:12.8354240Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:55:12.8358440Z 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 2729 2026-02-22T10:55:12.8361690Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:55:12.8364500Z 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 793 2026-02-22T10:55:12.8367800Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyEntryControlWhenPlaceholderTextSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 789 2026-02-22T10:55:12.8382100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:55:12.8385150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:55:12.8388140Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:55:12.8390130Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:55:12.8391790Z 2026-02-22T10:55:12.8394730Z >>>>> 2/22/2026 10:55:12 AM VerifyEntryWhenTextChanged Start 2026-02-22T10:55:30.7481890Z >>>>> 2/22/2026 10:55:30 AM VerifyEntryWhenTextChanged Stop 2026-02-22T10:55:58.2489540Z >>>>> 2/22/2026 10:55:58 AM Log types: 2026-02-22T10:56:13.3158030Z >>>>> 2/22/2026 10:56:13 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:56:13.3169190Z Failed VerifyEntryWhenTextChanged [1 m] 2026-02-22T10:56:13.3172910Z Error Message: 2026-02-22T10:56:13.3174470Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:56:13.3177890Z Stack Trace: 2026-02-22T10:56:13.3178950Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:56:13.3179780Z 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 2729 2026-02-22T10:56:13.3181490Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:56:13.3182980Z 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 793 2026-02-22T10:56:13.3183820Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyEntryWhenTextChanged() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 822 2026-02-22T10:56:13.3184540Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:56:13.3185280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:56:13.3185880Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:56:13.3186750Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:56:13.3187060Z 2026-02-22T10:56:13.3187360Z Standard Error Messages: 2026-02-22T10:56:13.3188180Z >>>>> 2/22/2026 10:56:13 AM SaveUIDiagnosticInfo timed out — app may be unresponsive, skipping UI diagnostics 2026-02-22T10:56:13.3188450Z 2026-02-22T10:56:13.3188940Z >>>>> 2/22/2026 10:56:13 AM VerifyHorizontalTextAlignmentBasedOnCharacterSpacing Start 2026-02-22T10:56:28.3641610Z >>>>> 2/22/2026 10:56:28 AM VerifyHorizontalTextAlignmentBasedOnCharacterSpacing Stop 2026-02-22T10:56:43.8668070Z >>>>> 2/22/2026 10:56:43 AM Log types: 2026-02-22T10:56:45.0709140Z Failed VerifyHorizontalTextAlignmentBasedOnCharacterSpacing [31 s] 2026-02-22T10:56:45.0730490Z Error Message: 2026-02-22T10:56:45.0737470Z System.TimeoutException : An Appium command did not complete within 14.999999s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:56:45.0822940Z Stack Trace: 2026-02-22T10:56:45.0840530Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:56:45.0907550Z 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 2729 2026-02-22T10:56:45.0925410Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:56:45.0955130Z 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 793 2026-02-22T10:56:45.0964810Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyHorizontalTextAlignmentBasedOnCharacterSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 267 2026-02-22T10:56:45.0970130Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:56:45.0972770Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:56:45.0975160Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:56:45.0975820Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:56:45.0976130Z 2026-02-22T10:56:45.0976860Z >>>>> 2/22/2026 10:56:45 AM VerifyHorizontalTextAlignmentWhenVerticalTextAlignmentSet Start 2026-02-22T10:57:00.1369900Z >>>>> 2/22/2026 10:57:00 AM VerifyHorizontalTextAlignmentWhenVerticalTextAlignmentSet Stop 2026-02-22T10:57:22.4525550Z >>>>> 2/22/2026 10:57:22 AM Log types: 2026-02-22T10:57:23.5902310Z Failed VerifyHorizontalTextAlignmentWhenVerticalTextAlignmentSet [38 s] 2026-02-22T10:57:23.5905800Z Error Message: 2026-02-22T10:57:23.5909450Z System.TimeoutException : An Appium command did not complete within 8.784672s. The application may be unresponsive (e.g., due to an infinite layout loop). 2026-02-22T10:57:23.5959080Z Stack Trace: 2026-02-22T10:57:23.5961470Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2980 2026-02-22T10:57:23.5964030Z 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 2742 2026-02-22T10:57:23.5967280Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2765 2026-02-22T10:57:23.5969860Z 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 793 2026-02-22T10:57:23.5972430Z at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyHorizontalTextAlignmentWhenVerticalTextAlignmentSet() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 457 2026-02-22T10:57:23.5974870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:57:23.5977300Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-22T10:57:23.5979610Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-22T10:57:23.5982230Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-22T10:57:23.5983660Z 2026-02-22T10:57:23.5985840Z >>>>> 2/22/2026 10:57:23 AM VerifyIsPasswordBasedOnCharacterSpacing Start 2026-02-22T10:57:38.6553890Z >>>>> 2/22/2026 10:57:38 AM VerifyIsPasswordBasedOnCharacterSpacing Stop 2026-02-22T10:58:13.7970780Z >>>>> 2/22/2026 10:58:13 AM App became unresponsive, force-closing: App.AppState query did not complete — app is likely unresponsive 2026-02-22T11:00:25.7590780Z >>>>> 2/22/2026 11:00:25 AM FixtureSetup for VerifyIsPasswordBasedOnCharacterSpacing 2026-02-22T11:02:03.6571510Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-22T11:02:03.6819980Z ##[error]The operation was canceled. 2026-02-22T11:02:03.6825760Z ##[section]Async Command Start: Update Build Number 2026-02-22T11:02:03.6827730Z Update build number to 10.0.50-ci+pr.34023.azdo.1304402 for build 1304402 2026-02-22T11:02:03.6828080Z ##[section]Async Command End: Update Build Number 2026-02-22T11:02:03.6830000Z ##[section]Async Command Start: Update Build Number 2026-02-22T11:02:03.6830500Z Update build number to 10.0.50-ci+pr.34023.azdo.1304402 for build 1304402 2026-02-22T11:02:03.6830800Z ##[section]Async Command End: Update Build Number 2026-02-22T11:02:03.6832570Z ##[section]Async Command Start: Update Build Number 2026-02-22T11:02:03.6833070Z Update build number to 10.0.50-ci+pr.34023.azdo.1304402 for build 1304402 2026-02-22T11:02:03.6833380Z ##[section]Async Command End: Update Build Number 2026-02-22T11:02:03.6835110Z ##[section]Async Command Start: Update Build Number 2026-02-22T11:02:03.6835630Z Update build number to 10.0.50-ci+pr.34023.azdo.1304402 for build 1304402 2026-02-22T11:02:03.6836260Z ##[section]Async Command End: Update Build Number 2026-02-22T11:02:03.6838060Z ##[section]Async Command Start: Update Build Number 2026-02-22T11:02:03.6838530Z Update build number to 10.0.50-ci+pr.34023.azdo.1304402 for build 1304402 2026-02-22T11:02:03.6838840Z ##[section]Async Command End: Update Build Number 2026-02-22T11:02:03.6840560Z ##[section]Async Command Start: Update Build Number 2026-02-22T11:02:03.6841090Z Update build number to 10.0.50-ci+pr.34023.azdo.1304402 for build 1304402 2026-02-22T11:02:03.6841360Z ##[section]Async Command End: Update Build Number 2026-02-22T11:02:03.6843110Z ##[section]Async Command Start: Update Build Number 2026-02-22T11:02:03.6843580Z Update build number to 10.0.50-ci+pr.34023.azdo.1304402 for build 1304402 2026-02-22T11:02:03.6843880Z ##[section]Async Command End: Update Build Number 2026-02-22T11:02:03.6845620Z ##[section]Async Command Start: Update Build Number 2026-02-22T11:02:03.6846130Z Update build number to 10.0.50-ci+pr.34023.azdo.1304402 for build 1304402 2026-02-22T11:02:03.6846430Z ##[section]Async Command End: Update Build Number 2026-02-22T11:02:03.6848300Z ##[section]Finishing: Controls Entry