2026-03-09T04:12:41.5508350Z ##[section]Starting: Controls Layout 2026-03-09T04:12:41.5521670Z ============================================================================== 2026-03-09T04:12:41.5521940Z Task : PowerShell 2026-03-09T04:12:41.5522120Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-09T04:12:41.5522330Z Version : 2.268.1 2026-03-09T04:12:41.5522510Z Author : Microsoft Corporation 2026-03-09T04:12:41.5522680Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-09T04:12:41.5522930Z ============================================================================== 2026-03-09T04:12:41.7399000Z Generating script. 2026-03-09T04:12:41.7409390Z ========================== Starting Command Output =========================== 2026-03-09T04:12:41.7424190Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/aea276f4-4a7e-4080-8dbb-99a20784a069.ps1' 2026-03-09T04:12:42.1203100Z $ErrorActionPreference = 'stop' 2026-03-09T04:12:42.1206500Z $ProgressPreference = 'silentlyContinue' 2026-03-09T04:12:42.1210840Z Get-Content $PSCommandPath 2026-03-09T04:12:42.1211630Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-09T04:12:42.1213700Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-09T04:12:42.1216460Z $command += " --runtimevariant=""Mono""" 2026-03-09T04:12:42.1220590Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-09T04:12:42.1224320Z 2026-03-09T04:12:42.1227150Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-09T04:12:42.1229580Z $deviceType = "" 2026-03-09T04:12:42.1231890Z if ($deviceType) { 2026-03-09T04:12:42.1234040Z $command += " --skin=""$deviceType""" 2026-03-09T04:12:42.1235220Z } 2026-03-09T04:12:42.1236730Z 2026-03-09T04:12:42.1238910Z $testFilter = "" 2026-03-09T04:12:42.1244610Z $testConfigrationArgs = "" 2026-03-09T04:12:42.1247740Z 2026-03-09T04:12:42.1250240Z "Layout".Split(",") | ForEach { 2026-03-09T04:12:42.1253060Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-09T04:12:42.1255760Z } 2026-03-09T04:12:42.1256980Z 2026-03-09T04:12:42.1258700Z $testFilter = $testFilter.TrimEnd("|") 2026-03-09T04:12:42.1258900Z 2026-03-09T04:12:42.1259380Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-09T04:12:42.1260350Z if ($testConfigrationArgs) { 2026-03-09T04:12:42.1260840Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-09T04:12:42.1261270Z } 2026-03-09T04:12:42.1261630Z if ($testFilter) { 2026-03-09T04:12:42.1262090Z $command += " --test-filter ""$testFilter""" 2026-03-09T04:12:42.1262850Z } 2026-03-09T04:12:42.1262970Z 2026-03-09T04:12:42.1263370Z $headless = true 2026-03-09T04:12:42.1263780Z if ($headless) { 2026-03-09T04:12:42.1264210Z $command += " --headless ""$headless""" 2026-03-09T04:12:42.1264590Z } 2026-03-09T04:12:42.1264710Z 2026-03-09T04:12:42.1265130Z Write-Host "Running command: $command" 2026-03-09T04:12:42.1265300Z 2026-03-09T04:12:42.1265730Z Invoke-Expression $command 2026-03-09T04:12:42.1266380Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-09T04:12:42.1267610Z } else { 2026-03-09T04:12:42.1268830Z exit $LASTEXITCODE 2026-03-09T04:12:42.1269230Z } 2026-03-09T04:12:42.2524950Z 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=Layout" 2026-03-09T04:12:42.8179700Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T04:12:43.4951250Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T04:12:43.9387080Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T04:12:44.3860500Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T04:12:44.8490360Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T04:12:45.6162270Z Looking for modules... 2026-03-09T04:12:48.5319980Z No modules found to install. 2026-03-09T04:12:48.5385540Z Module directory does not exist. 2026-03-09T04:12:48.5439260Z Analyzing build script... 2026-03-09T04:12:48.5462580Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-09T04:12:48.5475480Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-09T04:12:48.5482050Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-09T04:12:48.7486790Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-09T04:12:50.3103800Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-09T04:12:51.3191070Z Processing build script... 2026-03-09T04:12:51.3229060Z Installing addins... 2026-03-09T04:12:51.5743110Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-09T04:12:51.6021370Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-09T04:12:51.6240950Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-09T04:12:51.8376260Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-09T04:12:51.8378260Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-09T04:12:51.8379110Z is referencing an older version of Cake.Core (0.33.0). 2026-03-09T04:12:51.8379800Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-09T04:12:51.8387170Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-09T04:12:51.8391150Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-09T04:12:52.1349360Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-09T04:12:52.1350310Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-09T04:12:52.1351560Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-09T04:12:52.1352310Z Adding assembly reference to System.Runtime.dll... 2026-03-09T04:12:52.1353020Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-09T04:12:52.1353830Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-09T04:12:52.1354530Z Adding assembly reference to System.Threading.dll... 2026-03-09T04:12:52.1355230Z Adding assembly reference to System.Linq.dll... 2026-03-09T04:12:52.1356580Z Adding assembly reference to System.Collections.dll... 2026-03-09T04:12:52.1357520Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-09T04:12:52.1358260Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-09T04:12:52.1359090Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-09T04:12:52.1359820Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-09T04:12:52.1360510Z Adding assembly reference to System.ObjectModel.dll... 2026-03-09T04:12:52.1361200Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-09T04:12:52.1361950Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-09T04:12:52.1362670Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-09T04:12:52.1363390Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-09T04:12:52.1364210Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-09T04:12:52.1364930Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-09T04:12:52.1365630Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-09T04:12:52.1366320Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-09T04:12:52.1367300Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-09T04:12:52.1368030Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-09T04:12:52.1368790Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-09T04:12:52.1369470Z Adding assembly reference to mscorlib.dll... 2026-03-09T04:12:52.1370140Z Adding assembly reference to netstandard.dll... 2026-03-09T04:12:52.1370950Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-09T04:12:52.1371650Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-09T04:12:52.1372370Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-09T04:12:52.1373080Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-09T04:12:52.1373750Z Adding assembly reference to System.Memory.dll... 2026-03-09T04:12:52.1374700Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-09T04:12:52.1375530Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-09T04:12:52.1376480Z Adding assembly reference to System.ComponentModel.dll... 2026-03-09T04:12:52.1377160Z Adding assembly reference to System.Console.dll... 2026-03-09T04:12:52.1377820Z Adding assembly reference to System.Data.Common.dll... 2026-03-09T04:12:52.1378650Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-09T04:12:52.1379370Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-09T04:12:52.1380270Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-09T04:12:52.1381040Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-09T04:12:52.1382120Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-09T04:12:52.1382830Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-09T04:12:52.1383580Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-09T04:12:52.1384290Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-09T04:12:52.1384980Z Adding assembly reference to System.IO.Compression.dll... 2026-03-09T04:12:52.1385710Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-09T04:12:52.1386420Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-09T04:12:52.1387120Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-09T04:12:52.1387830Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-09T04:12:52.1388550Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-09T04:12:52.1389230Z Adding assembly reference to System.Net.Requests.dll... 2026-03-09T04:12:52.1389910Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-09T04:12:52.1390600Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-09T04:12:52.1391360Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-09T04:12:52.1392050Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-09T04:12:52.1392720Z Adding assembly reference to System.Net.Http.dll... 2026-03-09T04:12:52.1393480Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-09T04:12:52.1394180Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-09T04:12:52.1394850Z Adding assembly reference to System.Net.Mail.dll... 2026-03-09T04:12:52.1395550Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-09T04:12:52.1396260Z Adding assembly reference to System.Net.Ping.dll... 2026-03-09T04:12:52.1396920Z Adding assembly reference to System.Net.Security.dll... 2026-03-09T04:12:52.1397600Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-09T04:12:52.1398310Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-09T04:12:52.1399040Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-09T04:12:52.1399860Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-09T04:12:52.1400550Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-09T04:12:52.1401270Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-09T04:12:52.1402010Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-09T04:12:52.1402710Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-09T04:12:52.1403450Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-09T04:12:52.1404250Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-09T04:12:52.1404990Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-09T04:12:52.1405730Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-09T04:12:52.1406690Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-09T04:12:52.1407450Z Adding assembly reference to System.Security.Claims.dll... 2026-03-09T04:12:52.1408170Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-09T04:12:52.1408890Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-09T04:12:52.1409640Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-09T04:12:52.1410360Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-09T04:12:52.1411100Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-09T04:12:52.1411790Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-09T04:12:52.1412520Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-09T04:12:52.1413210Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-09T04:12:52.1413890Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-09T04:12:52.1414590Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-09T04:12:52.1415310Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-09T04:12:52.1415970Z Adding assembly reference to System.AppContext.dll... 2026-03-09T04:12:52.1416630Z Adding assembly reference to System.Buffers.dll... 2026-03-09T04:12:52.1417320Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-09T04:12:52.1418080Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-09T04:12:52.1418820Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-09T04:12:52.1419540Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-09T04:12:52.1420310Z Adding assembly reference to System.Configuration.dll... 2026-03-09T04:12:52.1421050Z Adding assembly reference to System.Core.dll... 2026-03-09T04:12:52.1421710Z Adding assembly reference to System.Private.Uri.dll... 2026-03-09T04:12:52.1422410Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-09T04:12:52.1423130Z Adding assembly reference to System.Data.dll... 2026-03-09T04:12:52.1423960Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-09T04:12:52.1424690Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-09T04:12:52.1425410Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-09T04:12:52.1426140Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-09T04:12:52.1426810Z Adding assembly reference to System.dll... 2026-03-09T04:12:52.1427460Z Adding assembly reference to System.Drawing.dll... 2026-03-09T04:12:52.1428170Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-09T04:12:52.1428850Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-09T04:12:52.1429520Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-09T04:12:52.1430270Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-09T04:12:52.1431340Z Adding assembly reference to System.Globalization.dll... 2026-03-09T04:12:52.1432090Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-09T04:12:52.1432830Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-09T04:12:52.1433500Z Adding assembly reference to System.IO.dll... 2026-03-09T04:12:52.1434260Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-09T04:12:52.1434960Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-09T04:12:52.1435670Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-09T04:12:52.1436420Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-09T04:12:52.1437140Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-09T04:12:52.1437860Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-09T04:12:52.1438790Z Adding assembly reference to System.Net.dll... 2026-03-09T04:12:52.1439450Z Adding assembly reference to System.Net.Quic.dll... 2026-03-09T04:12:52.1440350Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-09T04:12:52.1441120Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-09T04:12:52.1441800Z Adding assembly reference to System.Text.Json.dll... 2026-03-09T04:12:52.1442480Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-09T04:12:52.1443300Z Adding assembly reference to System.Numerics.dll... 2026-03-09T04:12:52.1444030Z Adding assembly reference to System.Reflection.dll... 2026-03-09T04:12:52.1444810Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-09T04:12:52.1445600Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-09T04:12:52.1446310Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-09T04:12:52.1448210Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-09T04:12:52.1449010Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-09T04:12:52.1449760Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-09T04:12:52.1450790Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-09T04:12:52.1451540Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-09T04:12:52.1452450Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-09T04:12:52.1453230Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-09T04:12:52.1454010Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-09T04:12:52.1454780Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-09T04:12:52.1455520Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-09T04:12:52.1456290Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-09T04:12:52.1457250Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-09T04:12:52.1489650Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-09T04:12:52.1490450Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-09T04:12:52.1491220Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-09T04:12:52.1491970Z Adding assembly reference to System.Security.dll... 2026-03-09T04:12:52.1492660Z Adding assembly reference to System.Security.Principal.dll... 2026-03-09T04:12:52.1493360Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-09T04:12:52.1494080Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-09T04:12:52.1494890Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-09T04:12:52.1495820Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-09T04:12:52.1496670Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-09T04:12:52.1497370Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-09T04:12:52.1498050Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-09T04:12:52.1498750Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-09T04:12:52.1499430Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-09T04:12:52.1500140Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-09T04:12:52.1500870Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-09T04:12:52.1501560Z Adding assembly reference to System.Transactions.dll... 2026-03-09T04:12:52.1502250Z Adding assembly reference to System.ValueTuple.dll... 2026-03-09T04:12:52.1502920Z Adding assembly reference to System.Web.dll... 2026-03-09T04:12:52.1503540Z Adding assembly reference to System.Windows.dll... 2026-03-09T04:12:52.1504150Z Adding assembly reference to System.Xml.dll... 2026-03-09T04:12:52.1504810Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-09T04:12:52.1505460Z Adding assembly reference to System.Private.Xml.dll... 2026-03-09T04:12:52.1506120Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-09T04:12:52.1506810Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-09T04:12:52.1507780Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-09T04:12:52.1508420Z Adding assembly reference to WindowsBase.dll... 2026-03-09T04:12:52.1509020Z Adding assembly reference to Cake.Core.dll... 2026-03-09T04:12:52.1509630Z Adding assembly reference to Cake.Common.dll... 2026-03-09T04:12:52.1510250Z Adding assembly reference to Spectre.Console.dll... 2026-03-09T04:12:52.1510930Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-09T04:12:52.1511590Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-09T04:12:52.1512280Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-09T04:12:52.1513030Z Importing namespace Cake.Common... 2026-03-09T04:12:52.1513650Z Importing namespace Cake.Common.Build... 2026-03-09T04:12:52.1514640Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-09T04:12:52.1515310Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-09T04:12:52.1515980Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-09T04:12:52.1516670Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-09T04:12:52.1517330Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-09T04:12:52.1518010Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-09T04:12:52.1518670Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-09T04:12:52.1519350Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-09T04:12:52.1520000Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-09T04:12:52.1520640Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-09T04:12:52.1521270Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-09T04:12:52.1521910Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-09T04:12:52.1522560Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-09T04:12:52.1523220Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-09T04:12:52.1523860Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-09T04:12:52.1524490Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-09T04:12:52.1525180Z Importing namespace Cake.Common.Build.GoCD... 2026-03-09T04:12:52.1525800Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-09T04:12:52.1526460Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-09T04:12:52.1527110Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-09T04:12:52.1527740Z Importing namespace Cake.Common.Build.MyGet... 2026-03-09T04:12:52.1528350Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-09T04:12:52.1528980Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-09T04:12:52.1529610Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-09T04:12:52.1530240Z Importing namespace Cake.Common.Diagnostics... 2026-03-09T04:12:52.1530830Z Importing namespace Cake.Common.IO... 2026-03-09T04:12:52.1531540Z Importing namespace Cake.Common.IO.Paths... 2026-03-09T04:12:52.1532140Z Importing namespace Cake.Common.Net... 2026-03-09T04:12:52.1532740Z Importing namespace Cake.Common.Security... 2026-03-09T04:12:52.1533360Z Importing namespace Cake.Common.Solution... 2026-03-09T04:12:52.1533980Z Importing namespace Cake.Common.Solution.Project... 2026-03-09T04:12:52.1534640Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-09T04:12:52.1535310Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-09T04:12:52.1535920Z Importing namespace Cake.Common.Text... 2026-03-09T04:12:52.1536510Z Importing namespace Cake.Common.Tools.Cake... 2026-03-09T04:12:52.1537160Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-09T04:12:52.1537810Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-09T04:12:52.1538690Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-09T04:12:52.1539360Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-09T04:12:52.1540030Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-09T04:12:52.1540700Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-09T04:12:52.1541360Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-09T04:12:52.1542010Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-09T04:12:52.1542720Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-09T04:12:52.1543410Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-09T04:12:52.1544060Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-09T04:12:52.1544750Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-09T04:12:52.1545460Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-09T04:12:52.1546130Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-09T04:12:52.1546790Z Importing namespace Cake.Common.Tools.Command... 2026-03-09T04:12:52.1547470Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-09T04:12:52.1548130Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-09T04:12:52.1548810Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-09T04:12:52.1549490Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-09T04:12:52.1550210Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-09T04:12:52.1550870Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-09T04:12:52.1551550Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-09T04:12:52.1552200Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-09T04:12:52.1552860Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-09T04:12:52.1553550Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-09T04:12:52.1554220Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-09T04:12:52.1554930Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-09T04:12:52.1555750Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-09T04:12:52.1556460Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-09T04:12:52.1557170Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-09T04:12:52.1557860Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-09T04:12:52.1558530Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-09T04:12:52.1559230Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-09T04:12:52.1559910Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-09T04:12:52.1560560Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-09T04:12:52.1561250Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-09T04:12:52.1561900Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-09T04:12:52.1562760Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-09T04:12:52.1563460Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-09T04:12:52.1564120Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-09T04:12:52.1564810Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-09T04:12:52.1565500Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-09T04:12:52.1566170Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-09T04:12:52.1566860Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-09T04:12:52.1567550Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-09T04:12:52.1568270Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-09T04:12:52.1568990Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-09T04:12:52.1569670Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-09T04:12:52.1570320Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-09T04:12:52.1570980Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-09T04:12:52.1571650Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-09T04:12:52.1572340Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-09T04:12:52.1573080Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-09T04:12:52.1573840Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-09T04:12:52.1574560Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-09T04:12:52.1575280Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-09T04:12:52.1576030Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-09T04:12:52.1576740Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-09T04:12:52.1577430Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-09T04:12:52.1578140Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-09T04:12:52.1578840Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-09T04:12:52.1579630Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-09T04:12:52.1580450Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-09T04:12:52.1581130Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-09T04:12:52.1581790Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-09T04:12:52.1582460Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-09T04:12:52.1583090Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-09T04:12:52.1583730Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-09T04:12:52.1584350Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-09T04:12:52.1584990Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-09T04:12:52.1585630Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-09T04:12:52.1586330Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-09T04:12:52.1587230Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-09T04:12:52.1587910Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-09T04:12:52.1588560Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-09T04:12:52.1589250Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-09T04:12:52.1589910Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-09T04:12:52.1590590Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-09T04:12:52.1591270Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-09T04:12:52.1591970Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-09T04:12:52.1592660Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-09T04:12:52.1593330Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-09T04:12:52.1593980Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-09T04:12:52.1594680Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-09T04:12:52.1595350Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-09T04:12:52.1596170Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-09T04:12:52.1596890Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-09T04:12:52.1597550Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-09T04:12:52.1598220Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-09T04:12:52.1598870Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-09T04:12:52.1599630Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-09T04:12:52.1600380Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-09T04:12:52.1601090Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-09T04:12:52.1601710Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-09T04:12:52.1602390Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-09T04:12:52.1603050Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-09T04:12:52.1603730Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-09T04:12:52.1604570Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-09T04:12:52.1605280Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-09T04:12:52.1605930Z Importing namespace Cake.Common.Tools.WiX... 2026-03-09T04:12:52.1606580Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-09T04:12:52.1607220Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-09T04:12:52.1607880Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-09T04:12:52.1608620Z Importing namespace Cake.Common.Xml... 2026-03-09T04:12:52.1609220Z Importing namespace Cake.Core... 2026-03-09T04:12:52.1609870Z Importing namespace Cake.Core.Diagnostics... 2026-03-09T04:12:52.1610480Z Importing namespace Cake.Core.IO... 2026-03-09T04:12:52.1611090Z Importing namespace Cake.Core.Scripting... 2026-03-09T04:12:52.1611920Z Importing namespace Cake.Core.Tooling... 2026-03-09T04:12:52.1612580Z Importing namespace Cake.FileHelpers... 2026-03-09T04:12:52.1613180Z Importing namespace NuGet.Common... 2026-03-09T04:12:52.1613790Z Importing namespace NuGet.Configuration... 2026-03-09T04:12:52.1614420Z Importing namespace NuGet.Protocol... 2026-03-09T04:12:52.1615090Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-09T04:12:52.1615710Z Importing namespace NuGet.Versioning... 2026-03-09T04:12:52.1616310Z Importing namespace System... 2026-03-09T04:12:52.1616920Z Importing namespace System.Collections.Generic... 2026-03-09T04:12:52.1617540Z Importing namespace System.IO... 2026-03-09T04:12:52.1618120Z Importing namespace System.Linq... 2026-03-09T04:12:52.1618710Z Importing namespace System.Text... 2026-03-09T04:12:52.1619300Z Importing namespace System.Threading.Tasks... 2026-03-09T04:12:52.1619800Z .NETStandard,Version=v2.0 2026-03-09T04:12:52.2065750Z Compiling build script... 2026-03-09T04:12:55.1220200Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-09T04:12:56.5105590Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-09T04:12:56.5107290Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-09T04:12:56.5125370Z Host OS System Arch: X64 2026-03-09T04:12:56.5126880Z Host Processor System Arch: X64 2026-03-09T04:12:56.5128460Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T04:12:56.5130110Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-09T04:12:56.5131890Z Build Configuration: Release 2026-03-09T04:12:56.5133730Z Build Runtime Identifier: maccatalyst-x64 2026-03-09T04:12:56.5135080Z Build Target Framework: net10.0-maccatalyst 2026-03-09T04:12:56.5136460Z Test Device: mac 2026-03-09T04:12:56.5137930Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-09T04:12:56.5252580Z 2026-03-09T04:12:56.5253300Z ======================================== 2026-03-09T04:12:56.5254420Z uitest 2026-03-09T04:12:56.5255230Z ======================================== 2026-03-09T04:12:56.5256280Z Executing task: uitest 2026-03-09T04:12:56.5272940Z Starting UI Tests... 2026-03-09T04:12:56.5277820Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-09T04:12:56.5281380Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-09T04:12:56.5339260Z Testing Device: mac 2026-03-09T04:12:56.5339820Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-09T04:12:56.5340580Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-09T04:12:56.5341750Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-09T04:12:56.5369990Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-09T04:12:56.5924570Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T04:12:56.5978170Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-09T04:13:02.5227300Z Determining projects to restore... 2026-03-09T04:13:14.7978790Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 3.41 sec). 2026-03-09T04:13:14.8231500Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 3.46 sec). 2026-03-09T04:13:16.2492580Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 5.08 sec). 2026-03-09T04:13:18.9369460Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 7.77 sec). 2026-03-09T04:13:18.9781880Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 13 ms). 2026-03-09T04:13:22.1355140Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 7.27 sec). 2026-03-09T04:13:22.1486360Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 2 ms). 2026-03-09T04:13:26.3016900Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 11.38 sec). 2026-03-09T04:13:26.6207620Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 7.36 sec). 2026-03-09T04:13:26.6366480Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 4 ms). 2026-03-09T04:13:26.9389230Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 625 ms). 2026-03-09T04:13:27.8005700Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 5.64 sec). 2026-03-09T04:13:27.8476840Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 11.58 sec). 2026-03-09T04:13:47.8643790Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-09T04:13:50.2131070Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-09T04:13:51.6894820Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-09T04:14:04.0970290Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-09T04:14:05.0561460Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-09T04:15:02.0780010Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-09T04:15:02.3195290Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-09T04:15:03.1197180Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-09T04:15:03.3005990Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-09T04:15:03.4340690Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-09T04:15:03.5198220Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-09T04:15:03.7555640Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-09T04:15:15.1750190Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-09T04:15:15.2517930Z 2026-03-09T04:15:15.2601800Z Build succeeded. 2026-03-09T04:15:15.2606150Z 0 Warning(s) 2026-03-09T04:15:15.2608320Z 0 Error(s) 2026-03-09T04:15:15.2610040Z 2026-03-09T04:15:15.2612220Z Time Elapsed 00:02:16.94 2026-03-09T04:15:15.3460700Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-03-09T04:15:15.3468290Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T04:15:15.3473600Z Run Tests With Filter TestCategory=Layout 2026-03-09T04:15:15.3478210Z Log Directory: /Users/runner/work/1/a/logs 2026-03-09T04:15:15.3478990Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-09T04:15:15.3482290Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-09T04:15:15.3484500Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-09T04:15:15.3486440Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-09T04:15:15.3488430Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-09T04:15:15.3489360Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-09T04:15:15.3490630Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-09T04:15:15.3491610Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-09T04:15:15.3493850Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-09T04:15:15.3495720Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-03-09T04:15:15.3556260Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-09T04:15:15.3598760Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-09T04:15:15.6277210Z Downloading file: 15% 2026-03-09T04:15:15.6281020Z Downloading file: 50% 2026-03-09T04:15:15.6430000Z Downloading file: 100% 2026-03-09T04:15:15.6484550Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-09T04:15:15.6491740Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-03-09T04:15:15.6514600Z 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=Layout" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Layout.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-Layout.binlog /p:VStestUseMSBuildOutput=false 2026-03-09T04:15:17.1484620Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-09T04:15:17.2602040Z VSTest version 18.0.1 (x64) 2026-03-09T04:15:17.2614130Z 2026-03-09T04:15:17.4449460Z Starting test execution, please wait... 2026-03-09T04:15:17.5322080Z A total of 1 test files matched the specified pattern. 2026-03-09T04:15:18.5360160Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-09T04:15:18.9075300Z [xUnit.net 00:00:00.40] Discovering: Controls.TestCases.Mac.Tests 2026-03-09T04:15:19.2956250Z [xUnit.net 00:00:00.73] Discovered: Controls.TestCases.Mac.Tests 2026-03-09T04:15:19.3008490Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-09T04:15:19.3239220Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-09T04:15:20.5102430Z NUnit3TestExecutor discovered 181 of 181 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-09T04:16:40.5435700Z >>>>> 3/9/2026 4:16:40 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-03-09T04:16:45.2201010Z >>>>> 3/9/2026 4:16:45 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-03-09T04:17:54.2431650Z >>>>> 3/9/2026 4:17:54 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-03-09T04:17:54.3749430Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 9 s] 2026-03-09T04:17:54.3827700Z >>>>> 3/9/2026 4:17:54 AM VerifyAbsoluteLayout_AllProportional Start 2026-03-09T04:18:58.4363720Z >>>>> 3/9/2026 4:18:58 AM VerifyAbsoluteLayout_AllProportional Stop 2026-03-09T04:18:58.5352310Z >>>>> 3/9/2026 4:18:58 AM Log types: 2026-03-09T04:18:59.2825470Z Failed VerifyAbsoluteLayout_AllProportional [1 m 4 s] 2026-03-09T04:18:59.3779900Z Error Message: 2026-03-09T04:18:59.3816350Z VisualTestUtils.VisualTestFailedException : 2026-03-09T04:18:59.4820180Z Snapshot different than baseline: VerifyAbsoluteLayout_AllProportional.png (1.34% difference) 2026-03-09T04:18:59.5694330Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T04:18:59.5776000Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T04:18:59.6169400Z 2026-03-09T04:18:59.6250420Z More info: https://aka.ms/visual-test-workflow 2026-03-09T04:18:59.6535460Z 2026-03-09T04:18:59.6761460Z Stack Trace: 2026-03-09T04:18:59.7767100Z 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 295 2026-03-09T04:18:59.8086860Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_AllProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 290 2026-03-09T04:18:59.9091140Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T04:18:59.9451420Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-09T04:19:00.0092600Z 2026-03-09T04:19:00.1096480Z >>>>> 3/9/2026 4:18:59 AM VerifyAbsoluteLayout_FlowDirection Start 2026-03-09T04:19:48.6409650Z >>>>> 3/9/2026 4:19:48 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-03-09T04:19:48.8465320Z Passed VerifyAbsoluteLayout_FlowDirection [49 s] 2026-03-09T04:19:48.9468400Z >>>>> 3/9/2026 4:19:48 AM VerifyAbsoluteLayout_HeightProportional Start 2026-03-09T04:20:48.5028410Z >>>>> 3/9/2026 4:20:48 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-03-09T04:20:48.9209800Z Passed VerifyAbsoluteLayout_HeightProportional [1 m] 2026-03-09T04:20:48.9261710Z >>>>> 3/9/2026 4:20:48 AM VerifyAbsoluteLayout_PositionProportional Start 2026-03-09T04:22:20.7878310Z >>>>> 3/9/2026 4:22:20 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-03-09T04:22:21.3662160Z >>>>> 3/9/2026 4:22:21 AM Log types: 2026-03-09T04:22:22.6158180Z Failed VerifyAbsoluteLayout_PositionProportional [1 m 33 s] 2026-03-09T04:22:22.7162050Z Error Message: 2026-03-09T04:22:22.7725430Z VisualTestUtils.VisualTestFailedException : 2026-03-09T04:22:22.8741160Z Snapshot different than baseline: VerifyAbsoluteLayout_PositionProportional.png (0.63% difference) 2026-03-09T04:22:22.9577780Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T04:22:23.0138820Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T04:22:23.1142140Z 2026-03-09T04:22:23.2150100Z More info: https://aka.ms/visual-test-workflow 2026-03-09T04:22:23.3152710Z 2026-03-09T04:22:23.4158860Z Stack Trace: 2026-03-09T04:22:23.4284140Z 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 295 2026-03-09T04:22:23.5289740Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_PositionProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 168 2026-03-09T04:22:23.6294320Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T04:22:23.7297570Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T04:22:23.8151950Z 2026-03-09T04:22:23.8288120Z >>>>> 3/9/2026 4:22:22 AM VerifyAbsoluteLayout_SizeProportional Start 2026-03-09T04:23:30.5956500Z >>>>> 3/9/2026 4:23:30 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-03-09T04:23:30.7075380Z >>>>> 3/9/2026 4:23:30 AM Log types: 2026-03-09T04:23:31.6957350Z Failed VerifyAbsoluteLayout_SizeProportional [1 m 8 s] 2026-03-09T04:23:31.7451300Z Error Message: 2026-03-09T04:23:31.8444340Z VisualTestUtils.VisualTestFailedException : 2026-03-09T04:23:31.9451320Z Snapshot different than baseline: VerifyAbsoluteLayout_SizeProportional.png (1.19% difference) 2026-03-09T04:23:32.0456790Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T04:23:32.1461900Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T04:23:32.1917040Z 2026-03-09T04:23:32.2056150Z More info: https://aka.ms/visual-test-workflow 2026-03-09T04:23:32.2308040Z 2026-03-09T04:23:32.2467710Z Stack Trace: 2026-03-09T04:23:32.3471700Z 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 295 2026-03-09T04:23:32.4478720Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_SizeProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 246 2026-03-09T04:23:32.4485010Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T04:23:32.5489100Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T04:23:32.6495100Z 2026-03-09T04:23:32.7499970Z >>>>> 3/9/2026 4:23:31 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-03-09T04:25:33.7276630Z >>>>> 3/9/2026 4:25:33 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-03-09T04:25:33.9334100Z >>>>> 3/9/2026 4:25:33 AM Log types: 2026-03-09T04:25:34.9026550Z Failed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [2 m 3 s] 2026-03-09T04:25:35.0029070Z Error Message: 2026-03-09T04:25:35.1031390Z VisualTestUtils.VisualTestFailedException : 2026-03-09T04:25:35.2033260Z Snapshot different than baseline: VerifyAbsoluteLayout_SizeProportionalAndPositionProportional.png (1.34% difference) 2026-03-09T04:25:35.2321900Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T04:25:35.2554810Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T04:25:35.2671690Z 2026-03-09T04:25:35.2850390Z More info: https://aka.ms/visual-test-workflow 2026-03-09T04:25:35.2966170Z 2026-03-09T04:25:35.3242120Z Stack Trace: 2026-03-09T04:25:35.3356990Z 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 295 2026-03-09T04:25:35.3498230Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_SizeProportionalAndPositionProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 317 2026-03-09T04:25:35.3618610Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T04:25:35.3842050Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T04:25:35.3940590Z 2026-03-09T04:25:35.4348500Z >>>>> 3/9/2026 4:25:34 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-03-09T04:26:18.1298060Z >>>>> 3/9/2026 4:26:18 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-03-09T04:26:18.1378140Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [43 s] 2026-03-09T04:26:18.1387850Z >>>>> 3/9/2026 4:26:18 AM VerifyAbsoluteLayout_Visibility Start 2026-03-09T04:26:32.9001390Z >>>>> 3/9/2026 4:26:32 AM VerifyAbsoluteLayout_Visibility Stop 2026-03-09T04:26:32.9121270Z Passed VerifyAbsoluteLayout_Visibility [14 s] 2026-03-09T04:26:32.9159660Z >>>>> 3/9/2026 4:26:32 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-03-09T04:27:16.6320100Z >>>>> 3/9/2026 4:27:16 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-03-09T04:27:16.8651820Z Passed VerifyAbsoluteLayout_WidthAndHeight [43 s] 2026-03-09T04:27:16.8697550Z >>>>> 3/9/2026 4:27:16 AM VerifyAbsoluteLayout_WidthProportional Start 2026-03-09T04:28:04.5999260Z >>>>> 3/9/2026 4:28:04 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-03-09T04:28:04.6620390Z >>>>> 3/9/2026 4:28:04 AM Log types: 2026-03-09T04:28:05.3960450Z Failed VerifyAbsoluteLayout_WidthProportional [48 s] 2026-03-09T04:28:05.4056690Z Error Message: 2026-03-09T04:28:05.4296520Z VisualTestUtils.VisualTestFailedException : 2026-03-09T04:28:05.4366160Z Snapshot different than baseline: VerifyAbsoluteLayout_WidthProportional.png (0.51% difference) 2026-03-09T04:28:05.4402260Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T04:28:05.4493150Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T04:28:05.4605000Z 2026-03-09T04:28:05.4712820Z More info: https://aka.ms/visual-test-workflow 2026-03-09T04:28:05.4746240Z 2026-03-09T04:28:05.4778200Z Stack Trace: 2026-03-09T04:28:05.4855170Z 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 295 2026-03-09T04:28:05.4972500Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_WidthProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 187 2026-03-09T04:28:05.4988850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T04:28:05.5991660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T04:28:05.6999210Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T04:28:05.8003550Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T04:28:05.9001690Z 2026-03-09T04:28:05.9042510Z >>>>> 3/9/2026 4:28:05 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-03-09T04:28:56.1748760Z >>>>> 3/9/2026 4:28:56 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-03-09T04:28:56.2122620Z >>>>> 3/9/2026 4:28:56 AM Log types: 2026-03-09T04:28:57.0143530Z Failed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [51 s] 2026-03-09T04:28:57.0256090Z Error Message: 2026-03-09T04:28:57.0423430Z VisualTestUtils.VisualTestFailedException : 2026-03-09T04:28:57.1425910Z Snapshot different than baseline: VerifyAbsoluteLayout_WidthProportionalAndHeightProportional.png (1.19% difference) 2026-03-09T04:28:57.1429970Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T04:28:57.2432600Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T04:28:57.3434640Z 2026-03-09T04:28:57.4437010Z More info: https://aka.ms/visual-test-workflow 2026-03-09T04:28:57.4858830Z 2026-03-09T04:28:57.5173480Z Stack Trace: 2026-03-09T04:28:57.5568200Z 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 295 2026-03-09T04:28:57.5956640Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_WidthProportionalAndHeightProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 227 2026-03-09T04:28:57.6959790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T04:28:57.7341020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T04:28:57.7799950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T04:28:57.8015170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T04:28:57.8279770Z 2026-03-09T04:28:57.9282800Z >>>>> 3/9/2026 4:28:57 AM VerifyAbsoluteLayout_XProportional Start 2026-03-09T04:29:46.1095650Z >>>>> 3/9/2026 4:29:46 AM VerifyAbsoluteLayout_XProportional Stop 2026-03-09T04:29:46.1488220Z Passed VerifyAbsoluteLayout_XProportional [49 s] 2026-03-09T04:29:46.2284720Z >>>>> 3/9/2026 4:29:46 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-03-09T04:31:14.8071960Z >>>>> 3/9/2026 4:31:14 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-03-09T04:31:14.8246530Z >>>>> 3/9/2026 4:31:14 AM Log types: 2026-03-09T04:31:15.6481000Z Failed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 29 s] 2026-03-09T04:31:15.6487650Z Error Message: 2026-03-09T04:31:15.6489290Z VisualTestUtils.VisualTestFailedException : 2026-03-09T04:31:15.6492900Z Snapshot different than baseline: VerifyAbsoluteLayout_XProportionalAndYProportional.png (0.63% difference) 2026-03-09T04:31:15.6494050Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T04:31:15.6496020Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T04:31:15.6498030Z 2026-03-09T04:31:15.6500850Z More info: https://aka.ms/visual-test-workflow 2026-03-09T04:31:15.6502270Z 2026-03-09T04:31:15.6503530Z Stack Trace: 2026-03-09T04:31:15.6507670Z 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 295 2026-03-09T04:31:15.6510610Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_XProportionalAndYProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 143 2026-03-09T04:31:15.6512590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T04:31:15.6514040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T04:31:15.6515120Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T04:31:15.6516900Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T04:31:15.6518120Z 2026-03-09T04:31:15.6518950Z >>>>> 3/9/2026 4:31:15 AM VerifyAbsoluteLayout_YProportional Start 2026-03-09T04:32:07.2369700Z >>>>> 3/9/2026 4:32:07 AM VerifyAbsoluteLayout_YProportional Stop 2026-03-09T04:32:07.2649140Z >>>>> 3/9/2026 4:32:07 AM Log types: 2026-03-09T04:32:08.3935450Z Failed VerifyAbsoluteLayout_YProportional [52 s] 2026-03-09T04:32:08.4940160Z Error Message: 2026-03-09T04:32:08.5859100Z VisualTestUtils.VisualTestFailedException : 2026-03-09T04:32:08.6448750Z Snapshot different than baseline: VerifyAbsoluteLayout_YProportional.png (0.52% difference) 2026-03-09T04:32:08.6888380Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T04:32:08.6926430Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T04:32:08.7016880Z 2026-03-09T04:32:08.7037720Z More info: https://aka.ms/visual-test-workflow 2026-03-09T04:32:08.7126580Z 2026-03-09T04:32:08.7170370Z Stack Trace: 2026-03-09T04:32:08.7228020Z 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 295 2026-03-09T04:32:08.7356730Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_YProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 116 2026-03-09T04:32:08.7379870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T04:32:08.7401920Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T04:32:08.7433530Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T04:32:08.7469780Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T04:32:08.7487100Z 2026-03-09T04:32:12.9690560Z >>>>> 3/9/2026 4:32:12 AM FixtureSetup for BindableLayoutFeatureTests(Mac) 2026-03-09T04:32:17.2914570Z >>>>> 3/9/2026 4:32:17 AM VerifyBindableLayoutWithItemsSourceNone Start 2026-03-09T04:32:37.9663940Z >>>>> 3/9/2026 4:32:37 AM VerifyBindableLayoutWithItemsSourceNone Stop 2026-03-09T04:32:37.9804780Z Passed VerifyBindableLayoutWithItemsSourceNone [20 s] 2026-03-09T04:32:37.9814150Z >>>>> 3/9/2026 4:32:37 AM VerifyBindableLayoutWithItemsSourceObservableCollection Start 2026-03-09T04:32:55.5100900Z >>>>> 3/9/2026 4:32:55 AM VerifyBindableLayoutWithItemsSourceObservableCollection Stop 2026-03-09T04:32:55.5196060Z Passed VerifyBindableLayoutWithItemsSourceObservableCollection [17 s] 2026-03-09T04:32:55.5203810Z >>>>> 3/9/2026 4:32:55 AM VerifyBindableLayoutWithItemsSourceEmptyCollection Start 2026-03-09T04:33:12.4887950Z >>>>> 3/9/2026 4:33:12 AM VerifyBindableLayoutWithItemsSourceEmptyCollection Stop 2026-03-09T04:33:12.4963590Z Passed VerifyBindableLayoutWithItemsSourceEmptyCollection [16 s] 2026-03-09T04:33:12.4967400Z >>>>> 3/9/2026 4:33:12 AM VerifyBindableLayoutWithEmptyViewString Start 2026-03-09T04:33:28.2493030Z >>>>> 3/9/2026 4:33:28 AM VerifyBindableLayoutWithEmptyViewString Stop 2026-03-09T04:33:28.2647570Z Passed VerifyBindableLayoutWithEmptyViewString [15 s] 2026-03-09T04:33:28.2670700Z >>>>> 3/9/2026 4:33:28 AM VerifyBindableLayoutWithEmptyViewView Start 2026-03-09T04:33:43.3651440Z >>>>> 3/9/2026 4:33:43 AM VerifyBindableLayoutWithEmptyViewView Stop 2026-03-09T04:33:43.3721630Z Passed VerifyBindableLayoutWithEmptyViewView [15 s] 2026-03-09T04:33:43.3727930Z >>>>> 3/9/2026 4:33:43 AM VerifyBindableLayoutWithEmptyViewTemplate Start 2026-03-09T04:33:57.1611250Z >>>>> 3/9/2026 4:33:57 AM VerifyBindableLayoutWithEmptyViewTemplate Stop 2026-03-09T04:33:57.1666030Z Passed VerifyBindableLayoutWithEmptyViewTemplate [13 s] 2026-03-09T04:33:57.1670130Z >>>>> 3/9/2026 4:33:57 AM VerifyBindableLayoutWithBasicItemTemplate Start 2026-03-09T04:34:16.4048870Z >>>>> 3/9/2026 4:34:16 AM VerifyBindableLayoutWithBasicItemTemplate Stop 2026-03-09T04:34:16.4135910Z Passed VerifyBindableLayoutWithBasicItemTemplate [19 s] 2026-03-09T04:34:16.4138880Z >>>>> 3/9/2026 4:34:16 AM VerifyBindableLayoutWithGridItemTemplate Start 2026-03-09T04:34:34.5491970Z >>>>> 3/9/2026 4:34:34 AM VerifyBindableLayoutWithGridItemTemplate Stop 2026-03-09T04:34:34.5556690Z Passed VerifyBindableLayoutWithGridItemTemplate [18 s] 2026-03-09T04:34:34.5631740Z >>>>> 3/9/2026 4:34:34 AM VerifyBindableLayoutWithItemTemplateSelector Start 2026-03-09T04:34:55.1432160Z >>>>> 3/9/2026 4:34:55 AM VerifyBindableLayoutWithItemTemplateSelector Stop 2026-03-09T04:34:55.1506020Z Passed VerifyBindableLayoutWithItemTemplateSelector [20 s] 2026-03-09T04:34:55.1521620Z >>>>> 3/9/2026 4:34:55 AM VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate Start 2026-03-09T04:35:13.6052590Z >>>>> 3/9/2026 4:35:13 AM VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate Stop 2026-03-09T04:35:13.6113770Z Passed VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate [18 s] 2026-03-09T04:35:13.6114970Z >>>>> 3/9/2026 4:35:13 AM VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate Start 2026-03-09T04:35:29.7998830Z >>>>> 3/9/2026 4:35:29 AM VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate Stop 2026-03-09T04:35:29.8055710Z Passed VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate [16 s] 2026-03-09T04:35:29.8058490Z >>>>> 3/9/2026 4:35:29 AM VerifyBindableLayoutWithAddItems Start 2026-03-09T04:35:45.0313770Z >>>>> 3/9/2026 4:35:45 AM VerifyBindableLayoutWithAddItems Stop 2026-03-09T04:35:45.0395400Z Passed VerifyBindableLayoutWithAddItems [15 s] 2026-03-09T04:35:45.0396530Z >>>>> 3/9/2026 4:35:45 AM VerifyBindableLayoutWithAddItemsAtIndex Start 2026-03-09T04:36:12.3280670Z >>>>> 3/9/2026 4:36:12 AM VerifyBindableLayoutWithAddItemsAtIndex Stop 2026-03-09T04:36:12.3454070Z Passed VerifyBindableLayoutWithAddItemsAtIndex [27 s] 2026-03-09T04:36:12.3464020Z >>>>> 3/9/2026 4:36:12 AM VerifyBindableLayoutWithRemoveItems Start 2026-03-09T04:36:29.4310480Z >>>>> 3/9/2026 4:36:29 AM VerifyBindableLayoutWithRemoveItems Stop 2026-03-09T04:36:29.4378290Z Passed VerifyBindableLayoutWithRemoveItems [17 s] 2026-03-09T04:36:29.4382770Z >>>>> 3/9/2026 4:36:29 AM VerifyBindableLayoutWithRemoveItemsAtIndex Start 2026-03-09T04:36:53.5392880Z >>>>> 3/9/2026 4:36:53 AM VerifyBindableLayoutWithRemoveItemsAtIndex Stop 2026-03-09T04:36:53.5474820Z Passed VerifyBindableLayoutWithRemoveItemsAtIndex [24 s] 2026-03-09T04:36:53.5477160Z >>>>> 3/9/2026 4:36:53 AM VerifyBindableLayoutWithReplaceItems Start 2026-03-09T04:37:18.4632150Z >>>>> 3/9/2026 4:37:18 AM VerifyBindableLayoutWithReplaceItems Stop 2026-03-09T04:37:18.4692400Z Passed VerifyBindableLayoutWithReplaceItems [24 s] 2026-03-09T04:37:18.4694460Z >>>>> 3/9/2026 4:37:18 AM VerifyBindableLayoutWithReplaceItemsAtIndex Start 2026-03-09T04:37:47.8373270Z >>>>> 3/9/2026 4:37:47 AM VerifyBindableLayoutWithReplaceItemsAtIndex Stop 2026-03-09T04:37:47.8449720Z Passed VerifyBindableLayoutWithReplaceItemsAtIndex [29 s] 2026-03-09T04:37:47.8451090Z >>>>> 3/9/2026 4:37:47 AM VerifyBindableLayoutWithGetAndSetEmptyView Start 2026-03-09T04:38:10.7150840Z >>>>> 3/9/2026 4:38:10 AM VerifyBindableLayoutWithGetAndSetEmptyView Stop 2026-03-09T04:38:10.7215100Z Passed VerifyBindableLayoutWithGetAndSetEmptyView [22 s] 2026-03-09T04:38:10.7216600Z >>>>> 3/9/2026 4:38:10 AM VerifyBindableLayoutWithGetAndSetEmptyViewTemplate Start 2026-03-09T04:38:33.6089770Z >>>>> 3/9/2026 4:38:33 AM VerifyBindableLayoutWithGetAndSetEmptyViewTemplate Stop 2026-03-09T04:38:33.6155240Z Passed VerifyBindableLayoutWithGetAndSetEmptyViewTemplate [22 s] 2026-03-09T04:38:33.6164320Z >>>>> 3/9/2026 4:38:33 AM VerifyBindableLayoutWithGetAndSetItemSource Start 2026-03-09T04:38:58.6874870Z >>>>> 3/9/2026 4:38:58 AM VerifyBindableLayoutWithGetAndSetItemSource Stop 2026-03-09T04:38:58.6951050Z Passed VerifyBindableLayoutWithGetAndSetItemSource [25 s] 2026-03-09T04:38:58.6955910Z >>>>> 3/9/2026 4:38:58 AM VerifyBindableLayoutWithGetAndSetItemTemplate Start 2026-03-09T04:39:24.0850520Z >>>>> 3/9/2026 4:39:24 AM VerifyBindableLayoutWithGetAndSetItemTemplate Stop 2026-03-09T04:39:24.0918160Z Passed VerifyBindableLayoutWithGetAndSetItemTemplate [25 s] 2026-03-09T04:39:24.0920920Z >>>>> 3/9/2026 4:39:24 AM VerifyBindableLayoutWithGetAndSetItemTemplateSelector Start 2026-03-09T04:39:48.5426180Z >>>>> 3/9/2026 4:39:48 AM VerifyBindableLayoutWithGetAndSetItemTemplateSelector Stop 2026-03-09T04:39:49.5931350Z Passed VerifyBindableLayoutWithGetAndSetItemTemplateSelector [24 s] 2026-03-09T04:39:51.3188350Z >>>>> 3/9/2026 4:39:51 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-03-09T04:39:54.1620900Z >>>>> 3/9/2026 4:39:54 AM FlexLayout_ValidateDefaultValues Start 2026-03-09T04:40:09.9850060Z >>>>> 3/9/2026 4:40:09 AM FlexLayout_ValidateDefaultValues Stop 2026-03-09T04:40:09.9923130Z Passed FlexLayout_ValidateDefaultValues [15 s] 2026-03-09T04:40:09.9932690Z >>>>> 3/9/2026 4:40:09 AM FlexLayout_SetWrapAlignContentStretch Start 2026-03-09T04:40:42.4065010Z >>>>> 3/9/2026 4:40:42 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-03-09T04:40:42.4137590Z Passed FlexLayout_SetWrapAlignContentStretch [32 s] 2026-03-09T04:40:42.4200700Z >>>>> 3/9/2026 4:40:42 AM FlexLayout_SetWrapAlignContentCenter Start 2026-03-09T04:41:11.0628170Z >>>>> 3/9/2026 4:41:11 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-03-09T04:41:11.0700950Z Passed FlexLayout_SetWrapAlignContentCenter [28 s] 2026-03-09T04:41:11.0702510Z >>>>> 3/9/2026 4:41:11 AM FlexLayout_SetWrapAlignContentStart Start 2026-03-09T04:41:40.8633100Z >>>>> 3/9/2026 4:41:40 AM FlexLayout_SetWrapAlignContentStart Stop 2026-03-09T04:41:40.8692940Z Passed FlexLayout_SetWrapAlignContentStart [29 s] 2026-03-09T04:41:40.8694070Z >>>>> 3/9/2026 4:41:40 AM FlexLayout_SetWrapAlignContentEnd Start 2026-03-09T04:42:10.2821610Z >>>>> 3/9/2026 4:42:10 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-03-09T04:42:10.2889220Z Passed FlexLayout_SetWrapAlignContentEnd [29 s] 2026-03-09T04:42:10.2893640Z >>>>> 3/9/2026 4:42:10 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-03-09T04:42:38.6986850Z >>>>> 3/9/2026 4:42:38 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-03-09T04:42:38.7042480Z Passed FlexLayout_SetWrapAlignContentSpaceAround [28 s] 2026-03-09T04:42:38.7045290Z >>>>> 3/9/2026 4:42:38 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-03-09T04:43:09.7621130Z >>>>> 3/9/2026 4:43:09 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-03-09T04:43:09.7693190Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [31 s] 2026-03-09T04:43:09.7704200Z >>>>> 3/9/2026 4:43:09 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-03-09T04:43:38.2826010Z >>>>> 3/9/2026 4:43:38 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-03-09T04:43:38.2903630Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [28 s] 2026-03-09T04:43:38.2912710Z >>>>> 3/9/2026 4:43:38 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-03-09T04:44:06.7304990Z >>>>> 3/9/2026 4:44:06 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-03-09T04:44:06.7387460Z Passed FlexLayout_SetWrapReverseAlignContentStretch [28 s] 2026-03-09T04:44:06.7396780Z >>>>> 3/9/2026 4:44:06 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-03-09T04:44:38.0450510Z >>>>> 3/9/2026 4:44:38 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-03-09T04:44:38.0511550Z Passed FlexLayout_SetWrapReverseAlignContentCenter [31 s] 2026-03-09T04:44:38.0515240Z >>>>> 3/9/2026 4:44:38 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-03-09T04:45:06.5228920Z >>>>> 3/9/2026 4:45:06 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-03-09T04:45:06.5335190Z Passed FlexLayout_SetWrapReverseAlignContentStart [28 s] 2026-03-09T04:45:06.5353680Z >>>>> 3/9/2026 4:45:06 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-03-09T04:45:36.5803750Z >>>>> 3/9/2026 4:45:36 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-03-09T04:45:36.5883250Z Passed FlexLayout_SetWrapReverseAlignContentEnd [30 s] 2026-03-09T04:45:36.5886490Z >>>>> 3/9/2026 4:45:36 AM FlexLayout_AlignItemsCenter Start 2026-03-09T04:46:01.1437870Z >>>>> 3/9/2026 4:46:01 AM FlexLayout_AlignItemsCenter Stop 2026-03-09T04:46:01.1505300Z Passed FlexLayout_AlignItemsCenter [24 s] 2026-03-09T04:46:01.1507020Z >>>>> 3/9/2026 4:46:01 AM FlexLayout_AlignItemsEnd Start 2026-03-09T04:46:20.4174870Z >>>>> 3/9/2026 4:46:20 AM FlexLayout_AlignItemsEnd Stop 2026-03-09T04:46:20.4235990Z Passed FlexLayout_AlignItemsEnd [19 s] 2026-03-09T04:46:20.4237930Z >>>>> 3/9/2026 4:46:20 AM FlexLayout_AlignItemsStretch Start 2026-03-09T04:46:39.2974260Z >>>>> 3/9/2026 4:46:39 AM FlexLayout_AlignItemsStretch Stop 2026-03-09T04:46:39.3030460Z Passed FlexLayout_AlignItemsStretch [18 s] 2026-03-09T04:46:39.3031450Z >>>>> 3/9/2026 4:46:39 AM FlexLayout_DirectionRowReverse Start 2026-03-09T04:46:59.5527360Z >>>>> 3/9/2026 4:46:59 AM FlexLayout_DirectionRowReverse Stop 2026-03-09T04:46:59.5588660Z Passed FlexLayout_DirectionRowReverse [20 s] 2026-03-09T04:46:59.5589730Z >>>>> 3/9/2026 4:46:59 AM FlexLayout_DirectionColumn Start 2026-03-09T04:47:19.5843130Z >>>>> 3/9/2026 4:47:19 AM FlexLayout_DirectionColumn Stop 2026-03-09T04:47:19.5903640Z Passed FlexLayout_DirectionColumn [20 s] 2026-03-09T04:47:19.5907190Z >>>>> 3/9/2026 4:47:19 AM FlexLayout_DirectionColumnReverse Start 2026-03-09T04:47:38.7723410Z >>>>> 3/9/2026 4:47:38 AM FlexLayout_DirectionColumnReverse Stop 2026-03-09T04:47:38.7778180Z Passed FlexLayout_DirectionColumnReverse [19 s] 2026-03-09T04:47:38.7779410Z >>>>> 3/9/2026 4:47:38 AM FlexLayout_JustifyContentCenter Start 2026-03-09T04:47:58.5941800Z >>>>> 3/9/2026 4:47:58 AM FlexLayout_JustifyContentCenter Stop 2026-03-09T04:47:58.6021370Z Passed FlexLayout_JustifyContentCenter [19 s] 2026-03-09T04:47:58.6022440Z >>>>> 3/9/2026 4:47:58 AM FlexLayout_JustifyContentEnd Start 2026-03-09T04:48:19.5811930Z >>>>> 3/9/2026 4:48:19 AM FlexLayout_JustifyContentEnd Stop 2026-03-09T04:48:19.5961340Z Passed FlexLayout_JustifyContentEnd [20 s] 2026-03-09T04:48:19.6045270Z >>>>> 3/9/2026 4:48:19 AM FlexLayout_JustifyContentSpaceBetween Start 2026-03-09T04:48:40.2250390Z >>>>> 3/9/2026 4:48:40 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-03-09T04:48:40.2343720Z Passed FlexLayout_JustifyContentSpaceBetween [20 s] 2026-03-09T04:48:40.2348290Z >>>>> 3/9/2026 4:48:40 AM FlexLayout_JustifyContentSpaceAround Start 2026-03-09T04:48:59.3422490Z >>>>> 3/9/2026 4:48:59 AM FlexLayout_JustifyContentSpaceAround Stop 2026-03-09T04:48:59.3481940Z Passed FlexLayout_JustifyContentSpaceAround [19 s] 2026-03-09T04:48:59.3483700Z >>>>> 3/9/2026 4:48:59 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-03-09T04:49:18.7096120Z >>>>> 3/9/2026 4:49:18 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-03-09T04:49:18.7164260Z Passed FlexLayout_JustifyContentSpaceEvenly [19 s] 2026-03-09T04:49:18.7168300Z >>>>> 3/9/2026 4:49:18 AM FlexLayout_AlignSelfStart Start 2026-03-09T04:49:38.8813650Z >>>>> 3/9/2026 4:49:38 AM FlexLayout_AlignSelfStart Stop 2026-03-09T04:49:38.8887780Z Passed FlexLayout_AlignSelfStart [20 s] 2026-03-09T04:49:38.8976170Z >>>>> 3/9/2026 4:49:38 AM FlexLayout_AlignSelfCenter Start 2026-03-09T04:49:59.3945300Z >>>>> 3/9/2026 4:49:59 AM FlexLayout_AlignSelfCenter Stop 2026-03-09T04:49:59.4011810Z Passed FlexLayout_AlignSelfCenter [20 s] 2026-03-09T04:49:59.4013860Z >>>>> 3/9/2026 4:49:59 AM FlexLayout_AlignSelfEnd Start 2026-03-09T04:50:18.5125850Z >>>>> 3/9/2026 4:50:18 AM FlexLayout_AlignSelfEnd Stop 2026-03-09T04:50:18.5184600Z Passed FlexLayout_AlignSelfEnd [19 s] 2026-03-09T04:50:18.5189120Z >>>>> 3/9/2026 4:50:18 AM FlexLayout_AlignSelfStretch Start 2026-03-09T04:50:38.0443500Z >>>>> 3/9/2026 4:50:38 AM FlexLayout_AlignSelfStretch Stop 2026-03-09T04:50:38.0483500Z Passed FlexLayout_AlignSelfStretch [19 s] 2026-03-09T04:50:38.0491840Z >>>>> 3/9/2026 4:50:38 AM FlexLayout_Child1Grow Start 2026-03-09T04:51:06.4858110Z >>>>> 3/9/2026 4:51:06 AM FlexLayout_Child1Grow Stop 2026-03-09T04:51:06.4923480Z Passed FlexLayout_Child1Grow [28 s] 2026-03-09T04:51:06.4931130Z >>>>> 3/9/2026 4:51:06 AM FlexLayout_Child1Shrink Start 2026-03-09T04:51:42.6681780Z >>>>> 3/9/2026 4:51:42 AM FlexLayout_Child1Shrink Stop 2026-03-09T04:51:42.6732280Z Passed FlexLayout_Child1Shrink [36 s] 2026-03-09T04:51:42.6733530Z >>>>> 3/9/2026 4:51:42 AM FlexLayout_Child1Order Start 2026-03-09T04:52:13.4969630Z >>>>> 3/9/2026 4:52:13 AM FlexLayout_Child1Order Stop 2026-03-09T04:52:13.5027080Z Passed FlexLayout_Child1Order [30 s] 2026-03-09T04:52:13.5028090Z >>>>> 3/9/2026 4:52:13 AM FlexLayout_BasisAuto_DirectionRow Start 2026-03-09T04:52:41.3557760Z >>>>> 3/9/2026 4:52:41 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-03-09T04:52:41.3612490Z Passed FlexLayout_BasisAuto_DirectionRow [27 s] 2026-03-09T04:52:41.3614640Z >>>>> 3/9/2026 4:52:41 AM FlexLayout_BasisFixed_DirectionRow Start 2026-03-09T04:53:07.1574080Z >>>>> 3/9/2026 4:53:07 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-03-09T04:53:07.1636540Z Passed FlexLayout_BasisFixed_DirectionRow [25 s] 2026-03-09T04:53:07.1638170Z >>>>> 3/9/2026 4:53:07 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-03-09T04:53:33.0814690Z >>>>> 3/9/2026 4:53:33 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-03-09T04:53:33.0871550Z Passed FlexLayout_BasisPercentage_DirectionRow [25 s] 2026-03-09T04:53:33.0872640Z >>>>> 3/9/2026 4:53:33 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-03-09T04:54:00.7860090Z >>>>> 3/9/2026 4:54:00 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-03-09T04:54:00.7921910Z Passed FlexLayout_BasisAuto_DirectionRowReverse [27 s] 2026-03-09T04:54:00.7923380Z >>>>> 3/9/2026 4:54:00 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-03-09T04:54:26.6875090Z >>>>> 3/9/2026 4:54:26 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-03-09T04:54:26.6972390Z Passed FlexLayout_BasisFixed_DirectionRowReverse [25 s] 2026-03-09T04:54:26.6975960Z >>>>> 3/9/2026 4:54:26 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-03-09T04:54:52.1549470Z >>>>> 3/9/2026 4:54:52 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-03-09T04:54:52.1607390Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [25 s] 2026-03-09T04:54:52.1608570Z >>>>> 3/9/2026 4:54:52 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-03-09T04:55:20.7456990Z >>>>> 3/9/2026 4:55:20 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-03-09T04:55:20.7523710Z Passed FlexLayout_BasisAuto_DirectionColumn [28 s] 2026-03-09T04:55:20.7524770Z >>>>> 3/9/2026 4:55:20 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-03-09T04:55:47.0456640Z >>>>> 3/9/2026 4:55:47 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-03-09T04:55:47.0528220Z Passed FlexLayout_BasisFixed_DirectionColumn [26 s] 2026-03-09T04:55:47.0532340Z >>>>> 3/9/2026 4:55:47 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-03-09T04:56:18.4246910Z >>>>> 3/9/2026 4:56:18 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-03-09T04:56:18.4319940Z Passed FlexLayout_BasisPercentage_DirectionColumn [31 s] 2026-03-09T04:56:18.4321670Z >>>>> 3/9/2026 4:56:18 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-03-09T04:56:46.0351810Z >>>>> 3/9/2026 4:56:46 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-03-09T04:56:46.0407010Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [27 s] 2026-03-09T04:56:46.0408540Z >>>>> 3/9/2026 4:56:46 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-03-09T04:57:11.5039060Z >>>>> 3/9/2026 4:57:11 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-03-09T04:57:11.5109950Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [25 s] 2026-03-09T04:57:11.5114820Z >>>>> 3/9/2026 4:57:11 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-03-09T04:57:42.2708580Z >>>>> 3/9/2026 4:57:42 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-03-09T04:57:42.2765260Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [30 s] 2026-03-09T04:57:42.2767880Z >>>>> 3/9/2026 4:57:42 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-03-09T04:58:22.1139390Z >>>>> 3/9/2026 4:58:22 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-03-09T04:58:22.1214110Z Passed FlexLayout_SetAlignItemsCenterWrap [39 s] 2026-03-09T04:58:22.1215430Z >>>>> 3/9/2026 4:58:22 AM FlexLayout_SetAlignItemsEndWrap Start 2026-03-09T04:58:58.1478390Z >>>>> 3/9/2026 4:58:58 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-03-09T04:58:59.6250700Z Passed FlexLayout_SetAlignItemsEndWrap [36 s] 2026-03-09T04:59:00.9217240Z >>>>> 3/9/2026 4:59:00 AM FixtureSetup for GridFeatureTests(Mac) 2026-03-09T04:59:03.7661510Z >>>>> 3/9/2026 4:59:03 AM VerifyGrid_BackgroundColor Start 2026-03-09T04:59:20.6736670Z >>>>> 3/9/2026 4:59:20 AM VerifyGrid_BackgroundColor Stop 2026-03-09T04:59:20.6803900Z Passed VerifyGrid_BackgroundColor [16 s] 2026-03-09T04:59:20.6807690Z >>>>> 3/9/2026 4:59:20 AM VerifyGrid_ColumnSpacing Start 2026-03-09T04:59:41.6517750Z >>>>> 3/9/2026 4:59:41 AM VerifyGrid_ColumnSpacing Stop 2026-03-09T04:59:41.6575730Z Passed VerifyGrid_ColumnSpacing [20 s] 2026-03-09T04:59:41.6578040Z >>>>> 3/9/2026 4:59:41 AM VerifyGrid_ColumnSpan Start 2026-03-09T05:00:02.3375460Z >>>>> 3/9/2026 5:00:02 AM VerifyGrid_ColumnSpan Stop 2026-03-09T05:00:02.3438940Z Passed VerifyGrid_ColumnSpan [20 s] 2026-03-09T05:00:02.3439980Z >>>>> 3/9/2026 5:00:02 AM VerifyGrid_FlowDirection Start 2026-03-09T05:00:16.3880710Z >>>>> 3/9/2026 5:00:16 AM VerifyGrid_FlowDirection Stop 2026-03-09T05:00:16.3928950Z Passed VerifyGrid_FlowDirection [14 s] 2026-03-09T05:00:16.3930050Z >>>>> 3/9/2026 5:00:16 AM VerifyGrid_HorizontalOptionsCenter Start 2026-03-09T05:00:31.2904850Z >>>>> 3/9/2026 5:00:31 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-03-09T05:00:31.2970450Z Passed VerifyGrid_HorizontalOptionsCenter [14 s] 2026-03-09T05:00:31.2971710Z >>>>> 3/9/2026 5:00:31 AM VerifyGrid_HorizontalOptionsEnd Start 2026-03-09T05:00:47.0411780Z >>>>> 3/9/2026 5:00:47 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-03-09T05:00:47.0481400Z Passed VerifyGrid_HorizontalOptionsEnd [15 s] 2026-03-09T05:00:47.0482770Z >>>>> 3/9/2026 5:00:47 AM VerifyGrid_HorizontalOptionsStart Start 2026-03-09T05:01:02.1394000Z >>>>> 3/9/2026 5:01:02 AM VerifyGrid_HorizontalOptionsStart Stop 2026-03-09T05:01:02.1460590Z Passed VerifyGrid_HorizontalOptionsStart [15 s] 2026-03-09T05:01:02.1463350Z >>>>> 3/9/2026 5:01:02 AM VerifyGrid_IsVisible Start 2026-03-09T05:01:16.0269360Z >>>>> 3/9/2026 5:01:16 AM VerifyGrid_IsVisible Stop 2026-03-09T05:01:16.0668350Z Passed VerifyGrid_IsVisible [13 s] 2026-03-09T05:01:16.0669490Z >>>>> 3/9/2026 5:01:16 AM VerifyGrid_NestedGrid Start 2026-03-09T05:01:32.2700410Z >>>>> 3/9/2026 5:01:32 AM VerifyGrid_NestedGrid Stop 2026-03-09T05:01:32.2728300Z >>>>> 3/9/2026 5:01:32 AM Log types: 2026-03-09T05:01:32.7426430Z Failed VerifyGrid_NestedGrid [16 s] 2026-03-09T05:01:32.7429870Z Error Message: 2026-03-09T05:01:32.7430970Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:01:32.7431710Z Snapshot different than baseline: VerifyGrid_NestedGrid.png (1.17% difference) 2026-03-09T05:01:32.7432440Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:01:32.7433040Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:01:32.7433310Z 2026-03-09T05:01:32.7433900Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:01:32.7434110Z 2026-03-09T05:01:32.7434530Z Stack Trace: 2026-03-09T05:01:32.7435340Z 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 295 2026-03-09T05:01:32.7436400Z at Microsoft.Maui.TestCases.Tests.GridFeatureTests.VerifyGrid_NestedGrid() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/GridFeatureTests.cs:line 149 2026-03-09T05:01:32.7437340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:01:32.7438160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:01:32.7438870Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:01:32.7439590Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:01:32.7439910Z 2026-03-09T05:01:32.7440560Z >>>>> 3/9/2026 5:01:32 AM VerifyGrid_Padding Start 2026-03-09T05:01:52.5413960Z >>>>> 3/9/2026 5:01:52 AM VerifyGrid_Padding Stop 2026-03-09T05:01:52.5486800Z Passed VerifyGrid_Padding [19 s] 2026-03-09T05:01:52.5490870Z >>>>> 3/9/2026 5:01:52 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-03-09T05:02:36.6997940Z >>>>> 3/9/2026 5:02:36 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-03-09T05:02:36.7055050Z Passed VerifyGrid_RowAndColumnTypeAbsolute [44 s] 2026-03-09T05:02:36.7067960Z >>>>> 3/9/2026 5:02:36 AM VerifyGrid_RowSpacing Start 2026-03-09T05:02:57.2286730Z >>>>> 3/9/2026 5:02:57 AM VerifyGrid_RowSpacing Stop 2026-03-09T05:02:57.2359410Z Passed VerifyGrid_RowSpacing [20 s] 2026-03-09T05:02:57.2360550Z >>>>> 3/9/2026 5:02:57 AM VerifyGrid_RowSpan Start 2026-03-09T05:03:19.3148440Z >>>>> 3/9/2026 5:03:19 AM VerifyGrid_RowSpan Stop 2026-03-09T05:03:19.3216940Z Passed VerifyGrid_RowSpan [22 s] 2026-03-09T05:03:19.3224040Z >>>>> 3/9/2026 5:03:19 AM VerifyGrid_SetColumn Start 2026-03-09T05:03:40.6512370Z >>>>> 3/9/2026 5:03:40 AM VerifyGrid_SetColumn Stop 2026-03-09T05:03:40.6570770Z Passed VerifyGrid_SetColumn [21 s] 2026-03-09T05:03:40.6572260Z >>>>> 3/9/2026 5:03:40 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-03-09T05:04:21.2446140Z >>>>> 3/9/2026 5:04:21 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-03-09T05:04:21.2560070Z >>>>> 3/9/2026 5:04:21 AM Log types: 2026-03-09T05:04:21.7078530Z Failed VerifyGrid_SetColumn_SetColumnSpacing [41 s] 2026-03-09T05:04:21.7080500Z Error Message: 2026-03-09T05:04:21.7081000Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:04:21.7081630Z Snapshot different than baseline: VerifyGrid_SetColumn_SetColumnSpacing.png (0.95% difference) 2026-03-09T05:04:21.7082260Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:04:21.7083520Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:04:21.7083850Z 2026-03-09T05:04:21.7085080Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:04:21.7085520Z 2026-03-09T05:04:21.7086000Z Stack Trace: 2026-03-09T05:04:21.7086870Z 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 295 2026-03-09T05:04:21.7088530Z at Microsoft.Maui.TestCases.Tests.GridFeatureTests.VerifyGrid_SetColumn_SetColumnSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/GridFeatureTests.cs:line 398 2026-03-09T05:04:21.7089510Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:04:21.7090350Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:04:21.7091100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:04:21.7092000Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:04:21.7092350Z 2026-03-09T05:04:21.7093280Z >>>>> 3/9/2026 5:04:21 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-03-09T05:05:01.1486530Z >>>>> 3/9/2026 5:05:01 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-03-09T05:05:01.1541600Z Passed VerifyGrid_SetColumn_SetRowSpacing [39 s] 2026-03-09T05:05:01.1543240Z >>>>> 3/9/2026 5:05:01 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-03-09T05:05:37.3409010Z >>>>> 3/9/2026 5:05:37 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-03-09T05:05:37.3476910Z Passed VerifyGrid_SetColumnSpacingAndPadding [36 s] 2026-03-09T05:05:37.3478350Z >>>>> 3/9/2026 5:05:37 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-03-09T05:06:03.6910340Z >>>>> 3/9/2026 5:06:03 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-03-09T05:06:03.6986000Z Passed VerifyGrid_SetPaddingAndBackgroundColor [26 s] 2026-03-09T05:06:03.7014620Z >>>>> 3/9/2026 5:06:03 AM VerifyGrid_SetRow Start 2026-03-09T05:06:27.5984470Z >>>>> 3/9/2026 5:06:27 AM VerifyGrid_SetRow Stop 2026-03-09T05:06:27.6120060Z >>>>> 3/9/2026 5:06:27 AM Log types: 2026-03-09T05:06:28.1040350Z Failed VerifyGrid_SetRow [24 s] 2026-03-09T05:06:28.1059170Z Error Message: 2026-03-09T05:06:28.1060380Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:06:28.1062130Z Snapshot different than baseline: VerifyGrid_SetRow.png (0.67% difference) 2026-03-09T05:06:28.1063660Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:06:28.1064670Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:06:28.1065190Z 2026-03-09T05:06:28.1066120Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:06:28.1066390Z 2026-03-09T05:06:28.1066760Z Stack Trace: 2026-03-09T05:06:28.1067610Z 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 295 2026-03-09T05:06:28.1069260Z at Microsoft.Maui.TestCases.Tests.GridFeatureTests.VerifyGrid_SetRow() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/GridFeatureTests.cs:line 41 2026-03-09T05:06:28.1070190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:06:28.1071260Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:06:28.1072060Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:06:28.1072870Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:06:28.1073230Z 2026-03-09T05:06:28.1074110Z >>>>> 3/9/2026 5:06:28 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-03-09T05:07:08.2029310Z >>>>> 3/9/2026 5:07:08 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-03-09T05:07:08.2150280Z >>>>> 3/9/2026 5:07:08 AM Log types: 2026-03-09T05:07:08.5791750Z Failed VerifyGrid_SetRow_SetColumnSpacing [40 s] 2026-03-09T05:07:08.5792940Z Error Message: 2026-03-09T05:07:08.5794070Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:07:08.5798530Z Snapshot different than baseline: VerifyGrid_SetRow_SetColumnSpacing.png (0.82% difference) 2026-03-09T05:07:08.5799310Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:07:08.5799950Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:07:08.5800190Z 2026-03-09T05:07:08.5802010Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:07:08.5802340Z 2026-03-09T05:07:08.5802760Z Stack Trace: 2026-03-09T05:07:08.5803590Z 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 295 2026-03-09T05:07:08.5804930Z at Microsoft.Maui.TestCases.Tests.GridFeatureTests.VerifyGrid_SetRow_SetColumnSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/GridFeatureTests.cs:line 417 2026-03-09T05:07:08.5809690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:07:08.5811470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:07:08.5814680Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:07:08.5816010Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:07:08.5816400Z 2026-03-09T05:07:08.5817110Z >>>>> 3/9/2026 5:07:08 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-03-09T05:07:48.5219810Z >>>>> 3/9/2026 5:07:48 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-03-09T05:07:48.5277320Z Passed VerifyGrid_SetRow_SetRowSpacing [39 s] 2026-03-09T05:07:48.5278380Z >>>>> 3/9/2026 5:07:48 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-03-09T05:08:28.2260840Z >>>>> 3/9/2026 5:08:28 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-03-09T05:08:28.2349430Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [39 s] 2026-03-09T05:08:28.2356360Z >>>>> 3/9/2026 5:08:28 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-03-09T05:09:17.3599570Z >>>>> 3/9/2026 5:09:17 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-03-09T05:09:17.3700450Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [49 s] 2026-03-09T05:09:17.3703970Z >>>>> 3/9/2026 5:09:17 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-03-09T05:09:59.4269120Z >>>>> 3/9/2026 5:09:59 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-03-09T05:09:59.4805730Z Passed VerifyGrid_SetRowSpacingAndPadding [42 s] 2026-03-09T05:09:59.4811280Z >>>>> 3/9/2026 5:09:59 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-03-09T05:10:25.2180970Z >>>>> 3/9/2026 5:10:25 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-03-09T05:10:25.2255170Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [25 s] 2026-03-09T05:10:25.2257100Z >>>>> 3/9/2026 5:10:25 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-03-09T05:10:47.3747010Z >>>>> 3/9/2026 5:10:47 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-03-09T05:10:47.3809830Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [22 s] 2026-03-09T05:10:47.3818250Z >>>>> 3/9/2026 5:10:47 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-03-09T05:11:09.4253660Z >>>>> 3/9/2026 5:11:09 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-03-09T05:11:09.4323000Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [22 s] 2026-03-09T05:11:09.4324560Z >>>>> 3/9/2026 5:11:09 AM VerifyGrid_VerticalOptionsCenter Start 2026-03-09T05:11:25.6135750Z >>>>> 3/9/2026 5:11:25 AM VerifyGrid_VerticalOptionsCenter Stop 2026-03-09T05:11:25.6201370Z Passed VerifyGrid_VerticalOptionsCenter [16 s] 2026-03-09T05:11:25.6204120Z >>>>> 3/9/2026 5:11:25 AM VerifyGrid_VerticalOptionsEnd Start 2026-03-09T05:11:43.6118780Z >>>>> 3/9/2026 5:11:43 AM VerifyGrid_VerticalOptionsEnd Stop 2026-03-09T05:11:43.6192100Z Passed VerifyGrid_VerticalOptionsEnd [17 s] 2026-03-09T05:11:43.6193350Z >>>>> 3/9/2026 5:11:43 AM VerifyGrid_VerticalOptionsStart Start 2026-03-09T05:11:59.6587150Z >>>>> 3/9/2026 5:11:59 AM VerifyGrid_VerticalOptionsStart Stop 2026-03-09T05:12:00.1203960Z Passed VerifyGrid_VerticalOptionsStart [16 s] 2026-03-09T05:12:02.5198090Z >>>>> 3/9/2026 5:12:02 AM FixtureSetup for Issue22075(Mac) 2026-03-09T05:12:02.6350830Z >>>>> 3/9/2026 5:12:02 AM CreateStackWithPadding Start 2026-03-09T05:12:05.3552580Z >>>>> 3/9/2026 5:12:05 AM CreateStackWithPadding Stop 2026-03-09T05:12:05.6416100Z Passed CreateStackWithPadding [2 s] 2026-03-09T05:12:07.9349960Z >>>>> 3/9/2026 5:12:07 AM FixtureSetup for Bugzilla34007(Mac) 2026-03-09T05:12:08.0270910Z >>>>> 3/9/2026 5:12:08 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-03-09T05:12:12.0701710Z >>>>> 3/9/2026 5:12:12 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-03-09T05:12:12.5258070Z Passed Issue34007TestFirstElementHasLowestZOrder [4 s] 2026-03-09T05:14:33.1614810Z >>>>> 3/9/2026 5:14:33 AM FixtureSetup for Bugzilla34061(Mac) 2026-03-09T05:14:33.2478890Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-03-09T05:14:34.7753050Z Skipped Bugzilla34061Test [< 1 ms] 2026-03-09T05:14:34.8005830Z >>>>> 3/9/2026 5:14:34 AM FixtureSetup for Bugzilla40161(Mac) 2026-03-09T05:14:34.9141740Z >>>>> 3/9/2026 5:14:34 AM Issue1Test Start 2026-03-09T05:14:40.7989610Z >>>>> 3/9/2026 5:14:40 AM Issue1Test Stop 2026-03-09T05:14:42.3629310Z Passed Issue1Test [5 s] 2026-03-09T05:14:43.2290680Z >>>>> 3/9/2026 5:14:43 AM FixtureSetup for Bugzilla44176(Mac) 2026-03-09T05:14:43.3214940Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-09T05:14:43.9232240Z Skipped Bugzilla44176Test [< 1 ms] 2026-03-09T05:14:45.8344730Z >>>>> 3/9/2026 5:14:45 AM FixtureSetup for Bugzilla46458(Mac) 2026-03-09T05:14:45.9229790Z >>>>> 3/9/2026 5:14:45 AM GridIsEnabled Start 2026-03-09T05:15:00.5476790Z >>>>> 3/9/2026 5:15:00 AM GridIsEnabled Stop 2026-03-09T05:15:00.9231370Z Passed GridIsEnabled [14 s] 2026-03-09T05:15:03.0112780Z >>>>> 3/9/2026 5:15:03 AM FixtureSetup for Bugzilla51238(Mac) 2026-03-09T05:15:03.0995410Z >>>>> 3/9/2026 5:15:03 AM Issue1Test Start 2026-03-09T05:15:05.5781630Z >>>>> 3/9/2026 5:15:05 AM Issue1Test Stop 2026-03-09T05:15:06.1262610Z Passed Issue1Test [2 s] 2026-03-09T05:15:08.0209540Z >>>>> 3/9/2026 5:15:08 AM FixtureSetup for Bugzilla53445(Mac) 2026-03-09T05:15:08.1145150Z >>>>> 3/9/2026 5:15:08 AM Bugzilla53445Test Start 2026-03-09T05:15:20.6106410Z >>>>> 3/9/2026 5:15:20 AM Bugzilla53445Test Stop 2026-03-09T05:15:21.6226390Z Passed Bugzilla53445Test [12 s] 2026-03-09T05:15:23.3896450Z >>>>> 3/9/2026 5:15:23 AM FixtureSetup for Issue1267(Mac) 2026-03-09T05:15:23.4993060Z >>>>> 3/9/2026 5:15:23 AM StarInGridDoesNotCrash Start 2026-03-09T05:15:25.0319040Z >>>>> 3/9/2026 5:15:25 AM StarInGridDoesNotCrash Stop 2026-03-09T05:15:26.5271170Z Passed StarInGridDoesNotCrash [1 s] 2026-03-09T05:15:27.5609900Z >>>>> 3/9/2026 5:15:27 AM FixtureSetup for Issue15330(Mac) 2026-03-09T05:15:27.6701060Z >>>>> 3/9/2026 5:15:27 AM Issue15330Test Start 2026-03-09T05:15:32.6859700Z >>>>> 3/9/2026 5:15:32 AM Issue15330Test Stop 2026-03-09T05:15:32.6978760Z >>>>> 3/9/2026 5:15:32 AM Log types: 2026-03-09T05:15:34.0466870Z Failed Issue15330Test [5 s] 2026-03-09T05:15:34.0604240Z Error Message: 2026-03-09T05:15:34.0744510Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:15:34.0772320Z Snapshot different than baseline: Issue15330Test.png (1.87% difference) 2026-03-09T05:15:34.0774070Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:15:34.0775590Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:15:34.0776670Z 2026-03-09T05:15:34.0777950Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:15:34.0778960Z 2026-03-09T05:15:34.0781260Z Stack Trace: 2026-03-09T05:15:34.0783880Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-09T05:15:34.0785990Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-09T05:15:34.0789980Z 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-03-09T05:15:34.0791930Z 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-03-09T05:15:34.0793620Z at Microsoft.Maui.TestCases.Tests.Issues.Issue15330.Issue15330Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue15330.cs:line 20 2026-03-09T05:15:34.0796930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:15:34.0805360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:15:34.0806910Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:15:34.0807710Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:15:34.0812580Z 2026-03-09T05:15:35.7336590Z >>>>> 3/9/2026 5:15:35 AM FixtureSetup for Issue1601(Mac) 2026-03-09T05:15:35.8462210Z >>>>> 3/9/2026 5:15:35 AM Issue1601Test Start 2026-03-09T05:15:38.6828880Z >>>>> 3/9/2026 5:15:38 AM Issue1601Test Stop 2026-03-09T05:15:38.9028450Z Passed Issue1601Test [2 s] 2026-03-09T05:15:41.2984030Z >>>>> 3/9/2026 5:15:41 AM FixtureSetup for Issue19513(Mac) 2026-03-09T05:15:41.4128450Z >>>>> 3/9/2026 5:15:41 AM NegativeSpacingCrashes Start 2026-03-09T05:15:42.2889940Z >>>>> 3/9/2026 5:15:42 AM NegativeSpacingCrashes Stop 2026-03-09T05:15:42.9224490Z Passed NegativeSpacingCrashes [882 ms] 2026-03-09T05:15:44.8671210Z >>>>> 3/9/2026 5:15:44 AM FixtureSetup for Issue21711(Mac) 2026-03-09T05:15:44.9809910Z >>>>> 3/9/2026 5:15:44 AM AddDoesNotCrash Start 2026-03-09T05:15:50.9280460Z >>>>> 3/9/2026 5:15:50 AM AddDoesNotCrash Stop 2026-03-09T05:15:50.9358200Z Passed AddDoesNotCrash [5 s] 2026-03-09T05:15:50.9361240Z >>>>> 3/9/2026 5:15:50 AM InsertDoesNotCrash Start 2026-03-09T05:15:53.8712750Z >>>>> 3/9/2026 5:15:53 AM InsertDoesNotCrash Stop 2026-03-09T05:15:53.8768110Z Passed InsertDoesNotCrash [2 s] 2026-03-09T05:15:53.8769050Z >>>>> 3/9/2026 5:15:53 AM RemoveDoesNotCrash Start 2026-03-09T05:15:56.2319300Z >>>>> 3/9/2026 5:15:56 AM RemoveDoesNotCrash Stop 2026-03-09T05:15:56.2384570Z Passed RemoveDoesNotCrash [2 s] 2026-03-09T05:15:56.2387840Z >>>>> 3/9/2026 5:15:56 AM UpdateDoesNotCrash Start 2026-03-09T05:15:58.7117200Z >>>>> 3/9/2026 5:15:58 AM UpdateDoesNotCrash Stop 2026-03-09T05:15:59.2896010Z Passed UpdateDoesNotCrash [2 s] 2026-03-09T05:16:01.3813440Z >>>>> 3/9/2026 5:16:01 AM FixtureSetup for Issue23484(Mac) 2026-03-09T05:16:01.4977860Z >>>>> 3/9/2026 5:16:01 AM ReusingNavigationPageDoesntBreakLayout Start 2026-03-09T05:16:14.6908430Z >>>>> 3/9/2026 5:16:14 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-03-09T05:16:15.0226450Z Passed ReusingNavigationPageDoesntBreakLayout [13 s] 2026-03-09T05:16:17.2464910Z >>>>> 3/9/2026 5:16:17 AM FixtureSetup for Issue23797(Mac) 2026-03-09T05:16:17.3387530Z >>>>> 3/9/2026 5:16:17 AM ContentPresenterShouldPropagateBindingContextForTemplateBindings Start 2026-03-09T05:16:21.1799870Z >>>>> 3/9/2026 5:16:21 AM ContentPresenterShouldPropagateBindingContextForTemplateBindings Stop 2026-03-09T05:16:21.8395050Z Passed ContentPresenterShouldPropagateBindingContextForTemplateBindings [3 s] 2026-03-09T05:16:23.7182010Z >>>>> 3/9/2026 5:16:23 AM FixtureSetup for Issue24246(Mac) 2026-03-09T05:16:23.8284900Z >>>>> 3/9/2026 5:16:23 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-03-09T05:16:29.8361520Z >>>>> 3/9/2026 5:16:29 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-03-09T05:16:31.3195520Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [6 s] 2026-03-09T05:16:32.4196180Z >>>>> 3/9/2026 5:16:32 AM FixtureSetup for Issue24434(Mac) 2026-03-09T05:16:32.5225130Z >>>>> 3/9/2026 5:16:32 AM ModifyingANonVisibleLayoutWorks Start 2026-03-09T05:16:37.9427360Z >>>>> 3/9/2026 5:16:37 AM ModifyingANonVisibleLayoutWorks Stop 2026-03-09T05:16:38.8961830Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-03-09T05:16:40.5377060Z >>>>> 3/9/2026 5:16:40 AM FixtureSetup for Issue24996(Mac) 2026-03-09T05:16:40.6324610Z >>>>> 3/9/2026 5:16:40 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-03-09T05:16:50.6999540Z >>>>> 3/9/2026 5:16:50 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-03-09T05:16:51.1935720Z Passed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [10 s] 2026-03-09T05:18:59.8060160Z >>>>> 3/9/2026 5:18:59 AM FixtureSetup for Issue2653(Mac) 2026-03-09T05:18:59.9006170Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-09T05:19:01.4226810Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-03-09T05:19:01.4645740Z >>>>> 3/9/2026 5:19:01 AM FixtureSetup for Issue2767(Mac) 2026-03-09T05:19:01.5653580Z >>>>> 3/9/2026 5:19:01 AM Issue2767Test Start 2026-03-09T05:19:02.9432980Z >>>>> 3/9/2026 5:19:02 AM Issue2767Test Stop 2026-03-09T05:19:04.4249190Z Passed Issue2767Test [1 s] 2026-03-09T05:21:12.2741960Z >>>>> 3/9/2026 5:21:12 AM FixtureSetup for Issue2858(Mac) 2026-03-09T05:21:12.3541320Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-09T05:21:13.7767740Z >>>>> 3/9/2026 5:21:13 AM FixtureSetup for Issue28945(Mac) 2026-03-09T05:21:13.8770450Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-03-09T05:21:13.8816540Z >>>>> 3/9/2026 5:21:13 AM MauiViewShouldPropagateFocus Start 2026-03-09T05:21:15.7305560Z >>>>> 3/9/2026 5:21:15 AM MauiViewShouldPropagateFocus Stop 2026-03-09T05:21:16.8894080Z Passed MauiViewShouldPropagateFocus [1 s] 2026-03-09T05:21:18.1514820Z >>>>> 3/9/2026 5:21:18 AM FixtureSetup for Issue29919(Mac) 2026-03-09T05:21:18.2559990Z >>>>> 3/9/2026 5:21:18 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-03-09T05:21:19.1264100Z >>>>> 3/9/2026 5:21:19 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-03-09T05:21:19.9606550Z Passed StackLayoutWindowsCrashWithZeroHeight [876 ms] 2026-03-09T05:21:21.7976050Z >>>>> 3/9/2026 5:21:21 AM FixtureSetup for Issue2993(Mac) 2026-03-09T05:21:21.9036190Z >>>>> 3/9/2026 5:21:21 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-03-09T05:21:23.0110140Z >>>>> 3/9/2026 5:21:23 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-03-09T05:21:23.4571710Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-03-09T05:21:25.5350760Z >>>>> 3/9/2026 5:21:25 AM FixtureSetup for Issue3475(Mac) 2026-03-09T05:21:25.6385220Z >>>>> 3/9/2026 5:21:25 AM Issue3475TestsLayoutCompressionPerformance Start 2026-03-09T05:21:56.4824230Z >>>>> 3/9/2026 5:21:56 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-03-09T05:21:57.1313650Z Passed Issue3475TestsLayoutCompressionPerformance [30 s] 2026-03-09T05:21:59.1149050Z >>>>> 3/9/2026 5:21:59 AM FixtureSetup for Issue6260(Mac) 2026-03-09T05:21:59.2198870Z >>>>> 3/9/2026 5:21:59 AM NonAppCompatBasicSwitchTest Start 2026-03-09T05:22:00.0196010Z >>>>> 3/9/2026 5:22:00 AM NonAppCompatBasicSwitchTest Stop 2026-03-09T05:22:00.7106300Z Passed NonAppCompatBasicSwitchTest [810 ms] 2026-03-09T05:22:02.8273070Z >>>>> 3/9/2026 5:22:02 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-03-09T05:22:02.9697190Z >>>>> 3/9/2026 5:22:02 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-03-09T05:22:25.4063310Z >>>>> 3/9/2026 5:22:25 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-03-09T05:22:25.4130870Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [22 s] 2026-03-09T05:22:25.4132640Z >>>>> 3/9/2026 5:22:25 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-09T05:22:36.7154980Z >>>>> 3/9/2026 5:22:36 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-09T05:22:36.7216470Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [11 s] 2026-03-09T05:22:36.7217700Z >>>>> 3/9/2026 5:22:36 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-03-09T05:22:39.0487850Z >>>>> 3/9/2026 5:22:39 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-03-09T05:22:39.7559890Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-03-09T05:22:41.6929670Z >>>>> 3/9/2026 5:22:41 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-03-09T05:22:41.7929900Z >>>>> 3/9/2026 5:22:41 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-03-09T05:23:02.6885480Z >>>>> 3/9/2026 5:23:02 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-03-09T05:23:02.6950420Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [20 s] 2026-03-09T05:23:02.6951720Z >>>>> 3/9/2026 5:23:02 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-09T05:23:14.1858640Z >>>>> 3/9/2026 5:23:14 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-09T05:23:14.1938920Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [11 s] 2026-03-09T05:23:14.1941290Z >>>>> 3/9/2026 5:23:14 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-03-09T05:23:16.5560330Z >>>>> 3/9/2026 5:23:16 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-03-09T05:23:17.2247810Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-03-09T05:23:18.9500730Z >>>>> 3/9/2026 5:23:18 AM FixtureSetup for Issue6945(Mac) 2026-03-09T05:23:19.0418240Z >>>>> 3/9/2026 5:23:19 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-03-09T05:23:23.4296230Z >>>>> 3/9/2026 5:23:23 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-03-09T05:23:23.6410860Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [4 s] 2026-03-09T05:23:26.6225200Z >>>>> 3/9/2026 5:23:26 AM FixtureSetup for Issue9075(Mac) 2026-03-09T05:23:26.7456330Z >>>>> 3/9/2026 5:23:26 AM FlexLayoutCycleException Start 2026-03-09T05:23:28.4088110Z >>>>> 3/9/2026 5:23:28 AM FlexLayoutCycleException Stop 2026-03-09T05:23:29.7658750Z Passed FlexLayoutCycleException [1 s] 2026-03-09T05:23:31.1686280Z >>>>> 3/9/2026 5:23:31 AM FixtureSetup for StackLayoutIssue(Mac) 2026-03-09T05:23:31.2676060Z >>>>> 3/9/2026 5:23:31 AM StackLayoutIssueTestsAllElementsPresent Start 2026-03-09T05:23:35.6365090Z >>>>> 3/9/2026 5:23:35 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-03-09T05:23:35.8476350Z Passed StackLayoutIssueTestsAllElementsPresent [4 s] 2026-03-09T05:23:38.6740180Z >>>>> 3/9/2026 5:23:38 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-03-09T05:23:41.6424350Z >>>>> 3/9/2026 5:23:41 AM HorizontalStackLayout_IsVisible Start 2026-03-09T05:23:51.0110850Z >>>>> 3/9/2026 5:23:51 AM HorizontalStackLayout_IsVisible Stop 2026-03-09T05:23:51.0181530Z Passed HorizontalStackLayout_IsVisible [9 s] 2026-03-09T05:23:51.0182530Z >>>>> 3/9/2026 5:23:51 AM HorizontalStackLayout_RTLFlowDirection Start 2026-03-09T05:24:01.1266880Z >>>>> 3/9/2026 5:24:01 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-03-09T05:24:01.1337780Z Passed HorizontalStackLayout_RTLFlowDirection [10 s] 2026-03-09T05:24:01.1338990Z >>>>> 3/9/2026 5:24:01 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-03-09T05:24:18.2018750Z >>>>> 3/9/2026 5:24:18 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-03-09T05:24:18.2091380Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [17 s] 2026-03-09T05:24:18.2092510Z >>>>> 3/9/2026 5:24:18 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-03-09T05:24:41.4620930Z >>>>> 3/9/2026 5:24:41 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-03-09T05:24:41.4674870Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [23 s] 2026-03-09T05:24:41.4675950Z >>>>> 3/9/2026 5:24:41 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-03-09T05:24:59.6948790Z >>>>> 3/9/2026 5:24:59 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-03-09T05:24:59.7018860Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [18 s] 2026-03-09T05:24:59.7022190Z >>>>> 3/9/2026 5:24:59 AM HorizontalStackLayout_Spacing_With_Height Start 2026-03-09T05:25:20.7463650Z >>>>> 3/9/2026 5:25:20 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-03-09T05:25:20.7518830Z Passed HorizontalStackLayout_Spacing_With_Height [21 s] 2026-03-09T05:25:20.7520180Z >>>>> 3/9/2026 5:25:20 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-03-09T05:25:47.2533460Z >>>>> 3/9/2026 5:25:47 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-03-09T05:25:47.2591930Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [26 s] 2026-03-09T05:25:47.2593690Z >>>>> 3/9/2026 5:25:47 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-03-09T05:26:04.5068580Z >>>>> 3/9/2026 5:26:04 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-03-09T05:26:04.5412510Z Passed HorizontalStackLayout_Spacing_With_RTL [17 s] 2026-03-09T05:26:04.5414250Z >>>>> 3/9/2026 5:26:04 AM HorizontalStackLayout_Spacing_With_Width Start 2026-03-09T05:26:26.7142840Z >>>>> 3/9/2026 5:26:26 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-03-09T05:26:26.7219190Z Passed HorizontalStackLayout_Spacing_With_Width [22 s] 2026-03-09T05:26:26.7230350Z >>>>> 3/9/2026 5:26:26 AM VerticalStackLayout_IsVisible Start 2026-03-09T05:26:38.0330540Z >>>>> 3/9/2026 5:26:38 AM VerticalStackLayout_IsVisible Stop 2026-03-09T05:26:38.0410420Z Passed VerticalStackLayout_IsVisible [11 s] 2026-03-09T05:26:38.0416160Z >>>>> 3/9/2026 5:26:38 AM VerticalStackLayout_RTLFlowDirection Start 2026-03-09T05:26:51.3815320Z >>>>> 3/9/2026 5:26:51 AM VerticalStackLayout_RTLFlowDirection Stop 2026-03-09T05:26:51.3879170Z Passed VerticalStackLayout_RTLFlowDirection [13 s] 2026-03-09T05:26:51.3991530Z >>>>> 3/9/2026 5:26:51 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-03-09T05:27:12.0699960Z >>>>> 3/9/2026 5:27:12 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-03-09T05:27:12.0769470Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [20 s] 2026-03-09T05:27:12.0772060Z >>>>> 3/9/2026 5:27:12 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-03-09T05:27:39.6487550Z >>>>> 3/9/2026 5:27:39 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-03-09T05:27:39.6568620Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [27 s] 2026-03-09T05:27:39.6579290Z >>>>> 3/9/2026 5:27:39 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-03-09T05:28:00.8667350Z >>>>> 3/9/2026 5:28:00 AM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-03-09T05:28:00.8727940Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [21 s] 2026-03-09T05:28:00.8729140Z >>>>> 3/9/2026 5:28:00 AM VerticalStackLayout_Spacing_With_Height Start 2026-03-09T05:28:25.4959620Z >>>>> 3/9/2026 5:28:25 AM VerticalStackLayout_Spacing_With_Height Stop 2026-03-09T05:28:25.5019610Z Passed VerticalStackLayout_Spacing_With_Height [24 s] 2026-03-09T05:28:25.5020660Z >>>>> 3/9/2026 5:28:25 AM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-03-09T05:28:55.5980010Z >>>>> 3/9/2026 5:28:55 AM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-03-09T05:28:55.6047670Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [30 s] 2026-03-09T05:28:55.6048790Z >>>>> 3/9/2026 5:28:55 AM VerticalStackLayout_Spacing_With_RTL Start 2026-03-09T05:29:17.1610820Z >>>>> 3/9/2026 5:29:17 AM VerticalStackLayout_Spacing_With_RTL Stop 2026-03-09T05:29:17.1999440Z Passed VerticalStackLayout_Spacing_With_RTL [21 s] 2026-03-09T05:29:17.2012710Z >>>>> 3/9/2026 5:29:17 AM VerticalStackLayout_Spacing_With_Width Start 2026-03-09T05:29:40.8268420Z >>>>> 3/9/2026 5:29:40 AM VerticalStackLayout_Spacing_With_Width Stop 2026-03-09T05:29:41.2317700Z Passed VerticalStackLayout_Spacing_With_Width [23 s] 2026-03-09T05:29:43.9214090Z >>>>> 3/9/2026 5:29:43 AM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-03-09T05:29:46.8032190Z >>>>> 3/9/2026 5:29:46 AM TwoPaneView_WideMode Start 2026-03-09T05:29:57.5915640Z >>>>> 3/9/2026 5:29:57 AM TwoPaneView_WideMode Stop 2026-03-09T05:29:57.5972280Z Passed TwoPaneView_WideMode [10 s] 2026-03-09T05:29:57.5973580Z >>>>> 3/9/2026 5:29:57 AM TwoPaneView_IsTall_UsingRect Start 2026-03-09T05:30:17.8394370Z >>>>> 3/9/2026 5:30:17 AM TwoPaneView_IsTall_UsingRect Stop 2026-03-09T05:30:17.8497770Z Passed TwoPaneView_IsTall_UsingRect [20 s] 2026-03-09T05:30:17.8502180Z >>>>> 3/9/2026 5:30:17 AM TwoPaneView_Wide_UsingRect Start 2026-03-09T05:30:31.3379100Z >>>>> 3/9/2026 5:30:31 AM TwoPaneView_Wide_UsingRect Stop 2026-03-09T05:30:31.3472580Z Passed TwoPaneView_Wide_UsingRect [13 s] 2026-03-09T05:30:31.3476290Z >>>>> 3/9/2026 5:30:31 AM TwoPaneView_TallMode Start 2026-03-09T05:30:49.3447180Z >>>>> 3/9/2026 5:30:49 AM TwoPaneView_TallMode Stop 2026-03-09T05:30:49.3508980Z Passed TwoPaneView_TallMode [18 s] 2026-03-09T05:30:49.3509890Z >>>>> 3/9/2026 5:30:49 AM TwoPaneView_Pane1Priority Start 2026-03-09T05:31:07.0798980Z >>>>> 3/9/2026 5:31:07 AM TwoPaneView_Pane1Priority Stop 2026-03-09T05:31:07.0870390Z Passed TwoPaneView_Pane1Priority [17 s] 2026-03-09T05:31:07.0886020Z >>>>> 3/9/2026 5:31:07 AM TwoPaneView_Pane2Priority Start 2026-03-09T05:31:28.8509760Z >>>>> 3/9/2026 5:31:28 AM TwoPaneView_Pane2Priority Stop 2026-03-09T05:31:28.8565340Z Passed TwoPaneView_Pane2Priority [21 s] 2026-03-09T05:31:28.8567900Z >>>>> 3/9/2026 5:31:28 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-03-09T05:31:55.6152000Z >>>>> 3/9/2026 5:31:55 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-03-09T05:31:55.6226240Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [26 s] 2026-03-09T05:31:55.6244550Z >>>>> 3/9/2026 5:31:55 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-03-09T05:32:21.1282370Z >>>>> 3/9/2026 5:32:21 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-03-09T05:32:21.1331070Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [25 s] 2026-03-09T05:32:21.1332260Z >>>>> 3/9/2026 5:32:21 AM TwoPaneView_Pane2SizeIncrease Start 2026-03-09T05:32:40.2459890Z >>>>> 3/9/2026 5:32:40 AM TwoPaneView_Pane2SizeIncrease Stop 2026-03-09T05:32:40.2516260Z Passed TwoPaneView_Pane2SizeIncrease [19 s] 2026-03-09T05:32:40.2517390Z >>>>> 3/9/2026 5:32:40 AM TwoPaneView_Pane1SizeIncrease Start 2026-03-09T05:33:00.0034540Z >>>>> 3/9/2026 5:33:00 AM TwoPaneView_Pane1SizeIncrease Stop 2026-03-09T05:33:00.0106150Z Passed TwoPaneView_Pane1SizeIncrease [19 s] 2026-03-09T05:33:00.0108470Z >>>>> 3/9/2026 5:33:00 AM TwoPaneView_ZIsShadowEnabled Start 2026-03-09T05:33:15.2428840Z >>>>> 3/9/2026 5:33:15 AM TwoPaneView_ZIsShadowEnabled Stop 2026-03-09T05:33:15.2530860Z Passed TwoPaneView_ZIsShadowEnabled [15 s] 2026-03-09T05:33:15.2657020Z >>>>> 3/9/2026 5:33:15 AM TwoPaneView_IsVisible Start 2026-03-09T05:33:28.7965510Z >>>>> 3/9/2026 5:33:28 AM TwoPaneView_IsVisible Stop 2026-03-09T05:33:28.8030950Z Passed TwoPaneView_IsVisible [13 s] 2026-03-09T05:33:28.8032000Z >>>>> 3/9/2026 5:33:28 AM TwoPaneView_RTLFlowDirection Start 2026-03-09T05:33:42.0033640Z >>>>> 3/9/2026 5:33:42 AM TwoPaneView_RTLFlowDirection Stop 2026-03-09T05:33:42.0093950Z Passed TwoPaneView_RTLFlowDirection [13 s] 2026-03-09T05:33:42.0103800Z >>>>> 3/9/2026 5:33:42 AM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-03-09T05:34:05.6257290Z >>>>> 3/9/2026 5:34:05 AM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-03-09T05:34:06.0412510Z Passed TwoPaneView_IsWideWithRTL_UsingRect [23 s] 2026-03-09T05:34:06.6928970Z NUnit Adapter 4.5.0.0: Test execution complete 2026-03-09T05:34:06.9267740Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-03-09T05:34:06.9272310Z 2026-03-09T05:34:06.9389910Z Test Run Failed. 2026-03-09T05:34:06.9391490Z Total tests: 181 2026-03-09T05:34:06.9393000Z Passed: 164 2026-03-09T05:34:06.9394520Z Failed: 13 2026-03-09T05:34:06.9396010Z Skipped: 4 2026-03-09T05:34:06.9468530Z Total time: 1.3137 Hours 2026-03-09T05:34:07.2273760Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-03-09T05:34:07.2453510Z An error occurred when executing task 'uitest'. 2026-03-09T05:34:07.2723330Z Completed in 01:21:10.7296391 2026-03-09T05:34:07.3773850Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-03-09T05:34:07.3795040Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-03-09T05:34:07.3833810Z 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-03-09T05:34:07.3854120Z 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-03-09T05:34:07.3984120Z 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-03-09T05:34:07.4001240Z 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-03-09T05:34:07.4068860Z 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-03-09T05:34:07.4088090Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-03-09T05:34:07.4209540Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-03-09T05:34:07.4225260Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-03-09T05:34:07.4283610Z at Submission#0.<>b__0_24() 2026-03-09T05:34:07.4302920Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-03-09T05:34:07.4422120Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-03-09T05:34:07.4445020Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-03-09T05:34:07.4543060Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-03-09T05:34:07.4558130Z 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-03-09T05:34:07.4683690Z 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-03-09T05:34:07.5359420Z 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-03-09T05:34:07.5384730Z 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-03-09T05:34:07.5463500Z 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-03-09T05:34:07.5481280Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-03-09T05:34:07.5571600Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-03-09T05:34:07.5588250Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-03-09T05:34:07.5658020Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-03-09T05:34:07.5684620Z at Submission#0.<>d__0.MoveNext() 2026-03-09T05:34:07.5775190Z --- End of stack trace from previous location --- 2026-03-09T05:34:07.5787110Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-09T05:34:07.5803350Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-09T05:34:07.5811600Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-03-09T05:34:07.5898100Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-03-09T05:34:07.5919050Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-03-09T05:34:07.6000260Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-03-09T05:34:07.6025020Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-03-09T05:34:07.9948790Z 2026-03-09T05:34:08.0174400Z ##[error]PowerShell exited with code '1'. 2026-03-09T05:34:08.0441680Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-03-09T05:34:09.4705700Z Generating script. 2026-03-09T05:34:09.4724420Z ========================== Starting Command Output =========================== 2026-03-09T05:34:09.4843050Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/7fbf60a2-a661-4453-a03c-1b927f2ad604.ps1' 2026-03-09T05:34:10.6836660Z $ErrorActionPreference = 'stop' 2026-03-09T05:34:10.6860340Z $ProgressPreference = 'silentlyContinue' 2026-03-09T05:34:10.6868160Z Get-Content $PSCommandPath 2026-03-09T05:34:10.6935850Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-09T05:34:10.6937870Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-09T05:34:10.6939570Z $command += " --runtimevariant=""Mono""" 2026-03-09T05:34:10.6941210Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-09T05:34:10.6942840Z 2026-03-09T05:34:10.6944640Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-09T05:34:10.6946470Z $deviceType = "" 2026-03-09T05:34:10.6948120Z if ($deviceType) { 2026-03-09T05:34:10.6949870Z $command += " --skin=""$deviceType""" 2026-03-09T05:34:10.6951680Z } 2026-03-09T05:34:10.6952870Z 2026-03-09T05:34:10.6954550Z $testFilter = "" 2026-03-09T05:34:10.6956170Z $testConfigrationArgs = "" 2026-03-09T05:34:10.6957420Z 2026-03-09T05:34:10.6961120Z "Layout".Split(",") | ForEach { 2026-03-09T05:34:10.6962530Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-09T05:34:10.6963800Z } 2026-03-09T05:34:10.6964870Z 2026-03-09T05:34:10.6966520Z $testFilter = $testFilter.TrimEnd("|") 2026-03-09T05:34:10.6967540Z 2026-03-09T05:34:10.6970920Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-09T05:34:10.6972410Z if ($testConfigrationArgs) { 2026-03-09T05:34:10.6973780Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-09T05:34:10.6977910Z } 2026-03-09T05:34:10.6979310Z if ($testFilter) { 2026-03-09T05:34:10.6980620Z $command += " --test-filter ""$testFilter""" 2026-03-09T05:34:10.6982850Z } 2026-03-09T05:34:10.6984090Z 2026-03-09T05:34:10.6985560Z $headless = true 2026-03-09T05:34:10.6987310Z if ($headless) { 2026-03-09T05:34:10.6988250Z $command += " --headless ""$headless""" 2026-03-09T05:34:10.6988910Z } 2026-03-09T05:34:10.6989150Z 2026-03-09T05:34:10.6989710Z Write-Host "Running command: $command" 2026-03-09T05:34:10.6989960Z 2026-03-09T05:34:10.6990570Z Invoke-Expression $command 2026-03-09T05:34:10.6991220Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-09T05:34:10.6992940Z } else { 2026-03-09T05:34:10.6994440Z exit $LASTEXITCODE 2026-03-09T05:34:10.6994970Z } 2026-03-09T05:34:10.8341340Z 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=Layout" 2026-03-09T05:34:11.4542990Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T05:34:12.0330970Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T05:34:12.5201490Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T05:34:13.0005610Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T05:34:13.4658200Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T05:34:14.3011430Z Looking for modules... 2026-03-09T05:34:17.1622790Z No modules found to install. 2026-03-09T05:34:17.1705860Z Module directory does not exist. 2026-03-09T05:34:17.1775850Z Analyzing build script... 2026-03-09T05:34:17.1800730Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-09T05:34:17.1817140Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-09T05:34:17.1824340Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-09T05:34:17.3996350Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-09T05:34:18.8942620Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-09T05:34:19.8716960Z Processing build script... 2026-03-09T05:34:19.8742100Z Installing addins... 2026-03-09T05:34:20.1218060Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-09T05:34:20.1406550Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-09T05:34:20.1525580Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-09T05:34:20.3152630Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-09T05:34:20.3156490Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-09T05:34:20.3157850Z is referencing an older version of Cake.Core (0.33.0). 2026-03-09T05:34:20.3158620Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-09T05:34:20.3194410Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-09T05:34:20.3226930Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-09T05:34:20.8420780Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-09T05:34:20.8427020Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-09T05:34:20.8431570Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-09T05:34:20.8444910Z Adding assembly reference to System.Runtime.dll... 2026-03-09T05:34:20.8489900Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-09T05:34:20.8493180Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-09T05:34:20.8507710Z Adding assembly reference to System.Threading.dll... 2026-03-09T05:34:20.8516770Z Adding assembly reference to System.Linq.dll... 2026-03-09T05:34:20.8529580Z Adding assembly reference to System.Collections.dll... 2026-03-09T05:34:20.8543890Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-09T05:34:20.8549520Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-09T05:34:20.8552750Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-09T05:34:20.8554670Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-09T05:34:20.8557600Z Adding assembly reference to System.ObjectModel.dll... 2026-03-09T05:34:20.8560580Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-09T05:34:20.8568320Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-09T05:34:20.8583300Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-09T05:34:20.8601240Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-09T05:34:20.8606150Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-09T05:34:20.8616970Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-09T05:34:20.8631960Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-09T05:34:20.8651090Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-09T05:34:20.8684300Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-09T05:34:20.8701440Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-09T05:34:20.8704670Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-09T05:34:20.8724880Z Adding assembly reference to mscorlib.dll... 2026-03-09T05:34:20.8728270Z Adding assembly reference to netstandard.dll... 2026-03-09T05:34:20.8730360Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-09T05:34:20.8732540Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-09T05:34:20.8734740Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-09T05:34:20.8740670Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-09T05:34:20.8743360Z Adding assembly reference to System.Memory.dll... 2026-03-09T05:34:20.8746550Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-09T05:34:20.8748460Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-09T05:34:20.8750840Z Adding assembly reference to System.ComponentModel.dll... 2026-03-09T05:34:20.8753020Z Adding assembly reference to System.Console.dll... 2026-03-09T05:34:20.8760840Z Adding assembly reference to System.Data.Common.dll... 2026-03-09T05:34:20.8764480Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-09T05:34:20.8773170Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-09T05:34:20.8774200Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-09T05:34:20.8780470Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-09T05:34:20.8782860Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-09T05:34:20.8784440Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-09T05:34:20.8786400Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-09T05:34:20.8788490Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-09T05:34:20.8790090Z Adding assembly reference to System.IO.Compression.dll... 2026-03-09T05:34:20.8792150Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-09T05:34:20.8793840Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-09T05:34:20.8796060Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-09T05:34:20.8797880Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-09T05:34:20.8804870Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-09T05:34:20.8807240Z Adding assembly reference to System.Net.Requests.dll... 2026-03-09T05:34:20.8808820Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-09T05:34:20.8810330Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-09T05:34:20.8813280Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-09T05:34:20.8815660Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-09T05:34:20.8817810Z Adding assembly reference to System.Net.Http.dll... 2026-03-09T05:34:20.8821650Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-09T05:34:20.8823350Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-09T05:34:20.8825260Z Adding assembly reference to System.Net.Mail.dll... 2026-03-09T05:34:20.8826920Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-09T05:34:20.8828440Z Adding assembly reference to System.Net.Ping.dll... 2026-03-09T05:34:20.8829910Z Adding assembly reference to System.Net.Security.dll... 2026-03-09T05:34:20.8833530Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-09T05:34:20.8838590Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-09T05:34:20.8843000Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-09T05:34:20.8848650Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-09T05:34:20.8855610Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-09T05:34:20.8857840Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-09T05:34:20.8863930Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-09T05:34:20.8868400Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-09T05:34:20.8871480Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-09T05:34:20.8874240Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-09T05:34:20.8877110Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-09T05:34:20.8881230Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-09T05:34:20.8889310Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-09T05:34:20.8891300Z Adding assembly reference to System.Security.Claims.dll... 2026-03-09T05:34:20.8894040Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-09T05:34:20.8896260Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-09T05:34:20.8898970Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-09T05:34:20.8901640Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-09T05:34:20.8904390Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-09T05:34:20.8907080Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-09T05:34:20.8909890Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-09T05:34:20.8913640Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-09T05:34:20.8916160Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-09T05:34:20.8919370Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-09T05:34:20.8920660Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-09T05:34:20.8926290Z Adding assembly reference to System.AppContext.dll... 2026-03-09T05:34:20.8928910Z Adding assembly reference to System.Buffers.dll... 2026-03-09T05:34:20.8938710Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-09T05:34:20.8945680Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-09T05:34:20.8947840Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-09T05:34:20.8982300Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-09T05:34:20.8991880Z Adding assembly reference to System.Configuration.dll... 2026-03-09T05:34:20.8993810Z Adding assembly reference to System.Core.dll... 2026-03-09T05:34:20.8996420Z Adding assembly reference to System.Private.Uri.dll... 2026-03-09T05:34:20.9001610Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-09T05:34:20.9008400Z Adding assembly reference to System.Data.dll... 2026-03-09T05:34:20.9065430Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-09T05:34:20.9086940Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-09T05:34:20.9088690Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-09T05:34:20.9090210Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-09T05:34:20.9091790Z Adding assembly reference to System.dll... 2026-03-09T05:34:20.9093330Z Adding assembly reference to System.Drawing.dll... 2026-03-09T05:34:20.9095250Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-09T05:34:20.9097280Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-09T05:34:20.9098760Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-09T05:34:20.9100290Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-09T05:34:20.9101850Z Adding assembly reference to System.Globalization.dll... 2026-03-09T05:34:20.9103370Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-09T05:34:20.9104900Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-09T05:34:20.9111450Z Adding assembly reference to System.IO.dll... 2026-03-09T05:34:20.9113140Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-09T05:34:20.9118350Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-09T05:34:20.9124270Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-09T05:34:20.9126290Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-09T05:34:20.9131850Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-09T05:34:20.9134040Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-09T05:34:20.9136100Z Adding assembly reference to System.Net.dll... 2026-03-09T05:34:20.9138010Z Adding assembly reference to System.Net.Quic.dll... 2026-03-09T05:34:20.9139910Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-09T05:34:20.9140790Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-09T05:34:20.9143450Z Adding assembly reference to System.Text.Json.dll... 2026-03-09T05:34:20.9146980Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-09T05:34:20.9158330Z Adding assembly reference to System.Numerics.dll... 2026-03-09T05:34:20.9160810Z Adding assembly reference to System.Reflection.dll... 2026-03-09T05:34:20.9163070Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-09T05:34:20.9166090Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-09T05:34:20.9168080Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-09T05:34:20.9170530Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-09T05:34:20.9172530Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-09T05:34:20.9175870Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-09T05:34:20.9178640Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-09T05:34:20.9184660Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-09T05:34:20.9188120Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-09T05:34:20.9199630Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-09T05:34:20.9205740Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-09T05:34:20.9217710Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-09T05:34:20.9220400Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-09T05:34:20.9226220Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-09T05:34:20.9228340Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-09T05:34:20.9232810Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-09T05:34:20.9254010Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-09T05:34:20.9261210Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-09T05:34:20.9266200Z Adding assembly reference to System.Security.dll... 2026-03-09T05:34:20.9269630Z Adding assembly reference to System.Security.Principal.dll... 2026-03-09T05:34:20.9273020Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-09T05:34:20.9278380Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-09T05:34:20.9282620Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-09T05:34:20.9293910Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-09T05:34:20.9302470Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-09T05:34:20.9306330Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-09T05:34:20.9313740Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-09T05:34:20.9317130Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-09T05:34:20.9319580Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-09T05:34:20.9322720Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-09T05:34:20.9333000Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-09T05:34:20.9336290Z Adding assembly reference to System.Transactions.dll... 2026-03-09T05:34:20.9339270Z Adding assembly reference to System.ValueTuple.dll... 2026-03-09T05:34:20.9344100Z Adding assembly reference to System.Web.dll... 2026-03-09T05:34:20.9346560Z Adding assembly reference to System.Windows.dll... 2026-03-09T05:34:20.9350130Z Adding assembly reference to System.Xml.dll... 2026-03-09T05:34:20.9353410Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-09T05:34:20.9356810Z Adding assembly reference to System.Private.Xml.dll... 2026-03-09T05:34:20.9359790Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-09T05:34:20.9365790Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-09T05:34:20.9369000Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-09T05:34:20.9387580Z Adding assembly reference to WindowsBase.dll... 2026-03-09T05:34:20.9391230Z Adding assembly reference to Cake.Core.dll... 2026-03-09T05:34:20.9393090Z Adding assembly reference to Cake.Common.dll... 2026-03-09T05:34:20.9394780Z Adding assembly reference to Spectre.Console.dll... 2026-03-09T05:34:20.9396640Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-09T05:34:20.9399870Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-09T05:34:20.9402500Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-09T05:34:20.9404240Z Importing namespace Cake.Common... 2026-03-09T05:34:20.9423680Z Importing namespace Cake.Common.Build... 2026-03-09T05:34:20.9425690Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-09T05:34:20.9427350Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-09T05:34:20.9432300Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-09T05:34:20.9434240Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-09T05:34:20.9436700Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-09T05:34:20.9438720Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-09T05:34:20.9440680Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-09T05:34:20.9446940Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-09T05:34:20.9454170Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-09T05:34:20.9459660Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-09T05:34:20.9461250Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-09T05:34:20.9463030Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-09T05:34:20.9467840Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-09T05:34:20.9469720Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-09T05:34:20.9472150Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-09T05:34:20.9474500Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-09T05:34:20.9476360Z Importing namespace Cake.Common.Build.GoCD... 2026-03-09T05:34:20.9477980Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-09T05:34:20.9481500Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-09T05:34:20.9490990Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-09T05:34:20.9494290Z Importing namespace Cake.Common.Build.MyGet... 2026-03-09T05:34:20.9496900Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-09T05:34:20.9498900Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-09T05:34:20.9501080Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-09T05:34:20.9502740Z Importing namespace Cake.Common.Diagnostics... 2026-03-09T05:34:20.9504620Z Importing namespace Cake.Common.IO... 2026-03-09T05:34:20.9506250Z Importing namespace Cake.Common.IO.Paths... 2026-03-09T05:34:20.9508710Z Importing namespace Cake.Common.Net... 2026-03-09T05:34:20.9511110Z Importing namespace Cake.Common.Security... 2026-03-09T05:34:20.9516640Z Importing namespace Cake.Common.Solution... 2026-03-09T05:34:20.9518400Z Importing namespace Cake.Common.Solution.Project... 2026-03-09T05:34:20.9520360Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-09T05:34:20.9523530Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-09T05:34:20.9526000Z Importing namespace Cake.Common.Text... 2026-03-09T05:34:20.9530630Z Importing namespace Cake.Common.Tools.Cake... 2026-03-09T05:34:20.9534580Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-09T05:34:20.9536800Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-09T05:34:20.9540890Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-09T05:34:20.9543710Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-09T05:34:20.9544740Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-09T05:34:20.9549070Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-09T05:34:20.9551000Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-09T05:34:20.9554870Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-09T05:34:20.9556940Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-09T05:34:20.9558770Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-09T05:34:20.9560090Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-09T05:34:20.9561780Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-09T05:34:20.9563450Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-09T05:34:20.9565200Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-09T05:34:20.9571740Z Importing namespace Cake.Common.Tools.Command... 2026-03-09T05:34:20.9574900Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-09T05:34:20.9577950Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-09T05:34:20.9580720Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-09T05:34:20.9583000Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-09T05:34:20.9585280Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-09T05:34:20.9587610Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-09T05:34:20.9589970Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-09T05:34:20.9592310Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-09T05:34:20.9594590Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-09T05:34:20.9597390Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-09T05:34:20.9600500Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-09T05:34:20.9602830Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-09T05:34:20.9608590Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-09T05:34:20.9611580Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-09T05:34:20.9613960Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-09T05:34:20.9626560Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-09T05:34:20.9629380Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-09T05:34:20.9634590Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-09T05:34:20.9637580Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-09T05:34:20.9639530Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-09T05:34:20.9641450Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-09T05:34:20.9643740Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-09T05:34:20.9644870Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-09T05:34:20.9646760Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-09T05:34:20.9648620Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-09T05:34:20.9652930Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-09T05:34:20.9657280Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-09T05:34:20.9659220Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-09T05:34:20.9661250Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-09T05:34:20.9663030Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-09T05:34:20.9664770Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-09T05:34:20.9666570Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-09T05:34:20.9668940Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-09T05:34:20.9670780Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-09T05:34:20.9672960Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-09T05:34:20.9674890Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-09T05:34:20.9677720Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-09T05:34:20.9680200Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-09T05:34:20.9684280Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-09T05:34:20.9686100Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-09T05:34:20.9694060Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-09T05:34:20.9700750Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-09T05:34:20.9705250Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-09T05:34:20.9708500Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-09T05:34:20.9713240Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-09T05:34:20.9715430Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-09T05:34:20.9718540Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-09T05:34:20.9720470Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-09T05:34:20.9723470Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-09T05:34:20.9725580Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-09T05:34:20.9728320Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-09T05:34:20.9730150Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-09T05:34:20.9732920Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-09T05:34:20.9742570Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-09T05:34:20.9744810Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-09T05:34:20.9746590Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-09T05:34:20.9748450Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-09T05:34:20.9750720Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-09T05:34:20.9752850Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-09T05:34:20.9755210Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-09T05:34:20.9757930Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-09T05:34:20.9759950Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-09T05:34:20.9762770Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-09T05:34:20.9765460Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-09T05:34:20.9769500Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-09T05:34:20.9773720Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-09T05:34:20.9780490Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-09T05:34:20.9788540Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-09T05:34:20.9790850Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-09T05:34:20.9793190Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-09T05:34:20.9795520Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-09T05:34:20.9798630Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-09T05:34:20.9802100Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-09T05:34:20.9804690Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-09T05:34:20.9808710Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-09T05:34:20.9816300Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-09T05:34:20.9818240Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-09T05:34:20.9820980Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-09T05:34:20.9823990Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-09T05:34:20.9827180Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-09T05:34:20.9829850Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-09T05:34:20.9831700Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-09T05:34:20.9833800Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-09T05:34:20.9836380Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-09T05:34:20.9838860Z Importing namespace Cake.Common.Tools.WiX... 2026-03-09T05:34:20.9840890Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-09T05:34:20.9842950Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-09T05:34:20.9845030Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-09T05:34:20.9850250Z Importing namespace Cake.Common.Xml... 2026-03-09T05:34:20.9855010Z Importing namespace Cake.Core... 2026-03-09T05:34:20.9859970Z Importing namespace Cake.Core.Diagnostics... 2026-03-09T05:34:20.9864810Z Importing namespace Cake.Core.IO... 2026-03-09T05:34:20.9866560Z Importing namespace Cake.Core.Scripting... 2026-03-09T05:34:20.9868760Z Importing namespace Cake.Core.Tooling... 2026-03-09T05:34:20.9871840Z Importing namespace Cake.FileHelpers... 2026-03-09T05:34:20.9873880Z Importing namespace NuGet.Common... 2026-03-09T05:34:20.9875640Z Importing namespace NuGet.Configuration... 2026-03-09T05:34:20.9877500Z Importing namespace NuGet.Protocol... 2026-03-09T05:34:20.9879120Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-09T05:34:20.9880960Z Importing namespace NuGet.Versioning... 2026-03-09T05:34:20.9883360Z Importing namespace System... 2026-03-09T05:34:20.9886110Z Importing namespace System.Collections.Generic... 2026-03-09T05:34:20.9894540Z Importing namespace System.IO... 2026-03-09T05:34:20.9900330Z Importing namespace System.Linq... 2026-03-09T05:34:20.9902510Z Importing namespace System.Text... 2026-03-09T05:34:20.9904210Z Importing namespace System.Threading.Tasks... 2026-03-09T05:34:20.9905770Z .NETStandard,Version=v2.0 2026-03-09T05:34:20.9974850Z Compiling build script... 2026-03-09T05:34:24.4346190Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-09T05:34:25.8124010Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-09T05:34:25.8125370Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-09T05:34:25.8151280Z Host OS System Arch: X64 2026-03-09T05:34:25.8151870Z Host Processor System Arch: X64 2026-03-09T05:34:25.8153150Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T05:34:25.8153840Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-09T05:34:25.8154630Z Build Configuration: Release 2026-03-09T05:34:25.8156300Z Build Runtime Identifier: maccatalyst-x64 2026-03-09T05:34:25.8157390Z Build Target Framework: net10.0-maccatalyst 2026-03-09T05:34:25.8158700Z Test Device: mac 2026-03-09T05:34:25.8160000Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-09T05:34:25.8284630Z 2026-03-09T05:34:25.8286590Z ======================================== 2026-03-09T05:34:25.8287950Z uitest 2026-03-09T05:34:25.8289510Z ======================================== 2026-03-09T05:34:25.8290540Z Executing task: uitest 2026-03-09T05:34:25.8311610Z Starting UI Tests... 2026-03-09T05:34:25.8317480Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-09T05:34:25.8321370Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-09T05:34:25.8433500Z Testing Device: mac 2026-03-09T05:34:25.8434310Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-09T05:34:25.8435000Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-09T05:34:25.8435620Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-09T05:34:25.8464740Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-09T05:34:25.9160770Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T05:34:25.9217350Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-09T05:34:29.0344000Z Determining projects to restore... 2026-03-09T05:34:38.1184460Z All projects are up-to-date for restore. 2026-03-09T05:34:45.9048190Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-09T05:34:45.9703960Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-09T05:34:46.3982250Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-09T05:34:47.2067550Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-09T05:34:47.4606310Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-09T05:34:48.3347360Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-09T05:34:48.6191010Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-09T05:34:48.6852030Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-09T05:34:48.7859520Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-09T05:34:49.0324310Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-09T05:34:49.1768490Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-09T05:34:49.3385500Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-09T05:34:51.2090950Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-09T05:34:51.7165680Z 2026-03-09T05:34:51.7620910Z Build succeeded. 2026-03-09T05:34:51.7803970Z 0 Warning(s) 2026-03-09T05:34:51.7879040Z 0 Error(s) 2026-03-09T05:34:51.8055140Z 2026-03-09T05:34:51.8316040Z Time Elapsed 00:00:25.06 2026-03-09T05:34:51.8325290Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-03-09T05:34:51.8448790Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T05:34:51.8575440Z Run Tests With Filter TestCategory=Layout 2026-03-09T05:34:51.8619700Z Log Directory: /Users/runner/work/1/a/logs 2026-03-09T05:34:51.8643700Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-09T05:34:51.8689670Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-09T05:34:51.8767820Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-09T05:34:51.8794140Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-09T05:34:51.8806000Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-09T05:34:51.8859130Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-09T05:34:51.8873970Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-09T05:34:51.8916250Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-09T05:34:51.8987020Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-09T05:34:51.9039470Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-03-09T05:34:51.9060960Z 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=Layout" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Layout.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-Layout.binlog /p:VStestUseMSBuildOutput=false 2026-03-09T05:34:54.3946860Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-09T05:34:54.5108160Z VSTest version 18.0.1 (x64) 2026-03-09T05:34:54.5124160Z 2026-03-09T05:34:54.6663160Z Starting test execution, please wait... 2026-03-09T05:34:54.7187370Z A total of 1 test files matched the specified pattern. 2026-03-09T05:34:55.3599520Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-09T05:34:55.5096380Z [xUnit.net 00:00:00.17] Discovering: Controls.TestCases.Mac.Tests 2026-03-09T05:34:55.8264740Z [xUnit.net 00:00:00.49] Discovered: Controls.TestCases.Mac.Tests 2026-03-09T05:34:55.8504590Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-09T05:34:55.8923870Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-09T05:34:57.0760110Z NUnit3TestExecutor discovered 181 of 181 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-09T05:35:21.4761260Z >>>>> 3/9/2026 5:35:21 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-03-09T05:35:24.4519270Z >>>>> 3/9/2026 5:35:24 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-03-09T05:36:15.0181940Z >>>>> 3/9/2026 5:36:15 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-03-09T05:36:15.1017010Z Passed VerifyAbsoluteLayout_LayoutBounds [50 s] 2026-03-09T05:36:15.1018200Z >>>>> 3/9/2026 5:36:15 AM VerifyAbsoluteLayout_AllProportional Start 2026-03-09T05:37:05.6627880Z >>>>> 3/9/2026 5:37:05 AM VerifyAbsoluteLayout_AllProportional Stop 2026-03-09T05:37:05.7095140Z >>>>> 3/9/2026 5:37:05 AM Log types: 2026-03-09T05:37:06.2708160Z Failed VerifyAbsoluteLayout_AllProportional [51 s] 2026-03-09T05:37:06.2720860Z Error Message: 2026-03-09T05:37:06.2728240Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:37:06.2732760Z Snapshot different than baseline: VerifyAbsoluteLayout_AllProportional.png (1.34% difference) 2026-03-09T05:37:06.2736750Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:37:06.2740070Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:37:06.2743590Z 2026-03-09T05:37:06.2749020Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:37:06.2752690Z 2026-03-09T05:37:06.2755060Z Stack Trace: 2026-03-09T05:37:06.2758550Z 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 295 2026-03-09T05:37:06.2762020Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_AllProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 290 2026-03-09T05:37:06.2765490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:37:06.2767890Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-09T05:37:06.2772010Z 2026-03-09T05:37:06.2776290Z >>>>> 3/9/2026 5:37:06 AM VerifyAbsoluteLayout_FlowDirection Start 2026-03-09T05:37:37.6686660Z >>>>> 3/9/2026 5:37:37 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-03-09T05:37:37.6769280Z Passed VerifyAbsoluteLayout_FlowDirection [31 s] 2026-03-09T05:37:37.6770480Z >>>>> 3/9/2026 5:37:37 AM VerifyAbsoluteLayout_HeightProportional Start 2026-03-09T05:38:07.7150490Z >>>>> 3/9/2026 5:38:07 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-03-09T05:38:07.7231110Z Passed VerifyAbsoluteLayout_HeightProportional [30 s] 2026-03-09T05:38:07.7234010Z >>>>> 3/9/2026 5:38:07 AM VerifyAbsoluteLayout_PositionProportional Start 2026-03-09T05:39:00.7339820Z >>>>> 3/9/2026 5:39:00 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-03-09T05:39:00.7479390Z >>>>> 3/9/2026 5:39:00 AM Log types: 2026-03-09T05:39:01.2063450Z Failed VerifyAbsoluteLayout_PositionProportional [53 s] 2026-03-09T05:39:01.2065800Z Error Message: 2026-03-09T05:39:01.2066290Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:39:01.2066880Z Snapshot different than baseline: VerifyAbsoluteLayout_PositionProportional.png (0.63% difference) 2026-03-09T05:39:01.2067500Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:39:01.2068610Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:39:01.2068900Z 2026-03-09T05:39:01.2069290Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:39:01.2069480Z 2026-03-09T05:39:01.2069850Z Stack Trace: 2026-03-09T05:39:01.2070640Z 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 295 2026-03-09T05:39:01.2071770Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_PositionProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 168 2026-03-09T05:39:01.2072610Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:39:01.2073270Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:39:01.2073880Z 2026-03-09T05:39:01.2074620Z >>>>> 3/9/2026 5:39:01 AM VerifyAbsoluteLayout_SizeProportional Start 2026-03-09T05:39:33.9137520Z >>>>> 3/9/2026 5:39:33 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-03-09T05:39:33.9275440Z >>>>> 3/9/2026 5:39:33 AM Log types: 2026-03-09T05:39:34.3432220Z Failed VerifyAbsoluteLayout_SizeProportional [33 s] 2026-03-09T05:39:34.3501740Z Error Message: 2026-03-09T05:39:34.3505170Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:39:34.3521890Z Snapshot different than baseline: VerifyAbsoluteLayout_SizeProportional.png (1.19% difference) 2026-03-09T05:39:34.3524680Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:39:34.3527410Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:39:34.3530900Z 2026-03-09T05:39:34.3532690Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:39:34.3533500Z 2026-03-09T05:39:34.3534430Z Stack Trace: 2026-03-09T05:39:34.3536540Z 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 295 2026-03-09T05:39:34.3537910Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_SizeProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 246 2026-03-09T05:39:34.3538840Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:39:34.3539600Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:39:34.3539960Z 2026-03-09T05:39:34.3541720Z >>>>> 3/9/2026 5:39:34 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-03-09T05:40:31.1945050Z >>>>> 3/9/2026 5:40:31 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-03-09T05:40:31.2109470Z >>>>> 3/9/2026 5:40:31 AM Log types: 2026-03-09T05:40:31.7819970Z Failed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [57 s] 2026-03-09T05:40:31.8849300Z Error Message: 2026-03-09T05:40:31.9417650Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:40:31.9629600Z Snapshot different than baseline: VerifyAbsoluteLayout_SizeProportionalAndPositionProportional.png (1.34% difference) 2026-03-09T05:40:31.9795050Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:40:31.9950730Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:40:32.0009330Z 2026-03-09T05:40:32.0034670Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:40:32.0058850Z 2026-03-09T05:40:32.0091760Z Stack Trace: 2026-03-09T05:40:32.0095830Z 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 295 2026-03-09T05:40:32.0099910Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_SizeProportionalAndPositionProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 317 2026-03-09T05:40:32.0103800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:40:32.0128420Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:40:32.0131190Z 2026-03-09T05:40:32.0134550Z >>>>> 3/9/2026 5:40:31 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-03-09T05:41:01.4589460Z >>>>> 3/9/2026 5:41:01 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-03-09T05:41:01.4656240Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [29 s] 2026-03-09T05:41:01.4657620Z >>>>> 3/9/2026 5:41:01 AM VerifyAbsoluteLayout_Visibility Start 2026-03-09T05:41:13.3415020Z >>>>> 3/9/2026 5:41:13 AM VerifyAbsoluteLayout_Visibility Stop 2026-03-09T05:41:13.3417600Z Passed VerifyAbsoluteLayout_Visibility [11 s] 2026-03-09T05:41:13.3418510Z >>>>> 3/9/2026 5:41:13 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-03-09T05:41:45.5907800Z >>>>> 3/9/2026 5:41:45 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-03-09T05:41:45.6012120Z Passed VerifyAbsoluteLayout_WidthAndHeight [32 s] 2026-03-09T05:41:45.6017350Z >>>>> 3/9/2026 5:41:45 AM VerifyAbsoluteLayout_WidthProportional Start 2026-03-09T05:42:17.4233320Z >>>>> 3/9/2026 5:42:17 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-03-09T05:42:17.4357390Z >>>>> 3/9/2026 5:42:17 AM Log types: 2026-03-09T05:42:17.9041560Z Failed VerifyAbsoluteLayout_WidthProportional [32 s] 2026-03-09T05:42:17.9049020Z Error Message: 2026-03-09T05:42:17.9049670Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:42:17.9050850Z Snapshot different than baseline: VerifyAbsoluteLayout_WidthProportional.png (0.51% difference) 2026-03-09T05:42:17.9051570Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:42:17.9052180Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:42:17.9053050Z 2026-03-09T05:42:17.9054140Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:42:17.9054370Z 2026-03-09T05:42:17.9055350Z Stack Trace: 2026-03-09T05:42:17.9057290Z 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 295 2026-03-09T05:42:17.9058550Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_WidthProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 187 2026-03-09T05:42:17.9059660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:42:17.9060910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:42:17.9062980Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:42:17.9063730Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:42:17.9064660Z 2026-03-09T05:42:17.9065480Z >>>>> 3/9/2026 5:42:17 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-03-09T05:42:56.9509350Z >>>>> 3/9/2026 5:42:56 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-03-09T05:42:56.9641170Z >>>>> 3/9/2026 5:42:56 AM Log types: 2026-03-09T05:42:57.4528640Z Failed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [39 s] 2026-03-09T05:42:57.4558280Z Error Message: 2026-03-09T05:42:57.4668650Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:42:57.4688310Z Snapshot different than baseline: VerifyAbsoluteLayout_WidthProportionalAndHeightProportional.png (1.19% difference) 2026-03-09T05:42:57.4735010Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:42:57.4783310Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:42:57.4806150Z 2026-03-09T05:42:57.4819480Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:42:57.4822080Z 2026-03-09T05:42:57.4830480Z Stack Trace: 2026-03-09T05:42:57.4840110Z 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 295 2026-03-09T05:42:57.4843050Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_WidthProportionalAndHeightProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 227 2026-03-09T05:42:57.4846880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:42:57.4849720Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:42:57.4852650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:42:57.4855150Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:42:57.4857500Z 2026-03-09T05:42:57.4860190Z >>>>> 3/9/2026 5:42:57 AM VerifyAbsoluteLayout_XProportional Start 2026-03-09T05:43:36.0961120Z >>>>> 3/9/2026 5:43:36 AM VerifyAbsoluteLayout_XProportional Stop 2026-03-09T05:43:36.1047150Z Passed VerifyAbsoluteLayout_XProportional [38 s] 2026-03-09T05:43:36.1050010Z >>>>> 3/9/2026 5:43:36 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-03-09T05:44:31.8221220Z >>>>> 3/9/2026 5:44:31 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-03-09T05:44:31.8349830Z >>>>> 3/9/2026 5:44:31 AM Log types: 2026-03-09T05:44:32.2797020Z Failed VerifyAbsoluteLayout_XProportionalAndYProportional [56 s] 2026-03-09T05:44:32.2801100Z Error Message: 2026-03-09T05:44:32.2802420Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:44:32.2814230Z Snapshot different than baseline: VerifyAbsoluteLayout_XProportionalAndYProportional.png (0.63% difference) 2026-03-09T05:44:32.2832240Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:44:32.2834500Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:44:32.2836200Z 2026-03-09T05:44:32.2838160Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:44:32.2839810Z 2026-03-09T05:44:32.2841700Z Stack Trace: 2026-03-09T05:44:32.2844010Z 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 295 2026-03-09T05:44:32.2847390Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_XProportionalAndYProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 143 2026-03-09T05:44:32.2849830Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:44:32.2852210Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:44:32.2854490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:44:32.2856670Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:44:32.2858430Z 2026-03-09T05:44:32.2862480Z >>>>> 3/9/2026 5:44:32 AM VerifyAbsoluteLayout_YProportional Start 2026-03-09T05:45:13.3391190Z >>>>> 3/9/2026 5:45:13 AM VerifyAbsoluteLayout_YProportional Stop 2026-03-09T05:45:13.3531510Z >>>>> 3/9/2026 5:45:13 AM Log types: 2026-03-09T05:45:14.2941330Z Failed VerifyAbsoluteLayout_YProportional [41 s] 2026-03-09T05:45:14.2942100Z Error Message: 2026-03-09T05:45:14.2942660Z VisualTestUtils.VisualTestFailedException : 2026-03-09T05:45:14.2943660Z Snapshot different than baseline: VerifyAbsoluteLayout_YProportional.png (0.52% difference) 2026-03-09T05:45:14.2944410Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T05:45:14.2945080Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T05:45:14.2945340Z 2026-03-09T05:45:14.2945840Z More info: https://aka.ms/visual-test-workflow 2026-03-09T05:45:14.2946050Z 2026-03-09T05:45:14.2946460Z Stack Trace: 2026-03-09T05:45:14.2947370Z 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 295 2026-03-09T05:45:14.2948780Z at Microsoft.Maui.TestCases.Tests.AbsoluteLayoutFeatureTests.VerifyAbsoluteLayout_YProportional() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/AbsoluteLayoutFeatureTests.cs:line 116 2026-03-09T05:45:14.2949800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:45:14.2950780Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T05:45:14.2951590Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T05:45:14.2952370Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T05:45:14.2952780Z 2026-03-09T05:45:16.7180410Z >>>>> 3/9/2026 5:45:16 AM FixtureSetup for BindableLayoutFeatureTests(Mac) 2026-03-09T05:45:19.5391400Z >>>>> 3/9/2026 5:45:19 AM VerifyBindableLayoutWithItemsSourceNone Start 2026-03-09T05:45:38.2294970Z >>>>> 3/9/2026 5:45:38 AM VerifyBindableLayoutWithItemsSourceNone Stop 2026-03-09T05:45:38.2433620Z Passed VerifyBindableLayoutWithItemsSourceNone [18 s] 2026-03-09T05:45:38.2438980Z >>>>> 3/9/2026 5:45:38 AM VerifyBindableLayoutWithItemsSourceObservableCollection Start 2026-03-09T05:45:54.3014630Z >>>>> 3/9/2026 5:45:54 AM VerifyBindableLayoutWithItemsSourceObservableCollection Stop 2026-03-09T05:45:54.3077380Z Passed VerifyBindableLayoutWithItemsSourceObservableCollection [16 s] 2026-03-09T05:45:54.3079580Z >>>>> 3/9/2026 5:45:54 AM VerifyBindableLayoutWithItemsSourceEmptyCollection Start 2026-03-09T05:46:09.6675240Z >>>>> 3/9/2026 5:46:09 AM VerifyBindableLayoutWithItemsSourceEmptyCollection Stop 2026-03-09T05:46:09.6735540Z Passed VerifyBindableLayoutWithItemsSourceEmptyCollection [15 s] 2026-03-09T05:46:09.6738050Z >>>>> 3/9/2026 5:46:09 AM VerifyBindableLayoutWithEmptyViewString Start 2026-03-09T05:46:24.3932850Z >>>>> 3/9/2026 5:46:24 AM VerifyBindableLayoutWithEmptyViewString Stop 2026-03-09T05:46:24.3998050Z Passed VerifyBindableLayoutWithEmptyViewString [14 s] 2026-03-09T05:46:24.4001670Z >>>>> 3/9/2026 5:46:24 AM VerifyBindableLayoutWithEmptyViewView Start 2026-03-09T05:46:39.1221190Z >>>>> 3/9/2026 5:46:39 AM VerifyBindableLayoutWithEmptyViewView Stop 2026-03-09T05:46:39.1293390Z Passed VerifyBindableLayoutWithEmptyViewView [14 s] 2026-03-09T05:46:39.1295720Z >>>>> 3/9/2026 5:46:39 AM VerifyBindableLayoutWithEmptyViewTemplate Start 2026-03-09T05:46:55.5522620Z >>>>> 3/9/2026 5:46:55 AM VerifyBindableLayoutWithEmptyViewTemplate Stop 2026-03-09T05:46:55.5596950Z Passed VerifyBindableLayoutWithEmptyViewTemplate [16 s] 2026-03-09T05:46:55.5613720Z >>>>> 3/9/2026 5:46:55 AM VerifyBindableLayoutWithBasicItemTemplate Start 2026-03-09T05:47:15.5390960Z >>>>> 3/9/2026 5:47:15 AM VerifyBindableLayoutWithBasicItemTemplate Stop 2026-03-09T05:47:15.5454140Z Passed VerifyBindableLayoutWithBasicItemTemplate [19 s] 2026-03-09T05:47:15.5457390Z >>>>> 3/9/2026 5:47:15 AM VerifyBindableLayoutWithGridItemTemplate Start 2026-03-09T05:47:34.8156420Z >>>>> 3/9/2026 5:47:34 AM VerifyBindableLayoutWithGridItemTemplate Stop 2026-03-09T05:47:34.8221640Z Passed VerifyBindableLayoutWithGridItemTemplate [19 s] 2026-03-09T05:47:34.8223060Z >>>>> 3/9/2026 5:47:34 AM VerifyBindableLayoutWithItemTemplateSelector Start 2026-03-09T05:47:54.5888540Z >>>>> 3/9/2026 5:47:54 AM VerifyBindableLayoutWithItemTemplateSelector Stop 2026-03-09T05:47:54.5950700Z Passed VerifyBindableLayoutWithItemTemplateSelector [19 s] 2026-03-09T05:47:54.5953640Z >>>>> 3/9/2026 5:47:54 AM VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate Start 2026-03-09T05:48:13.5629130Z >>>>> 3/9/2026 5:48:13 AM VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate Stop 2026-03-09T05:48:13.5720700Z Passed VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate [18 s] 2026-03-09T05:48:13.5730860Z >>>>> 3/9/2026 5:48:13 AM VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate Start 2026-03-09T05:48:31.8991930Z >>>>> 3/9/2026 5:48:31 AM VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate Stop 2026-03-09T05:48:31.9051770Z Passed VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate [18 s] 2026-03-09T05:48:31.9053680Z >>>>> 3/9/2026 5:48:31 AM VerifyBindableLayoutWithAddItems Start 2026-03-09T05:48:48.4268630Z >>>>> 3/9/2026 5:48:48 AM VerifyBindableLayoutWithAddItems Stop 2026-03-09T05:48:48.4341790Z Passed VerifyBindableLayoutWithAddItems [16 s] 2026-03-09T05:48:48.4342980Z >>>>> 3/9/2026 5:48:48 AM VerifyBindableLayoutWithAddItemsAtIndex Start 2026-03-09T05:49:14.3664210Z >>>>> 3/9/2026 5:49:14 AM VerifyBindableLayoutWithAddItemsAtIndex Stop 2026-03-09T05:49:14.3811670Z Passed VerifyBindableLayoutWithAddItemsAtIndex [25 s] 2026-03-09T05:49:14.4014460Z >>>>> 3/9/2026 5:49:14 AM VerifyBindableLayoutWithRemoveItems Start 2026-03-09T05:49:32.7990490Z >>>>> 3/9/2026 5:49:32 AM VerifyBindableLayoutWithRemoveItems Stop 2026-03-09T05:49:32.8062970Z Passed VerifyBindableLayoutWithRemoveItems [18 s] 2026-03-09T05:49:32.8066290Z >>>>> 3/9/2026 5:49:32 AM VerifyBindableLayoutWithRemoveItemsAtIndex Start 2026-03-09T05:49:59.2514740Z >>>>> 3/9/2026 5:49:59 AM VerifyBindableLayoutWithRemoveItemsAtIndex Stop 2026-03-09T05:49:59.2580710Z Passed VerifyBindableLayoutWithRemoveItemsAtIndex [26 s] 2026-03-09T05:49:59.2585100Z >>>>> 3/9/2026 5:49:59 AM VerifyBindableLayoutWithReplaceItems Start 2026-03-09T05:50:25.4001840Z >>>>> 3/9/2026 5:50:25 AM VerifyBindableLayoutWithReplaceItems Stop 2026-03-09T05:50:25.4063680Z Passed VerifyBindableLayoutWithReplaceItems [26 s] 2026-03-09T05:50:25.4065840Z >>>>> 3/9/2026 5:50:25 AM VerifyBindableLayoutWithReplaceItemsAtIndex Start 2026-03-09T05:50:54.3718200Z >>>>> 3/9/2026 5:50:54 AM VerifyBindableLayoutWithReplaceItemsAtIndex Stop 2026-03-09T05:50:54.3790670Z Passed VerifyBindableLayoutWithReplaceItemsAtIndex [28 s] 2026-03-09T05:50:54.3793400Z >>>>> 3/9/2026 5:50:54 AM VerifyBindableLayoutWithGetAndSetEmptyView Start 2026-03-09T05:51:19.4398440Z >>>>> 3/9/2026 5:51:19 AM VerifyBindableLayoutWithGetAndSetEmptyView Stop 2026-03-09T05:51:19.4460420Z Passed VerifyBindableLayoutWithGetAndSetEmptyView [25 s] 2026-03-09T05:51:19.4461600Z >>>>> 3/9/2026 5:51:19 AM VerifyBindableLayoutWithGetAndSetEmptyViewTemplate Start 2026-03-09T05:51:42.5948750Z >>>>> 3/9/2026 5:51:42 AM VerifyBindableLayoutWithGetAndSetEmptyViewTemplate Stop 2026-03-09T05:51:42.6020750Z Passed VerifyBindableLayoutWithGetAndSetEmptyViewTemplate [23 s] 2026-03-09T05:51:42.6022160Z >>>>> 3/9/2026 5:51:42 AM VerifyBindableLayoutWithGetAndSetItemSource Start 2026-03-09T05:52:08.4755940Z >>>>> 3/9/2026 5:52:08 AM VerifyBindableLayoutWithGetAndSetItemSource Stop 2026-03-09T05:52:08.4880090Z Passed VerifyBindableLayoutWithGetAndSetItemSource [25 s] 2026-03-09T05:52:08.4891360Z >>>>> 3/9/2026 5:52:08 AM VerifyBindableLayoutWithGetAndSetItemTemplate Start 2026-03-09T05:52:35.7612980Z >>>>> 3/9/2026 5:52:35 AM VerifyBindableLayoutWithGetAndSetItemTemplate Stop 2026-03-09T05:52:35.7670070Z Passed VerifyBindableLayoutWithGetAndSetItemTemplate [27 s] 2026-03-09T05:52:35.7672150Z >>>>> 3/9/2026 5:52:35 AM VerifyBindableLayoutWithGetAndSetItemTemplateSelector Start 2026-03-09T05:53:00.8378070Z >>>>> 3/9/2026 5:53:00 AM VerifyBindableLayoutWithGetAndSetItemTemplateSelector Stop 2026-03-09T05:53:01.2684880Z Passed VerifyBindableLayoutWithGetAndSetItemTemplateSelector [25 s] 2026-03-09T05:53:03.7396360Z >>>>> 3/9/2026 5:53:03 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-03-09T05:53:07.0229040Z >>>>> 3/9/2026 5:53:07 AM FlexLayout_ValidateDefaultValues Start 2026-03-09T05:53:22.0684030Z >>>>> 3/9/2026 5:53:22 AM FlexLayout_ValidateDefaultValues Stop 2026-03-09T05:53:22.0747380Z Passed FlexLayout_ValidateDefaultValues [15 s] 2026-03-09T05:53:22.0750010Z >>>>> 3/9/2026 5:53:22 AM FlexLayout_SetWrapAlignContentStretch Start 2026-03-09T05:53:56.0788910Z >>>>> 3/9/2026 5:53:56 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-03-09T05:53:56.0862570Z Passed FlexLayout_SetWrapAlignContentStretch [34 s] 2026-03-09T05:53:56.0867740Z >>>>> 3/9/2026 5:53:56 AM FlexLayout_SetWrapAlignContentCenter Start 2026-03-09T05:54:25.3512480Z >>>>> 3/9/2026 5:54:25 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-03-09T05:54:25.3567460Z Passed FlexLayout_SetWrapAlignContentCenter [29 s] 2026-03-09T05:54:25.3569620Z >>>>> 3/9/2026 5:54:25 AM FlexLayout_SetWrapAlignContentStart Start 2026-03-09T05:54:54.8423320Z >>>>> 3/9/2026 5:54:54 AM FlexLayout_SetWrapAlignContentStart Stop 2026-03-09T05:54:54.8554620Z Passed FlexLayout_SetWrapAlignContentStart [29 s] 2026-03-09T05:54:54.8586720Z >>>>> 3/9/2026 5:54:54 AM FlexLayout_SetWrapAlignContentEnd Start 2026-03-09T05:55:25.2310410Z >>>>> 3/9/2026 5:55:25 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-03-09T05:55:25.2373420Z Passed FlexLayout_SetWrapAlignContentEnd [30 s] 2026-03-09T05:55:25.2378910Z >>>>> 3/9/2026 5:55:25 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-03-09T05:55:54.4894590Z >>>>> 3/9/2026 5:55:54 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-03-09T05:55:54.4964630Z Passed FlexLayout_SetWrapAlignContentSpaceAround [29 s] 2026-03-09T05:55:54.4966870Z >>>>> 3/9/2026 5:55:54 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-03-09T05:56:25.2816870Z >>>>> 3/9/2026 5:56:25 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-03-09T05:56:25.2890930Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [30 s] 2026-03-09T05:56:25.2911970Z >>>>> 3/9/2026 5:56:25 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-03-09T05:56:55.3197660Z >>>>> 3/9/2026 5:56:55 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-03-09T05:56:55.3298410Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [30 s] 2026-03-09T05:56:55.3337130Z >>>>> 3/9/2026 5:56:55 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-03-09T05:57:24.9007070Z >>>>> 3/9/2026 5:57:24 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-03-09T05:57:24.9061530Z Passed FlexLayout_SetWrapReverseAlignContentStretch [29 s] 2026-03-09T05:57:24.9063060Z >>>>> 3/9/2026 5:57:24 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-03-09T05:57:56.2231340Z >>>>> 3/9/2026 5:57:56 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-03-09T05:57:56.2294640Z Passed FlexLayout_SetWrapReverseAlignContentCenter [31 s] 2026-03-09T05:57:56.2295770Z >>>>> 3/9/2026 5:57:56 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-03-09T05:58:26.0159870Z >>>>> 3/9/2026 5:58:26 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-03-09T05:58:26.0253710Z Passed FlexLayout_SetWrapReverseAlignContentStart [29 s] 2026-03-09T05:58:26.0256150Z >>>>> 3/9/2026 5:58:26 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-03-09T05:58:54.8261580Z >>>>> 3/9/2026 5:58:54 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-03-09T05:58:54.8317520Z Passed FlexLayout_SetWrapReverseAlignContentEnd [28 s] 2026-03-09T05:58:54.8318900Z >>>>> 3/9/2026 5:58:54 AM FlexLayout_AlignItemsCenter Start 2026-03-09T05:59:22.6666400Z >>>>> 3/9/2026 5:59:22 AM FlexLayout_AlignItemsCenter Stop 2026-03-09T05:59:22.6754190Z Passed FlexLayout_AlignItemsCenter [27 s] 2026-03-09T05:59:22.6767230Z >>>>> 3/9/2026 5:59:22 AM FlexLayout_AlignItemsEnd Start 2026-03-09T05:59:41.7030640Z >>>>> 3/9/2026 5:59:41 AM FlexLayout_AlignItemsEnd Stop 2026-03-09T05:59:41.7090980Z Passed FlexLayout_AlignItemsEnd [19 s] 2026-03-09T05:59:41.7092330Z >>>>> 3/9/2026 5:59:41 AM FlexLayout_AlignItemsStretch Start 2026-03-09T06:00:01.2897370Z >>>>> 3/9/2026 6:00:01 AM FlexLayout_AlignItemsStretch Stop 2026-03-09T06:00:01.2961550Z Passed FlexLayout_AlignItemsStretch [19 s] 2026-03-09T06:00:01.2963210Z >>>>> 3/9/2026 6:00:01 AM FlexLayout_DirectionRowReverse Start 2026-03-09T06:00:21.7156750Z >>>>> 3/9/2026 6:00:21 AM FlexLayout_DirectionRowReverse Stop 2026-03-09T06:00:21.7228730Z Passed FlexLayout_DirectionRowReverse [20 s] 2026-03-09T06:00:21.7231160Z >>>>> 3/9/2026 6:00:21 AM FlexLayout_DirectionColumn Start 2026-03-09T06:00:43.1234590Z >>>>> 3/9/2026 6:00:43 AM FlexLayout_DirectionColumn Stop 2026-03-09T06:00:43.1297850Z Passed FlexLayout_DirectionColumn [21 s] 2026-03-09T06:00:43.1302110Z >>>>> 3/9/2026 6:00:43 AM FlexLayout_DirectionColumnReverse Start 2026-03-09T06:01:02.3033920Z >>>>> 3/9/2026 6:01:02 AM FlexLayout_DirectionColumnReverse Stop 2026-03-09T06:01:02.3100250Z Passed FlexLayout_DirectionColumnReverse [19 s] 2026-03-09T06:01:02.3103350Z >>>>> 3/9/2026 6:01:02 AM FlexLayout_JustifyContentCenter Start 2026-03-09T06:01:21.6726910Z >>>>> 3/9/2026 6:01:21 AM FlexLayout_JustifyContentCenter Stop 2026-03-09T06:01:21.6807990Z Passed FlexLayout_JustifyContentCenter [19 s] 2026-03-09T06:01:21.6812040Z >>>>> 3/9/2026 6:01:21 AM FlexLayout_JustifyContentEnd Start 2026-03-09T06:01:41.6192260Z >>>>> 3/9/2026 6:01:41 AM FlexLayout_JustifyContentEnd Stop 2026-03-09T06:01:41.6254810Z Passed FlexLayout_JustifyContentEnd [19 s] 2026-03-09T06:01:41.6266550Z >>>>> 3/9/2026 6:01:41 AM FlexLayout_JustifyContentSpaceBetween Start 2026-03-09T06:02:03.2193370Z >>>>> 3/9/2026 6:02:03 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-03-09T06:02:03.2275400Z Passed FlexLayout_JustifyContentSpaceBetween [21 s] 2026-03-09T06:02:03.2278910Z >>>>> 3/9/2026 6:02:03 AM FlexLayout_JustifyContentSpaceAround Start 2026-03-09T06:02:22.6740320Z >>>>> 3/9/2026 6:02:22 AM FlexLayout_JustifyContentSpaceAround Stop 2026-03-09T06:02:22.6804940Z Passed FlexLayout_JustifyContentSpaceAround [19 s] 2026-03-09T06:02:22.6807160Z >>>>> 3/9/2026 6:02:22 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-03-09T06:02:42.1783030Z >>>>> 3/9/2026 6:02:42 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-03-09T06:02:42.1845170Z Passed FlexLayout_JustifyContentSpaceEvenly [19 s] 2026-03-09T06:02:42.1849660Z >>>>> 3/9/2026 6:02:42 AM FlexLayout_AlignSelfStart Start 2026-03-09T06:03:01.7204260Z >>>>> 3/9/2026 6:03:01 AM FlexLayout_AlignSelfStart Stop 2026-03-09T06:03:01.7299740Z Passed FlexLayout_AlignSelfStart [19 s] 2026-03-09T06:03:01.7398370Z >>>>> 3/9/2026 6:03:01 AM FlexLayout_AlignSelfCenter Start 2026-03-09T06:03:47.4124350Z >>>>> 3/9/2026 6:03:47 AM FlexLayout_AlignSelfCenter Stop 2026-03-09T06:03:47.4281920Z Passed FlexLayout_AlignSelfCenter [45 s] 2026-03-09T06:03:47.4286830Z >>>>> 3/9/2026 6:03:47 AM FlexLayout_AlignSelfEnd Start 2026-03-09T06:04:28.0973570Z >>>>> 3/9/2026 6:04:28 AM FlexLayout_AlignSelfEnd Stop 2026-03-09T06:04:28.1064840Z Passed FlexLayout_AlignSelfEnd [40 s] 2026-03-09T06:04:28.1073860Z >>>>> 3/9/2026 6:04:28 AM FlexLayout_AlignSelfStretch Start 2026-03-09T06:05:27.4444370Z >>>>> 3/9/2026 6:05:27 AM FlexLayout_AlignSelfStretch Stop 2026-03-09T06:05:27.5160150Z Passed FlexLayout_AlignSelfStretch [59 s] 2026-03-09T06:05:27.5165910Z >>>>> 3/9/2026 6:05:27 AM FlexLayout_Child1Grow Start 2026-03-09T06:06:41.2874590Z >>>>> 3/9/2026 6:06:41 AM FlexLayout_Child1Grow Stop 2026-03-09T06:06:41.3011770Z Passed FlexLayout_Child1Grow [1 m 13 s] 2026-03-09T06:06:41.3018130Z >>>>> 3/9/2026 6:06:41 AM FlexLayout_Child1Shrink Start 2026-03-09T06:08:26.5586640Z >>>>> 3/9/2026 6:08:26 AM FlexLayout_Child1Shrink Stop 2026-03-09T06:08:26.5932500Z Passed FlexLayout_Child1Shrink [1 m 45 s] 2026-03-09T06:08:26.5935380Z >>>>> 3/9/2026 6:08:26 AM FlexLayout_Child1Order Start 2026-03-09T06:09:48.0050540Z >>>>> 3/9/2026 6:09:47 AM FlexLayout_Child1Order Stop 2026-03-09T06:09:48.1285650Z Passed FlexLayout_Child1Order [1 m 21 s] 2026-03-09T06:09:48.1373060Z >>>>> 3/9/2026 6:09:48 AM FlexLayout_BasisAuto_DirectionRow Start 2026-03-09T06:10:52.1229240Z >>>>> 3/9/2026 6:10:52 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-03-09T06:10:52.1682460Z Passed FlexLayout_BasisAuto_DirectionRow [1 m 4 s] 2026-03-09T06:10:52.1772240Z >>>>> 3/9/2026 6:10:52 AM FlexLayout_BasisFixed_DirectionRow Start 2026-03-09T06:11:54.5384220Z >>>>> 3/9/2026 6:11:54 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-03-09T06:11:54.5575790Z Passed FlexLayout_BasisFixed_DirectionRow [1 m 2 s] 2026-03-09T06:11:54.5580530Z >>>>> 3/9/2026 6:11:54 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-03-09T06:12:56.6472920Z >>>>> 3/9/2026 6:12:56 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-03-09T06:12:56.7949930Z Passed FlexLayout_BasisPercentage_DirectionRow [1 m 2 s] 2026-03-09T06:12:56.8014810Z >>>>> 3/9/2026 6:12:56 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-03-09T06:14:19.0475130Z >>>>> 3/9/2026 6:14:19 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-03-09T06:14:19.0567600Z Passed FlexLayout_BasisAuto_DirectionRowReverse [1 m 22 s] 2026-03-09T06:14:19.0571890Z >>>>> 3/9/2026 6:14:19 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-03-09T06:15:32.2739420Z >>>>> 3/9/2026 6:15:32 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-03-09T06:15:32.2829660Z Passed FlexLayout_BasisFixed_DirectionRowReverse [1 m 13 s] 2026-03-09T06:15:32.2835500Z >>>>> 3/9/2026 6:15:32 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-03-09T06:16:37.3312830Z >>>>> 3/9/2026 6:16:37 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-03-09T06:16:37.3434530Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [1 m 5 s] 2026-03-09T06:16:37.3449240Z >>>>> 3/9/2026 6:16:37 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-03-09T06:17:58.1065300Z >>>>> 3/9/2026 6:17:58 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-03-09T06:17:58.1240730Z Passed FlexLayout_BasisAuto_DirectionColumn [1 m 20 s] 2026-03-09T06:17:58.1381330Z >>>>> 3/9/2026 6:17:58 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-03-09T06:19:26.9376470Z >>>>> 3/9/2026 6:19:26 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-03-09T06:19:26.9532660Z Passed FlexLayout_BasisFixed_DirectionColumn [1 m 28 s] 2026-03-09T06:19:26.9535310Z >>>>> 3/9/2026 6:19:26 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-03-09T06:21:21.7019720Z >>>>> 3/9/2026 6:21:21 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-03-09T06:21:21.7298690Z Passed FlexLayout_BasisPercentage_DirectionColumn [1 m 54 s] 2026-03-09T06:21:21.7310230Z >>>>> 3/9/2026 6:21:21 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-03-09T06:23:06.2641990Z >>>>> 3/9/2026 6:23:06 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-03-09T06:23:06.2857760Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [1 m 44 s] 2026-03-09T06:23:06.2871780Z >>>>> 3/9/2026 6:23:06 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-03-09T06:24:22.7553800Z >>>>> 3/9/2026 6:24:22 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-03-09T06:24:22.7826990Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [1 m 16 s] 2026-03-09T06:24:22.7833570Z >>>>> 3/9/2026 6:24:22 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-03-09T06:25:35.3704070Z >>>>> 3/9/2026 6:25:35 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-03-09T06:25:35.4056990Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [1 m 12 s] 2026-03-09T06:25:35.4063810Z >>>>> 3/9/2026 6:25:35 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-03-09T06:27:08.1131550Z >>>>> 3/9/2026 6:27:08 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-03-09T06:27:08.1407310Z Passed FlexLayout_SetAlignItemsCenterWrap [1 m 32 s] 2026-03-09T06:27:08.1413990Z >>>>> 3/9/2026 6:27:08 AM FlexLayout_SetAlignItemsEndWrap Start 2026-03-09T06:28:32.9080090Z >>>>> 3/9/2026 6:28:32 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-03-09T06:28:33.7128280Z Passed FlexLayout_SetAlignItemsEndWrap [1 m 24 s] 2026-03-09T06:28:38.3705780Z >>>>> 3/9/2026 6:28:38 AM FixtureSetup for GridFeatureTests(Mac) 2026-03-09T06:28:43.9845880Z >>>>> 3/9/2026 6:28:43 AM VerifyGrid_BackgroundColor Start 2026-03-09T06:29:19.5819860Z >>>>> 3/9/2026 6:29:19 AM VerifyGrid_BackgroundColor Stop 2026-03-09T06:29:19.6033140Z Passed VerifyGrid_BackgroundColor [35 s] 2026-03-09T06:29:19.6036390Z >>>>> 3/9/2026 6:29:19 AM VerifyGrid_ColumnSpacing Start 2026-03-09T06:30:13.5496030Z >>>>> 3/9/2026 6:30:13 AM VerifyGrid_ColumnSpacing Stop 2026-03-09T06:30:13.5595550Z Passed VerifyGrid_ColumnSpacing [53 s] 2026-03-09T06:30:13.5629630Z >>>>> 3/9/2026 6:30:13 AM VerifyGrid_ColumnSpan Start 2026-03-09T06:30:55.3100420Z >>>>> 3/9/2026 6:30:55 AM VerifyGrid_ColumnSpan Stop 2026-03-09T06:30:55.3281250Z Passed VerifyGrid_ColumnSpan [41 s] 2026-03-09T06:30:55.3284430Z >>>>> 3/9/2026 6:30:55 AM VerifyGrid_FlowDirection Start 2026-03-09T06:31:25.5091880Z >>>>> 3/9/2026 6:31:25 AM VerifyGrid_FlowDirection Stop 2026-03-09T06:31:25.5297560Z Passed VerifyGrid_FlowDirection [30 s] 2026-03-09T06:31:25.5305650Z >>>>> 3/9/2026 6:31:25 AM VerifyGrid_HorizontalOptionsCenter Start 2026-03-09T06:31:51.5163290Z >>>>> 3/9/2026 6:31:51 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-03-09T06:31:51.5280640Z Passed VerifyGrid_HorizontalOptionsCenter [25 s] 2026-03-09T06:31:51.5283310Z >>>>> 3/9/2026 6:31:51 AM VerifyGrid_HorizontalOptionsEnd Start 2026-03-09T06:32:16.5412750Z >>>>> 3/9/2026 6:32:16 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-03-09T06:32:16.5505490Z Passed VerifyGrid_HorizontalOptionsEnd [25 s] 2026-03-09T06:32:16.5507360Z >>>>> 3/9/2026 6:32:16 AM VerifyGrid_HorizontalOptionsStart Start 2026-03-09T06:32:40.1712300Z >>>>> 3/9/2026 6:32:40 AM VerifyGrid_HorizontalOptionsStart Stop 2026-03-09T06:32:40.1830980Z Passed VerifyGrid_HorizontalOptionsStart [23 s] 2026-03-09T06:32:40.1836060Z >>>>> 3/9/2026 6:32:40 AM VerifyGrid_IsVisible Start 2026-03-09T06:33:02.2871190Z >>>>> 3/9/2026 6:33:02 AM VerifyGrid_IsVisible Stop 2026-03-09T06:33:02.2963660Z Passed VerifyGrid_IsVisible [22 s] 2026-03-09T06:33:02.2972070Z >>>>> 3/9/2026 6:33:02 AM VerifyGrid_NestedGrid Start 2026-03-09T06:33:29.4118810Z >>>>> 3/9/2026 6:33:29 AM VerifyGrid_NestedGrid Stop 2026-03-09T06:33:29.4858850Z >>>>> 3/9/2026 6:33:29 AM Log types: 2026-03-09T06:33:30.4054810Z Failed VerifyGrid_NestedGrid [28 s] 2026-03-09T06:33:30.4177040Z Error Message: 2026-03-09T06:33:30.4191090Z VisualTestUtils.VisualTestFailedException : 2026-03-09T06:33:30.4262180Z Snapshot different than baseline: VerifyGrid_NestedGrid.png (1.17% difference) 2026-03-09T06:33:30.4285770Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T06:33:30.4290270Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T06:33:30.4357040Z 2026-03-09T06:33:30.4382430Z More info: https://aka.ms/visual-test-workflow 2026-03-09T06:33:30.4420570Z 2026-03-09T06:33:30.4460350Z Stack Trace: 2026-03-09T06:33:30.4478780Z 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 295 2026-03-09T06:33:30.4500820Z at Microsoft.Maui.TestCases.Tests.GridFeatureTests.VerifyGrid_NestedGrid() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/GridFeatureTests.cs:line 149 2026-03-09T06:33:30.4528270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:33:30.4536820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:33:30.4542140Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T06:33:30.4550310Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T06:33:30.4555150Z 2026-03-09T06:33:30.4560210Z >>>>> 3/9/2026 6:33:30 AM VerifyGrid_Padding Start 2026-03-09T06:34:01.0374280Z >>>>> 3/9/2026 6:34:01 AM VerifyGrid_Padding Stop 2026-03-09T06:34:01.0509700Z Passed VerifyGrid_Padding [30 s] 2026-03-09T06:34:01.0515220Z >>>>> 3/9/2026 6:34:01 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-03-09T06:35:08.3767550Z >>>>> 3/9/2026 6:35:08 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-03-09T06:35:08.3841070Z Passed VerifyGrid_RowAndColumnTypeAbsolute [1 m 7 s] 2026-03-09T06:35:08.3842540Z >>>>> 3/9/2026 6:35:08 AM VerifyGrid_RowSpacing Start 2026-03-09T06:35:37.6452420Z >>>>> 3/9/2026 6:35:37 AM VerifyGrid_RowSpacing Stop 2026-03-09T06:35:37.6584430Z Passed VerifyGrid_RowSpacing [29 s] 2026-03-09T06:35:37.6587440Z >>>>> 3/9/2026 6:35:37 AM VerifyGrid_RowSpan Start 2026-03-09T06:36:14.9023150Z >>>>> 3/9/2026 6:36:14 AM VerifyGrid_RowSpan Stop 2026-03-09T06:36:14.9108760Z Passed VerifyGrid_RowSpan [37 s] 2026-03-09T06:36:14.9112120Z >>>>> 3/9/2026 6:36:14 AM VerifyGrid_SetColumn Start 2026-03-09T06:36:41.5025730Z >>>>> 3/9/2026 6:36:41 AM VerifyGrid_SetColumn Stop 2026-03-09T06:36:41.5106080Z Passed VerifyGrid_SetColumn [26 s] 2026-03-09T06:36:41.5107590Z >>>>> 3/9/2026 6:36:41 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-03-09T06:38:26.2688500Z >>>>> 3/9/2026 6:38:26 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-03-09T06:38:26.3125890Z >>>>> 3/9/2026 6:38:26 AM Log types: 2026-03-09T06:38:27.9035900Z Failed VerifyGrid_SetColumn_SetColumnSpacing [1 m 46 s] 2026-03-09T06:38:27.9087130Z Error Message: 2026-03-09T06:38:27.9088240Z VisualTestUtils.VisualTestFailedException : 2026-03-09T06:38:27.9115040Z Snapshot different than baseline: VerifyGrid_SetColumn_SetColumnSpacing.png (0.95% difference) 2026-03-09T06:38:27.9123860Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T06:38:27.9128670Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T06:38:27.9131610Z 2026-03-09T06:38:27.9135540Z More info: https://aka.ms/visual-test-workflow 2026-03-09T06:38:27.9138370Z 2026-03-09T06:38:27.9144840Z Stack Trace: 2026-03-09T06:38:27.9153510Z 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 295 2026-03-09T06:38:27.9160710Z at Microsoft.Maui.TestCases.Tests.GridFeatureTests.VerifyGrid_SetColumn_SetColumnSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/GridFeatureTests.cs:line 398 2026-03-09T06:38:27.9163600Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:38:27.9166380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:38:27.9171030Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T06:38:27.9174200Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T06:38:27.9177320Z 2026-03-09T06:38:27.9186320Z >>>>> 3/9/2026 6:38:27 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-03-09T06:40:32.2900090Z >>>>> 3/9/2026 6:40:32 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-03-09T06:40:32.3040340Z Passed VerifyGrid_SetColumn_SetRowSpacing [2 m 4 s] 2026-03-09T06:40:32.3048610Z >>>>> 3/9/2026 6:40:32 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-03-09T06:42:13.5253850Z >>>>> 3/9/2026 6:42:13 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-03-09T06:42:13.5321050Z Passed VerifyGrid_SetColumnSpacingAndPadding [1 m 41 s] 2026-03-09T06:42:13.5327790Z >>>>> 3/9/2026 6:42:13 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-03-09T06:43:39.5213580Z >>>>> 3/9/2026 6:43:39 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-03-09T06:43:39.5338240Z Passed VerifyGrid_SetPaddingAndBackgroundColor [1 m 26 s] 2026-03-09T06:43:39.5342310Z >>>>> 3/9/2026 6:43:39 AM VerifyGrid_SetRow Start 2026-03-09T06:44:22.5767060Z >>>>> 3/9/2026 6:44:22 AM VerifyGrid_SetRow Stop 2026-03-09T06:44:22.5968700Z >>>>> 3/9/2026 6:44:22 AM Log types: 2026-03-09T06:44:23.1006890Z Failed VerifyGrid_SetRow [43 s] 2026-03-09T06:44:23.1080010Z Error Message: 2026-03-09T06:44:23.1193920Z VisualTestUtils.VisualTestFailedException : 2026-03-09T06:44:23.1790430Z Snapshot different than baseline: VerifyGrid_SetRow.png (0.67% difference) 2026-03-09T06:44:23.1940010Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T06:44:23.2033380Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T06:44:23.2060470Z 2026-03-09T06:44:23.2077950Z More info: https://aka.ms/visual-test-workflow 2026-03-09T06:44:23.2118180Z 2026-03-09T06:44:23.2136680Z Stack Trace: 2026-03-09T06:44:23.2178380Z 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 295 2026-03-09T06:44:23.2187120Z at Microsoft.Maui.TestCases.Tests.GridFeatureTests.VerifyGrid_SetRow() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/GridFeatureTests.cs:line 41 2026-03-09T06:44:23.2196710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:44:23.2201490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:44:23.2205120Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T06:44:23.2207740Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T06:44:23.2209530Z 2026-03-09T06:44:23.2213920Z >>>>> 3/9/2026 6:44:23 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-03-09T06:45:13.8454480Z >>>>> 3/9/2026 6:45:13 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-03-09T06:45:13.8863230Z >>>>> 3/9/2026 6:45:13 AM Log types: 2026-03-09T06:45:14.7113280Z Failed VerifyGrid_SetRow_SetColumnSpacing [51 s] 2026-03-09T06:45:14.7120270Z Error Message: 2026-03-09T06:45:14.7128220Z VisualTestUtils.VisualTestFailedException : 2026-03-09T06:45:14.7133040Z Snapshot different than baseline: VerifyGrid_SetRow_SetColumnSpacing.png (0.82% difference) 2026-03-09T06:45:14.7142990Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T06:45:14.7346530Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T06:45:14.7362460Z 2026-03-09T06:45:14.7428110Z More info: https://aka.ms/visual-test-workflow 2026-03-09T06:45:14.7448520Z 2026-03-09T06:45:14.7470710Z Stack Trace: 2026-03-09T06:45:14.7478670Z 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 295 2026-03-09T06:45:14.7485220Z at Microsoft.Maui.TestCases.Tests.GridFeatureTests.VerifyGrid_SetRow_SetColumnSpacing() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/GridFeatureTests.cs:line 417 2026-03-09T06:45:14.7494460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:45:14.7501320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:45:14.7506650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T06:45:14.7510140Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T06:45:14.7512470Z 2026-03-09T06:45:14.7515430Z >>>>> 3/9/2026 6:45:14 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-03-09T06:46:04.5359420Z >>>>> 3/9/2026 6:46:04 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-03-09T06:46:04.5489850Z Passed VerifyGrid_SetRow_SetRowSpacing [49 s] 2026-03-09T06:46:04.5497630Z >>>>> 3/9/2026 6:46:04 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-03-09T06:46:53.9911150Z >>>>> 3/9/2026 6:46:53 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-03-09T06:46:53.9966360Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [49 s] 2026-03-09T06:46:53.9967440Z >>>>> 3/9/2026 6:46:53 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-03-09T06:47:30.3285800Z >>>>> 3/9/2026 6:47:30 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-03-09T06:47:30.3336180Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [36 s] 2026-03-09T06:47:30.3337290Z >>>>> 3/9/2026 6:47:30 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-03-09T06:48:04.3175880Z >>>>> 3/9/2026 6:48:04 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-03-09T06:48:04.3236020Z Passed VerifyGrid_SetRowSpacingAndPadding [33 s] 2026-03-09T06:48:04.3237140Z >>>>> 3/9/2026 6:48:04 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-03-09T06:48:22.1989320Z >>>>> 3/9/2026 6:48:22 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-03-09T06:48:22.2056330Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [17 s] 2026-03-09T06:48:22.2057640Z >>>>> 3/9/2026 6:48:22 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-03-09T06:48:39.3841360Z >>>>> 3/9/2026 6:48:39 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-03-09T06:48:39.3890840Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [17 s] 2026-03-09T06:48:39.3891740Z >>>>> 3/9/2026 6:48:39 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-03-09T06:48:57.0077970Z >>>>> 3/9/2026 6:48:57 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-03-09T06:48:57.0134310Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [17 s] 2026-03-09T06:48:57.0135300Z >>>>> 3/9/2026 6:48:57 AM VerifyGrid_VerticalOptionsCenter Start 2026-03-09T06:49:10.0975850Z >>>>> 3/9/2026 6:49:10 AM VerifyGrid_VerticalOptionsCenter Stop 2026-03-09T06:49:10.1030890Z Passed VerifyGrid_VerticalOptionsCenter [13 s] 2026-03-09T06:49:10.1032940Z >>>>> 3/9/2026 6:49:10 AM VerifyGrid_VerticalOptionsEnd Start 2026-03-09T06:49:24.4291360Z >>>>> 3/9/2026 6:49:24 AM VerifyGrid_VerticalOptionsEnd Stop 2026-03-09T06:49:24.4382950Z Passed VerifyGrid_VerticalOptionsEnd [14 s] 2026-03-09T06:49:24.4388300Z >>>>> 3/9/2026 6:49:24 AM VerifyGrid_VerticalOptionsStart Start 2026-03-09T06:49:37.4337670Z >>>>> 3/9/2026 6:49:37 AM VerifyGrid_VerticalOptionsStart Stop 2026-03-09T06:49:37.9740810Z Passed VerifyGrid_VerticalOptionsStart [13 s] 2026-03-09T06:49:40.1453910Z >>>>> 3/9/2026 6:49:40 AM FixtureSetup for Issue22075(Mac) 2026-03-09T06:49:40.2731750Z >>>>> 3/9/2026 6:49:40 AM CreateStackWithPadding Start 2026-03-09T06:49:42.2644320Z >>>>> 3/9/2026 6:49:42 AM CreateStackWithPadding Stop 2026-03-09T06:49:43.2661890Z Passed CreateStackWithPadding [2 s] 2026-03-09T06:49:44.6171200Z >>>>> 3/9/2026 6:49:44 AM FixtureSetup for Bugzilla34007(Mac) 2026-03-09T06:49:44.7145790Z >>>>> 3/9/2026 6:49:44 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-03-09T06:49:48.0532360Z >>>>> 3/9/2026 6:49:48 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-03-09T06:49:49.3411780Z Passed Issue34007TestFirstElementHasLowestZOrder [3 s] 2026-03-09T06:51:57.5609570Z >>>>> 3/9/2026 6:51:57 AM FixtureSetup for Bugzilla34061(Mac) 2026-03-09T06:51:57.6347530Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-03-09T06:51:59.1326380Z >>>>> 3/9/2026 6:51:59 AM FixtureSetup for Bugzilla40161(Mac) 2026-03-09T06:51:59.1637090Z Skipped Bugzilla34061Test [< 1 ms] 2026-03-09T06:51:59.2613510Z >>>>> 3/9/2026 6:51:59 AM Issue1Test Start 2026-03-09T06:52:05.3744650Z >>>>> 3/9/2026 6:52:05 AM Issue1Test Stop 2026-03-09T06:52:06.6696000Z Passed Issue1Test [6 s] 2026-03-09T06:52:07.6619860Z >>>>> 3/9/2026 6:52:07 AM FixtureSetup for Bugzilla44176(Mac) 2026-03-09T06:52:07.7475900Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-09T06:52:08.2357790Z Skipped Bugzilla44176Test [< 1 ms] 2026-03-09T06:52:10.1031280Z >>>>> 3/9/2026 6:52:10 AM FixtureSetup for Bugzilla46458(Mac) 2026-03-09T06:52:10.1864370Z >>>>> 3/9/2026 6:52:10 AM GridIsEnabled Start 2026-03-09T06:52:23.1308990Z >>>>> 3/9/2026 6:52:23 AM GridIsEnabled Stop 2026-03-09T06:52:23.6833570Z Passed GridIsEnabled [12 s] 2026-03-09T06:52:25.3730750Z >>>>> 3/9/2026 6:52:25 AM FixtureSetup for Bugzilla51238(Mac) 2026-03-09T06:52:25.4752760Z >>>>> 3/9/2026 6:52:25 AM Issue1Test Start 2026-03-09T06:52:27.7950570Z >>>>> 3/9/2026 6:52:27 AM Issue1Test Stop 2026-03-09T06:52:28.5071390Z Passed Issue1Test [2 s] 2026-03-09T06:52:30.1219300Z >>>>> 3/9/2026 6:52:30 AM FixtureSetup for Bugzilla53445(Mac) 2026-03-09T06:52:30.2042120Z >>>>> 3/9/2026 6:52:30 AM Bugzilla53445Test Start 2026-03-09T06:52:41.0018770Z >>>>> 3/9/2026 6:52:41 AM Bugzilla53445Test Stop 2026-03-09T06:52:42.1950770Z Passed Bugzilla53445Test [10 s] 2026-03-09T06:52:43.4684470Z >>>>> 3/9/2026 6:52:43 AM FixtureSetup for Issue1267(Mac) 2026-03-09T06:52:43.5638600Z >>>>> 3/9/2026 6:52:43 AM StarInGridDoesNotCrash Start 2026-03-09T06:52:44.7339800Z >>>>> 3/9/2026 6:52:44 AM StarInGridDoesNotCrash Stop 2026-03-09T06:52:45.2416620Z Passed StarInGridDoesNotCrash [1 s] 2026-03-09T06:52:47.1310290Z >>>>> 3/9/2026 6:52:47 AM FixtureSetup for Issue15330(Mac) 2026-03-09T06:52:47.2195230Z >>>>> 3/9/2026 6:52:47 AM Issue15330Test Start 2026-03-09T06:52:51.5242800Z >>>>> 3/9/2026 6:52:51 AM Issue15330Test Stop 2026-03-09T06:52:51.5347630Z >>>>> 3/9/2026 6:52:51 AM Log types: 2026-03-09T06:52:53.2760930Z Failed Issue15330Test [4 s] 2026-03-09T06:52:53.2764600Z Error Message: 2026-03-09T06:52:53.2765040Z VisualTestUtils.VisualTestFailedException : 2026-03-09T06:52:53.2765550Z Snapshot different than baseline: Issue15330Test.png (1.87% difference) 2026-03-09T06:52:53.2766140Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T06:52:53.2766730Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T06:52:53.2766970Z 2026-03-09T06:52:53.2767360Z More info: https://aka.ms/visual-test-workflow 2026-03-09T06:52:53.2767770Z 2026-03-09T06:52:53.2768130Z Stack Trace: 2026-03-09T06:52:53.2768700Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-09T06:52:53.2769640Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-09T06:52:53.2770820Z 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-03-09T06:52:53.2771870Z 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-03-09T06:52:53.2773570Z at Microsoft.Maui.TestCases.Tests.Issues.Issue15330.Issue15330Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue15330.cs:line 20 2026-03-09T06:52:53.2778880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:52:53.2779830Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T06:52:53.2780620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T06:52:53.2782390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T06:52:53.2782860Z 2026-03-09T06:52:54.1680320Z >>>>> 3/9/2026 6:52:54 AM FixtureSetup for Issue1601(Mac) 2026-03-09T06:52:54.2807890Z >>>>> 3/9/2026 6:52:54 AM Issue1601Test Start 2026-03-09T06:52:56.5072840Z >>>>> 3/9/2026 6:52:56 AM Issue1601Test Stop 2026-03-09T06:52:57.8434990Z Passed Issue1601Test [2 s] 2026-03-09T06:52:58.9021210Z >>>>> 3/9/2026 6:52:58 AM FixtureSetup for Issue19513(Mac) 2026-03-09T06:52:58.9979770Z >>>>> 3/9/2026 6:52:58 AM NegativeSpacingCrashes Start 2026-03-09T06:52:59.7932140Z >>>>> 3/9/2026 6:52:59 AM NegativeSpacingCrashes Stop 2026-03-09T06:53:00.9136530Z Passed NegativeSpacingCrashes [800 ms] 2026-03-09T06:53:02.3968430Z >>>>> 3/9/2026 6:53:02 AM FixtureSetup for Issue21711(Mac) 2026-03-09T06:53:02.5227770Z >>>>> 3/9/2026 6:53:02 AM AddDoesNotCrash Start 2026-03-09T06:53:06.5159150Z >>>>> 3/9/2026 6:53:06 AM AddDoesNotCrash Stop 2026-03-09T06:53:06.5234220Z Passed AddDoesNotCrash [4 s] 2026-03-09T06:53:06.5235130Z >>>>> 3/9/2026 6:53:06 AM InsertDoesNotCrash Start 2026-03-09T06:53:09.1792410Z >>>>> 3/9/2026 6:53:09 AM InsertDoesNotCrash Stop 2026-03-09T06:53:09.1841570Z Passed InsertDoesNotCrash [2 s] 2026-03-09T06:53:09.1842500Z >>>>> 3/9/2026 6:53:09 AM RemoveDoesNotCrash Start 2026-03-09T06:53:11.5137150Z >>>>> 3/9/2026 6:53:11 AM RemoveDoesNotCrash Stop 2026-03-09T06:53:11.5196990Z Passed RemoveDoesNotCrash [2 s] 2026-03-09T06:53:11.5201460Z >>>>> 3/9/2026 6:53:11 AM UpdateDoesNotCrash Start 2026-03-09T06:53:14.2322780Z >>>>> 3/9/2026 6:53:14 AM UpdateDoesNotCrash Stop 2026-03-09T06:53:14.5610440Z Passed UpdateDoesNotCrash [2 s] 2026-03-09T06:53:16.7546000Z >>>>> 3/9/2026 6:53:16 AM FixtureSetup for Issue23484(Mac) 2026-03-09T06:53:16.8536340Z >>>>> 3/9/2026 6:53:16 AM ReusingNavigationPageDoesntBreakLayout Start 2026-03-09T06:53:29.4714910Z >>>>> 3/9/2026 6:53:29 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-03-09T06:53:30.3514090Z Passed ReusingNavigationPageDoesntBreakLayout [12 s] 2026-03-09T06:53:31.7679190Z >>>>> 3/9/2026 6:53:31 AM FixtureSetup for Issue23797(Mac) 2026-03-09T06:53:31.8493870Z >>>>> 3/9/2026 6:53:31 AM ContentPresenterShouldPropagateBindingContextForTemplateBindings Start 2026-03-09T06:53:34.5547250Z >>>>> 3/9/2026 6:53:34 AM ContentPresenterShouldPropagateBindingContextForTemplateBindings Stop 2026-03-09T06:53:34.8508280Z Passed ContentPresenterShouldPropagateBindingContextForTemplateBindings [2 s] 2026-03-09T06:53:36.9434350Z >>>>> 3/9/2026 6:53:36 AM FixtureSetup for Issue24246(Mac) 2026-03-09T06:53:37.0178580Z >>>>> 3/9/2026 6:53:37 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-03-09T06:53:41.7783400Z >>>>> 3/9/2026 6:53:41 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-03-09T06:53:43.0219340Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [4 s] 2026-03-09T06:53:44.1076560Z >>>>> 3/9/2026 6:53:44 AM FixtureSetup for Issue24434(Mac) 2026-03-09T06:53:44.1973460Z >>>>> 3/9/2026 6:53:44 AM ModifyingANonVisibleLayoutWorks Start 2026-03-09T06:53:49.1566780Z >>>>> 3/9/2026 6:53:49 AM ModifyingANonVisibleLayoutWorks Stop 2026-03-09T06:53:50.6164880Z Passed ModifyingANonVisibleLayoutWorks [4 s] 2026-03-09T06:53:51.4840340Z >>>>> 3/9/2026 6:53:51 AM FixtureSetup for Issue24996(Mac) 2026-03-09T06:53:51.5693000Z >>>>> 3/9/2026 6:53:51 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-03-09T06:54:00.1266530Z >>>>> 3/9/2026 6:54:00 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-03-09T06:54:01.2061820Z Passed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [8 s] 2026-03-09T06:56:08.1864290Z >>>>> 3/9/2026 6:56:08 AM FixtureSetup for Issue2653(Mac) 2026-03-09T06:56:08.2807170Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-09T06:56:09.6378700Z >>>>> 3/9/2026 6:56:09 AM FixtureSetup for Issue2767(Mac) 2026-03-09T06:56:09.7454980Z >>>>> 3/9/2026 6:56:09 AM Issue2767Test Start 2026-03-09T06:56:09.7769940Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-03-09T06:56:10.8775470Z >>>>> 3/9/2026 6:56:10 AM Issue2767Test Stop 2026-03-09T06:56:11.2828650Z Passed Issue2767Test [1 s] 2026-03-09T06:58:19.1843820Z >>>>> 3/9/2026 6:58:19 AM FixtureSetup for Issue2858(Mac) 2026-03-09T06:58:19.2721380Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-09T06:58:20.5295920Z >>>>> 3/9/2026 6:58:20 AM FixtureSetup for Issue28945(Mac) 2026-03-09T06:58:20.6258120Z >>>>> 3/9/2026 6:58:20 AM MauiViewShouldPropagateFocus Start 2026-03-09T06:58:20.8081230Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-03-09T06:58:22.2896750Z >>>>> 3/9/2026 6:58:22 AM MauiViewShouldPropagateFocus Stop 2026-03-09T06:58:22.3769640Z Passed MauiViewShouldPropagateFocus [1 s] 2026-03-09T06:58:24.5223400Z >>>>> 3/9/2026 6:58:24 AM FixtureSetup for Issue29919(Mac) 2026-03-09T06:58:24.5993810Z >>>>> 3/9/2026 6:58:24 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-03-09T06:58:25.3096110Z >>>>> 3/9/2026 6:58:25 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-03-09T06:58:26.1462300Z Passed StackLayoutWindowsCrashWithZeroHeight [714 ms] 2026-03-09T06:58:27.8407450Z >>>>> 3/9/2026 6:58:27 AM FixtureSetup for Issue2993(Mac) 2026-03-09T06:58:27.9403400Z >>>>> 3/9/2026 6:58:27 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-03-09T06:58:28.8241740Z >>>>> 3/9/2026 6:58:28 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-03-09T06:58:29.4389390Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [889 ms] 2026-03-09T06:58:31.1822570Z >>>>> 3/9/2026 6:58:31 AM FixtureSetup for Issue3475(Mac) 2026-03-09T06:58:31.2834760Z >>>>> 3/9/2026 6:58:31 AM Issue3475TestsLayoutCompressionPerformance Start 2026-03-09T06:58:57.8086290Z >>>>> 3/9/2026 6:58:57 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-03-09T06:58:58.3497790Z Passed Issue3475TestsLayoutCompressionPerformance [26 s] 2026-03-09T06:59:00.1310060Z >>>>> 3/9/2026 6:59:00 AM FixtureSetup for Issue6260(Mac) 2026-03-09T06:59:00.2278340Z >>>>> 3/9/2026 6:59:00 AM NonAppCompatBasicSwitchTest Start 2026-03-09T06:59:00.9837690Z >>>>> 3/9/2026 6:59:00 AM NonAppCompatBasicSwitchTest Stop 2026-03-09T06:59:01.7398920Z Passed NonAppCompatBasicSwitchTest [764 ms] 2026-03-09T06:59:03.5549250Z >>>>> 3/9/2026 6:59:03 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-03-09T06:59:03.6450380Z >>>>> 3/9/2026 6:59:03 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-03-09T06:59:22.7767020Z >>>>> 3/9/2026 6:59:22 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-03-09T06:59:22.7820850Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [19 s] 2026-03-09T06:59:22.7823320Z >>>>> 3/9/2026 6:59:22 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-09T06:59:33.7705320Z >>>>> 3/9/2026 6:59:33 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-09T06:59:33.7769040Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [10 s] 2026-03-09T06:59:33.7772760Z >>>>> 3/9/2026 6:59:33 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-03-09T06:59:36.1214850Z >>>>> 3/9/2026 6:59:36 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-03-09T06:59:36.7790860Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-03-09T06:59:38.8916790Z >>>>> 3/9/2026 6:59:38 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-03-09T06:59:38.9855960Z >>>>> 3/9/2026 6:59:38 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-03-09T06:59:57.4592760Z >>>>> 3/9/2026 6:59:57 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-03-09T06:59:57.4649490Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [18 s] 2026-03-09T06:59:57.4650550Z >>>>> 3/9/2026 6:59:57 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-09T07:00:07.8016210Z >>>>> 3/9/2026 7:00:07 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-09T07:00:07.8332950Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [10 s] 2026-03-09T07:00:07.8333960Z >>>>> 3/9/2026 7:00:07 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-03-09T07:00:10.1808360Z >>>>> 3/9/2026 7:00:10 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-03-09T07:00:10.8161210Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-03-09T07:00:12.4330160Z >>>>> 3/9/2026 7:00:12 AM FixtureSetup for Issue6945(Mac) 2026-03-09T07:00:12.5322660Z >>>>> 3/9/2026 7:00:12 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-03-09T07:00:16.0989410Z >>>>> 3/9/2026 7:00:16 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-03-09T07:00:17.0744230Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [3 s] 2026-03-09T07:00:18.8132720Z >>>>> 3/9/2026 7:00:18 AM FixtureSetup for Issue9075(Mac) 2026-03-09T07:00:18.9111770Z >>>>> 3/9/2026 7:00:18 AM FlexLayoutCycleException Start 2026-03-09T07:00:20.1614060Z >>>>> 3/9/2026 7:00:20 AM FlexLayoutCycleException Stop 2026-03-09T07:00:20.4055740Z Passed FlexLayoutCycleException [1 s] 2026-03-09T07:00:22.5436730Z >>>>> 3/9/2026 7:00:22 AM FixtureSetup for StackLayoutIssue(Mac) 2026-03-09T07:00:22.6274470Z >>>>> 3/9/2026 7:00:22 AM StackLayoutIssueTestsAllElementsPresent Start 2026-03-09T07:00:26.1098810Z >>>>> 3/9/2026 7:00:26 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-03-09T07:00:27.1455520Z Passed StackLayoutIssueTestsAllElementsPresent [3 s] 2026-03-09T07:00:28.6244100Z >>>>> 3/9/2026 7:00:28 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-03-09T07:00:31.2145430Z >>>>> 3/9/2026 7:00:31 AM HorizontalStackLayout_IsVisible Start 2026-03-09T07:00:39.7364450Z >>>>> 3/9/2026 7:00:39 AM HorizontalStackLayout_IsVisible Stop 2026-03-09T07:00:39.7498650Z Passed HorizontalStackLayout_IsVisible [8 s] 2026-03-09T07:00:39.7519760Z >>>>> 3/9/2026 7:00:39 AM HorizontalStackLayout_RTLFlowDirection Start 2026-03-09T07:00:49.3743360Z >>>>> 3/9/2026 7:00:49 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-03-09T07:00:49.3815210Z Passed HorizontalStackLayout_RTLFlowDirection [9 s] 2026-03-09T07:00:49.3820440Z >>>>> 3/9/2026 7:00:49 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-03-09T07:01:04.9634160Z >>>>> 3/9/2026 7:01:04 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-03-09T07:01:04.9900730Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [15 s] 2026-03-09T07:01:04.9902750Z >>>>> 3/9/2026 7:01:04 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-03-09T07:01:25.3976990Z >>>>> 3/9/2026 7:01:25 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-03-09T07:01:25.4058620Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [20 s] 2026-03-09T07:01:25.4061480Z >>>>> 3/9/2026 7:01:25 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-03-09T07:01:40.5208760Z >>>>> 3/9/2026 7:01:40 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-03-09T07:01:40.5259050Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [15 s] 2026-03-09T07:01:40.5259980Z >>>>> 3/9/2026 7:01:40 AM HorizontalStackLayout_Spacing_With_Height Start 2026-03-09T07:01:58.7346750Z >>>>> 3/9/2026 7:01:58 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-03-09T07:01:58.7415470Z Passed HorizontalStackLayout_Spacing_With_Height [18 s] 2026-03-09T07:01:58.7418880Z >>>>> 3/9/2026 7:01:58 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-03-09T07:02:23.9954290Z >>>>> 3/9/2026 7:02:23 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-03-09T07:02:24.0021930Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [25 s] 2026-03-09T07:02:24.0022910Z >>>>> 3/9/2026 7:02:24 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-03-09T07:02:39.3624590Z >>>>> 3/9/2026 7:02:39 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-03-09T07:02:39.3739270Z Passed HorizontalStackLayout_Spacing_With_RTL [15 s] 2026-03-09T07:02:39.3740290Z >>>>> 3/9/2026 7:02:39 AM HorizontalStackLayout_Spacing_With_Width Start 2026-03-09T07:02:57.2606230Z >>>>> 3/9/2026 7:02:57 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-03-09T07:02:57.2675720Z Passed HorizontalStackLayout_Spacing_With_Width [17 s] 2026-03-09T07:02:57.2677440Z >>>>> 3/9/2026 7:02:57 AM VerticalStackLayout_IsVisible Start 2026-03-09T07:03:07.0754250Z >>>>> 3/9/2026 7:03:07 AM VerticalStackLayout_IsVisible Stop 2026-03-09T07:03:07.0834930Z Passed VerticalStackLayout_IsVisible [9 s] 2026-03-09T07:03:07.0835880Z >>>>> 3/9/2026 7:03:07 AM VerticalStackLayout_RTLFlowDirection Start 2026-03-09T07:03:19.2881100Z >>>>> 3/9/2026 7:03:19 AM VerticalStackLayout_RTLFlowDirection Stop 2026-03-09T07:03:19.2942090Z Passed VerticalStackLayout_RTLFlowDirection [12 s] 2026-03-09T07:03:19.2947400Z >>>>> 3/9/2026 7:03:19 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-03-09T07:03:38.4225150Z >>>>> 3/9/2026 7:03:38 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-03-09T07:03:38.4287350Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [19 s] 2026-03-09T07:03:38.4288310Z >>>>> 3/9/2026 7:03:38 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-03-09T07:04:02.1642020Z >>>>> 3/9/2026 7:04:02 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-03-09T07:04:02.1702820Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [23 s] 2026-03-09T07:04:02.1704040Z >>>>> 3/9/2026 7:04:02 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-03-09T07:04:20.0716780Z >>>>> 3/9/2026 7:04:20 AM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-03-09T07:04:20.0770040Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [17 s] 2026-03-09T07:04:20.0772410Z >>>>> 3/9/2026 7:04:20 AM VerticalStackLayout_Spacing_With_Height Start 2026-03-09T07:04:41.5410300Z >>>>> 3/9/2026 7:04:41 AM VerticalStackLayout_Spacing_With_Height Stop 2026-03-09T07:04:41.5431090Z Passed VerticalStackLayout_Spacing_With_Height [21 s] 2026-03-09T07:04:41.5435970Z >>>>> 3/9/2026 7:04:41 AM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-03-09T07:05:08.9833200Z >>>>> 3/9/2026 7:05:08 AM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-03-09T07:05:08.9886640Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [27 s] 2026-03-09T07:05:08.9887550Z >>>>> 3/9/2026 7:05:08 AM VerticalStackLayout_Spacing_With_RTL Start 2026-03-09T07:05:26.9709440Z >>>>> 3/9/2026 7:05:26 AM VerticalStackLayout_Spacing_With_RTL Stop 2026-03-09T07:05:26.9754910Z Passed VerticalStackLayout_Spacing_With_RTL [17 s] 2026-03-09T07:05:26.9755880Z >>>>> 3/9/2026 7:05:26 AM VerticalStackLayout_Spacing_With_Width Start 2026-03-09T07:05:44.9725790Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-09T07:05:45.0023480Z ##[error]The operation was canceled. 2026-03-09T07:05:45.0035320Z ##[section]Async Command Start: Update Build Number 2026-03-09T07:05:45.0041030Z Update build number to 10.0.50-ci+azdo.1325779 for build 1325779 2026-03-09T07:05:45.0041580Z ##[section]Async Command End: Update Build Number 2026-03-09T07:05:45.0045910Z ##[section]Async Command Start: Update Build Number 2026-03-09T07:05:45.0047080Z Update build number to 10.0.50-ci+azdo.1325779 for build 1325779 2026-03-09T07:05:45.0047570Z ##[section]Async Command End: Update Build Number 2026-03-09T07:05:45.0050240Z ##[section]Async Command Start: Update Build Number 2026-03-09T07:05:45.0051050Z Update build number to 10.0.50-ci+azdo.1325779 for build 1325779 2026-03-09T07:05:45.0051510Z ##[section]Async Command End: Update Build Number 2026-03-09T07:05:45.0054260Z ##[section]Async Command Start: Update Build Number 2026-03-09T07:05:45.0055340Z Update build number to 10.0.50-ci+azdo.1325779 for build 1325779 2026-03-09T07:05:45.0055750Z ##[section]Async Command End: Update Build Number 2026-03-09T07:05:45.0058380Z ##[section]Async Command Start: Update Build Number 2026-03-09T07:05:45.0059290Z Update build number to 10.0.50-ci+azdo.1325779 for build 1325779 2026-03-09T07:05:45.0059690Z ##[section]Async Command End: Update Build Number 2026-03-09T07:05:45.0062540Z ##[section]Async Command Start: Update Build Number 2026-03-09T07:05:45.0063510Z Update build number to 10.0.50-ci+azdo.1325779 for build 1325779 2026-03-09T07:05:45.0063940Z ##[section]Async Command End: Update Build Number 2026-03-09T07:05:45.0066350Z ##[section]Async Command Start: Update Build Number 2026-03-09T07:05:45.0067350Z Update build number to 10.0.50-ci+azdo.1325779 for build 1325779 2026-03-09T07:05:45.0067750Z ##[section]Async Command End: Update Build Number 2026-03-09T07:05:45.0070700Z ##[section]Async Command Start: Update Build Number 2026-03-09T07:05:45.0072150Z Update build number to 10.0.50-ci+azdo.1325779 for build 1325779 2026-03-09T07:05:45.0072570Z ##[section]Async Command End: Update Build Number 2026-03-09T07:05:45.0076000Z ##[section]Finishing: Controls Layout