2026-02-25T13:16:45.4078060Z ##[section]Starting: Controls Layout 2026-02-25T13:16:45.4099990Z ============================================================================== 2026-02-25T13:16:45.4100510Z Task : PowerShell 2026-02-25T13:16:45.4100860Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-25T13:16:45.4101260Z Version : 2.268.1 2026-02-25T13:16:45.4101600Z Author : Microsoft Corporation 2026-02-25T13:16:45.4101920Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-25T13:16:45.4102420Z ============================================================================== 2026-02-25T13:16:45.8153140Z Generating script. 2026-02-25T13:16:45.8160760Z ========================== Starting Command Output =========================== 2026-02-25T13:16:45.8162140Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/ba570123-a030-4a1f-a41d-ff0c7d67c3dc.ps1' 2026-02-25T13:16:46.6290150Z $ErrorActionPreference = 'stop' 2026-02-25T13:16:46.6300180Z $ProgressPreference = 'silentlyContinue' 2026-02-25T13:16:46.6319890Z Get-Content $PSCommandPath 2026-02-25T13:16:46.6457050Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-02-25T13:16:46.6459190Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-25T13:16:46.6460350Z $command += " --runtimevariant=""Mono""" 2026-02-25T13:16:46.6463100Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-25T13:16:46.6465790Z 2026-02-25T13:16:46.6467880Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-25T13:16:46.6469300Z $deviceType = "" 2026-02-25T13:16:46.6470140Z if ($deviceType) { 2026-02-25T13:16:46.6473800Z $command += " --skin=""$deviceType""" 2026-02-25T13:16:46.6476030Z } 2026-02-25T13:16:46.6477330Z 2026-02-25T13:16:46.6478470Z $testFilter = "" 2026-02-25T13:16:46.6479040Z $testConfigrationArgs = "" 2026-02-25T13:16:46.6479260Z 2026-02-25T13:16:46.6479760Z "Layout".Split(",") | ForEach { 2026-02-25T13:16:46.6480440Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-25T13:16:46.6481260Z } 2026-02-25T13:16:46.6481470Z 2026-02-25T13:16:46.6482240Z $testFilter = $testFilter.TrimEnd("|") 2026-02-25T13:16:46.6482570Z 2026-02-25T13:16:46.6483180Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-25T13:16:46.6483840Z if ($testConfigrationArgs) { 2026-02-25T13:16:46.6485270Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-25T13:16:46.6485860Z } 2026-02-25T13:16:46.6487200Z if ($testFilter) { 2026-02-25T13:16:46.6488180Z $command += " --test-filter ""$testFilter""" 2026-02-25T13:16:46.6488940Z } 2026-02-25T13:16:46.6489630Z 2026-02-25T13:16:46.6491670Z $headless = true 2026-02-25T13:16:46.6493400Z if ($headless) { 2026-02-25T13:16:46.6495480Z $command += " --headless ""$headless""" 2026-02-25T13:16:46.6496920Z } 2026-02-25T13:16:46.6497290Z 2026-02-25T13:16:46.6500640Z Write-Host "Running command: $command" 2026-02-25T13:16:46.6501100Z 2026-02-25T13:16:46.6503750Z Invoke-Expression $command 2026-02-25T13:16:46.6788130Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-25T13:16:46.6835410Z } else { 2026-02-25T13:16:46.6840190Z exit $LASTEXITCODE 2026-02-25T13:16:46.6843220Z } 2026-02-25T13:16:46.8831830Z 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-02-25T13:16:47.7793560Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T13:16:48.9979680Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T13:16:50.1877950Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T13:16:51.2727370Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T13:16:52.1869370Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T13:16:53.7637240Z Looking for modules... 2026-02-25T13:17:00.0824260Z No modules found to install. 2026-02-25T13:17:00.0828200Z Module directory does not exist. 2026-02-25T13:17:00.0891750Z Analyzing build script... 2026-02-25T13:17:00.0951610Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-25T13:17:00.0987520Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-25T13:17:00.1021850Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-25T13:17:01.0549600Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-25T13:17:05.1378840Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-25T13:17:06.6372960Z Processing build script... 2026-02-25T13:17:06.6405140Z Installing addins... 2026-02-25T13:17:07.1093170Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-25T13:17:07.1672310Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-25T13:17:07.2098590Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-25T13:17:07.5759480Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-25T13:17:07.5763180Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-25T13:17:07.5764980Z is referencing an older version of Cake.Core (0.33.0). 2026-02-25T13:17:07.5767130Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-25T13:17:07.5772950Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T13:17:07.5783090Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T13:17:08.1236810Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-25T13:17:08.1238410Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-25T13:17:08.1239750Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-25T13:17:08.1241180Z Adding assembly reference to System.Runtime.dll... 2026-02-25T13:17:08.1243200Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-25T13:17:08.1244670Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-25T13:17:08.1245990Z Adding assembly reference to System.Threading.dll... 2026-02-25T13:17:08.1247390Z Adding assembly reference to System.Linq.dll... 2026-02-25T13:17:08.1249630Z Adding assembly reference to System.Collections.dll... 2026-02-25T13:17:08.1250730Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-25T13:17:08.1251870Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-25T13:17:08.1253030Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-25T13:17:08.1253970Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-25T13:17:08.1254880Z Adding assembly reference to System.ObjectModel.dll... 2026-02-25T13:17:08.1255740Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-25T13:17:08.1256630Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-25T13:17:08.1257580Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-25T13:17:08.1258550Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-25T13:17:08.1259470Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-25T13:17:08.1260420Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-25T13:17:08.1261380Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-25T13:17:08.1262820Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-25T13:17:08.1264070Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-25T13:17:08.1265340Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-25T13:17:08.1266840Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-25T13:17:08.1267780Z Adding assembly reference to mscorlib.dll... 2026-02-25T13:17:08.1269040Z Adding assembly reference to netstandard.dll... 2026-02-25T13:17:08.1270160Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-25T13:17:08.1271110Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-25T13:17:08.1271970Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-25T13:17:08.1273560Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-25T13:17:08.1274500Z Adding assembly reference to System.Memory.dll... 2026-02-25T13:17:08.1275420Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-25T13:17:08.1276370Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-25T13:17:08.1277310Z Adding assembly reference to System.ComponentModel.dll... 2026-02-25T13:17:08.1278330Z Adding assembly reference to System.Console.dll... 2026-02-25T13:17:08.1279520Z Adding assembly reference to System.Data.Common.dll... 2026-02-25T13:17:08.1280810Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-25T13:17:08.1281920Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-25T13:17:08.1283290Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-25T13:17:08.1284740Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-25T13:17:08.1286990Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-25T13:17:08.1288370Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-25T13:17:08.1289710Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-25T13:17:08.1290990Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-25T13:17:08.1292290Z Adding assembly reference to System.IO.Compression.dll... 2026-02-25T13:17:08.1293720Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-25T13:17:08.1295010Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-25T13:17:08.1296190Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-25T13:17:08.1297680Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-25T13:17:08.1298890Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-25T13:17:08.1299780Z Adding assembly reference to System.Net.Requests.dll... 2026-02-25T13:17:08.1300930Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-25T13:17:08.1302040Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-25T13:17:08.1303370Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-25T13:17:08.1304740Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-25T13:17:08.1305840Z Adding assembly reference to System.Net.Http.dll... 2026-02-25T13:17:08.1307130Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-25T13:17:08.1308380Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-25T13:17:08.1309520Z Adding assembly reference to System.Net.Mail.dll... 2026-02-25T13:17:08.1311040Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-25T13:17:08.1312410Z Adding assembly reference to System.Net.Ping.dll... 2026-02-25T13:17:08.1313700Z Adding assembly reference to System.Net.Security.dll... 2026-02-25T13:17:08.1315120Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-25T13:17:08.1317150Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-25T13:17:08.1318420Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-25T13:17:08.1319700Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-25T13:17:08.1321070Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-25T13:17:08.1322450Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-25T13:17:08.1323700Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-25T13:17:08.1324960Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-25T13:17:08.1326510Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-25T13:17:08.1327890Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-25T13:17:08.1329280Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-25T13:17:08.1330700Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-25T13:17:08.1333000Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-25T13:17:08.1334600Z Adding assembly reference to System.Security.Claims.dll... 2026-02-25T13:17:08.1335860Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-25T13:17:08.1337340Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-25T13:17:08.1338680Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-25T13:17:08.1340020Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-25T13:17:08.1341430Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-25T13:17:08.1342510Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-25T13:17:08.1343610Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-25T13:17:08.1344680Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-25T13:17:08.1345950Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-25T13:17:08.1347330Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-25T13:17:08.1348620Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-25T13:17:08.1349940Z Adding assembly reference to System.AppContext.dll... 2026-02-25T13:17:08.1351360Z Adding assembly reference to System.Buffers.dll... 2026-02-25T13:17:08.1352670Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-25T13:17:08.1353980Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-25T13:17:08.1355370Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-25T13:17:08.1356660Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-25T13:17:08.1357860Z Adding assembly reference to System.Configuration.dll... 2026-02-25T13:17:08.1359020Z Adding assembly reference to System.Core.dll... 2026-02-25T13:17:08.1360240Z Adding assembly reference to System.Private.Uri.dll... 2026-02-25T13:17:08.1361470Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-25T13:17:08.1363500Z Adding assembly reference to System.Data.dll... 2026-02-25T13:17:08.1364740Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-25T13:17:08.1366110Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-25T13:17:08.1367430Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-25T13:17:08.1368720Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-25T13:17:08.1369890Z Adding assembly reference to System.dll... 2026-02-25T13:17:08.1371140Z Adding assembly reference to System.Drawing.dll... 2026-02-25T13:17:08.1372360Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-25T13:17:08.1373630Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-25T13:17:08.1374910Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-25T13:17:08.1376200Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-25T13:17:08.1378240Z Adding assembly reference to System.Globalization.dll... 2026-02-25T13:17:08.1379520Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-25T13:17:08.1380920Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-25T13:17:08.1382240Z Adding assembly reference to System.IO.dll... 2026-02-25T13:17:08.1383520Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-25T13:17:08.1384860Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-25T13:17:08.1386140Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-25T13:17:08.1387480Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-25T13:17:08.1388790Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-25T13:17:08.1390180Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-25T13:17:08.1391410Z Adding assembly reference to System.Net.dll... 2026-02-25T13:17:08.1393270Z Adding assembly reference to System.Net.Quic.dll... 2026-02-25T13:17:08.1394530Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-25T13:17:08.1395900Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-25T13:17:08.1397210Z Adding assembly reference to System.Text.Json.dll... 2026-02-25T13:17:08.1398280Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-25T13:17:08.1399500Z Adding assembly reference to System.Numerics.dll... 2026-02-25T13:17:08.1400650Z Adding assembly reference to System.Reflection.dll... 2026-02-25T13:17:08.1401670Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-25T13:17:08.1402770Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-25T13:17:08.1403730Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-25T13:17:08.1405200Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-25T13:17:08.1406460Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-25T13:17:08.1408500Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-25T13:17:08.1409930Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-25T13:17:08.1411290Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-25T13:17:08.1412590Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-25T13:17:08.1413780Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-25T13:17:08.1415370Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-25T13:17:08.1417130Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-25T13:17:08.1418600Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-25T13:17:08.1419940Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-25T13:17:08.1421300Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-25T13:17:08.1423660Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-25T13:17:08.1425220Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-25T13:17:08.1426690Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-25T13:17:08.1427990Z Adding assembly reference to System.Security.dll... 2026-02-25T13:17:08.1430600Z Adding assembly reference to System.Security.Principal.dll... 2026-02-25T13:17:08.1431990Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-25T13:17:08.1433400Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-25T13:17:08.1434520Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-25T13:17:08.1436040Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-25T13:17:08.1437360Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-25T13:17:08.1438730Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-25T13:17:08.1440060Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-25T13:17:08.1441440Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-25T13:17:08.1442800Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-25T13:17:08.1444150Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-25T13:17:08.1445390Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-25T13:17:08.1446750Z Adding assembly reference to System.Transactions.dll... 2026-02-25T13:17:08.1448030Z Adding assembly reference to System.ValueTuple.dll... 2026-02-25T13:17:08.1449260Z Adding assembly reference to System.Web.dll... 2026-02-25T13:17:08.1450560Z Adding assembly reference to System.Windows.dll... 2026-02-25T13:17:08.1451810Z Adding assembly reference to System.Xml.dll... 2026-02-25T13:17:08.1453030Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-25T13:17:08.1454300Z Adding assembly reference to System.Private.Xml.dll... 2026-02-25T13:17:08.1456510Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-25T13:17:08.1457830Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-25T13:17:08.1459150Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-25T13:17:08.1460390Z Adding assembly reference to WindowsBase.dll... 2026-02-25T13:17:08.1461550Z Adding assembly reference to Cake.Core.dll... 2026-02-25T13:17:08.1520750Z Adding assembly reference to Cake.Common.dll... 2026-02-25T13:17:08.1522330Z Adding assembly reference to Spectre.Console.dll... 2026-02-25T13:17:08.1524460Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-25T13:17:08.1526210Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-25T13:17:08.1527970Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-25T13:17:08.1529610Z Importing namespace Cake.Common... 2026-02-25T13:17:08.1531210Z Importing namespace Cake.Common.Build... 2026-02-25T13:17:08.1534340Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-25T13:17:08.1536110Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-25T13:17:08.1537830Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-25T13:17:08.1539580Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-25T13:17:08.1541320Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-25T13:17:08.1543080Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-25T13:17:08.1544820Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-25T13:17:08.1546650Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-25T13:17:08.1548450Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-25T13:17:08.1550170Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-25T13:17:08.1551930Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-25T13:17:08.1553680Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-25T13:17:08.1555480Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-25T13:17:08.1557380Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-25T13:17:08.1559120Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-25T13:17:08.1560830Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-25T13:17:08.1562560Z Importing namespace Cake.Common.Build.GoCD... 2026-02-25T13:17:08.1564200Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-25T13:17:08.1565920Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-25T13:17:08.1567640Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-25T13:17:08.1569360Z Importing namespace Cake.Common.Build.MyGet... 2026-02-25T13:17:08.1570950Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-25T13:17:08.1572670Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-25T13:17:08.1574350Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-25T13:17:08.1577160Z Importing namespace Cake.Common.Diagnostics... 2026-02-25T13:17:08.1578750Z Importing namespace Cake.Common.IO... 2026-02-25T13:17:08.1580290Z Importing namespace Cake.Common.IO.Paths... 2026-02-25T13:17:08.1581870Z Importing namespace Cake.Common.Net... 2026-02-25T13:17:08.1583360Z Importing namespace Cake.Common.Security... 2026-02-25T13:17:08.1584910Z Importing namespace Cake.Common.Solution... 2026-02-25T13:17:08.1586580Z Importing namespace Cake.Common.Solution.Project... 2026-02-25T13:17:08.1588310Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-25T13:17:08.1590190Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-25T13:17:08.1591840Z Importing namespace Cake.Common.Text... 2026-02-25T13:17:08.1593460Z Importing namespace Cake.Common.Tools.Cake... 2026-02-25T13:17:08.1595310Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-25T13:17:08.1597040Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-25T13:17:08.1599880Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-25T13:17:08.1601660Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-25T13:17:08.1603310Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-25T13:17:08.1604370Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-25T13:17:08.1605550Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-25T13:17:08.1606960Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-25T13:17:08.1608360Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-25T13:17:08.1609620Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-25T13:17:08.1610590Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-25T13:17:08.1611750Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-25T13:17:08.1613010Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-25T13:17:08.1614300Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-25T13:17:08.1615510Z Importing namespace Cake.Common.Tools.Command... 2026-02-25T13:17:08.1616710Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-25T13:17:08.1618030Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-25T13:17:08.1619090Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-25T13:17:08.1620210Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-25T13:17:08.1621490Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-25T13:17:08.1622460Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-25T13:17:08.1623670Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-25T13:17:08.1625030Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-25T13:17:08.1626310Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-25T13:17:08.1627500Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-25T13:17:08.1629530Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-25T13:17:08.1630460Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-25T13:17:08.1631660Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-25T13:17:08.1632540Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-25T13:17:08.1633850Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-25T13:17:08.1634950Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-25T13:17:08.1636180Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-25T13:17:08.1637280Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-25T13:17:08.1638380Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-25T13:17:08.1639590Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-25T13:17:08.1641160Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-25T13:17:08.1642970Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-25T13:17:08.1645190Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-25T13:17:08.1646490Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-25T13:17:08.1647710Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-25T13:17:08.1649030Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-25T13:17:08.1650300Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-25T13:17:08.1651660Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-25T13:17:08.1652980Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-25T13:17:08.1654230Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-25T13:17:08.1655590Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-25T13:17:08.1656880Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-25T13:17:08.1658090Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-25T13:17:08.1659200Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-25T13:17:08.1660360Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-25T13:17:08.1661500Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-25T13:17:08.1662670Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-25T13:17:08.1663930Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-25T13:17:08.1665600Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-25T13:17:08.1666930Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-25T13:17:08.1668400Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-25T13:17:08.1669730Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-25T13:17:08.1671010Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-25T13:17:08.1672250Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-25T13:17:08.1674430Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-25T13:17:08.1675710Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-25T13:17:08.1676950Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-25T13:17:08.1678130Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-25T13:17:08.1679270Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-25T13:17:08.1680520Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-25T13:17:08.1681700Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-25T13:17:08.1682950Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-25T13:17:08.1684200Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-25T13:17:08.1685420Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-25T13:17:08.1686630Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-25T13:17:08.1687820Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-25T13:17:08.1689060Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-25T13:17:08.1691990Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-25T13:17:08.1693140Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-25T13:17:08.1694510Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-25T13:17:08.1695620Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-25T13:17:08.1696770Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-25T13:17:08.1697890Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-25T13:17:08.1699220Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-25T13:17:08.1700550Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-25T13:17:08.1701780Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-25T13:17:08.1702970Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-25T13:17:08.1704230Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-25T13:17:08.1705450Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-25T13:17:08.1706670Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-25T13:17:08.1707990Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-25T13:17:08.1709250Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-25T13:17:08.1710560Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-25T13:17:08.1711700Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-25T13:17:08.1712790Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-25T13:17:08.1714140Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-25T13:17:08.1715550Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-25T13:17:08.1716770Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-25T13:17:08.1718160Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-25T13:17:08.1719270Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-25T13:17:08.1720420Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-25T13:17:08.1722520Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-25T13:17:08.1723850Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-25T13:17:08.1725080Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-25T13:17:08.1726290Z Importing namespace Cake.Common.Tools.WiX... 2026-02-25T13:17:08.1727410Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-25T13:17:08.1728660Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-25T13:17:08.1729810Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-25T13:17:08.1730920Z Importing namespace Cake.Common.Xml... 2026-02-25T13:17:08.1732070Z Importing namespace Cake.Core... 2026-02-25T13:17:08.1733210Z Importing namespace Cake.Core.Diagnostics... 2026-02-25T13:17:08.1734280Z Importing namespace Cake.Core.IO... 2026-02-25T13:17:08.1735480Z Importing namespace Cake.Core.Scripting... 2026-02-25T13:17:08.1738450Z Importing namespace Cake.Core.Tooling... 2026-02-25T13:17:08.1739610Z Importing namespace Cake.FileHelpers... 2026-02-25T13:17:08.1740730Z Importing namespace NuGet.Common... 2026-02-25T13:17:08.1742600Z Importing namespace NuGet.Configuration... 2026-02-25T13:17:08.1743850Z Importing namespace NuGet.Protocol... 2026-02-25T13:17:08.1745090Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-25T13:17:08.1746440Z Importing namespace NuGet.Versioning... 2026-02-25T13:17:08.1747740Z Importing namespace System... 2026-02-25T13:17:08.1749340Z Importing namespace System.Collections.Generic... 2026-02-25T13:17:08.1750780Z Importing namespace System.IO... 2026-02-25T13:17:08.1752070Z Importing namespace System.Linq... 2026-02-25T13:17:08.1753110Z Importing namespace System.Text... 2026-02-25T13:17:08.1754240Z Importing namespace System.Threading.Tasks... 2026-02-25T13:17:08.1755210Z .NETStandard,Version=v2.0 2026-02-25T13:17:08.2672420Z Compiling build script... 2026-02-25T13:17:13.4665660Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-25T13:17:17.0445110Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T13:17:17.0448290Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T13:17:17.0471570Z Host OS System Arch: X64 2026-02-25T13:17:17.0477920Z Host Processor System Arch: X64 2026-02-25T13:17:17.0480200Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T13:17:17.0481770Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-25T13:17:17.0483690Z Build Configuration: Release 2026-02-25T13:17:17.0484920Z Build Runtime Identifier: maccatalyst-x64 2026-02-25T13:17:17.0486110Z Build Target Framework: net11.0-maccatalyst 2026-02-25T13:17:17.0487260Z Test Device: mac 2026-02-25T13:17:17.0488370Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-25T13:17:17.0490640Z Use CoreCLR: False 2026-02-25T13:17:17.0687420Z 2026-02-25T13:17:17.0690630Z ======================================== 2026-02-25T13:17:17.0691710Z uitest 2026-02-25T13:17:17.0692710Z ======================================== 2026-02-25T13:17:17.0694340Z Executing task: uitest 2026-02-25T13:17:17.0742120Z Starting UI Tests... 2026-02-25T13:17:17.0748850Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-25T13:17:17.0753430Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-25T13:17:17.0891690Z Testing Device: mac 2026-02-25T13:17:17.0893600Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-25T13:17:17.0894700Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-25T13:17:17.0895860Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-25T13:17:17.0940740Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-25T13:17:17.1807250Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T13:17:17.1929210Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-02-25T13:17:33.1510670Z Determining projects to restore... 2026-02-25T13:18:09.4467320Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 4.09 sec). 2026-02-25T13:18:10.5526380Z Failed to download package 'System.Drawing.Common.8.0.10' from 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.drawing.common/8.0.10/system.drawing.common.8.0.10.nupkg'. 2026-02-25T13:18:10.5654820Z An error occurred while sending the request. 2026-02-25T13:18:10.5880050Z Unable to read data from the transport connection: Connection reset by peer. 2026-02-25T13:18:10.6016100Z Connection reset by peer 2026-02-25T13:18:10.7504060Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 5.57 sec). 2026-02-25T13:18:14.4430970Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 8.84 sec). 2026-02-25T13:18:14.4574900Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 4.93 sec). 2026-02-25T13:18:14.4633060Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 12 ms). 2026-02-25T13:18:18.6323400Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 7.83 sec). 2026-02-25T13:18:18.7326880Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 6 ms). 2026-02-25T13:18:19.4719000Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 4.95 sec). 2026-02-25T13:18:21.6282220Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 16.49 sec). 2026-02-25T13:18:30.3691400Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 10.79 sec). 2026-02-25T13:18:31.9225540Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 9.76 sec). 2026-02-25T13:18:32.7897420Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 13.25 sec). 2026-02-25T13:18:32.9145780Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 18.41 sec). 2026-02-25T13:18:59.1915840Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net11.0/Controls.CustomAttributes.dll 2026-02-25T13:19:08.7704830Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net11.0/Microsoft.Maui.Graphics.dll 2026-02-25T13:19:13.7384240Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net11.0/Microsoft.Maui.Essentials.dll 2026-02-25T13:19:41.0351940Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net11.0/Microsoft.Maui.dll 2026-02-25T13:19:42.5504470Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-25T13:21:54.7019730Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net11.0/Microsoft.Maui.Controls.dll 2026-02-25T13:21:55.4695820Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net11.0/UITest.Core.dll 2026-02-25T13:21:58.6699100Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net11.0/UITest.Appium.dll 2026-02-25T13:21:59.5836550Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net11.0/UITest.NUnit.dll 2026-02-25T13:22:00.7786060Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-25T13:22:02.2823070Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-25T13:22:03.5260940Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-25T13:22:28.7849310Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T13:22:28.9106110Z 2026-02-25T13:22:28.9114770Z Build succeeded. 2026-02-25T13:22:28.9124880Z 0 Warning(s) 2026-02-25T13:22:28.9133550Z 0 Error(s) 2026-02-25T13:22:28.9142150Z 2026-02-25T13:22:28.9152110Z Time Elapsed 00:05:09.35 2026-02-25T13:22:29.0422660Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-02-25T13:22:29.0503530Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T13:22:29.0511620Z Run Tests With Filter TestCategory=Layout 2026-02-25T13:22:29.0516440Z Log Directory: /Users/runner/work/1/a/logs 2026-02-25T13:22:29.0533950Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-25T13:22:29.0537170Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-25T13:22:29.0540000Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T13:22:29.0542490Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-25T13:22:29.0545190Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T13:22:29.0547580Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-25T13:22:29.0550270Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-25T13:22:29.0555730Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-25T13:22:29.0560770Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-02-25T13:22:29.0567090Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-02-25T13:22:29.0607210Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-25T13:22:29.0684450Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-25T13:22:29.4191870Z Downloading file: 15% 2026-02-25T13:22:29.4205270Z Downloading file: 50% 2026-02-25T13:22:29.4370660Z Downloading file: 100% 2026-02-25T13:22:29.4402480Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-25T13:22:29.4415480Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-02-25T13:22:29.4453380Z 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-02-25T13:22:33.2181950Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v11.0) 2026-02-25T13:22:33.8623500Z A total of 1 test files matched the specified pattern. 2026-02-25T13:22:34.9522060Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 11.0.0-preview.2.26103.111) 2026-02-25T13:22:35.2234290Z [xUnit.net 00:00:00.30] Discovering: Controls.TestCases.Mac.Tests 2026-02-25T13:22:35.9793030Z [xUnit.net 00:00:01.05] Discovered: Controls.TestCases.Mac.Tests 2026-02-25T13:22:36.0186520Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-25T13:22:36.0844060Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T13:22:37.6456780Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-25T13:26:38.5295060Z >>>>> 2/25/2026 1:26:38 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-02-25T13:26:46.4621450Z >>>>> 2/25/2026 1:26:46 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-02-25T13:29:15.8400610Z >>>>> 2/25/2026 1:29:15 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-02-25T13:29:17.5943370Z Passed VerifyAbsoluteLayout_LayoutBounds [2 m 29 s] 2026-02-25T13:29:17.6953170Z >>>>> 2/25/2026 1:29:16 PM VerifyAbsoluteLayout_AllProportional Start 2026-02-25T13:31:39.2668450Z >>>>> 2/25/2026 1:31:39 PM VerifyAbsoluteLayout_AllProportional Stop 2026-02-25T13:31:39.3749080Z Passed VerifyAbsoluteLayout_AllProportional [2 m 23 s] 2026-02-25T13:31:39.4411220Z >>>>> 2/25/2026 1:31:39 PM VerifyAbsoluteLayout_FlowDirection Start 2026-02-25T13:33:01.2044140Z >>>>> 2/25/2026 1:33:01 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-02-25T13:33:01.5240390Z Passed VerifyAbsoluteLayout_FlowDirection [1 m 22 s] 2026-02-25T13:33:01.6245780Z >>>>> 2/25/2026 1:33:01 PM VerifyAbsoluteLayout_HeightProportional Start 2026-02-25T13:34:21.4668730Z >>>>> 2/25/2026 1:34:21 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-02-25T13:34:21.4776890Z Passed VerifyAbsoluteLayout_HeightProportional [1 m 19 s] 2026-02-25T13:34:21.4860580Z >>>>> 2/25/2026 1:34:21 PM VerifyAbsoluteLayout_PositionProportional Start 2026-02-25T13:36:18.4066860Z >>>>> 2/25/2026 1:36:18 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-02-25T13:36:18.5638890Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 57 s] 2026-02-25T13:36:18.6643430Z >>>>> 2/25/2026 1:36:18 PM VerifyAbsoluteLayout_SizeProportional Start 2026-02-25T13:37:20.5858610Z >>>>> 2/25/2026 1:37:20 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-02-25T13:37:20.6116010Z Passed VerifyAbsoluteLayout_SizeProportional [1 m 2 s] 2026-02-25T13:37:20.6190510Z >>>>> 2/25/2026 1:37:20 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-02-25T13:39:39.7682780Z >>>>> 2/25/2026 1:39:39 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-02-25T13:39:40.0814080Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [2 m 19 s] 2026-02-25T13:39:40.1818340Z >>>>> 2/25/2026 1:39:40 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-02-25T13:41:00.9922300Z >>>>> 2/25/2026 1:41:00 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-02-25T13:41:01.1081360Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [1 m 20 s] 2026-02-25T13:41:01.1320120Z >>>>> 2/25/2026 1:41:01 PM VerifyAbsoluteLayout_Visibility Start 2026-02-25T13:41:31.7263960Z >>>>> 2/25/2026 1:41:31 PM VerifyAbsoluteLayout_Visibility Stop 2026-02-25T13:41:31.9901170Z Passed VerifyAbsoluteLayout_Visibility [30 s] 2026-02-25T13:41:32.0905460Z >>>>> 2/25/2026 1:41:31 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-02-25T13:43:02.7183730Z >>>>> 2/25/2026 1:43:02 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-02-25T13:43:02.8373570Z Passed VerifyAbsoluteLayout_WidthAndHeight [1 m 30 s] 2026-02-25T13:43:02.9405850Z >>>>> 2/25/2026 1:43:02 PM VerifyAbsoluteLayout_WidthProportional Start 2026-02-25T13:44:04.2170840Z >>>>> 2/25/2026 1:44:04 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-02-25T13:44:04.2289710Z Passed VerifyAbsoluteLayout_WidthProportional [1 m 1 s] 2026-02-25T13:44:04.2292820Z >>>>> 2/25/2026 1:44:04 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-02-25T13:45:10.1627960Z >>>>> 2/25/2026 1:45:10 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-02-25T13:45:10.2910190Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [1 m 5 s] 2026-02-25T13:45:10.3195710Z >>>>> 2/25/2026 1:45:10 PM VerifyAbsoluteLayout_XProportional Start 2026-02-25T13:46:08.6442710Z >>>>> 2/25/2026 1:46:08 PM VerifyAbsoluteLayout_XProportional Stop 2026-02-25T13:46:08.6582650Z Passed VerifyAbsoluteLayout_XProportional [58 s] 2026-02-25T13:46:08.6595580Z >>>>> 2/25/2026 1:46:08 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-02-25T13:47:42.2652690Z >>>>> 2/25/2026 1:47:42 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-02-25T13:47:42.2843610Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 33 s] 2026-02-25T13:47:42.2846020Z >>>>> 2/25/2026 1:47:42 PM VerifyAbsoluteLayout_YProportional Start 2026-02-25T13:49:08.9291870Z >>>>> 2/25/2026 1:49:08 PM VerifyAbsoluteLayout_YProportional Stop 2026-02-25T13:49:09.4000520Z Passed VerifyAbsoluteLayout_YProportional [1 m 26 s] 2026-02-25T13:49:15.4010560Z >>>>> 2/25/2026 1:49:15 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-02-25T13:49:20.4514570Z >>>>> 2/25/2026 1:49:20 PM FlexLayout_ValidateDefaultValues Start 2026-02-25T13:50:08.1020350Z >>>>> 2/25/2026 1:50:08 PM FlexLayout_ValidateDefaultValues Stop 2026-02-25T13:50:08.1559850Z Passed FlexLayout_ValidateDefaultValues [47 s] 2026-02-25T13:50:08.1566840Z >>>>> 2/25/2026 1:50:08 PM FlexLayout_SetWrapAlignContentStretch Start 2026-02-25T13:51:41.8969480Z >>>>> 2/25/2026 1:51:41 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-02-25T13:51:42.0052630Z Passed FlexLayout_SetWrapAlignContentStretch [1 m 33 s] 2026-02-25T13:51:42.0069800Z >>>>> 2/25/2026 1:51:41 PM FlexLayout_SetWrapAlignContentCenter Start 2026-02-25T13:52:40.0531530Z >>>>> 2/25/2026 1:52:40 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-02-25T13:52:40.0864260Z Passed FlexLayout_SetWrapAlignContentCenter [58 s] 2026-02-25T13:52:40.0964740Z >>>>> 2/25/2026 1:52:40 PM FlexLayout_SetWrapAlignContentStart Start 2026-02-25T13:53:37.7939430Z >>>>> 2/25/2026 1:53:37 PM FlexLayout_SetWrapAlignContentStart Stop 2026-02-25T13:53:38.1847330Z Passed FlexLayout_SetWrapAlignContentStart [57 s] 2026-02-25T13:53:38.2146610Z >>>>> 2/25/2026 1:53:38 PM FlexLayout_SetWrapAlignContentEnd Start 2026-02-25T13:54:29.0903050Z >>>>> 2/25/2026 1:54:29 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-02-25T13:54:29.1094300Z Passed FlexLayout_SetWrapAlignContentEnd [51 s] 2026-02-25T13:54:29.1224230Z >>>>> 2/25/2026 1:54:29 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-02-25T13:55:17.6383820Z >>>>> 2/25/2026 1:55:17 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-02-25T13:55:17.6488420Z Passed FlexLayout_SetWrapAlignContentSpaceAround [48 s] 2026-02-25T13:55:17.6492160Z >>>>> 2/25/2026 1:55:17 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-02-25T13:56:04.9289070Z >>>>> 2/25/2026 1:56:04 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-02-25T13:56:04.9485230Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [47 s] 2026-02-25T13:56:04.9508740Z >>>>> 2/25/2026 1:56:04 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-02-25T13:56:50.3289510Z >>>>> 2/25/2026 1:56:50 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-02-25T13:56:50.6321520Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [45 s] 2026-02-25T13:56:50.6334220Z >>>>> 2/25/2026 1:56:50 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-02-25T13:57:37.8858750Z >>>>> 2/25/2026 1:57:37 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-02-25T13:57:37.8958920Z Passed FlexLayout_SetWrapReverseAlignContentStretch [47 s] 2026-02-25T13:57:37.9092030Z >>>>> 2/25/2026 1:57:37 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-02-25T13:58:19.1470900Z >>>>> 2/25/2026 1:58:19 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-02-25T13:58:19.1744350Z Passed FlexLayout_SetWrapReverseAlignContentCenter [41 s] 2026-02-25T13:58:19.1915990Z >>>>> 2/25/2026 1:58:19 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-02-25T13:59:05.3395860Z >>>>> 2/25/2026 1:59:05 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-02-25T13:59:05.3601890Z Passed FlexLayout_SetWrapReverseAlignContentStart [46 s] 2026-02-25T13:59:05.3630620Z >>>>> 2/25/2026 1:59:05 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-02-25T13:59:49.0610670Z >>>>> 2/25/2026 1:59:49 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-02-25T13:59:49.0697970Z Passed FlexLayout_SetWrapReverseAlignContentEnd [43 s] 2026-02-25T13:59:49.0711080Z >>>>> 2/25/2026 1:59:49 PM FlexLayout_AlignItemsCenter Start 2026-02-25T14:00:47.3687150Z >>>>> 2/25/2026 2:00:47 PM FlexLayout_AlignItemsCenter Stop 2026-02-25T14:00:47.3999800Z Passed FlexLayout_AlignItemsCenter [58 s] 2026-02-25T14:00:47.4132660Z >>>>> 2/25/2026 2:00:47 PM FlexLayout_AlignItemsEnd Start 2026-02-25T14:01:44.5971020Z >>>>> 2/25/2026 2:01:44 PM FlexLayout_AlignItemsEnd Stop 2026-02-25T14:01:44.6280120Z Passed FlexLayout_AlignItemsEnd [57 s] 2026-02-25T14:01:44.6285940Z >>>>> 2/25/2026 2:01:44 PM FlexLayout_AlignItemsStretch Start 2026-02-25T14:02:41.5095320Z >>>>> 2/25/2026 2:02:41 PM FlexLayout_AlignItemsStretch Stop 2026-02-25T14:02:41.6846490Z Passed FlexLayout_AlignItemsStretch [56 s] 2026-02-25T14:02:41.7968430Z >>>>> 2/25/2026 2:02:41 PM FlexLayout_DirectionRowReverse Start 2026-02-25T14:03:55.2709100Z >>>>> 2/25/2026 2:03:55 PM FlexLayout_DirectionRowReverse Stop 2026-02-25T14:03:55.2968890Z Passed FlexLayout_DirectionRowReverse [1 m 13 s] 2026-02-25T14:03:55.2976870Z >>>>> 2/25/2026 2:03:55 PM FlexLayout_DirectionColumn Start 2026-02-25T14:04:38.3487640Z >>>>> 2/25/2026 2:04:38 PM FlexLayout_DirectionColumn Stop 2026-02-25T14:04:38.3712150Z Passed FlexLayout_DirectionColumn [43 s] 2026-02-25T14:04:38.3716210Z >>>>> 2/25/2026 2:04:38 PM FlexLayout_DirectionColumnReverse Start 2026-02-25T14:05:14.7005670Z >>>>> 2/25/2026 2:05:14 PM FlexLayout_DirectionColumnReverse Stop 2026-02-25T14:05:14.7186410Z Passed FlexLayout_DirectionColumnReverse [36 s] 2026-02-25T14:05:14.7665580Z >>>>> 2/25/2026 2:05:14 PM FlexLayout_JustifyContentCenter Start 2026-02-25T14:05:53.7849710Z >>>>> 2/25/2026 2:05:53 PM FlexLayout_JustifyContentCenter Stop 2026-02-25T14:05:53.7932360Z Passed FlexLayout_JustifyContentCenter [39 s] 2026-02-25T14:05:53.7934390Z >>>>> 2/25/2026 2:05:53 PM FlexLayout_JustifyContentEnd Start 2026-02-25T14:06:30.2024080Z >>>>> 2/25/2026 2:06:30 PM FlexLayout_JustifyContentEnd Stop 2026-02-25T14:06:30.2157650Z Passed FlexLayout_JustifyContentEnd [36 s] 2026-02-25T14:06:30.2204480Z >>>>> 2/25/2026 2:06:30 PM FlexLayout_JustifyContentSpaceBetween Start 2026-02-25T14:07:08.9589620Z >>>>> 2/25/2026 2:07:08 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-02-25T14:07:08.9704010Z Passed FlexLayout_JustifyContentSpaceBetween [38 s] 2026-02-25T14:07:08.9705360Z >>>>> 2/25/2026 2:07:08 PM FlexLayout_JustifyContentSpaceAround Start 2026-02-25T14:07:41.8591890Z >>>>> 2/25/2026 2:07:41 PM FlexLayout_JustifyContentSpaceAround Stop 2026-02-25T14:07:41.8712020Z Passed FlexLayout_JustifyContentSpaceAround [32 s] 2026-02-25T14:07:41.8713830Z >>>>> 2/25/2026 2:07:41 PM FlexLayout_JustifyContentSpaceEvenly Start 2026-02-25T14:08:18.8960130Z >>>>> 2/25/2026 2:08:18 PM FlexLayout_JustifyContentSpaceEvenly Stop 2026-02-25T14:08:18.9224690Z Passed FlexLayout_JustifyContentSpaceEvenly [37 s] 2026-02-25T14:08:18.9266790Z >>>>> 2/25/2026 2:08:18 PM FlexLayout_AlignSelfStart Start 2026-02-25T14:08:55.7531670Z >>>>> 2/25/2026 2:08:55 PM FlexLayout_AlignSelfStart Stop 2026-02-25T14:08:55.7774910Z Passed FlexLayout_AlignSelfStart [36 s] 2026-02-25T14:08:55.7777820Z >>>>> 2/25/2026 2:08:55 PM FlexLayout_AlignSelfCenter Start 2026-02-25T14:09:30.0035060Z >>>>> 2/25/2026 2:09:30 PM FlexLayout_AlignSelfCenter Stop 2026-02-25T14:09:30.0165920Z Passed FlexLayout_AlignSelfCenter [34 s] 2026-02-25T14:09:30.0172930Z >>>>> 2/25/2026 2:09:30 PM FlexLayout_AlignSelfEnd Start 2026-02-25T14:10:06.5258730Z >>>>> 2/25/2026 2:10:06 PM FlexLayout_AlignSelfEnd Stop 2026-02-25T14:10:06.5865860Z Passed FlexLayout_AlignSelfEnd [36 s] 2026-02-25T14:10:06.6144760Z >>>>> 2/25/2026 2:10:06 PM FlexLayout_AlignSelfStretch Start 2026-02-25T14:10:40.3294950Z >>>>> 2/25/2026 2:10:40 PM FlexLayout_AlignSelfStretch Stop 2026-02-25T14:10:40.3446860Z Passed FlexLayout_AlignSelfStretch [33 s] 2026-02-25T14:10:40.3453570Z >>>>> 2/25/2026 2:10:40 PM FlexLayout_Child1Grow Start 2026-02-25T14:11:36.1006830Z >>>>> 2/25/2026 2:11:35 PM FlexLayout_Child1Grow Stop 2026-02-25T14:11:36.2092560Z Passed FlexLayout_Child1Grow [55 s] 2026-02-25T14:11:36.2175020Z >>>>> 2/25/2026 2:11:36 PM FlexLayout_Child1Shrink Start 2026-02-25T14:12:42.5939670Z >>>>> 2/25/2026 2:12:42 PM FlexLayout_Child1Shrink Stop 2026-02-25T14:12:42.6080530Z Passed FlexLayout_Child1Shrink [1 m 6 s] 2026-02-25T14:12:42.6097250Z >>>>> 2/25/2026 2:12:42 PM FlexLayout_Child1Order Start 2026-02-25T14:13:41.7224780Z >>>>> 2/25/2026 2:13:41 PM FlexLayout_Child1Order Stop 2026-02-25T14:13:41.7310160Z Passed FlexLayout_Child1Order [59 s] 2026-02-25T14:13:41.7312090Z >>>>> 2/25/2026 2:13:41 PM FlexLayout_BasisAuto_DirectionRow Start 2026-02-25T14:14:28.8222250Z >>>>> 2/25/2026 2:14:28 PM FlexLayout_BasisAuto_DirectionRow Stop 2026-02-25T14:14:28.8357650Z Passed FlexLayout_BasisAuto_DirectionRow [47 s] 2026-02-25T14:14:28.8461340Z >>>>> 2/25/2026 2:14:28 PM FlexLayout_BasisFixed_DirectionRow Start 2026-02-25T14:15:18.4741020Z >>>>> 2/25/2026 2:15:18 PM FlexLayout_BasisFixed_DirectionRow Stop 2026-02-25T14:15:18.4878430Z Passed FlexLayout_BasisFixed_DirectionRow [49 s] 2026-02-25T14:15:18.4884260Z >>>>> 2/25/2026 2:15:18 PM FlexLayout_BasisPercentage_DirectionRow Start 2026-02-25T14:16:03.8905430Z >>>>> 2/25/2026 2:16:03 PM FlexLayout_BasisPercentage_DirectionRow Stop 2026-02-25T14:16:03.9058420Z Passed FlexLayout_BasisPercentage_DirectionRow [45 s] 2026-02-25T14:16:03.9071990Z >>>>> 2/25/2026 2:16:03 PM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-02-25T14:16:46.4727260Z >>>>> 2/25/2026 2:16:46 PM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-02-25T14:16:46.4862190Z Passed FlexLayout_BasisAuto_DirectionRowReverse [42 s] 2026-02-25T14:16:46.4864440Z >>>>> 2/25/2026 2:16:46 PM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-02-25T14:17:31.4741750Z >>>>> 2/25/2026 2:17:31 PM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-02-25T14:17:31.4889520Z Passed FlexLayout_BasisFixed_DirectionRowReverse [45 s] 2026-02-25T14:17:31.4902350Z >>>>> 2/25/2026 2:17:31 PM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-02-25T14:18:20.1587620Z >>>>> 2/25/2026 2:18:20 PM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-02-25T14:18:20.1736520Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [48 s] 2026-02-25T14:18:20.1738520Z >>>>> 2/25/2026 2:18:20 PM FlexLayout_BasisAuto_DirectionColumn Start 2026-02-25T14:19:07.6103690Z >>>>> 2/25/2026 2:19:07 PM FlexLayout_BasisAuto_DirectionColumn Stop 2026-02-25T14:19:07.6260000Z Passed FlexLayout_BasisAuto_DirectionColumn [47 s] 2026-02-25T14:19:07.6264110Z >>>>> 2/25/2026 2:19:07 PM FlexLayout_BasisFixed_DirectionColumn Start 2026-02-25T14:19:54.5386850Z >>>>> 2/25/2026 2:19:54 PM FlexLayout_BasisFixed_DirectionColumn Stop 2026-02-25T14:19:54.5519650Z Passed FlexLayout_BasisFixed_DirectionColumn [46 s] 2026-02-25T14:19:54.5525940Z >>>>> 2/25/2026 2:19:54 PM FlexLayout_BasisPercentage_DirectionColumn Start 2026-02-25T14:20:38.4867640Z >>>>> 2/25/2026 2:20:38 PM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-02-25T14:20:38.4990740Z Passed FlexLayout_BasisPercentage_DirectionColumn [43 s] 2026-02-25T14:20:38.4992540Z >>>>> 2/25/2026 2:20:38 PM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-02-25T14:21:08.7045440Z >>>>> 2/25/2026 2:21:08 PM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-02-25T14:21:08.7146840Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [30 s] 2026-02-25T14:21:08.7171710Z >>>>> 2/25/2026 2:21:08 PM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-02-25T14:21:35.7816650Z >>>>> 2/25/2026 2:21:35 PM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-02-25T14:21:35.7871120Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [27 s] 2026-02-25T14:21:35.7873400Z >>>>> 2/25/2026 2:21:35 PM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-02-25T14:22:11.3396110Z >>>>> 2/25/2026 2:22:11 PM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-02-25T14:22:11.3546350Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [35 s] 2026-02-25T14:22:11.3596150Z >>>>> 2/25/2026 2:22:11 PM FlexLayout_SetAlignItemsCenterWrap Start 2026-02-25T14:23:19.9085020Z >>>>> 2/25/2026 2:23:19 PM FlexLayout_SetAlignItemsCenterWrap Stop 2026-02-25T14:23:19.9196210Z Passed FlexLayout_SetAlignItemsCenterWrap [1 m 8 s] 2026-02-25T14:23:19.9199850Z >>>>> 2/25/2026 2:23:19 PM FlexLayout_SetAlignItemsEndWrap Start 2026-02-25T14:24:26.6681490Z >>>>> 2/25/2026 2:24:26 PM FlexLayout_SetAlignItemsEndWrap Stop 2026-02-25T14:24:27.4854200Z Passed FlexLayout_SetAlignItemsEndWrap [1 m 6 s] 2026-02-25T14:24:30.6782980Z >>>>> 2/25/2026 2:24:30 PM FixtureSetup for GridFeatureTests(Mac) 2026-02-25T14:24:34.3393140Z >>>>> 2/25/2026 2:24:34 PM VerifyGrid_BackgroundColor Start 2026-02-25T14:24:53.9850950Z >>>>> 2/25/2026 2:24:53 PM VerifyGrid_BackgroundColor Stop 2026-02-25T14:24:53.9948640Z Passed VerifyGrid_BackgroundColor [19 s] 2026-02-25T14:24:53.9954330Z >>>>> 2/25/2026 2:24:53 PM VerifyGrid_ColumnSpacing Start 2026-02-25T14:25:34.0690230Z >>>>> 2/25/2026 2:25:34 PM VerifyGrid_ColumnSpacing Stop 2026-02-25T14:25:34.0861940Z Passed VerifyGrid_ColumnSpacing [40 s] 2026-02-25T14:25:34.0867290Z >>>>> 2/25/2026 2:25:34 PM VerifyGrid_ColumnSpan Start 2026-02-25T14:26:14.7256690Z >>>>> 2/25/2026 2:26:14 PM VerifyGrid_ColumnSpan Stop 2026-02-25T14:26:14.7368590Z Passed VerifyGrid_ColumnSpan [40 s] 2026-02-25T14:26:14.7372790Z >>>>> 2/25/2026 2:26:14 PM VerifyGrid_FlowDirection Start 2026-02-25T14:26:37.7320380Z >>>>> 2/25/2026 2:26:37 PM VerifyGrid_FlowDirection Stop 2026-02-25T14:26:37.7416270Z Passed VerifyGrid_FlowDirection [23 s] 2026-02-25T14:26:37.7418190Z >>>>> 2/25/2026 2:26:37 PM VerifyGrid_HorizontalOptionsCenter Start 2026-02-25T14:27:02.4511040Z >>>>> 2/25/2026 2:27:02 PM VerifyGrid_HorizontalOptionsCenter Stop 2026-02-25T14:27:02.4613260Z Passed VerifyGrid_HorizontalOptionsCenter [24 s] 2026-02-25T14:27:02.4614890Z >>>>> 2/25/2026 2:27:02 PM VerifyGrid_HorizontalOptionsEnd Start 2026-02-25T14:27:26.6439020Z >>>>> 2/25/2026 2:27:26 PM VerifyGrid_HorizontalOptionsEnd Stop 2026-02-25T14:27:26.6528820Z Passed VerifyGrid_HorizontalOptionsEnd [24 s] 2026-02-25T14:27:26.6531340Z >>>>> 2/25/2026 2:27:26 PM VerifyGrid_HorizontalOptionsStart Start 2026-02-25T14:27:44.0156510Z >>>>> 2/25/2026 2:27:44 PM VerifyGrid_HorizontalOptionsStart Stop 2026-02-25T14:27:44.0253510Z Passed VerifyGrid_HorizontalOptionsStart [17 s] 2026-02-25T14:27:44.0255540Z >>>>> 2/25/2026 2:27:44 PM VerifyGrid_IsVisible Start 2026-02-25T14:28:00.7355270Z >>>>> 2/25/2026 2:28:00 PM VerifyGrid_IsVisible Stop 2026-02-25T14:28:00.7440170Z Passed VerifyGrid_IsVisible [16 s] 2026-02-25T14:28:00.7441360Z >>>>> 2/25/2026 2:28:00 PM VerifyGrid_NestedGrid Start 2026-02-25T14:28:17.2449930Z >>>>> 2/25/2026 2:28:17 PM VerifyGrid_NestedGrid Stop 2026-02-25T14:28:17.2546680Z Passed VerifyGrid_NestedGrid [16 s] 2026-02-25T14:28:17.2549100Z >>>>> 2/25/2026 2:28:17 PM VerifyGrid_Padding Start 2026-02-25T14:28:43.2975740Z >>>>> 2/25/2026 2:28:43 PM VerifyGrid_Padding Stop 2026-02-25T14:28:43.3111090Z Passed VerifyGrid_Padding [26 s] 2026-02-25T14:28:43.3125470Z >>>>> 2/25/2026 2:28:43 PM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-02-25T14:29:31.8711110Z >>>>> 2/25/2026 2:29:31 PM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-02-25T14:29:31.8784340Z Passed VerifyGrid_RowAndColumnTypeAbsolute [48 s] 2026-02-25T14:29:31.8785490Z >>>>> 2/25/2026 2:29:31 PM VerifyGrid_RowSpacing Start 2026-02-25T14:29:54.7949450Z >>>>> 2/25/2026 2:29:54 PM VerifyGrid_RowSpacing Stop 2026-02-25T14:29:54.8055380Z Passed VerifyGrid_RowSpacing [22 s] 2026-02-25T14:29:54.8070610Z >>>>> 2/25/2026 2:29:54 PM VerifyGrid_RowSpan Start 2026-02-25T14:30:25.2414870Z >>>>> 2/25/2026 2:30:25 PM VerifyGrid_RowSpan Stop 2026-02-25T14:30:25.2486590Z Passed VerifyGrid_RowSpan [30 s] 2026-02-25T14:30:25.2487620Z >>>>> 2/25/2026 2:30:25 PM VerifyGrid_SetColumn Start 2026-02-25T14:30:48.0175690Z >>>>> 2/25/2026 2:30:48 PM VerifyGrid_SetColumn Stop 2026-02-25T14:30:48.0246600Z Passed VerifyGrid_SetColumn [22 s] 2026-02-25T14:30:48.0247800Z >>>>> 2/25/2026 2:30:48 PM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-02-25T14:31:31.7779160Z >>>>> 2/25/2026 2:31:31 PM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-02-25T14:31:31.7886350Z Passed VerifyGrid_SetColumn_SetColumnSpacing [43 s] 2026-02-25T14:31:31.7893600Z >>>>> 2/25/2026 2:31:31 PM VerifyGrid_SetColumn_SetRowSpacing Start 2026-02-25T14:32:16.4160350Z >>>>> 2/25/2026 2:32:16 PM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-02-25T14:32:16.4241370Z Passed VerifyGrid_SetColumn_SetRowSpacing [44 s] 2026-02-25T14:32:16.4242610Z >>>>> 2/25/2026 2:32:16 PM VerifyGrid_SetColumnSpacingAndPadding Start 2026-02-25T14:32:59.0416660Z >>>>> 2/25/2026 2:32:59 PM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-02-25T14:32:59.0508300Z Passed VerifyGrid_SetColumnSpacingAndPadding [42 s] 2026-02-25T14:32:59.0512630Z >>>>> 2/25/2026 2:32:59 PM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-02-25T14:33:27.8040060Z >>>>> 2/25/2026 2:33:27 PM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-02-25T14:33:27.8108060Z Passed VerifyGrid_SetPaddingAndBackgroundColor [28 s] 2026-02-25T14:33:27.8109290Z >>>>> 2/25/2026 2:33:27 PM VerifyGrid_SetRow Start 2026-02-25T14:33:51.5577830Z >>>>> 2/25/2026 2:33:51 PM VerifyGrid_SetRow Stop 2026-02-25T14:33:51.5637660Z Passed VerifyGrid_SetRow [23 s] 2026-02-25T14:33:51.5638610Z >>>>> 2/25/2026 2:33:51 PM VerifyGrid_SetRow_SetColumnSpacing Start 2026-02-25T14:34:37.5027170Z >>>>> 2/25/2026 2:34:37 PM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-02-25T14:34:37.5080090Z Passed VerifyGrid_SetRow_SetColumnSpacing [45 s] 2026-02-25T14:34:37.5081550Z >>>>> 2/25/2026 2:34:37 PM VerifyGrid_SetRow_SetRowSpacing Start 2026-02-25T14:35:19.9947220Z >>>>> 2/25/2026 2:35:19 PM VerifyGrid_SetRow_SetRowSpacing Stop 2026-02-25T14:35:20.0017490Z Passed VerifyGrid_SetRow_SetRowSpacing [42 s] 2026-02-25T14:35:20.0024730Z >>>>> 2/25/2026 2:35:20 PM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-02-25T14:36:05.5965890Z >>>>> 2/25/2026 2:36:05 PM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-02-25T14:36:05.6044560Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [45 s] 2026-02-25T14:36:05.6047200Z >>>>> 2/25/2026 2:36:05 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-02-25T14:36:48.5088290Z >>>>> 2/25/2026 2:36:48 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-02-25T14:36:48.5159570Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [42 s] 2026-02-25T14:36:48.5160920Z >>>>> 2/25/2026 2:36:48 PM VerifyGrid_SetRowSpacingAndPadding Start 2026-02-25T14:37:31.8864110Z >>>>> 2/25/2026 2:37:31 PM VerifyGrid_SetRowSpacingAndPadding Stop 2026-02-25T14:37:31.8930710Z Passed VerifyGrid_SetRowSpacingAndPadding [43 s] 2026-02-25T14:37:31.8932040Z >>>>> 2/25/2026 2:37:31 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-02-25T14:37:53.9274440Z >>>>> 2/25/2026 2:37:53 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-02-25T14:37:53.9346230Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [22 s] 2026-02-25T14:37:53.9347310Z >>>>> 2/25/2026 2:37:53 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-02-25T14:38:16.0744430Z >>>>> 2/25/2026 2:38:16 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-02-25T14:38:16.0808830Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [22 s] 2026-02-25T14:38:16.0809930Z >>>>> 2/25/2026 2:38:16 PM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-02-25T14:38:40.3232780Z >>>>> 2/25/2026 2:38:40 PM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-02-25T14:38:40.3295830Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [24 s] 2026-02-25T14:38:40.3297960Z >>>>> 2/25/2026 2:38:40 PM VerifyGrid_VerticalOptionsCenter Start 2026-02-25T14:38:57.2726900Z >>>>> 2/25/2026 2:38:57 PM VerifyGrid_VerticalOptionsCenter Stop 2026-02-25T14:38:57.2794460Z Passed VerifyGrid_VerticalOptionsCenter [16 s] 2026-02-25T14:38:57.2796960Z >>>>> 2/25/2026 2:38:57 PM VerifyGrid_VerticalOptionsEnd Start 2026-02-25T14:39:13.4618640Z >>>>> 2/25/2026 2:39:13 PM VerifyGrid_VerticalOptionsEnd Stop 2026-02-25T14:39:13.4683670Z Passed VerifyGrid_VerticalOptionsEnd [16 s] 2026-02-25T14:39:13.4685170Z >>>>> 2/25/2026 2:39:13 PM VerifyGrid_VerticalOptionsStart Start 2026-02-25T14:39:29.7106930Z >>>>> 2/25/2026 2:39:29 PM VerifyGrid_VerticalOptionsStart Stop 2026-02-25T14:39:29.9867540Z Passed VerifyGrid_VerticalOptionsStart [16 s] 2026-02-25T14:39:32.2781500Z >>>>> 2/25/2026 2:39:32 PM FixtureSetup for Issue22075(Mac) 2026-02-25T14:39:32.3909420Z >>>>> 2/25/2026 2:39:32 PM CreateStackWithPadding Start 2026-02-25T14:39:35.0373580Z >>>>> 2/25/2026 2:39:35 PM CreateStackWithPadding Stop 2026-02-25T14:39:35.4019650Z Passed CreateStackWithPadding [2 s] 2026-02-25T14:39:37.8237790Z >>>>> 2/25/2026 2:39:37 PM FixtureSetup for Bugzilla34007(Mac) 2026-02-25T14:39:37.9280460Z >>>>> 2/25/2026 2:39:37 PM Issue34007TestFirstElementHasLowestZOrder Start 2026-02-25T14:39:42.1840430Z >>>>> 2/25/2026 2:39:42 PM Issue34007TestFirstElementHasLowestZOrder Stop 2026-02-25T14:39:42.4934380Z Passed Issue34007TestFirstElementHasLowestZOrder [4 s] 2026-02-25T14:42:07.2352430Z >>>>> 2/25/2026 2:42:07 PM FixtureSetup for Bugzilla34061(Mac) 2026-02-25T14:42:07.3554750Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-02-25T14:42:08.8795060Z Skipped Bugzilla34061Test [< 1 ms] 2026-02-25T14:42:09.3661350Z >>>>> 2/25/2026 2:42:09 PM FixtureSetup for Bugzilla40161(Mac) 2026-02-25T14:42:09.4948830Z >>>>> 2/25/2026 2:42:09 PM Issue1Test Start 2026-02-25T14:42:17.1303660Z >>>>> 2/25/2026 2:42:17 PM Issue1Test Stop 2026-02-25T14:42:18.0107530Z Passed Issue1Test [7 s] 2026-02-25T14:42:19.8732200Z >>>>> 2/25/2026 2:42:19 PM FixtureSetup for Bugzilla44176(Mac) 2026-02-25T14:42:19.9854450Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-25T14:42:21.5403610Z Skipped Bugzilla44176Test [< 1 ms] 2026-02-25T14:42:22.8702590Z >>>>> 2/25/2026 2:42:22 PM FixtureSetup for Bugzilla46458(Mac) 2026-02-25T14:42:22.9969370Z >>>>> 2/25/2026 2:42:22 PM GridIsEnabled Start 2026-02-25T14:42:42.8298020Z >>>>> 2/25/2026 2:42:42 PM GridIsEnabled Stop 2026-02-25T14:42:44.2669880Z Passed GridIsEnabled [19 s] 2026-02-25T14:42:45.7047600Z >>>>> 2/25/2026 2:42:45 PM FixtureSetup for Bugzilla51238(Mac) 2026-02-25T14:42:45.8365250Z >>>>> 2/25/2026 2:42:45 PM Issue1Test Start 2026-02-25T14:42:49.5994800Z >>>>> 2/25/2026 2:42:49 PM Issue1Test Stop 2026-02-25T14:42:50.3806140Z Passed Issue1Test [3 s] 2026-02-25T14:42:52.7299520Z >>>>> 2/25/2026 2:42:52 PM FixtureSetup for Bugzilla53445(Mac) 2026-02-25T14:42:52.8572060Z >>>>> 2/25/2026 2:42:52 PM Bugzilla53445Test Start 2026-02-25T14:43:09.8998760Z >>>>> 2/25/2026 2:43:09 PM Bugzilla53445Test Stop 2026-02-25T14:43:10.9043010Z Passed Bugzilla53445Test [17 s] 2026-02-25T14:43:13.1852830Z >>>>> 2/25/2026 2:43:13 PM FixtureSetup for Issue1267(Mac) 2026-02-25T14:43:13.3373810Z >>>>> 2/25/2026 2:43:13 PM StarInGridDoesNotCrash Start 2026-02-25T14:43:15.4068480Z >>>>> 2/25/2026 2:43:15 PM StarInGridDoesNotCrash Stop 2026-02-25T14:43:16.3219970Z Passed StarInGridDoesNotCrash [2 s] 2026-02-25T14:43:18.1071920Z >>>>> 2/25/2026 2:43:18 PM FixtureSetup for Issue15330(Mac) 2026-02-25T14:43:18.2508940Z >>>>> 2/25/2026 2:43:18 PM Issue15330Test Start 2026-02-25T14:43:21.1547200Z >>>>> 2/25/2026 2:43:21 PM Issue15330Test Stop 2026-02-25T14:43:21.2227940Z Passed Issue15330Test [2 s] 2026-02-25T14:43:23.9484050Z >>>>> 2/25/2026 2:43:23 PM FixtureSetup for Issue1601(Mac) 2026-02-25T14:43:24.0523150Z >>>>> 2/25/2026 2:43:24 PM Issue1601Test Start 2026-02-25T14:43:27.7015020Z >>>>> 2/25/2026 2:43:27 PM Issue1601Test Stop 2026-02-25T14:43:28.5686440Z Passed Issue1601Test [3 s] 2026-02-25T14:43:30.5652880Z >>>>> 2/25/2026 2:43:30 PM FixtureSetup for Issue19513(Mac) 2026-02-25T14:43:30.6977050Z >>>>> 2/25/2026 2:43:30 PM NegativeSpacingCrashes Start 2026-02-25T14:43:31.8851880Z >>>>> 2/25/2026 2:43:31 PM NegativeSpacingCrashes Stop 2026-02-25T14:43:32.2292970Z Passed NegativeSpacingCrashes [1 s] 2026-02-25T14:43:34.6936980Z >>>>> 2/25/2026 2:43:34 PM FixtureSetup for Issue21711(Mac) 2026-02-25T14:43:34.8128560Z >>>>> 2/25/2026 2:43:34 PM AddDoesNotCrash Start 2026-02-25T14:43:42.9760400Z >>>>> 2/25/2026 2:43:42 PM AddDoesNotCrash Stop 2026-02-25T14:43:42.9820360Z Passed AddDoesNotCrash [8 s] 2026-02-25T14:43:42.9822380Z >>>>> 2/25/2026 2:43:42 PM InsertDoesNotCrash Start 2026-02-25T14:43:46.4268020Z >>>>> 2/25/2026 2:43:46 PM InsertDoesNotCrash Stop 2026-02-25T14:43:46.4333630Z Passed InsertDoesNotCrash [3 s] 2026-02-25T14:43:46.4334730Z >>>>> 2/25/2026 2:43:46 PM RemoveDoesNotCrash Start 2026-02-25T14:43:49.6063770Z >>>>> 2/25/2026 2:43:49 PM RemoveDoesNotCrash Stop 2026-02-25T14:43:49.6153800Z Passed RemoveDoesNotCrash [3 s] 2026-02-25T14:43:49.6155380Z >>>>> 2/25/2026 2:43:49 PM UpdateDoesNotCrash Start 2026-02-25T14:43:52.6860530Z >>>>> 2/25/2026 2:43:52 PM UpdateDoesNotCrash Stop 2026-02-25T14:43:54.1643880Z Passed UpdateDoesNotCrash [3 s] 2026-02-25T14:43:55.8699180Z >>>>> 2/25/2026 2:43:55 PM FixtureSetup for Issue23484(Mac) 2026-02-25T14:43:55.9886720Z >>>>> 2/25/2026 2:43:55 PM ReusingNavigationPageDoesntBreakLayout Start 2026-02-25T14:44:14.5825380Z >>>>> 2/25/2026 2:44:14 PM ReusingNavigationPageDoesntBreakLayout Stop 2026-02-25T14:44:15.4757170Z Passed ReusingNavigationPageDoesntBreakLayout [18 s] 2026-02-25T14:44:17.7522850Z >>>>> 2/25/2026 2:44:17 PM FixtureSetup for Issue24246(Mac) 2026-02-25T14:44:17.8870630Z >>>>> 2/25/2026 2:44:17 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-02-25T14:44:26.7293490Z >>>>> 2/25/2026 2:44:26 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-02-25T14:44:26.9664920Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [8 s] 2026-02-25T14:44:29.7366280Z >>>>> 2/25/2026 2:44:29 PM FixtureSetup for Issue24434(Mac) 2026-02-25T14:44:29.8850740Z >>>>> 2/25/2026 2:44:29 PM ModifyingANonVisibleLayoutWorks Start 2026-02-25T14:44:36.0336900Z >>>>> 2/25/2026 2:44:36 PM ModifyingANonVisibleLayoutWorks Stop 2026-02-25T14:44:37.3699850Z Passed ModifyingANonVisibleLayoutWorks [6 s] 2026-02-25T14:44:38.9641180Z >>>>> 2/25/2026 2:44:38 PM FixtureSetup for Issue24996(Mac) 2026-02-25T14:44:39.0843310Z >>>>> 2/25/2026 2:44:39 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-02-25T14:44:43.0598520Z >>>>> 2/25/2026 2:44:43 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-02-25T14:44:43.1268180Z >>>>> 2/25/2026 2:44:43 PM Log types: 2026-02-25T14:44:45.2542390Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [4 s] 2026-02-25T14:44:45.2645450Z Error Message: 2026-02-25T14:44:45.2647100Z Assert.That(condition, Is.True) 2026-02-25T14:44:45.2648620Z Expected: True 2026-02-25T14:44:45.2650150Z But was: False 2026-02-25T14:44:45.2651270Z 2026-02-25T14:44:45.2652940Z Stack Trace: 2026-02-25T14:44:45.2654690Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-25T14:44:45.2656690Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-25T14:44:45.2658430Z 2026-02-25T14:44:45.2660350Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-25T14:44:45.2661560Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-25T14:44:45.2662290Z 2026-02-25T14:44:45.2662470Z 2026-02-25T14:46:56.4310820Z >>>>> 2/25/2026 2:46:56 PM FixtureSetup for Issue2653(Mac) 2026-02-25T14:46:56.5553760Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-25T14:46:58.0768330Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-02-25T14:46:58.3879250Z >>>>> 2/25/2026 2:46:58 PM FixtureSetup for Issue2767(Mac) 2026-02-25T14:46:58.5028880Z >>>>> 2/25/2026 2:46:58 PM Issue2767Test Start 2026-02-25T14:47:00.0461410Z >>>>> 2/25/2026 2:47:00 PM Issue2767Test Stop 2026-02-25T14:47:01.1731550Z Passed Issue2767Test [1 s] 2026-02-25T14:49:09.9209350Z >>>>> 2/25/2026 2:49:09 PM FixtureSetup for Issue2858(Mac) 2026-02-25T14:49:10.0060560Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-25T14:49:11.4862760Z >>>>> 2/25/2026 2:49:11 PM FixtureSetup for Issue28945(Mac) 2026-02-25T14:49:11.5454280Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-02-25T14:49:11.5833980Z >>>>> 2/25/2026 2:49:11 PM MauiViewShouldPropagateFocus Start 2026-02-25T14:49:13.6762460Z >>>>> 2/25/2026 2:49:13 PM MauiViewShouldPropagateFocus Stop 2026-02-25T14:49:14.5489280Z Passed MauiViewShouldPropagateFocus [2 s] 2026-02-25T14:49:16.3516220Z >>>>> 2/25/2026 2:49:16 PM FixtureSetup for Issue29919(Mac) 2026-02-25T14:49:16.4681550Z >>>>> 2/25/2026 2:49:16 PM StackLayoutWindowsCrashWithZeroHeight Start 2026-02-25T14:49:17.4024480Z >>>>> 2/25/2026 2:49:17 PM StackLayoutWindowsCrashWithZeroHeight Stop 2026-02-25T14:49:18.0020430Z Passed StackLayoutWindowsCrashWithZeroHeight [939 ms] 2026-02-25T14:49:20.3020530Z >>>>> 2/25/2026 2:49:20 PM FixtureSetup for Issue2993(Mac) 2026-02-25T14:49:20.4184030Z >>>>> 2/25/2026 2:49:20 PM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-02-25T14:49:21.5563870Z >>>>> 2/25/2026 2:49:21 PM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-02-25T14:49:21.9108180Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-02-25T14:49:24.2290520Z >>>>> 2/25/2026 2:49:24 PM FixtureSetup for Issue3475(Mac) 2026-02-25T14:49:24.3331640Z >>>>> 2/25/2026 2:49:24 PM Issue3475TestsLayoutCompressionPerformance Start 2026-02-25T14:50:02.6622720Z >>>>> 2/25/2026 2:50:02 PM Issue3475TestsLayoutCompressionPerformance Stop 2026-02-25T14:50:03.3434460Z Passed Issue3475TestsLayoutCompressionPerformance [38 s] 2026-02-25T14:50:05.9962250Z >>>>> 2/25/2026 2:50:05 PM FixtureSetup for Issue6260(Mac) 2026-02-25T14:50:06.1266080Z >>>>> 2/25/2026 2:50:06 PM NonAppCompatBasicSwitchTest Start 2026-02-25T14:50:07.2286870Z >>>>> 2/25/2026 2:50:07 PM NonAppCompatBasicSwitchTest Stop 2026-02-25T14:50:07.6514390Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-02-25T14:50:10.1919530Z >>>>> 2/25/2026 2:50:10 PM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-02-25T14:50:10.2859040Z >>>>> 2/25/2026 2:50:10 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-25T14:50:34.2041320Z >>>>> 2/25/2026 2:50:34 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-25T14:50:34.2128320Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [23 s] 2026-02-25T14:50:34.2129580Z >>>>> 2/25/2026 2:50:34 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-25T14:50:47.0005060Z >>>>> 2/25/2026 2:50:46 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-25T14:50:47.0068420Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [12 s] 2026-02-25T14:50:47.0069630Z >>>>> 2/25/2026 2:50:47 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-02-25T14:50:49.5946320Z >>>>> 2/25/2026 2:50:49 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-02-25T14:50:50.0789510Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-02-25T14:50:52.4989790Z >>>>> 2/25/2026 2:50:52 PM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-02-25T14:50:52.6293780Z >>>>> 2/25/2026 2:50:52 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-25T14:51:17.3968680Z >>>>> 2/25/2026 2:51:17 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-25T14:51:17.4025820Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [24 s] 2026-02-25T14:51:17.4136740Z >>>>> 2/25/2026 2:51:17 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-25T14:51:32.1266590Z >>>>> 2/25/2026 2:51:32 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-25T14:51:32.1370750Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [14 s] 2026-02-25T14:51:32.1412760Z >>>>> 2/25/2026 2:51:32 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-02-25T14:51:35.2736670Z >>>>> 2/25/2026 2:51:35 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-02-25T14:51:36.6982610Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [3 s] 2026-02-25T14:51:37.8505740Z >>>>> 2/25/2026 2:51:37 PM FixtureSetup for Issue6945(Mac) 2026-02-25T14:51:37.9434020Z >>>>> 2/25/2026 2:51:37 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-02-25T14:51:42.5849300Z >>>>> 2/25/2026 2:51:42 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-02-25T14:51:42.7603470Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [4 s] 2026-02-25T14:51:46.1568190Z >>>>> 2/25/2026 2:51:46 PM FixtureSetup for Issue9075(Mac) 2026-02-25T14:51:46.2768110Z >>>>> 2/25/2026 2:51:46 PM FlexLayoutCycleException Start 2026-02-25T14:51:48.0456890Z >>>>> 2/25/2026 2:51:48 PM FlexLayoutCycleException Stop 2026-02-25T14:51:49.2774400Z Passed FlexLayoutCycleException [1 s] 2026-02-25T14:51:50.7922730Z >>>>> 2/25/2026 2:51:50 PM FixtureSetup for StackLayoutIssue(Mac) 2026-02-25T14:51:50.9112300Z >>>>> 2/25/2026 2:51:50 PM StackLayoutIssueTestsAllElementsPresent Start 2026-02-25T14:51:55.2357150Z >>>>> 2/25/2026 2:51:55 PM StackLayoutIssueTestsAllElementsPresent Stop 2026-02-25T14:51:55.4062400Z Passed StackLayoutIssueTestsAllElementsPresent [4 s] 2026-02-25T14:51:58.2807710Z >>>>> 2/25/2026 2:51:58 PM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-02-25T14:52:01.3618610Z >>>>> 2/25/2026 2:52:01 PM HorizontalStackLayout_IsVisible Start 2026-02-25T14:52:12.9518340Z >>>>> 2/25/2026 2:52:12 PM HorizontalStackLayout_IsVisible Stop 2026-02-25T14:52:12.9591630Z Passed HorizontalStackLayout_IsVisible [11 s] 2026-02-25T14:52:12.9592900Z >>>>> 2/25/2026 2:52:12 PM HorizontalStackLayout_RTLFlowDirection Start 2026-02-25T14:52:24.5712270Z >>>>> 2/25/2026 2:52:24 PM HorizontalStackLayout_RTLFlowDirection Stop 2026-02-25T14:52:24.5775620Z Passed HorizontalStackLayout_RTLFlowDirection [11 s] 2026-02-25T14:52:24.5776890Z >>>>> 2/25/2026 2:52:24 PM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-02-25T14:52:45.5014120Z >>>>> 2/25/2026 2:52:45 PM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-25T14:52:45.5090520Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [20 s] 2026-02-25T14:52:45.5104680Z >>>>> 2/25/2026 2:52:45 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-25T14:53:14.2573760Z >>>>> 2/25/2026 2:53:14 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-25T14:53:14.2645840Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [28 s] 2026-02-25T14:53:14.2647960Z >>>>> 2/25/2026 2:53:14 PM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-02-25T14:53:33.7189280Z >>>>> 2/25/2026 2:53:33 PM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-25T14:53:33.7256750Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [19 s] 2026-02-25T14:53:33.7259640Z >>>>> 2/25/2026 2:53:33 PM HorizontalStackLayout_Spacing_With_Height Start 2026-02-25T14:53:57.8101370Z >>>>> 2/25/2026 2:53:57 PM HorizontalStackLayout_Spacing_With_Height Stop 2026-02-25T14:53:57.8197810Z Passed HorizontalStackLayout_Spacing_With_Height [24 s] 2026-02-25T14:53:57.8202170Z >>>>> 2/25/2026 2:53:57 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-25T14:54:33.2085180Z >>>>> 2/25/2026 2:54:33 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-25T14:54:33.2148210Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [35 s] 2026-02-25T14:54:33.2149490Z >>>>> 2/25/2026 2:54:33 PM HorizontalStackLayout_Spacing_With_RTL Start 2026-02-25T14:54:53.5096890Z >>>>> 2/25/2026 2:54:53 PM HorizontalStackLayout_Spacing_With_RTL Stop 2026-02-25T14:54:53.5165550Z Passed HorizontalStackLayout_Spacing_With_RTL [20 s] 2026-02-25T14:54:53.5178670Z >>>>> 2/25/2026 2:54:53 PM HorizontalStackLayout_Spacing_With_Width Start 2026-02-25T14:55:18.8807800Z >>>>> 2/25/2026 2:55:18 PM HorizontalStackLayout_Spacing_With_Width Stop 2026-02-25T14:55:18.8877200Z Passed HorizontalStackLayout_Spacing_With_Width [25 s] 2026-02-25T14:55:18.8878490Z >>>>> 2/25/2026 2:55:18 PM VerticalStackLayout_IsVisible Start 2026-02-25T14:55:32.6022660Z >>>>> 2/25/2026 2:55:32 PM VerticalStackLayout_IsVisible Stop 2026-02-25T14:55:32.6137770Z Passed VerticalStackLayout_IsVisible [13 s] 2026-02-25T14:55:32.6141990Z >>>>> 2/25/2026 2:55:32 PM VerticalStackLayout_RTLFlowDirection Start 2026-02-25T14:55:51.8015170Z >>>>> 2/25/2026 2:55:51 PM VerticalStackLayout_RTLFlowDirection Stop 2026-02-25T14:55:51.8128120Z Passed VerticalStackLayout_RTLFlowDirection [19 s] 2026-02-25T14:55:51.8131340Z >>>>> 2/25/2026 2:55:51 PM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-02-25T14:56:26.5993850Z >>>>> 2/25/2026 2:56:26 PM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-25T14:56:26.6101770Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [34 s] 2026-02-25T14:56:26.6108590Z >>>>> 2/25/2026 2:56:26 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-25T14:57:14.2530030Z >>>>> 2/25/2026 2:57:14 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-25T14:57:14.2626960Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [47 s] 2026-02-25T14:57:14.2629600Z >>>>> 2/25/2026 2:57:14 PM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-02-25T14:57:48.9973010Z >>>>> 2/25/2026 2:57:48 PM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-25T14:57:49.0062690Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [34 s] 2026-02-25T14:57:49.0064850Z >>>>> 2/25/2026 2:57:49 PM VerticalStackLayout_Spacing_With_Height Start 2026-02-25T14:58:29.4053600Z >>>>> 2/25/2026 2:58:29 PM VerticalStackLayout_Spacing_With_Height Stop 2026-02-25T14:58:29.4152890Z Passed VerticalStackLayout_Spacing_With_Height [40 s] 2026-02-25T14:58:29.4154850Z >>>>> 2/25/2026 2:58:29 PM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-25T14:59:21.1461210Z >>>>> 2/25/2026 2:59:21 PM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-25T14:59:21.1527420Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [51 s] 2026-02-25T14:59:21.1528870Z >>>>> 2/25/2026 2:59:21 PM VerticalStackLayout_Spacing_With_RTL Start 2026-02-25T14:59:45.8759160Z >>>>> 2/25/2026 2:59:45 PM VerticalStackLayout_Spacing_With_RTL Stop 2026-02-25T14:59:45.8825340Z Passed VerticalStackLayout_Spacing_With_RTL [24 s] 2026-02-25T14:59:45.8826460Z >>>>> 2/25/2026 2:59:45 PM VerticalStackLayout_Spacing_With_Width Start 2026-02-25T15:00:15.6569200Z >>>>> 2/25/2026 3:00:15 PM VerticalStackLayout_Spacing_With_Width Stop 2026-02-25T15:00:15.8901820Z Passed VerticalStackLayout_Spacing_With_Width [29 s] 2026-02-25T15:00:19.1277120Z >>>>> 2/25/2026 3:00:19 PM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-02-25T15:00:22.7587350Z >>>>> 2/25/2026 3:00:22 PM TwoPaneView_WideMode Start 2026-02-25T15:00:37.0258410Z >>>>> 2/25/2026 3:00:37 PM TwoPaneView_WideMode Stop 2026-02-25T15:00:37.0332040Z Passed TwoPaneView_WideMode [14 s] 2026-02-25T15:00:37.0335550Z >>>>> 2/25/2026 3:00:37 PM TwoPaneView_IsTall_UsingRect Start 2026-02-25T15:01:01.3865790Z >>>>> 2/25/2026 3:01:01 PM TwoPaneView_IsTall_UsingRect Stop 2026-02-25T15:01:01.3925300Z Passed TwoPaneView_IsTall_UsingRect [24 s] 2026-02-25T15:01:01.3926610Z >>>>> 2/25/2026 3:01:01 PM TwoPaneView_Wide_UsingRect Start 2026-02-25T15:01:16.8249080Z >>>>> 2/25/2026 3:01:16 PM TwoPaneView_Wide_UsingRect Stop 2026-02-25T15:01:16.8324200Z Passed TwoPaneView_Wide_UsingRect [15 s] 2026-02-25T15:01:16.8339420Z >>>>> 2/25/2026 3:01:16 PM TwoPaneView_TallMode Start 2026-02-25T15:01:37.8573460Z >>>>> 2/25/2026 3:01:37 PM TwoPaneView_TallMode Stop 2026-02-25T15:01:37.8653530Z Passed TwoPaneView_TallMode [21 s] 2026-02-25T15:01:37.8656510Z >>>>> 2/25/2026 3:01:37 PM TwoPaneView_Pane1Priority Start 2026-02-25T15:02:01.2412730Z >>>>> 2/25/2026 3:02:01 PM TwoPaneView_Pane1Priority Stop 2026-02-25T15:02:01.2484390Z Passed TwoPaneView_Pane1Priority [23 s] 2026-02-25T15:02:01.2486030Z >>>>> 2/25/2026 3:02:01 PM TwoPaneView_Pane2Priority Start 2026-02-25T15:02:28.2104260Z >>>>> 2/25/2026 3:02:28 PM TwoPaneView_Pane2Priority Stop 2026-02-25T15:02:28.2175950Z Passed TwoPaneView_Pane2Priority [26 s] 2026-02-25T15:02:28.2177160Z >>>>> 2/25/2026 3:02:28 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-02-25T15:02:57.6629310Z >>>>> 2/25/2026 3:02:57 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-02-25T15:02:57.6709810Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [29 s] 2026-02-25T15:02:57.6717170Z >>>>> 2/25/2026 3:02:57 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-02-25T15:03:30.7676990Z >>>>> 2/25/2026 3:03:30 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-02-25T15:03:30.7743250Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [33 s] 2026-02-25T15:03:30.7745890Z >>>>> 2/25/2026 3:03:30 PM TwoPaneView_Pane2SizeIncrease Start 2026-02-25T15:03:54.0230080Z >>>>> 2/25/2026 3:03:54 PM TwoPaneView_Pane2SizeIncrease Stop 2026-02-25T15:03:54.0294140Z Passed TwoPaneView_Pane2SizeIncrease [23 s] 2026-02-25T15:03:54.0295990Z >>>>> 2/25/2026 3:03:54 PM TwoPaneView_Pane1SizeIncrease Start 2026-02-25T15:04:17.6393360Z >>>>> 2/25/2026 3:04:17 PM TwoPaneView_Pane1SizeIncrease Stop 2026-02-25T15:04:17.6463080Z Passed TwoPaneView_Pane1SizeIncrease [23 s] 2026-02-25T15:04:17.6474810Z >>>>> 2/25/2026 3:04:17 PM TwoPaneView_ZIsShadowEnabled Start 2026-02-25T15:04:35.4178020Z >>>>> 2/25/2026 3:04:35 PM TwoPaneView_ZIsShadowEnabled Stop 2026-02-25T15:04:35.4262850Z Passed TwoPaneView_ZIsShadowEnabled [17 s] 2026-02-25T15:04:35.4274600Z >>>>> 2/25/2026 3:04:35 PM TwoPaneView_IsVisible Start 2026-02-25T15:04:52.7702180Z >>>>> 2/25/2026 3:04:52 PM TwoPaneView_IsVisible Stop 2026-02-25T15:04:52.7770260Z Passed TwoPaneView_IsVisible [17 s] 2026-02-25T15:04:52.7772500Z >>>>> 2/25/2026 3:04:52 PM TwoPaneView_RTLFlowDirection Start 2026-02-25T15:05:09.1093990Z >>>>> 2/25/2026 3:05:09 PM TwoPaneView_RTLFlowDirection Stop 2026-02-25T15:05:09.1157820Z Passed TwoPaneView_RTLFlowDirection [16 s] 2026-02-25T15:05:09.1159750Z >>>>> 2/25/2026 3:05:09 PM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-02-25T15:05:38.3068330Z >>>>> 2/25/2026 3:05:38 PM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-02-25T15:05:39.1275310Z Passed TwoPaneView_IsWideWithRTL_UsingRect [29 s] 2026-02-25T15:05:39.4622240Z NUnit Adapter 4.5.0.0: Test execution complete 2026-02-25T15:05:39.9802860Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-02-25T15:05:39.9841820Z 2026-02-25T15:05:40.0102590Z Test Run Failed. 2026-02-25T15:05:40.0120310Z Total tests: 158 2026-02-25T15:05:40.0121770Z Passed: 153 2026-02-25T15:05:40.0122920Z Failed: 1 2026-02-25T15:05:40.0124310Z Skipped: 4 2026-02-25T15:05:40.0125470Z Total time: 1.7183 Hours 2026-02-25T15:05:42.2121580Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-02-25T15:05:42.4678870Z An error occurred when executing task 'uitest'. 2026-02-25T15:05:42.5083130Z Completed in 01:48:25.4322210 2026-02-25T15:05:42.9565300Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-02-25T15:05:42.9566470Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-02-25T15:05:42.9567520Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-02-25T15:05:42.9568790Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-02-25T15:05:42.9570050Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-02-25T15:05:42.9571300Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-02-25T15:05:42.9572470Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-02-25T15:05:42.9573410Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-02-25T15:05:42.9574330Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-02-25T15:05:42.9576150Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-02-25T15:05:42.9577270Z at Submission#0.<>b__0_24() 2026-02-25T15:05:42.9578260Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-02-25T15:05:42.9579670Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-02-25T15:05:42.9580950Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-02-25T15:05:42.9582280Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-02-25T15:05:42.9583800Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-02-25T15:05:42.9608310Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-02-25T15:05:42.9609490Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-02-25T15:05:42.9610780Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-02-25T15:05:42.9612030Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-02-25T15:05:42.9613410Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-02-25T15:05:42.9614330Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-02-25T15:05:42.9615200Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-02-25T15:05:42.9616040Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-02-25T15:05:42.9616700Z at Submission#0.<>d__0.MoveNext() 2026-02-25T15:05:42.9617260Z --- End of stack trace from previous location --- 2026-02-25T15:05:42.9618300Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-25T15:05:42.9621140Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-25T15:05:42.9622690Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-02-25T15:05:42.9623740Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-02-25T15:05:42.9625360Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-02-25T15:05:42.9627100Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-02-25T15:05:42.9682520Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-02-25T15:05:45.7226390Z 2026-02-25T15:05:45.9984240Z ##[error]PowerShell exited with code '1'. 2026-02-25T15:05:46.1882290Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-02-25T15:05:48.7110400Z Generating script. 2026-02-25T15:05:48.7189350Z ========================== Starting Command Output =========================== 2026-02-25T15:05:48.7355910Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/97d250b3-568a-445a-b40c-230b54d1052c.ps1' 2026-02-25T15:05:52.2867920Z $ErrorActionPreference = 'stop' 2026-02-25T15:05:52.2879760Z $ProgressPreference = 'silentlyContinue' 2026-02-25T15:05:52.2891110Z Get-Content $PSCommandPath 2026-02-25T15:05:52.2910220Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-02-25T15:05:52.2924290Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-25T15:05:52.2933160Z $command += " --runtimevariant=""Mono""" 2026-02-25T15:05:52.2935940Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-25T15:05:52.2950430Z 2026-02-25T15:05:52.2953550Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-25T15:05:52.2963720Z $deviceType = "" 2026-02-25T15:05:52.2973320Z if ($deviceType) { 2026-02-25T15:05:52.2976670Z $command += " --skin=""$deviceType""" 2026-02-25T15:05:52.2986240Z } 2026-02-25T15:05:52.2992760Z 2026-02-25T15:05:52.3002640Z $testFilter = "" 2026-02-25T15:05:52.3010310Z $testConfigrationArgs = "" 2026-02-25T15:05:52.3010770Z 2026-02-25T15:05:52.3018180Z "Layout".Split(",") | ForEach { 2026-02-25T15:05:52.3026320Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-25T15:05:52.3028030Z } 2026-02-25T15:05:52.3158310Z 2026-02-25T15:05:52.3160290Z $testFilter = $testFilter.TrimEnd("|") 2026-02-25T15:05:52.3160780Z 2026-02-25T15:05:52.3161910Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-25T15:05:52.3163660Z if ($testConfigrationArgs) { 2026-02-25T15:05:52.3165010Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-25T15:05:52.3166460Z } 2026-02-25T15:05:52.3167260Z if ($testFilter) { 2026-02-25T15:05:52.3168310Z $command += " --test-filter ""$testFilter""" 2026-02-25T15:05:52.3169190Z } 2026-02-25T15:05:52.3169450Z 2026-02-25T15:05:52.3170100Z $headless = true 2026-02-25T15:05:52.3170760Z if ($headless) { 2026-02-25T15:05:52.3171650Z $command += " --headless ""$headless""" 2026-02-25T15:05:52.3172560Z } 2026-02-25T15:05:52.3172970Z 2026-02-25T15:05:52.3173940Z Write-Host "Running command: $command" 2026-02-25T15:05:52.3174330Z 2026-02-25T15:05:52.3175150Z Invoke-Expression $command 2026-02-25T15:05:52.3176050Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-25T15:05:52.3184480Z } else { 2026-02-25T15:05:52.3187330Z exit $LASTEXITCODE 2026-02-25T15:05:52.3188290Z } 2026-02-25T15:05:52.4951610Z 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-02-25T15:05:53.9014630Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:05:54.8805590Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:05:55.4906340Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:05:56.1294050Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:05:56.7400920Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:05:57.8885920Z Looking for modules... 2026-02-25T15:06:01.9398520Z No modules found to install. 2026-02-25T15:06:01.9505740Z Module directory does not exist. 2026-02-25T15:06:01.9609570Z Analyzing build script... 2026-02-25T15:06:01.9641020Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-25T15:06:01.9653430Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-25T15:06:01.9661530Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-25T15:06:02.2305280Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-25T15:06:05.4119130Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-25T15:06:07.1113370Z Processing build script... 2026-02-25T15:06:07.1731270Z Installing addins... 2026-02-25T15:06:08.2007890Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-25T15:06:08.2425230Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-25T15:06:08.2843470Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-25T15:06:09.3872470Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-25T15:06:09.3888700Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-25T15:06:09.3891970Z is referencing an older version of Cake.Core (0.33.0). 2026-02-25T15:06:09.3894780Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-25T15:06:09.3975430Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T15:06:09.4046160Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T15:06:10.4164860Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-25T15:06:10.4176640Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-25T15:06:10.4203110Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-25T15:06:10.4228870Z Adding assembly reference to System.Runtime.dll... 2026-02-25T15:06:10.4264700Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-25T15:06:10.4283170Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-25T15:06:10.4307810Z Adding assembly reference to System.Threading.dll... 2026-02-25T15:06:10.4323070Z Adding assembly reference to System.Linq.dll... 2026-02-25T15:06:10.4325860Z Adding assembly reference to System.Collections.dll... 2026-02-25T15:06:10.4330340Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-25T15:06:10.4348960Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-25T15:06:10.4374120Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-25T15:06:10.4379600Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-25T15:06:10.4387280Z Adding assembly reference to System.ObjectModel.dll... 2026-02-25T15:06:10.4403900Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-25T15:06:10.4421460Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-25T15:06:10.4443630Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-25T15:06:10.4510210Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-25T15:06:10.4530790Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-25T15:06:10.4551710Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-25T15:06:10.4559960Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-25T15:06:10.4587370Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-25T15:06:10.4590950Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-25T15:06:10.4594270Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-25T15:06:10.4604180Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-25T15:06:10.4607510Z Adding assembly reference to mscorlib.dll... 2026-02-25T15:06:10.4610610Z Adding assembly reference to netstandard.dll... 2026-02-25T15:06:10.4613460Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-25T15:06:10.4616670Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-25T15:06:10.4623860Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-25T15:06:10.4628630Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-25T15:06:10.4636940Z Adding assembly reference to System.Memory.dll... 2026-02-25T15:06:10.4639690Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-25T15:06:10.4643520Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-25T15:06:10.4645920Z Adding assembly reference to System.ComponentModel.dll... 2026-02-25T15:06:10.4648060Z Adding assembly reference to System.Console.dll... 2026-02-25T15:06:10.4651130Z Adding assembly reference to System.Data.Common.dll... 2026-02-25T15:06:10.4653700Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-25T15:06:10.4656210Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-25T15:06:10.4658400Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-25T15:06:10.4662160Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-25T15:06:10.4671300Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-25T15:06:10.4673570Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-25T15:06:10.4675560Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-25T15:06:10.4678410Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-25T15:06:10.4680850Z Adding assembly reference to System.IO.Compression.dll... 2026-02-25T15:06:10.4683860Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-25T15:06:10.4687500Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-25T15:06:10.4692340Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-25T15:06:10.4695140Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-25T15:06:10.4698350Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-25T15:06:10.4701000Z Adding assembly reference to System.Net.Requests.dll... 2026-02-25T15:06:10.4703740Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-25T15:06:10.4709480Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-25T15:06:10.4711640Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-25T15:06:10.4713980Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-25T15:06:10.4719160Z Adding assembly reference to System.Net.Http.dll... 2026-02-25T15:06:10.4721440Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-25T15:06:10.4722320Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-25T15:06:10.4723170Z Adding assembly reference to System.Net.Mail.dll... 2026-02-25T15:06:10.4724820Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-25T15:06:10.4726060Z Adding assembly reference to System.Net.Ping.dll... 2026-02-25T15:06:10.4728960Z Adding assembly reference to System.Net.Security.dll... 2026-02-25T15:06:10.4732350Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-25T15:06:10.4735680Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-25T15:06:10.4738740Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-25T15:06:10.4740780Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-25T15:06:10.4742990Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-25T15:06:10.4746460Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-25T15:06:10.4758310Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-25T15:06:10.4761890Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-25T15:06:10.4764500Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-25T15:06:10.4767420Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-25T15:06:10.4770630Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-25T15:06:10.4772710Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-25T15:06:10.4774960Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-25T15:06:10.4777780Z Adding assembly reference to System.Security.Claims.dll... 2026-02-25T15:06:10.4781210Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-25T15:06:10.4783980Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-25T15:06:10.4786800Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-25T15:06:10.4798350Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-25T15:06:10.4799860Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-25T15:06:10.4801940Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-25T15:06:10.4804030Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-25T15:06:10.4806090Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-25T15:06:10.4807320Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-25T15:06:10.4808610Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-25T15:06:10.4809860Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-25T15:06:10.4811310Z Adding assembly reference to System.AppContext.dll... 2026-02-25T15:06:10.4813570Z Adding assembly reference to System.Buffers.dll... 2026-02-25T15:06:10.4815190Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-25T15:06:10.4816560Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-25T15:06:10.4818240Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-25T15:06:10.4819480Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-25T15:06:10.4820560Z Adding assembly reference to System.Configuration.dll... 2026-02-25T15:06:10.4821480Z Adding assembly reference to System.Core.dll... 2026-02-25T15:06:10.4822670Z Adding assembly reference to System.Private.Uri.dll... 2026-02-25T15:06:10.4823960Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-25T15:06:10.4825180Z Adding assembly reference to System.Data.dll... 2026-02-25T15:06:10.4826350Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-25T15:06:10.4827600Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-25T15:06:10.4828960Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-25T15:06:10.4830260Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-25T15:06:10.4831420Z Adding assembly reference to System.dll... 2026-02-25T15:06:10.4832520Z Adding assembly reference to System.Drawing.dll... 2026-02-25T15:06:10.4834270Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-25T15:06:10.4835360Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-25T15:06:10.4836980Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-25T15:06:10.4838270Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-25T15:06:10.4839500Z Adding assembly reference to System.Globalization.dll... 2026-02-25T15:06:10.4840850Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-25T15:06:10.4842140Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-25T15:06:10.4843350Z Adding assembly reference to System.IO.dll... 2026-02-25T15:06:10.4844550Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-25T15:06:10.4845700Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-25T15:06:10.4846640Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-25T15:06:10.4847530Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-25T15:06:10.4848410Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-25T15:06:10.4856640Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-25T15:06:10.4857520Z Adding assembly reference to System.Net.dll... 2026-02-25T15:06:10.4858340Z Adding assembly reference to System.Net.Quic.dll... 2026-02-25T15:06:10.4859210Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-25T15:06:10.4860040Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-25T15:06:10.4860880Z Adding assembly reference to System.Text.Json.dll... 2026-02-25T15:06:10.4861740Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-25T15:06:10.4862640Z Adding assembly reference to System.Numerics.dll... 2026-02-25T15:06:10.4863600Z Adding assembly reference to System.Reflection.dll... 2026-02-25T15:06:10.4864420Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-25T15:06:10.4865550Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-25T15:06:10.4866980Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-25T15:06:10.4868250Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-25T15:06:10.4869360Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-25T15:06:10.4870590Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-25T15:06:10.4871900Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-25T15:06:10.4873110Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-25T15:06:10.4874600Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-25T15:06:10.4875790Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-25T15:06:10.4876680Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-25T15:06:10.4877580Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-25T15:06:10.4878710Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-25T15:06:10.4880400Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-25T15:06:10.4882130Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-25T15:06:10.4883700Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-25T15:06:10.4885210Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-25T15:06:10.4886590Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-25T15:06:10.4887890Z Adding assembly reference to System.Security.dll... 2026-02-25T15:06:10.4888870Z Adding assembly reference to System.Security.Principal.dll... 2026-02-25T15:06:10.4889800Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-25T15:06:10.4890670Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-25T15:06:10.4891500Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-25T15:06:10.4892390Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-25T15:06:10.4893880Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-25T15:06:10.4894770Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-25T15:06:10.4895610Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-25T15:06:10.4896940Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-25T15:06:10.4897990Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-25T15:06:10.4898860Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-25T15:06:10.4899750Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-25T15:06:10.4901020Z Adding assembly reference to System.Transactions.dll... 2026-02-25T15:06:10.4901920Z Adding assembly reference to System.ValueTuple.dll... 2026-02-25T15:06:10.4902720Z Adding assembly reference to System.Web.dll... 2026-02-25T15:06:10.4904080Z Adding assembly reference to System.Windows.dll... 2026-02-25T15:06:10.4905280Z Adding assembly reference to System.Xml.dll... 2026-02-25T15:06:10.4906460Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-25T15:06:10.4907580Z Adding assembly reference to System.Private.Xml.dll... 2026-02-25T15:06:10.4908670Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-25T15:06:10.4909510Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-25T15:06:10.4910310Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-25T15:06:10.4911100Z Adding assembly reference to WindowsBase.dll... 2026-02-25T15:06:10.4911880Z Adding assembly reference to Cake.Core.dll... 2026-02-25T15:06:10.4913530Z Adding assembly reference to Cake.Common.dll... 2026-02-25T15:06:10.4914580Z Adding assembly reference to Spectre.Console.dll... 2026-02-25T15:06:10.4915490Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-25T15:06:10.4916760Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-25T15:06:10.4917740Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-25T15:06:10.4919040Z Importing namespace Cake.Common... 2026-02-25T15:06:10.4919990Z Importing namespace Cake.Common.Build... 2026-02-25T15:06:10.4920870Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-25T15:06:10.4921720Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-25T15:06:10.4922620Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-25T15:06:10.4925170Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-25T15:06:10.4926270Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-25T15:06:10.4928060Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-25T15:06:10.4929750Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-25T15:06:10.4930850Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-25T15:06:10.4932360Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-25T15:06:10.4933850Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-25T15:06:10.4935820Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-25T15:06:10.4936880Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-25T15:06:10.4937750Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-25T15:06:10.4938730Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-25T15:06:10.4939640Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-25T15:06:10.4941130Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-25T15:06:10.4942080Z Importing namespace Cake.Common.Build.GoCD... 2026-02-25T15:06:10.4942890Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-25T15:06:10.4943900Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-25T15:06:10.4945400Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-25T15:06:10.4946360Z Importing namespace Cake.Common.Build.MyGet... 2026-02-25T15:06:10.4947380Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-25T15:06:10.4948700Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-25T15:06:10.4950340Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-25T15:06:10.4951510Z Importing namespace Cake.Common.Diagnostics... 2026-02-25T15:06:10.4952280Z Importing namespace Cake.Common.IO... 2026-02-25T15:06:10.4953110Z Importing namespace Cake.Common.IO.Paths... 2026-02-25T15:06:10.4954110Z Importing namespace Cake.Common.Net... 2026-02-25T15:06:10.4955120Z Importing namespace Cake.Common.Security... 2026-02-25T15:06:10.4956030Z Importing namespace Cake.Common.Solution... 2026-02-25T15:06:10.4957030Z Importing namespace Cake.Common.Solution.Project... 2026-02-25T15:06:10.4957960Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-25T15:06:10.4958810Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-25T15:06:10.4959690Z Importing namespace Cake.Common.Text... 2026-02-25T15:06:10.4960540Z Importing namespace Cake.Common.Tools.Cake... 2026-02-25T15:06:10.4962100Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-25T15:06:10.4963050Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-25T15:06:10.4963980Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-25T15:06:10.4964890Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-25T15:06:10.4965710Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-25T15:06:10.4966760Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-25T15:06:10.4967780Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-25T15:06:10.4968840Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-25T15:06:10.4969670Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-25T15:06:10.4970570Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-25T15:06:10.4971870Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-25T15:06:10.4973570Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-25T15:06:10.4974760Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-25T15:06:10.4976070Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-25T15:06:10.4977630Z Importing namespace Cake.Common.Tools.Command... 2026-02-25T15:06:10.4978960Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-25T15:06:10.4980110Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-25T15:06:10.4981470Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-25T15:06:10.4983020Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-25T15:06:10.4984290Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-25T15:06:10.4985470Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-25T15:06:10.4986610Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-25T15:06:10.4988320Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-25T15:06:10.4989510Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-25T15:06:10.4990850Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-25T15:06:10.4992310Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-25T15:06:10.4993350Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-25T15:06:10.4994290Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-25T15:06:10.4995590Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-25T15:06:10.4996780Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-25T15:06:10.4997620Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-25T15:06:10.4998550Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-25T15:06:10.4999370Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-25T15:06:10.5000230Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-25T15:06:10.5001290Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-25T15:06:10.5002930Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-25T15:06:10.5004040Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-25T15:06:10.5005060Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-25T15:06:10.5005860Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-25T15:06:10.5007700Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-25T15:06:10.5008660Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-25T15:06:10.5009560Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-25T15:06:10.5010540Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-25T15:06:10.5011570Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-25T15:06:10.5012700Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-25T15:06:10.5013660Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-25T15:06:10.5015160Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-25T15:06:10.5016120Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-25T15:06:10.5016960Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-25T15:06:10.5018270Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-25T15:06:10.5019150Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-25T15:06:10.5020110Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-25T15:06:10.5021220Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-25T15:06:10.5022210Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-25T15:06:10.5023480Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-25T15:06:10.5024800Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-25T15:06:10.5026120Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-25T15:06:10.5027240Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-25T15:06:10.5028320Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-25T15:06:10.5029200Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-25T15:06:10.5030100Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-25T15:06:10.5030880Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-25T15:06:10.5031720Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-25T15:06:10.5032500Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-25T15:06:10.5033430Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-25T15:06:10.5034240Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-25T15:06:10.5035230Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-25T15:06:10.5036090Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-25T15:06:10.5037050Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-25T15:06:10.5037970Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-25T15:06:10.5039800Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-25T15:06:10.5040610Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-25T15:06:10.5041670Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-25T15:06:10.5042740Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-25T15:06:10.5043700Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-25T15:06:10.5044480Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-25T15:06:10.5045410Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-25T15:06:10.5046220Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-25T15:06:10.5047080Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-25T15:06:10.5047900Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-25T15:06:10.5048720Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-25T15:06:10.5050460Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-25T15:06:10.5051710Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-25T15:06:10.5052960Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-25T15:06:10.5053810Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-25T15:06:10.5054710Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-25T15:06:10.5055540Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-25T15:06:10.5056430Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-25T15:06:10.5057750Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-25T15:06:10.5058650Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-25T15:06:10.5059560Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-25T15:06:10.5060750Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-25T15:06:10.5062110Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-25T15:06:10.5063320Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-25T15:06:10.5064380Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-25T15:06:10.5065300Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-25T15:06:10.5072020Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-25T15:06:10.5072940Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-25T15:06:10.5073760Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-25T15:06:10.5074550Z Importing namespace Cake.Common.Tools.WiX... 2026-02-25T15:06:10.5076320Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-25T15:06:10.5077200Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-25T15:06:10.5078030Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-25T15:06:10.5078870Z Importing namespace Cake.Common.Xml... 2026-02-25T15:06:10.5079800Z Importing namespace Cake.Core... 2026-02-25T15:06:10.5080710Z Importing namespace Cake.Core.Diagnostics... 2026-02-25T15:06:10.5082310Z Importing namespace Cake.Core.IO... 2026-02-25T15:06:10.5083910Z Importing namespace Cake.Core.Scripting... 2026-02-25T15:06:10.5085150Z Importing namespace Cake.Core.Tooling... 2026-02-25T15:06:10.5086590Z Importing namespace Cake.FileHelpers... 2026-02-25T15:06:10.5087610Z Importing namespace NuGet.Common... 2026-02-25T15:06:10.5088650Z Importing namespace NuGet.Configuration... 2026-02-25T15:06:10.5089730Z Importing namespace NuGet.Protocol... 2026-02-25T15:06:10.5091100Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-25T15:06:10.5092210Z Importing namespace NuGet.Versioning... 2026-02-25T15:06:10.5093470Z Importing namespace System... 2026-02-25T15:06:10.5094700Z Importing namespace System.Collections.Generic... 2026-02-25T15:06:10.5095680Z Importing namespace System.IO... 2026-02-25T15:06:10.5097000Z Importing namespace System.Linq... 2026-02-25T15:06:10.5097970Z Importing namespace System.Text... 2026-02-25T15:06:10.5099710Z Importing namespace System.Threading.Tasks... 2026-02-25T15:06:10.5100290Z .NETStandard,Version=v2.0 2026-02-25T15:06:10.6150120Z Compiling build script... 2026-02-25T15:06:14.6984470Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-25T15:06:16.4960680Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T15:06:16.4963570Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T15:06:16.4986630Z Host OS System Arch: X64 2026-02-25T15:06:16.4988140Z Host Processor System Arch: X64 2026-02-25T15:06:16.4989380Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T15:06:16.4996040Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-25T15:06:16.4997140Z Build Configuration: Release 2026-02-25T15:06:16.5003230Z Build Runtime Identifier: maccatalyst-x64 2026-02-25T15:06:16.5013580Z Build Target Framework: net11.0-maccatalyst 2026-02-25T15:06:16.5014850Z Test Device: mac 2026-02-25T15:06:16.5021290Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-25T15:06:16.5022880Z Use CoreCLR: False 2026-02-25T15:06:16.5163340Z 2026-02-25T15:06:16.5164830Z ======================================== 2026-02-25T15:06:16.5165640Z uitest 2026-02-25T15:06:16.5166570Z ======================================== 2026-02-25T15:06:16.5178650Z Executing task: uitest 2026-02-25T15:06:16.5194490Z Starting UI Tests... 2026-02-25T15:06:16.5201950Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-25T15:06:16.5214890Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-25T15:06:16.5353820Z Testing Device: mac 2026-02-25T15:06:16.5361170Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-25T15:06:16.5371950Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-25T15:06:16.5373210Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-25T15:06:16.5390850Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-25T15:06:16.6234450Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T15:06:16.6309220Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-02-25T15:06:20.8416910Z Determining projects to restore... 2026-02-25T15:06:30.7330030Z All projects are up-to-date for restore. 2026-02-25T15:06:40.3509430Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net11.0/Controls.CustomAttributes.dll 2026-02-25T15:06:40.3883430Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net11.0/Microsoft.Maui.Graphics.dll 2026-02-25T15:06:40.8179030Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net11.0/Microsoft.Maui.Essentials.dll 2026-02-25T15:06:41.3840750Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net11.0/Microsoft.Maui.dll 2026-02-25T15:06:41.7812590Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-25T15:06:42.6978820Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net11.0/Microsoft.Maui.Controls.dll 2026-02-25T15:06:42.9889580Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-25T15:06:43.2496360Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net11.0/UITest.Core.dll 2026-02-25T15:06:43.5803020Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net11.0/UITest.Appium.dll 2026-02-25T15:06:43.6142080Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-25T15:06:43.6421910Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net11.0/UITest.NUnit.dll 2026-02-25T15:06:43.8302190Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-25T15:06:46.5794030Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T15:06:46.7196330Z 2026-02-25T15:06:46.7236760Z Build succeeded. 2026-02-25T15:06:46.7292740Z 0 Warning(s) 2026-02-25T15:06:46.7488990Z 0 Error(s) 2026-02-25T15:06:46.7544640Z 2026-02-25T15:06:46.7554170Z Time Elapsed 00:00:29.10 2026-02-25T15:06:46.8338800Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-02-25T15:06:46.8443250Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T15:06:46.8486880Z Run Tests With Filter TestCategory=Layout 2026-02-25T15:06:46.8499830Z Log Directory: /Users/runner/work/1/a/logs 2026-02-25T15:06:46.8518220Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-25T15:06:46.8647330Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-25T15:06:46.8659790Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T15:06:46.8691350Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-25T15:06:46.8734610Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T15:06:46.8827650Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-25T15:06:46.8895700Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-25T15:06:46.8927710Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-25T15:06:46.8957330Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-02-25T15:06:46.9078150Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-02-25T15:06:46.9192620Z 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-02-25T15:06:50.8431250Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v11.0) 2026-02-25T15:06:51.2550650Z A total of 1 test files matched the specified pattern. 2026-02-25T15:06:52.0172520Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 11.0.0-preview.2.26103.111) 2026-02-25T15:06:52.2043980Z [xUnit.net 00:00:00.21] Discovering: Controls.TestCases.Mac.Tests 2026-02-25T15:06:52.4792610Z [xUnit.net 00:00:00.48] Discovered: Controls.TestCases.Mac.Tests 2026-02-25T15:06:52.5061780Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-25T15:06:52.5478360Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T15:06:53.0914990Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-25T15:07:41.4082890Z >>>>> 2/25/2026 3:07:41 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-02-25T15:07:44.9364540Z >>>>> 2/25/2026 3:07:44 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-02-25T15:08:47.8774640Z >>>>> 2/25/2026 3:08:47 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-02-25T15:08:47.9470730Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 3 s] 2026-02-25T15:08:47.9471770Z >>>>> 2/25/2026 3:08:47 PM VerifyAbsoluteLayout_AllProportional Start 2026-02-25T15:09:49.2024460Z >>>>> 2/25/2026 3:09:49 PM VerifyAbsoluteLayout_AllProportional Stop 2026-02-25T15:09:49.2146210Z Passed VerifyAbsoluteLayout_AllProportional [1 m 1 s] 2026-02-25T15:09:49.2174400Z >>>>> 2/25/2026 3:09:49 PM VerifyAbsoluteLayout_FlowDirection Start 2026-02-25T15:10:27.4507790Z >>>>> 2/25/2026 3:10:27 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-02-25T15:10:27.4652170Z Passed VerifyAbsoluteLayout_FlowDirection [38 s] 2026-02-25T15:10:27.4671500Z >>>>> 2/25/2026 3:10:27 PM VerifyAbsoluteLayout_HeightProportional Start 2026-02-25T15:11:06.3631000Z >>>>> 2/25/2026 3:11:06 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-02-25T15:11:06.3750040Z Passed VerifyAbsoluteLayout_HeightProportional [38 s] 2026-02-25T15:11:06.3753560Z >>>>> 2/25/2026 3:11:06 PM VerifyAbsoluteLayout_PositionProportional Start 2026-02-25T15:12:40.7659360Z >>>>> 2/25/2026 3:12:40 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-02-25T15:12:40.7788930Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 34 s] 2026-02-25T15:12:40.7790830Z >>>>> 2/25/2026 3:12:40 PM VerifyAbsoluteLayout_SizeProportional Start 2026-02-25T15:13:48.1109170Z >>>>> 2/25/2026 3:13:48 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-02-25T15:13:48.1211250Z Passed VerifyAbsoluteLayout_SizeProportional [1 m 7 s] 2026-02-25T15:13:48.1218430Z >>>>> 2/25/2026 3:13:48 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-02-25T15:15:36.7408020Z >>>>> 2/25/2026 3:15:36 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-02-25T15:15:36.7556500Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 48 s] 2026-02-25T15:15:36.7584520Z >>>>> 2/25/2026 3:15:36 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-02-25T15:16:44.1440940Z >>>>> 2/25/2026 3:16:44 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-02-25T15:16:44.1547210Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [1 m 7 s] 2026-02-25T15:16:44.1550330Z >>>>> 2/25/2026 3:16:44 PM VerifyAbsoluteLayout_Visibility Start 2026-02-25T15:17:07.9998620Z >>>>> 2/25/2026 3:17:07 PM VerifyAbsoluteLayout_Visibility Stop 2026-02-25T15:17:08.0166100Z Passed VerifyAbsoluteLayout_Visibility [23 s] 2026-02-25T15:17:08.0318080Z >>>>> 2/25/2026 3:17:08 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-02-25T15:18:11.4065620Z >>>>> 2/25/2026 3:18:11 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-02-25T15:18:11.4214400Z Passed VerifyAbsoluteLayout_WidthAndHeight [1 m 3 s] 2026-02-25T15:18:11.4217090Z >>>>> 2/25/2026 3:18:11 PM VerifyAbsoluteLayout_WidthProportional Start 2026-02-25T15:19:08.4196270Z >>>>> 2/25/2026 3:19:08 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-02-25T15:19:08.4344410Z Passed VerifyAbsoluteLayout_WidthProportional [57 s] 2026-02-25T15:19:08.4361190Z >>>>> 2/25/2026 3:19:08 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-02-25T15:20:08.4754220Z >>>>> 2/25/2026 3:20:08 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-02-25T15:20:08.4883620Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [1 m] 2026-02-25T15:20:08.4897220Z >>>>> 2/25/2026 3:20:08 PM VerifyAbsoluteLayout_XProportional Start 2026-02-25T15:21:14.5811530Z >>>>> 2/25/2026 3:21:14 PM VerifyAbsoluteLayout_XProportional Stop 2026-02-25T15:21:14.6385310Z Passed VerifyAbsoluteLayout_XProportional [1 m 6 s] 2026-02-25T15:21:14.6386780Z >>>>> 2/25/2026 3:21:14 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-02-25T15:22:43.6532610Z >>>>> 2/25/2026 3:22:43 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-02-25T15:22:43.6610060Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 29 s] 2026-02-25T15:22:43.6611240Z >>>>> 2/25/2026 3:22:43 PM VerifyAbsoluteLayout_YProportional Start 2026-02-25T15:23:55.5171310Z >>>>> 2/25/2026 3:23:55 PM VerifyAbsoluteLayout_YProportional Stop 2026-02-25T15:23:55.7618020Z Passed VerifyAbsoluteLayout_YProportional [1 m 11 s] 2026-02-25T15:23:58.8833100Z >>>>> 2/25/2026 3:23:58 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-02-25T15:24:03.0799280Z >>>>> 2/25/2026 3:24:03 PM FlexLayout_ValidateDefaultValues Start 2026-02-25T15:24:28.2976930Z >>>>> 2/25/2026 3:24:28 PM FlexLayout_ValidateDefaultValues Stop 2026-02-25T15:24:28.3113650Z Passed FlexLayout_ValidateDefaultValues [25 s] 2026-02-25T15:24:28.3129450Z >>>>> 2/25/2026 3:24:28 PM FlexLayout_SetWrapAlignContentStretch Start 2026-02-25T15:25:13.5032970Z >>>>> 2/25/2026 3:25:13 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-02-25T15:25:13.5143800Z Passed FlexLayout_SetWrapAlignContentStretch [45 s] 2026-02-25T15:25:13.5201730Z >>>>> 2/25/2026 3:25:13 PM FlexLayout_SetWrapAlignContentCenter Start 2026-02-25T15:25:53.1418190Z >>>>> 2/25/2026 3:25:53 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-02-25T15:25:53.1505000Z Passed FlexLayout_SetWrapAlignContentCenter [39 s] 2026-02-25T15:25:53.1511290Z >>>>> 2/25/2026 3:25:53 PM FlexLayout_SetWrapAlignContentStart Start 2026-02-25T15:26:34.9765620Z >>>>> 2/25/2026 3:26:34 PM FlexLayout_SetWrapAlignContentStart Stop 2026-02-25T15:26:34.9846200Z Passed FlexLayout_SetWrapAlignContentStart [41 s] 2026-02-25T15:26:34.9881650Z >>>>> 2/25/2026 3:26:34 PM FlexLayout_SetWrapAlignContentEnd Start 2026-02-25T15:27:12.8576160Z >>>>> 2/25/2026 3:27:12 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-02-25T15:27:12.8672820Z Passed FlexLayout_SetWrapAlignContentEnd [37 s] 2026-02-25T15:27:12.8854310Z >>>>> 2/25/2026 3:27:12 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-02-25T15:27:52.2002530Z >>>>> 2/25/2026 3:27:52 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-02-25T15:27:52.2104430Z Passed FlexLayout_SetWrapAlignContentSpaceAround [39 s] 2026-02-25T15:27:52.2108270Z >>>>> 2/25/2026 3:27:52 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-02-25T15:28:34.8713770Z >>>>> 2/25/2026 3:28:34 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-02-25T15:28:34.8793580Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [42 s] 2026-02-25T15:28:34.8795730Z >>>>> 2/25/2026 3:28:34 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-02-25T15:29:14.0058980Z >>>>> 2/25/2026 3:29:14 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-02-25T15:29:14.0342450Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [39 s] 2026-02-25T15:29:14.0343710Z >>>>> 2/25/2026 3:29:14 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-02-25T15:29:52.8229680Z >>>>> 2/25/2026 3:29:52 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-02-25T15:29:52.8310500Z Passed FlexLayout_SetWrapReverseAlignContentStretch [38 s] 2026-02-25T15:29:52.8314840Z >>>>> 2/25/2026 3:29:52 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-02-25T15:30:43.0336980Z >>>>> 2/25/2026 3:30:43 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-02-25T15:30:43.0477240Z Passed FlexLayout_SetWrapReverseAlignContentCenter [50 s] 2026-02-25T15:30:43.0479530Z >>>>> 2/25/2026 3:30:43 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-02-25T15:31:31.1776600Z >>>>> 2/25/2026 3:31:31 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-02-25T15:31:31.1871460Z Passed FlexLayout_SetWrapReverseAlignContentStart [48 s] 2026-02-25T15:31:31.1903480Z >>>>> 2/25/2026 3:31:31 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-02-25T15:32:12.4587410Z >>>>> 2/25/2026 3:32:12 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-02-25T15:32:12.4694500Z Passed FlexLayout_SetWrapReverseAlignContentEnd [41 s] 2026-02-25T15:32:12.4699110Z >>>>> 2/25/2026 3:32:12 PM FlexLayout_AlignItemsCenter Start 2026-02-25T15:32:47.3403910Z >>>>> 2/25/2026 3:32:47 PM FlexLayout_AlignItemsCenter Stop 2026-02-25T15:32:47.3482810Z Passed FlexLayout_AlignItemsCenter [34 s] 2026-02-25T15:32:47.3497780Z >>>>> 2/25/2026 3:32:47 PM FlexLayout_AlignItemsEnd Start 2026-02-25T15:33:14.3983710Z >>>>> 2/25/2026 3:33:14 PM FlexLayout_AlignItemsEnd Stop 2026-02-25T15:33:14.4061200Z Passed FlexLayout_AlignItemsEnd [27 s] 2026-02-25T15:33:14.4066660Z >>>>> 2/25/2026 3:33:14 PM FlexLayout_AlignItemsStretch Start 2026-02-25T15:33:40.6335550Z >>>>> 2/25/2026 3:33:40 PM FlexLayout_AlignItemsStretch Stop 2026-02-25T15:33:40.6443300Z Passed FlexLayout_AlignItemsStretch [26 s] 2026-02-25T15:33:40.6453260Z >>>>> 2/25/2026 3:33:40 PM FlexLayout_DirectionRowReverse Start 2026-02-25T15:34:16.3321990Z >>>>> 2/25/2026 3:34:16 PM FlexLayout_DirectionRowReverse Stop 2026-02-25T15:34:16.3444990Z Passed FlexLayout_DirectionRowReverse [35 s] 2026-02-25T15:34:16.3446510Z >>>>> 2/25/2026 3:34:16 PM FlexLayout_DirectionColumn Start 2026-02-25T15:34:43.7911720Z >>>>> 2/25/2026 3:34:43 PM FlexLayout_DirectionColumn Stop 2026-02-25T15:34:43.8023780Z Passed FlexLayout_DirectionColumn [27 s] 2026-02-25T15:34:43.8027570Z >>>>> 2/25/2026 3:34:43 PM FlexLayout_DirectionColumnReverse Start 2026-02-25T15:35:13.2915240Z >>>>> 2/25/2026 3:35:13 PM FlexLayout_DirectionColumnReverse Stop 2026-02-25T15:35:13.3166010Z Passed FlexLayout_DirectionColumnReverse [29 s] 2026-02-25T15:35:13.3194360Z >>>>> 2/25/2026 3:35:13 PM FlexLayout_JustifyContentCenter Start 2026-02-25T15:36:00.9698930Z >>>>> 2/25/2026 3:36:00 PM FlexLayout_JustifyContentCenter Stop 2026-02-25T15:36:00.9801360Z Passed FlexLayout_JustifyContentCenter [47 s] 2026-02-25T15:36:00.9803420Z >>>>> 2/25/2026 3:36:00 PM FlexLayout_JustifyContentEnd Start 2026-02-25T15:36:33.8298040Z >>>>> 2/25/2026 3:36:33 PM FlexLayout_JustifyContentEnd Stop 2026-02-25T15:36:33.9384390Z Passed FlexLayout_JustifyContentEnd [32 s] 2026-02-25T15:36:33.9385740Z >>>>> 2/25/2026 3:36:33 PM FlexLayout_JustifyContentSpaceBetween Start 2026-02-25T15:37:10.1714290Z >>>>> 2/25/2026 3:37:10 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-02-25T15:37:10.1839080Z Passed FlexLayout_JustifyContentSpaceBetween [36 s] 2026-02-25T15:37:10.1841100Z >>>>> 2/25/2026 3:37:10 PM FlexLayout_JustifyContentSpaceAround Start 2026-02-25T15:37:46.4974760Z >>>>> 2/25/2026 3:37:46 PM FlexLayout_JustifyContentSpaceAround Stop 2026-02-25T15:37:46.5063540Z Passed FlexLayout_JustifyContentSpaceAround [36 s] 2026-02-25T15:37:46.5067460Z >>>>> 2/25/2026 3:37:46 PM FlexLayout_JustifyContentSpaceEvenly Start 2026-02-25T15:38:23.2010230Z >>>>> 2/25/2026 3:38:23 PM FlexLayout_JustifyContentSpaceEvenly Stop 2026-02-25T15:38:23.2110160Z Passed FlexLayout_JustifyContentSpaceEvenly [36 s] 2026-02-25T15:38:23.2113530Z >>>>> 2/25/2026 3:38:23 PM FlexLayout_AlignSelfStart Start 2026-02-25T15:38:58.4605340Z >>>>> 2/25/2026 3:38:58 PM FlexLayout_AlignSelfStart Stop 2026-02-25T15:38:58.4788770Z Passed FlexLayout_AlignSelfStart [35 s] 2026-02-25T15:38:58.4820610Z >>>>> 2/25/2026 3:38:58 PM FlexLayout_AlignSelfCenter Start 2026-02-25T15:39:34.0490000Z >>>>> 2/25/2026 3:39:34 PM FlexLayout_AlignSelfCenter Stop 2026-02-25T15:39:34.0585860Z Passed FlexLayout_AlignSelfCenter [35 s] 2026-02-25T15:39:34.0588670Z >>>>> 2/25/2026 3:39:34 PM FlexLayout_AlignSelfEnd Start 2026-02-25T15:40:03.9442420Z >>>>> 2/25/2026 3:40:03 PM FlexLayout_AlignSelfEnd Stop 2026-02-25T15:40:03.9562700Z Passed FlexLayout_AlignSelfEnd [29 s] 2026-02-25T15:40:03.9564710Z >>>>> 2/25/2026 3:40:03 PM FlexLayout_AlignSelfStretch Start 2026-02-25T15:40:44.8659020Z >>>>> 2/25/2026 3:40:44 PM FlexLayout_AlignSelfStretch Stop 2026-02-25T15:40:44.8933140Z Passed FlexLayout_AlignSelfStretch [40 s] 2026-02-25T15:40:44.8938590Z >>>>> 2/25/2026 3:40:44 PM FlexLayout_Child1Grow Start 2026-02-25T15:41:29.0553970Z >>>>> 2/25/2026 3:41:29 PM FlexLayout_Child1Grow Stop 2026-02-25T15:41:29.0667100Z Passed FlexLayout_Child1Grow [44 s] 2026-02-25T15:41:29.0669310Z >>>>> 2/25/2026 3:41:29 PM FlexLayout_Child1Shrink Start 2026-02-25T15:42:33.1428010Z >>>>> 2/25/2026 3:42:33 PM FlexLayout_Child1Shrink Stop 2026-02-25T15:42:33.1535830Z Passed FlexLayout_Child1Shrink [1 m 4 s] 2026-02-25T15:42:33.1540100Z >>>>> 2/25/2026 3:42:33 PM FlexLayout_Child1Order Start 2026-02-25T15:43:26.8020230Z >>>>> 2/25/2026 3:43:26 PM FlexLayout_Child1Order Stop 2026-02-25T15:43:26.8153340Z Passed FlexLayout_Child1Order [53 s] 2026-02-25T15:43:26.8155610Z >>>>> 2/25/2026 3:43:26 PM FlexLayout_BasisAuto_DirectionRow Start 2026-02-25T15:44:18.7096040Z >>>>> 2/25/2026 3:44:18 PM FlexLayout_BasisAuto_DirectionRow Stop 2026-02-25T15:44:18.7222420Z Passed FlexLayout_BasisAuto_DirectionRow [51 s] 2026-02-25T15:44:18.7233190Z >>>>> 2/25/2026 3:44:18 PM FlexLayout_BasisFixed_DirectionRow Start 2026-02-25T15:45:11.9297450Z >>>>> 2/25/2026 3:45:11 PM FlexLayout_BasisFixed_DirectionRow Stop 2026-02-25T15:45:11.9422570Z Passed FlexLayout_BasisFixed_DirectionRow [53 s] 2026-02-25T15:45:11.9536000Z >>>>> 2/25/2026 3:45:11 PM FlexLayout_BasisPercentage_DirectionRow Start 2026-02-25T15:46:08.0976180Z >>>>> 2/25/2026 3:46:08 PM FlexLayout_BasisPercentage_DirectionRow Stop 2026-02-25T15:46:08.1122990Z Passed FlexLayout_BasisPercentage_DirectionRow [56 s] 2026-02-25T15:46:08.1128940Z >>>>> 2/25/2026 3:46:08 PM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-02-25T15:47:08.7664890Z >>>>> 2/25/2026 3:47:08 PM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-02-25T15:47:08.7804630Z Passed FlexLayout_BasisAuto_DirectionRowReverse [1 m] 2026-02-25T15:47:08.7808570Z >>>>> 2/25/2026 3:47:08 PM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-02-25T15:48:04.8593180Z >>>>> 2/25/2026 3:48:04 PM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-02-25T15:48:04.8697720Z Passed FlexLayout_BasisFixed_DirectionRowReverse [56 s] 2026-02-25T15:48:04.8700330Z >>>>> 2/25/2026 3:48:04 PM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-02-25T15:49:08.5807450Z >>>>> 2/25/2026 3:49:08 PM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-02-25T15:49:08.5932840Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [1 m 3 s] 2026-02-25T15:49:08.5939340Z >>>>> 2/25/2026 3:49:08 PM FlexLayout_BasisAuto_DirectionColumn Start 2026-02-25T15:50:06.3634270Z >>>>> 2/25/2026 3:50:06 PM FlexLayout_BasisAuto_DirectionColumn Stop 2026-02-25T15:50:06.3824290Z Passed FlexLayout_BasisAuto_DirectionColumn [57 s] 2026-02-25T15:50:06.4017570Z >>>>> 2/25/2026 3:50:06 PM FlexLayout_BasisFixed_DirectionColumn Start 2026-02-25T15:51:07.3645960Z >>>>> 2/25/2026 3:51:07 PM FlexLayout_BasisFixed_DirectionColumn Stop 2026-02-25T15:51:07.3801180Z Passed FlexLayout_BasisFixed_DirectionColumn [1 m] 2026-02-25T15:51:07.3807420Z >>>>> 2/25/2026 3:51:07 PM FlexLayout_BasisPercentage_DirectionColumn Start 2026-02-25T15:52:17.6958660Z >>>>> 2/25/2026 3:52:17 PM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-02-25T15:52:17.7117850Z Passed FlexLayout_BasisPercentage_DirectionColumn [1 m 10 s] 2026-02-25T15:52:17.7156970Z >>>>> 2/25/2026 3:52:17 PM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-02-25T15:53:13.4245980Z >>>>> 2/25/2026 3:53:13 PM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-02-25T15:53:13.4352190Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [55 s] 2026-02-25T15:53:13.4360300Z >>>>> 2/25/2026 3:53:13 PM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-02-25T15:54:06.4583780Z >>>>> 2/25/2026 3:54:06 PM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-02-25T15:54:06.9530400Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [53 s] 2026-02-25T15:54:07.0042200Z >>>>> 2/25/2026 3:54:06 PM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-02-25T15:55:04.7456490Z >>>>> 2/25/2026 3:55:04 PM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-02-25T15:55:04.7579190Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [57 s] 2026-02-25T15:55:04.7591700Z >>>>> 2/25/2026 3:55:04 PM FlexLayout_SetAlignItemsCenterWrap Start 2026-02-25T15:56:19.3006450Z >>>>> 2/25/2026 3:56:19 PM FlexLayout_SetAlignItemsCenterWrap Stop 2026-02-25T15:56:19.3139770Z Passed FlexLayout_SetAlignItemsCenterWrap [1 m 14 s] 2026-02-25T15:56:19.3147230Z >>>>> 2/25/2026 3:56:19 PM FlexLayout_SetAlignItemsEndWrap Start 2026-02-25T15:57:31.6634120Z >>>>> 2/25/2026 3:57:31 PM FlexLayout_SetAlignItemsEndWrap Stop 2026-02-25T15:57:32.8239020Z Passed FlexLayout_SetAlignItemsEndWrap [1 m 12 s] 2026-02-25T15:57:35.5250440Z >>>>> 2/25/2026 3:57:35 PM FixtureSetup for GridFeatureTests(Mac) 2026-02-25T15:57:39.5060060Z >>>>> 2/25/2026 3:57:39 PM VerifyGrid_BackgroundColor Start 2026-02-25T15:58:08.2615510Z >>>>> 2/25/2026 3:58:08 PM VerifyGrid_BackgroundColor Stop 2026-02-25T15:58:08.2868280Z Passed VerifyGrid_BackgroundColor [28 s] 2026-02-25T15:58:08.2964100Z >>>>> 2/25/2026 3:58:08 PM VerifyGrid_ColumnSpacing Start 2026-02-25T15:58:57.3896320Z >>>>> 2/25/2026 3:58:57 PM VerifyGrid_ColumnSpacing Stop 2026-02-25T15:58:57.4107890Z Passed VerifyGrid_ColumnSpacing [49 s] 2026-02-25T15:58:57.4161720Z >>>>> 2/25/2026 3:58:57 PM VerifyGrid_ColumnSpan Start 2026-02-25T15:59:36.7299680Z >>>>> 2/25/2026 3:59:36 PM VerifyGrid_ColumnSpan Stop 2026-02-25T15:59:36.7595690Z Passed VerifyGrid_ColumnSpan [39 s] 2026-02-25T15:59:36.7625760Z >>>>> 2/25/2026 3:59:36 PM VerifyGrid_FlowDirection Start 2026-02-25T16:00:02.5014670Z >>>>> 2/25/2026 4:00:02 PM VerifyGrid_FlowDirection Stop 2026-02-25T16:00:02.5228620Z Passed VerifyGrid_FlowDirection [25 s] 2026-02-25T16:00:02.5232290Z >>>>> 2/25/2026 4:00:02 PM VerifyGrid_HorizontalOptionsCenter Start 2026-02-25T16:00:32.1835280Z >>>>> 2/25/2026 4:00:32 PM VerifyGrid_HorizontalOptionsCenter Stop 2026-02-25T16:00:32.1933320Z Passed VerifyGrid_HorizontalOptionsCenter [29 s] 2026-02-25T16:00:32.1942670Z >>>>> 2/25/2026 4:00:32 PM VerifyGrid_HorizontalOptionsEnd Start 2026-02-25T16:00:52.9270640Z >>>>> 2/25/2026 4:00:52 PM VerifyGrid_HorizontalOptionsEnd Stop 2026-02-25T16:00:52.9398170Z Passed VerifyGrid_HorizontalOptionsEnd [20 s] 2026-02-25T16:00:52.9406560Z >>>>> 2/25/2026 4:00:52 PM VerifyGrid_HorizontalOptionsStart Start 2026-02-25T16:01:15.1811260Z >>>>> 2/25/2026 4:01:15 PM VerifyGrid_HorizontalOptionsStart Stop 2026-02-25T16:01:15.1925470Z Passed VerifyGrid_HorizontalOptionsStart [22 s] 2026-02-25T16:01:15.1933080Z >>>>> 2/25/2026 4:01:15 PM VerifyGrid_IsVisible Start 2026-02-25T16:01:37.7944930Z >>>>> 2/25/2026 4:01:37 PM VerifyGrid_IsVisible Stop 2026-02-25T16:01:37.8055980Z Passed VerifyGrid_IsVisible [22 s] 2026-02-25T16:01:37.8059890Z >>>>> 2/25/2026 4:01:37 PM VerifyGrid_NestedGrid Start 2026-02-25T16:02:04.6194050Z >>>>> 2/25/2026 4:02:04 PM VerifyGrid_NestedGrid Stop 2026-02-25T16:02:04.6307410Z Passed VerifyGrid_NestedGrid [26 s] 2026-02-25T16:02:04.6311180Z >>>>> 2/25/2026 4:02:04 PM VerifyGrid_Padding Start 2026-02-25T16:02:37.2123310Z >>>>> 2/25/2026 4:02:37 PM VerifyGrid_Padding Stop 2026-02-25T16:02:37.2241260Z Passed VerifyGrid_Padding [32 s] 2026-02-25T16:02:37.2245510Z >>>>> 2/25/2026 4:02:37 PM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-02-25T16:03:52.8827390Z >>>>> 2/25/2026 4:03:52 PM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-02-25T16:03:52.8953560Z Passed VerifyGrid_RowAndColumnTypeAbsolute [1 m 15 s] 2026-02-25T16:03:52.8990390Z >>>>> 2/25/2026 4:03:52 PM VerifyGrid_RowSpacing Start 2026-02-25T16:04:24.6961900Z >>>>> 2/25/2026 4:04:24 PM VerifyGrid_RowSpacing Stop 2026-02-25T16:04:24.7076710Z Passed VerifyGrid_RowSpacing [31 s] 2026-02-25T16:04:24.7078600Z >>>>> 2/25/2026 4:04:24 PM VerifyGrid_RowSpan Start 2026-02-25T16:04:43.4591480Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-25T16:04:43.6442090Z ##[error]The operation was canceled. 2026-02-25T16:04:43.6476740Z ##[section]Async Command Start: Update Build Number 2026-02-25T16:04:43.6503080Z Update build number to 11.0.0-ci+azdo.1309268 for build 1309268 2026-02-25T16:04:43.6504410Z ##[section]Async Command End: Update Build Number 2026-02-25T16:04:43.6510380Z ##[section]Async Command Start: Update Build Number 2026-02-25T16:04:43.6511270Z Update build number to 11.0.0-ci+azdo.1309268 for build 1309268 2026-02-25T16:04:43.6511750Z ##[section]Async Command End: Update Build Number 2026-02-25T16:04:43.6516300Z ##[section]Async Command Start: Update Build Number 2026-02-25T16:04:43.6517410Z Update build number to 11.0.0-ci+azdo.1309268 for build 1309268 2026-02-25T16:04:43.6518030Z ##[section]Async Command End: Update Build Number 2026-02-25T16:04:43.6522940Z ##[section]Async Command Start: Update Build Number 2026-02-25T16:04:43.6524120Z Update build number to 11.0.0-ci+azdo.1309268 for build 1309268 2026-02-25T16:04:43.6524830Z ##[section]Async Command End: Update Build Number 2026-02-25T16:04:43.6529770Z ##[section]Async Command Start: Update Build Number 2026-02-25T16:04:43.6530850Z Update build number to 11.0.0-ci+azdo.1309268 for build 1309268 2026-02-25T16:04:43.6532340Z ##[section]Async Command End: Update Build Number 2026-02-25T16:04:43.6536710Z ##[section]Async Command Start: Update Build Number 2026-02-25T16:04:43.6537780Z Update build number to 11.0.0-ci+azdo.1309268 for build 1309268 2026-02-25T16:04:43.6538440Z ##[section]Async Command End: Update Build Number 2026-02-25T16:04:43.6543040Z ##[section]Async Command Start: Update Build Number 2026-02-25T16:04:43.6544050Z Update build number to 11.0.0-ci+azdo.1309268 for build 1309268 2026-02-25T16:04:43.6544720Z ##[section]Async Command End: Update Build Number 2026-02-25T16:04:43.6549260Z ##[section]Async Command Start: Update Build Number 2026-02-25T16:04:43.6550370Z Update build number to 11.0.0-ci+azdo.1309268 for build 1309268 2026-02-25T16:04:43.6550910Z ##[section]Async Command End: Update Build Number 2026-02-25T16:04:43.6562760Z ##[section]Finishing: Controls Layout