2026-01-29T23:16:36.6101370Z ##[section]Starting: Controls Layout 2026-01-29T23:16:36.6116890Z ============================================================================== 2026-01-29T23:16:36.6117190Z Task : PowerShell 2026-01-29T23:16:36.6117360Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-01-29T23:16:36.6117580Z Version : 2.266.0 2026-01-29T23:16:36.6117770Z Author : Microsoft Corporation 2026-01-29T23:16:36.6117940Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-01-29T23:16:36.6118200Z ============================================================================== 2026-01-29T23:16:36.9057820Z Generating script. 2026-01-29T23:16:36.9079330Z ========================== Starting Command Output =========================== 2026-01-29T23:16:36.9092920Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/0bc27830-7265-4a7d-a465-c70a4d50e6ab.ps1' 2026-01-29T23:16:37.7819120Z $ErrorActionPreference = 'stop' 2026-01-29T23:16:37.7878230Z $ProgressPreference = 'silentlyContinue' 2026-01-29T23:16:37.7893320Z Get-Content $PSCommandPath 2026-01-29T23:16:37.7902730Z $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-01-29T23:16:37.7911900Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-01-29T23:16:37.7934280Z $command += " --runtimevariant=""Mono""" 2026-01-29T23:16:37.7986530Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-01-29T23:16:37.8009110Z 2026-01-29T23:16:37.8060560Z $testFilter = "" 2026-01-29T23:16:37.8128860Z $testConfigrationArgs = "" 2026-01-29T23:16:37.8207210Z 2026-01-29T23:16:37.8236220Z "Layout".Split(",") | ForEach { 2026-01-29T23:16:37.8262110Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-29T23:16:37.8274720Z } 2026-01-29T23:16:37.8326590Z 2026-01-29T23:16:37.8342440Z $testFilter = $testFilter.TrimEnd("|") 2026-01-29T23:16:37.8350540Z 2026-01-29T23:16:37.8354320Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-29T23:16:37.8361130Z if ($testConfigrationArgs) { 2026-01-29T23:16:37.8364560Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-29T23:16:37.8366240Z } 2026-01-29T23:16:37.8368990Z if ($testFilter) { 2026-01-29T23:16:37.8371680Z $command += " --test-filter ""$testFilter""" 2026-01-29T23:16:37.8374470Z } 2026-01-29T23:16:37.8379930Z 2026-01-29T23:16:37.8389660Z $headless = true 2026-01-29T23:16:37.8394620Z if ($headless) { 2026-01-29T23:16:37.8399410Z $command += " --headless ""$headless""" 2026-01-29T23:16:37.8404270Z } 2026-01-29T23:16:37.8407630Z 2026-01-29T23:16:37.8411390Z Write-Host "Running command: $command" 2026-01-29T23:16:37.8414810Z 2026-01-29T23:16:37.8424760Z Invoke-Expression $command 2026-01-29T23:16:37.8427440Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-29T23:16:37.8439390Z } else { 2026-01-29T23:16:37.8446440Z exit $LASTEXITCODE 2026-01-29T23:16:37.8449380Z } 2026-01-29T23:16:38.1869240Z 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-01-29T23:16:39.0572850Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-29T23:16:39.9429380Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-29T23:16:40.7400390Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-29T23:16:41.6395730Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26064.3' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-29T23:16:42.3648140Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-29T23:16:43.6213280Z Looking for modules... 2026-01-29T23:16:48.9283100Z No modules found to install. 2026-01-29T23:16:48.9416850Z Module directory does not exist. 2026-01-29T23:16:48.9486290Z Analyzing build script... 2026-01-29T23:16:48.9519040Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-01-29T23:16:48.9536580Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-01-29T23:16:48.9569560Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-01-29T23:16:49.2203420Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-01-29T23:16:52.4073810Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-01-29T23:16:53.8881140Z Processing build script... 2026-01-29T23:16:53.9185200Z Installing addins... 2026-01-29T23:16:54.1705910Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-29T23:16:54.2158260Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-29T23:16:54.2518960Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-29T23:16:54.5284360Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-29T23:16:54.5285950Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-29T23:16:54.5287120Z is referencing an older version of Cake.Core (0.33.0). 2026-01-29T23:16:54.5288090Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-29T23:16:54.5302180Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-29T23:16:54.5309590Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-29T23:16:54.9116400Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-29T23:16:54.9118980Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-29T23:16:54.9121280Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-29T23:16:54.9123270Z Adding assembly reference to System.Runtime.dll... 2026-01-29T23:16:54.9125490Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-29T23:16:54.9131640Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-29T23:16:54.9150630Z Adding assembly reference to System.Threading.dll... 2026-01-29T23:16:54.9151780Z Adding assembly reference to System.Linq.dll... 2026-01-29T23:16:54.9153170Z Adding assembly reference to System.Collections.dll... 2026-01-29T23:16:54.9154240Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-29T23:16:54.9155430Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-29T23:16:54.9157470Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-29T23:16:54.9158560Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-29T23:16:54.9159690Z Adding assembly reference to System.ObjectModel.dll... 2026-01-29T23:16:54.9161220Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-29T23:16:54.9162730Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-29T23:16:54.9164250Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-29T23:16:54.9166060Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-29T23:16:54.9167190Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-29T23:16:54.9168700Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-29T23:16:54.9169770Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-29T23:16:54.9170830Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-29T23:16:54.9172170Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-29T23:16:54.9173560Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-29T23:16:54.9175020Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-29T23:16:54.9176370Z Adding assembly reference to mscorlib.dll... 2026-01-29T23:16:54.9177680Z Adding assembly reference to netstandard.dll... 2026-01-29T23:16:54.9179080Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-29T23:16:54.9180440Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-29T23:16:54.9181840Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-29T23:16:54.9183260Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-29T23:16:54.9184640Z Adding assembly reference to System.Memory.dll... 2026-01-29T23:16:54.9186090Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-29T23:16:54.9187910Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-29T23:16:54.9189780Z Adding assembly reference to System.ComponentModel.dll... 2026-01-29T23:16:54.9190730Z Adding assembly reference to System.Console.dll... 2026-01-29T23:16:54.9191730Z Adding assembly reference to System.Data.Common.dll... 2026-01-29T23:16:54.9192790Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-29T23:16:54.9194070Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-29T23:16:54.9195320Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-29T23:16:54.9196640Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-29T23:16:54.9197910Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-29T23:16:54.9199210Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-29T23:16:54.9200410Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-29T23:16:54.9202690Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-29T23:16:54.9204120Z Adding assembly reference to System.IO.Compression.dll... 2026-01-29T23:16:54.9205360Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-29T23:16:54.9207070Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-29T23:16:54.9208740Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-29T23:16:54.9210170Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-29T23:16:54.9211280Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-29T23:16:54.9212710Z Adding assembly reference to System.Net.Requests.dll... 2026-01-29T23:16:54.9214450Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-29T23:16:54.9215910Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-29T23:16:54.9256890Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-29T23:16:54.9258170Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-29T23:16:54.9258860Z Adding assembly reference to System.Net.Http.dll... 2026-01-29T23:16:54.9260410Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-29T23:16:54.9261760Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-29T23:16:54.9262970Z Adding assembly reference to System.Net.Mail.dll... 2026-01-29T23:16:54.9264110Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-29T23:16:54.9265090Z Adding assembly reference to System.Net.Ping.dll... 2026-01-29T23:16:54.9266090Z Adding assembly reference to System.Net.Security.dll... 2026-01-29T23:16:54.9267070Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-29T23:16:54.9268080Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-29T23:16:54.9269090Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-29T23:16:54.9270260Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-29T23:16:54.9271270Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-29T23:16:54.9272980Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-29T23:16:54.9274140Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-29T23:16:54.9275230Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-29T23:16:54.9276280Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-29T23:16:54.9277670Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-29T23:16:54.9278940Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-29T23:16:54.9280100Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-29T23:16:54.9281320Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-29T23:16:54.9282630Z Adding assembly reference to System.Security.Claims.dll... 2026-01-29T23:16:54.9283730Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-29T23:16:54.9285870Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-29T23:16:54.9287040Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-29T23:16:54.9288260Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-29T23:16:54.9289200Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-29T23:16:54.9290140Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-29T23:16:54.9291170Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-29T23:16:54.9292140Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-29T23:16:54.9293280Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-29T23:16:54.9294540Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-29T23:16:54.9295700Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-29T23:16:54.9296820Z Adding assembly reference to System.AppContext.dll... 2026-01-29T23:16:54.9297830Z Adding assembly reference to System.Buffers.dll... 2026-01-29T23:16:54.9298860Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-29T23:16:54.9300250Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-29T23:16:54.9301390Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-29T23:16:54.9302550Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-29T23:16:54.9303770Z Adding assembly reference to System.Configuration.dll... 2026-01-29T23:16:54.9304750Z Adding assembly reference to System.Core.dll... 2026-01-29T23:16:54.9305760Z Adding assembly reference to System.Private.Uri.dll... 2026-01-29T23:16:54.9307010Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-29T23:16:54.9307910Z Adding assembly reference to System.Data.dll... 2026-01-29T23:16:54.9308770Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-29T23:16:54.9309670Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-29T23:16:54.9310720Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-29T23:16:54.9312660Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-29T23:16:54.9313610Z Adding assembly reference to System.dll... 2026-01-29T23:16:54.9314630Z Adding assembly reference to System.Drawing.dll... 2026-01-29T23:16:54.9315560Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-29T23:16:54.9316520Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-29T23:16:54.9317570Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-29T23:16:54.9318710Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-29T23:16:54.9319700Z Adding assembly reference to System.Globalization.dll... 2026-01-29T23:16:54.9320710Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-29T23:16:54.9321690Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-29T23:16:54.9323680Z Adding assembly reference to System.IO.dll... 2026-01-29T23:16:54.9324750Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-29T23:16:54.9325950Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-29T23:16:54.9326930Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-29T23:16:54.9328250Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-29T23:16:54.9329390Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-29T23:16:54.9330450Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-29T23:16:54.9331420Z Adding assembly reference to System.Net.dll... 2026-01-29T23:16:54.9332320Z Adding assembly reference to System.Net.Quic.dll... 2026-01-29T23:16:54.9333250Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-29T23:16:54.9334200Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-29T23:16:54.9335140Z Adding assembly reference to System.Text.Json.dll... 2026-01-29T23:16:54.9336110Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-29T23:16:54.9337070Z Adding assembly reference to System.Numerics.dll... 2026-01-29T23:16:54.9338040Z Adding assembly reference to System.Reflection.dll... 2026-01-29T23:16:54.9339050Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-29T23:16:54.9340040Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-29T23:16:54.9341030Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-29T23:16:54.9342040Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-29T23:16:54.9343110Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-29T23:16:54.9344180Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-29T23:16:54.9345210Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-29T23:16:54.9346340Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-29T23:16:54.9348940Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-29T23:16:54.9350000Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-29T23:16:54.9351090Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-29T23:16:54.9352260Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-29T23:16:54.9353380Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-29T23:16:54.9354610Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-29T23:16:54.9355780Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-29T23:16:54.9357200Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-29T23:16:54.9358440Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-29T23:16:54.9360880Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-29T23:16:54.9362120Z Adding assembly reference to System.Security.dll... 2026-01-29T23:16:54.9363280Z Adding assembly reference to System.Security.Principal.dll... 2026-01-29T23:16:54.9364340Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-29T23:16:54.9365510Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-29T23:16:54.9366560Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-29T23:16:54.9367560Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-29T23:16:54.9368570Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-29T23:16:54.9369830Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-29T23:16:54.9370870Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-29T23:16:54.9371880Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-29T23:16:54.9373000Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-29T23:16:54.9374110Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-29T23:16:54.9375220Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-29T23:16:54.9376110Z Adding assembly reference to System.Transactions.dll... 2026-01-29T23:16:54.9377210Z Adding assembly reference to System.ValueTuple.dll... 2026-01-29T23:16:54.9378710Z Adding assembly reference to System.Web.dll... 2026-01-29T23:16:54.9380370Z Adding assembly reference to System.Windows.dll... 2026-01-29T23:16:54.9381740Z Adding assembly reference to System.Xml.dll... 2026-01-29T23:16:54.9383080Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-29T23:16:54.9384490Z Adding assembly reference to System.Private.Xml.dll... 2026-01-29T23:16:54.9385920Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-29T23:16:54.9387330Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-29T23:16:54.9388720Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-29T23:16:54.9390090Z Adding assembly reference to WindowsBase.dll... 2026-01-29T23:16:54.9392120Z Adding assembly reference to Cake.Core.dll... 2026-01-29T23:16:54.9393470Z Adding assembly reference to Cake.Common.dll... 2026-01-29T23:16:54.9394890Z Adding assembly reference to Spectre.Console.dll... 2026-01-29T23:16:54.9396220Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-29T23:16:54.9397550Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-29T23:16:54.9399300Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-29T23:16:54.9400900Z Importing namespace Cake.Common... 2026-01-29T23:16:54.9401750Z Importing namespace Cake.Common.Build... 2026-01-29T23:16:54.9402680Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-29T23:16:54.9403660Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-29T23:16:54.9404390Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-29T23:16:54.9406980Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-29T23:16:54.9407930Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-29T23:16:54.9409190Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-29T23:16:54.9410220Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-29T23:16:54.9411080Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-29T23:16:54.9411980Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-29T23:16:54.9412940Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-29T23:16:54.9413860Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-29T23:16:54.9414860Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-29T23:16:54.9415640Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-29T23:16:54.9416720Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-29T23:16:54.9418330Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-29T23:16:54.9420620Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-29T23:16:54.9421590Z Importing namespace Cake.Common.Build.GoCD... 2026-01-29T23:16:54.9422470Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-29T23:16:54.9423590Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-29T23:16:54.9425040Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-29T23:16:54.9425760Z Importing namespace Cake.Common.Build.MyGet... 2026-01-29T23:16:54.9426490Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-29T23:16:54.9427150Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-29T23:16:54.9427930Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-29T23:16:54.9428600Z Importing namespace Cake.Common.Diagnostics... 2026-01-29T23:16:54.9429230Z Importing namespace Cake.Common.IO... 2026-01-29T23:16:54.9429970Z Importing namespace Cake.Common.IO.Paths... 2026-01-29T23:16:54.9430640Z Importing namespace Cake.Common.Net... 2026-01-29T23:16:54.9431360Z Importing namespace Cake.Common.Security... 2026-01-29T23:16:54.9432720Z Importing namespace Cake.Common.Solution... 2026-01-29T23:16:54.9433610Z Importing namespace Cake.Common.Solution.Project... 2026-01-29T23:16:54.9434520Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-29T23:16:54.9435460Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-29T23:16:54.9436330Z Importing namespace Cake.Common.Text... 2026-01-29T23:16:54.9436980Z Importing namespace Cake.Common.Tools.Cake... 2026-01-29T23:16:54.9437660Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-29T23:16:54.9438320Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-29T23:16:54.9439000Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-29T23:16:54.9439790Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-29T23:16:54.9441460Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-29T23:16:54.9442340Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-29T23:16:54.9443250Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-29T23:16:54.9443940Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-29T23:16:54.9444610Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-29T23:16:54.9445270Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-29T23:16:54.9446240Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-29T23:16:54.9447110Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-29T23:16:54.9448120Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-29T23:16:54.9448820Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-29T23:16:54.9449690Z Importing namespace Cake.Common.Tools.Command... 2026-01-29T23:16:54.9450550Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-29T23:16:54.9451220Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-29T23:16:54.9451960Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-29T23:16:54.9452680Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-29T23:16:54.9453360Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-29T23:16:54.9454760Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-29T23:16:54.9456340Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-29T23:16:54.9457110Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-29T23:16:54.9457780Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-29T23:16:54.9458520Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-29T23:16:54.9459230Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-29T23:16:54.9459910Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-29T23:16:54.9460580Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-29T23:16:54.9461400Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-29T23:16:54.9462610Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-29T23:16:54.9463290Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-29T23:16:54.9463960Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-29T23:16:54.9464640Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-29T23:16:54.9465320Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-29T23:16:54.9466000Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-29T23:16:54.9466660Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-29T23:16:54.9467330Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-29T23:16:54.9468020Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-29T23:16:54.9468690Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-29T23:16:54.9469350Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-29T23:16:54.9470510Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-29T23:16:54.9471230Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-29T23:16:54.9471920Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-29T23:16:54.9472620Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-29T23:16:54.9473330Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-29T23:16:54.9474050Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-29T23:16:54.9474750Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-29T23:16:54.9475430Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-29T23:16:54.9476100Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-29T23:16:54.9477380Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-29T23:16:54.9478100Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-29T23:16:54.9478790Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-29T23:16:54.9479510Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-29T23:16:54.9480210Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-29T23:16:54.9480920Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-29T23:16:54.9481630Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-29T23:16:54.9482350Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-29T23:16:54.9483060Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-29T23:16:54.9483770Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-29T23:16:54.9484470Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-29T23:16:54.9485150Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-29T23:16:54.9485810Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-29T23:16:54.9486480Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-29T23:16:54.9487150Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-29T23:16:54.9488120Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-29T23:16:54.9488780Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-29T23:16:54.9489420Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-29T23:16:54.9490070Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-29T23:16:54.9490710Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-29T23:16:54.9491330Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-29T23:16:54.9491970Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-29T23:16:54.9492640Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-29T23:16:54.9493290Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-29T23:16:54.9493960Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-29T23:16:54.9494980Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-29T23:16:54.9495640Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-29T23:16:54.9496290Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-29T23:16:54.9496940Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-29T23:16:54.9497620Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-29T23:16:54.9498290Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-29T23:16:54.9498960Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-29T23:16:54.9499620Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-29T23:16:54.9500280Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-29T23:16:54.9500930Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-29T23:16:54.9501600Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-29T23:16:54.9502260Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-29T23:16:54.9502930Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-29T23:16:54.9503590Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-29T23:16:54.9504240Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-29T23:16:54.9504900Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-29T23:16:54.9505630Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-29T23:16:54.9506370Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-29T23:16:54.9507080Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-29T23:16:54.9507740Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-29T23:16:54.9508380Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-29T23:16:54.9509060Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-29T23:16:54.9509740Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-29T23:16:54.9510440Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-29T23:16:54.9511130Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-29T23:16:54.9511800Z Importing namespace Cake.Common.Tools.WiX... 2026-01-29T23:16:54.9512710Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-29T23:16:54.9513370Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-29T23:16:54.9514010Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-29T23:16:54.9514640Z Importing namespace Cake.Common.Xml... 2026-01-29T23:16:54.9515250Z Importing namespace Cake.Core... 2026-01-29T23:16:54.9515870Z Importing namespace Cake.Core.Diagnostics... 2026-01-29T23:16:54.9516500Z Importing namespace Cake.Core.IO... 2026-01-29T23:16:54.9517120Z Importing namespace Cake.Core.Scripting... 2026-01-29T23:16:54.9517740Z Importing namespace Cake.Core.Tooling... 2026-01-29T23:16:54.9518370Z Importing namespace Cake.FileHelpers... 2026-01-29T23:16:54.9518980Z Importing namespace NuGet.Common... 2026-01-29T23:16:54.9519590Z Importing namespace NuGet.Configuration... 2026-01-29T23:16:54.9520570Z Importing namespace NuGet.Protocol... 2026-01-29T23:16:54.9521210Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-29T23:16:54.9521850Z Importing namespace NuGet.Versioning... 2026-01-29T23:16:54.9522450Z Importing namespace System... 2026-01-29T23:16:54.9523070Z Importing namespace System.Collections.Generic... 2026-01-29T23:16:54.9523690Z Importing namespace System.IO... 2026-01-29T23:16:54.9524290Z Importing namespace System.Linq... 2026-01-29T23:16:54.9524880Z Importing namespace System.Text... 2026-01-29T23:16:54.9525520Z Importing namespace System.Threading.Tasks... 2026-01-29T23:16:54.9526010Z .NETStandard,Version=v2.0 2026-01-29T23:16:55.0093650Z Compiling build script... 2026-01-29T23:16:59.8860910Z /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-01-29T23:17:01.4420510Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-29T23:17:01.4421700Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-29T23:17:01.4444850Z Host OS System Arch: X64 2026-01-29T23:17:01.4446010Z Host Processor System Arch: X64 2026-01-29T23:17:01.4447160Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-29T23:17:01.4448070Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-01-29T23:17:01.4448710Z Build Configuration: Release 2026-01-29T23:17:01.4449490Z Build Runtime Identifier: maccatalyst-x64 2026-01-29T23:17:01.4450230Z Build Target Framework: net10.0-maccatalyst 2026-01-29T23:17:01.4450850Z Test Device: mac 2026-01-29T23:17:01.4451480Z Test Results Path: /Users/runner/work/1/a/test-results 2026-01-29T23:17:01.4581810Z 2026-01-29T23:17:01.4583510Z ======================================== 2026-01-29T23:17:01.4584210Z uitest 2026-01-29T23:17:01.4584890Z ======================================== 2026-01-29T23:17:01.4586250Z Executing task: uitest 2026-01-29T23:17:01.4608620Z Starting UI Tests... 2026-01-29T23:17:01.4615140Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-29T23:17:01.4621160Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-29T23:17:01.4723090Z Testing Device: mac 2026-01-29T23:17:01.4724170Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-01-29T23:17:01.4724950Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-01-29T23:17:01.4726100Z Results Directory: /Users/runner/work/1/a/test-results 2026-01-29T23:17:01.4769170Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-01-29T23:17:01.5451320Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-29T23:17:01.5526310Z 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-01-29T23:17:13.5437260Z Determining projects to restore... 2026-01-29T23:17:35.4206390Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 1.59 sec). 2026-01-29T23:17:35.8173950Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 2.47 sec). 2026-01-29T23:17:39.0027980Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 5.67 sec). 2026-01-29T23:17:39.2752120Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 3.62 sec). 2026-01-29T23:17:39.2958970Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3 ms). 2026-01-29T23:17:41.6683650Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 2.62 sec). 2026-01-29T23:17:44.4030260Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 8.42 sec). 2026-01-29T23:17:45.2990320Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 3.54 sec). 2026-01-29T23:17:45.5848090Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 879 ms). 2026-01-29T23:17:46.7475890Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 13.4 sec). 2026-01-29T23:17:46.9014800Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 1.54 sec). 2026-01-29T23:17:51.0818790Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 11.77 sec). 2026-01-29T23:17:51.1392020Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 5.53 sec). 2026-01-29T23:18:21.7855870Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-29T23:18:25.8148030Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-29T23:18:26.2116250Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-29T23:18:42.9682640Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-29T23:18:44.7383660Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-29T23:19:56.1310240Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-29T23:19:56.6028470Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-29T23:19:56.6227210Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-29T23:19:58.9359490Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-29T23:19:59.4114170Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-29T23:19:59.4798020Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-29T23:20:00.1374230Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-29T23:20:19.1514890Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-01-29T23:20:19.2529370Z 2026-01-29T23:20:19.2569630Z Build succeeded. 2026-01-29T23:20:19.2584710Z 0 Warning(s) 2026-01-29T23:20:19.2587190Z 0 Error(s) 2026-01-29T23:20:19.2589230Z 2026-01-29T23:20:19.2592020Z Time Elapsed 00:03:15.73 2026-01-29T23:20:19.3817550Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-01-29T23:20:19.3819610Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-29T23:20:19.3836090Z Run Tests With Filter TestCategory=Layout 2026-01-29T23:20:19.3840900Z Log Directory: /Users/runner/work/1/a/logs 2026-01-29T23:20:19.3841700Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-01-29T23:20:19.3848330Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-29T23:20:19.3850280Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-29T23:20:19.3851570Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-01-29T23:20:19.3852580Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-29T23:20:19.3853480Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-29T23:20:19.3854340Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-29T23:20:19.3855250Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-29T23:20:19.3857640Z 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-01-29T23:20:19.3859500Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-01-29T23:20:19.3951990Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-01-29T23:20:19.4013400Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-01-29T23:20:19.8430350Z Downloading file: 15% 2026-01-29T23:20:19.8493930Z Downloading file: 50% 2026-01-29T23:20:19.8578540Z Downloading file: 100% 2026-01-29T23:20:19.8721350Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-01-29T23:20:19.8745390Z 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-01-29T23:20:19.8790540Z 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-01-29T23:20:23.1449150Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-01-29T23:20:23.3537310Z VSTest version 18.0.1 (x64) 2026-01-29T23:20:23.3635430Z 2026-01-29T23:20:23.7149740Z Starting test execution, please wait... 2026-01-29T23:20:23.9639230Z A total of 1 test files matched the specified pattern. 2026-01-29T23:20:26.8847490Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-29T23:20:27.7843440Z [xUnit.net 00:00:00.97] Discovering: Controls.TestCases.Mac.Tests 2026-01-29T23:20:28.6206700Z [xUnit.net 00:00:01.89] Discovered: Controls.TestCases.Mac.Tests 2026-01-29T23:20:28.6633320Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-29T23:20:28.7266620Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-01-29T23:20:32.4751420Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-29T23:24:19.3291720Z >>>>> 1/29/2026 11:24:19 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-01-29T23:24:26.8614810Z >>>>> 1/29/2026 11:24:25 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-01-29T23:26:23.6290680Z >>>>> 1/29/2026 11:26:23 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-01-29T23:26:24.6139980Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 58 s] 2026-01-29T23:26:24.7145320Z >>>>> 1/29/2026 11:26:23 PM VerifyAbsoluteLayout_AllProportional Start 2026-01-29T23:28:08.0117440Z >>>>> 1/29/2026 11:28:08 PM VerifyAbsoluteLayout_AllProportional Stop 2026-01-29T23:28:08.0348720Z Passed VerifyAbsoluteLayout_AllProportional [1 m 44 s] 2026-01-29T23:28:08.0411960Z >>>>> 1/29/2026 11:28:08 PM VerifyAbsoluteLayout_FlowDirection Start 2026-01-29T23:29:17.5617200Z >>>>> 1/29/2026 11:29:17 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-01-29T23:29:17.7909150Z Passed VerifyAbsoluteLayout_FlowDirection [1 m 9 s] 2026-01-29T23:29:17.7944970Z >>>>> 1/29/2026 11:29:17 PM VerifyAbsoluteLayout_HeightProportional Start 2026-01-29T23:30:14.9042180Z >>>>> 1/29/2026 11:30:14 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-01-29T23:30:14.9367610Z Passed VerifyAbsoluteLayout_HeightProportional [57 s] 2026-01-29T23:30:14.9605420Z >>>>> 1/29/2026 11:30:14 PM VerifyAbsoluteLayout_PositionProportional Start 2026-01-29T23:31:52.4204870Z >>>>> 1/29/2026 11:31:52 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-01-29T23:31:52.5004880Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 37 s] 2026-01-29T23:31:52.5161060Z >>>>> 1/29/2026 11:31:52 PM VerifyAbsoluteLayout_SizeProportional Start 2026-01-29T23:32:57.5622500Z >>>>> 1/29/2026 11:32:57 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-01-29T23:32:57.7474340Z Passed VerifyAbsoluteLayout_SizeProportional [1 m 5 s] 2026-01-29T23:32:57.8479860Z >>>>> 1/29/2026 11:32:57 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-01-29T23:34:39.3814930Z >>>>> 1/29/2026 11:34:39 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-01-29T23:34:39.6271120Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 41 s] 2026-01-29T23:34:39.6416910Z >>>>> 1/29/2026 11:34:39 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-01-29T23:35:44.8351730Z >>>>> 1/29/2026 11:35:44 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-01-29T23:35:44.8389490Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [1 m 5 s] 2026-01-29T23:35:44.8399730Z >>>>> 1/29/2026 11:35:44 PM VerifyAbsoluteLayout_Visibility Start 2026-01-29T23:36:07.8240900Z >>>>> 1/29/2026 11:36:07 PM VerifyAbsoluteLayout_Visibility Stop 2026-01-29T23:36:07.8642770Z Passed VerifyAbsoluteLayout_Visibility [22 s] 2026-01-29T23:36:07.9160140Z >>>>> 1/29/2026 11:36:07 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-01-29T23:37:06.9211940Z >>>>> 1/29/2026 11:37:06 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-01-29T23:37:06.9535630Z Passed VerifyAbsoluteLayout_WidthAndHeight [59 s] 2026-01-29T23:37:06.9557880Z >>>>> 1/29/2026 11:37:06 PM VerifyAbsoluteLayout_WidthProportional Start 2026-01-29T23:37:55.9218410Z >>>>> 1/29/2026 11:37:55 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-01-29T23:37:55.9472280Z Passed VerifyAbsoluteLayout_WidthProportional [48 s] 2026-01-29T23:37:55.9510900Z >>>>> 1/29/2026 11:37:55 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-01-29T23:39:03.1072970Z >>>>> 1/29/2026 11:39:03 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-01-29T23:39:03.1256660Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [1 m 7 s] 2026-01-29T23:39:03.1260840Z >>>>> 1/29/2026 11:39:03 PM VerifyAbsoluteLayout_XProportional Start 2026-01-29T23:40:03.1274200Z >>>>> 1/29/2026 11:40:03 PM VerifyAbsoluteLayout_XProportional Stop 2026-01-29T23:40:03.3697540Z Passed VerifyAbsoluteLayout_XProportional [1 m] 2026-01-29T23:40:03.4156300Z >>>>> 1/29/2026 11:40:03 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-01-29T23:41:28.4223780Z >>>>> 1/29/2026 11:41:28 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-01-29T23:41:28.4299310Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 25 s] 2026-01-29T23:41:28.4313040Z >>>>> 1/29/2026 11:41:28 PM VerifyAbsoluteLayout_YProportional Start 2026-01-29T23:42:48.9284330Z >>>>> 1/29/2026 11:42:48 PM VerifyAbsoluteLayout_YProportional Stop 2026-01-29T23:42:49.9813070Z Passed VerifyAbsoluteLayout_YProportional [1 m 20 s] 2026-01-29T23:42:56.1966250Z >>>>> 1/29/2026 11:42:56 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-01-29T23:43:00.6954310Z >>>>> 1/29/2026 11:43:00 PM FlexLayout_ValidateDefaultValues Start 2026-01-29T23:43:26.5817970Z >>>>> 1/29/2026 11:43:26 PM FlexLayout_ValidateDefaultValues Stop 2026-01-29T23:43:26.6003430Z Passed FlexLayout_ValidateDefaultValues [25 s] 2026-01-29T23:43:26.6095250Z >>>>> 1/29/2026 11:43:26 PM FlexLayout_SetWrapAlignContentStretch Start 2026-01-29T23:44:23.3894990Z >>>>> 1/29/2026 11:44:23 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-01-29T23:44:23.4025330Z Passed FlexLayout_SetWrapAlignContentStretch [56 s] 2026-01-29T23:44:23.4061770Z >>>>> 1/29/2026 11:44:23 PM FlexLayout_SetWrapAlignContentCenter Start 2026-01-29T23:45:11.1901480Z >>>>> 1/29/2026 11:45:11 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-01-29T23:45:11.2145640Z Passed FlexLayout_SetWrapAlignContentCenter [47 s] 2026-01-29T23:45:11.2323510Z >>>>> 1/29/2026 11:45:11 PM FlexLayout_SetWrapAlignContentStart Start 2026-01-29T23:46:01.6572470Z >>>>> 1/29/2026 11:46:01 PM FlexLayout_SetWrapAlignContentStart Stop 2026-01-29T23:46:01.6767690Z Passed FlexLayout_SetWrapAlignContentStart [50 s] 2026-01-29T23:46:01.6802590Z >>>>> 1/29/2026 11:46:01 PM FlexLayout_SetWrapAlignContentEnd Start 2026-01-29T23:47:00.5503050Z >>>>> 1/29/2026 11:47:00 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-01-29T23:47:00.9330760Z Passed FlexLayout_SetWrapAlignContentEnd [59 s] 2026-01-29T23:47:01.0334200Z >>>>> 1/29/2026 11:47:00 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-01-29T23:48:05.0715640Z >>>>> 1/29/2026 11:48:05 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-01-29T23:48:05.1624350Z Passed FlexLayout_SetWrapAlignContentSpaceAround [1 m 4 s] 2026-01-29T23:48:05.2223010Z >>>>> 1/29/2026 11:48:05 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-01-29T23:49:13.4267960Z >>>>> 1/29/2026 11:49:13 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-01-29T23:49:13.4649420Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [1 m 8 s] 2026-01-29T23:49:13.4656070Z >>>>> 1/29/2026 11:49:13 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-01-29T23:50:06.6019100Z >>>>> 1/29/2026 11:50:06 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-01-29T23:50:06.8616980Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [53 s] 2026-01-29T23:50:06.8804760Z >>>>> 1/29/2026 11:50:06 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-01-29T23:51:04.5644190Z >>>>> 1/29/2026 11:51:04 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-01-29T23:51:04.5829280Z Passed FlexLayout_SetWrapReverseAlignContentStretch [57 s] 2026-01-29T23:51:04.6485120Z >>>>> 1/29/2026 11:51:04 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-01-29T23:51:56.0739870Z >>>>> 1/29/2026 11:51:56 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-01-29T23:51:56.0978530Z Passed FlexLayout_SetWrapReverseAlignContentCenter [51 s] 2026-01-29T23:51:56.1085440Z >>>>> 1/29/2026 11:51:56 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-01-29T23:52:49.2608880Z >>>>> 1/29/2026 11:52:49 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-01-29T23:52:49.2768530Z Passed FlexLayout_SetWrapReverseAlignContentStart [53 s] 2026-01-29T23:52:49.2800300Z >>>>> 1/29/2026 11:52:49 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-01-29T23:53:45.2551840Z >>>>> 1/29/2026 11:53:45 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-01-29T23:53:45.2747630Z Passed FlexLayout_SetWrapReverseAlignContentEnd [55 s] 2026-01-29T23:53:45.2751950Z >>>>> 1/29/2026 11:53:45 PM FlexLayout_AlignItemsCenter Start 2026-01-29T23:54:27.6435050Z >>>>> 1/29/2026 11:54:27 PM FlexLayout_AlignItemsCenter Stop 2026-01-29T23:54:27.6603730Z Passed FlexLayout_AlignItemsCenter [42 s] 2026-01-29T23:54:27.6799310Z >>>>> 1/29/2026 11:54:27 PM FlexLayout_AlignItemsEnd Start 2026-01-29T23:55:06.3787940Z >>>>> 1/29/2026 11:55:06 PM FlexLayout_AlignItemsEnd Stop 2026-01-29T23:55:06.3898100Z Passed FlexLayout_AlignItemsEnd [38 s] 2026-01-29T23:55:06.3906230Z >>>>> 1/29/2026 11:55:06 PM FlexLayout_AlignItemsStretch Start 2026-01-29T23:55:41.1233400Z >>>>> 1/29/2026 11:55:41 PM FlexLayout_AlignItemsStretch Stop 2026-01-29T23:55:41.1486110Z Passed FlexLayout_AlignItemsStretch [34 s] 2026-01-29T23:55:41.1489740Z >>>>> 1/29/2026 11:55:41 PM FlexLayout_DirectionRowReverse Start 2026-01-29T23:56:14.0301850Z >>>>> 1/29/2026 11:56:14 PM FlexLayout_DirectionRowReverse Stop 2026-01-29T23:56:14.1292270Z Passed FlexLayout_DirectionRowReverse [32 s] 2026-01-29T23:56:14.1449290Z >>>>> 1/29/2026 11:56:14 PM FlexLayout_DirectionColumn Start 2026-01-29T23:56:47.0278830Z >>>>> 1/29/2026 11:56:47 PM FlexLayout_DirectionColumn Stop 2026-01-29T23:56:47.0663120Z Passed FlexLayout_DirectionColumn [32 s] 2026-01-29T23:56:47.0731240Z >>>>> 1/29/2026 11:56:47 PM FlexLayout_DirectionColumnReverse Start 2026-01-29T23:57:29.0063730Z >>>>> 1/29/2026 11:57:29 PM FlexLayout_DirectionColumnReverse Stop 2026-01-29T23:57:29.0188030Z Passed FlexLayout_DirectionColumnReverse [41 s] 2026-01-29T23:57:29.0193900Z >>>>> 1/29/2026 11:57:29 PM FlexLayout_JustifyContentCenter Start 2026-01-29T23:58:09.3016740Z >>>>> 1/29/2026 11:58:09 PM FlexLayout_JustifyContentCenter Stop 2026-01-29T23:58:09.3491680Z Passed FlexLayout_JustifyContentCenter [40 s] 2026-01-29T23:58:09.3498660Z >>>>> 1/29/2026 11:58:09 PM FlexLayout_JustifyContentEnd Start 2026-01-29T23:58:48.5748830Z >>>>> 1/29/2026 11:58:48 PM FlexLayout_JustifyContentEnd Stop 2026-01-29T23:58:48.5861850Z Passed FlexLayout_JustifyContentEnd [39 s] 2026-01-29T23:58:48.5864470Z >>>>> 1/29/2026 11:58:48 PM FlexLayout_JustifyContentSpaceBetween Start 2026-01-29T23:59:27.5910790Z >>>>> 1/29/2026 11:59:27 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-01-29T23:59:27.6032570Z Passed FlexLayout_JustifyContentSpaceBetween [39 s] 2026-01-29T23:59:27.6038280Z >>>>> 1/29/2026 11:59:27 PM FlexLayout_JustifyContentSpaceAround Start 2026-01-30T00:00:17.6832130Z >>>>> 1/30/2026 12:00:17 AM FlexLayout_JustifyContentSpaceAround Stop 2026-01-30T00:00:17.6947010Z Passed FlexLayout_JustifyContentSpaceAround [50 s] 2026-01-30T00:00:17.6962400Z >>>>> 1/30/2026 12:00:17 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-01-30T00:00:57.4033940Z >>>>> 1/30/2026 12:00:57 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-01-30T00:00:57.4385890Z Passed FlexLayout_JustifyContentSpaceEvenly [39 s] 2026-01-30T00:00:57.4516500Z >>>>> 1/30/2026 12:00:57 AM FlexLayout_AlignSelfStart Start 2026-01-30T00:01:29.7861530Z >>>>> 1/30/2026 12:01:29 AM FlexLayout_AlignSelfStart Stop 2026-01-30T00:01:29.8139440Z Passed FlexLayout_AlignSelfStart [32 s] 2026-01-30T00:01:29.8196240Z >>>>> 1/30/2026 12:01:29 AM FlexLayout_AlignSelfCenter Start 2026-01-30T00:02:09.4513820Z >>>>> 1/30/2026 12:02:09 AM FlexLayout_AlignSelfCenter Stop 2026-01-30T00:02:09.5058990Z Passed FlexLayout_AlignSelfCenter [39 s] 2026-01-30T00:02:09.5138900Z >>>>> 1/30/2026 12:02:09 AM FlexLayout_AlignSelfEnd Start 2026-01-30T00:02:48.0619490Z >>>>> 1/30/2026 12:02:48 AM FlexLayout_AlignSelfEnd Stop 2026-01-30T00:02:48.0622090Z Passed FlexLayout_AlignSelfEnd [38 s] 2026-01-30T00:02:48.0625060Z >>>>> 1/30/2026 12:02:48 AM FlexLayout_AlignSelfStretch Start 2026-01-30T00:03:31.3523930Z >>>>> 1/30/2026 12:03:31 AM FlexLayout_AlignSelfStretch Stop 2026-01-30T00:03:31.3858000Z Passed FlexLayout_AlignSelfStretch [43 s] 2026-01-30T00:03:31.3941740Z >>>>> 1/30/2026 12:03:31 AM FlexLayout_Child1Grow Start 2026-01-30T00:04:44.3182420Z >>>>> 1/30/2026 12:04:44 AM FlexLayout_Child1Grow Stop 2026-01-30T00:04:44.3926540Z Passed FlexLayout_Child1Grow [1 m 12 s] 2026-01-30T00:04:44.3994210Z >>>>> 1/30/2026 12:04:44 AM FlexLayout_Child1Shrink Start 2026-01-30T00:06:01.3708780Z >>>>> 1/30/2026 12:06:01 AM FlexLayout_Child1Shrink Stop 2026-01-30T00:06:01.3870230Z Passed FlexLayout_Child1Shrink [1 m 17 s] 2026-01-30T00:06:01.3876600Z >>>>> 1/30/2026 12:06:01 AM FlexLayout_Child1Order Start 2026-01-30T00:06:57.3197950Z >>>>> 1/30/2026 12:06:57 AM FlexLayout_Child1Order Stop 2026-01-30T00:06:57.3262170Z Passed FlexLayout_Child1Order [55 s] 2026-01-30T00:06:57.3268540Z >>>>> 1/30/2026 12:06:57 AM FlexLayout_BasisAuto_DirectionRow Start 2026-01-30T00:07:35.8492460Z >>>>> 1/30/2026 12:07:35 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-01-30T00:07:35.8592570Z Passed FlexLayout_BasisAuto_DirectionRow [38 s] 2026-01-30T00:07:35.8702170Z >>>>> 1/30/2026 12:07:35 AM FlexLayout_BasisFixed_DirectionRow Start 2026-01-30T00:08:13.9621370Z >>>>> 1/30/2026 12:08:13 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-01-30T00:08:13.9747210Z Passed FlexLayout_BasisFixed_DirectionRow [38 s] 2026-01-30T00:08:13.9760240Z >>>>> 1/30/2026 12:08:13 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-01-30T00:08:54.7899610Z >>>>> 1/30/2026 12:08:54 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-01-30T00:08:54.8321850Z Passed FlexLayout_BasisPercentage_DirectionRow [40 s] 2026-01-30T00:08:54.8332280Z >>>>> 1/30/2026 12:08:54 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-01-30T00:09:36.6830530Z >>>>> 1/30/2026 12:09:36 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-01-30T00:09:36.6971340Z Passed FlexLayout_BasisAuto_DirectionRowReverse [41 s] 2026-01-30T00:09:36.6984400Z >>>>> 1/30/2026 12:09:36 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-01-30T00:10:17.5200820Z >>>>> 1/30/2026 12:10:17 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-01-30T00:10:17.5326430Z Passed FlexLayout_BasisFixed_DirectionRowReverse [40 s] 2026-01-30T00:10:17.5332620Z >>>>> 1/30/2026 12:10:17 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-01-30T00:10:54.1174460Z >>>>> 1/30/2026 12:10:54 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-01-30T00:10:54.1528620Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [36 s] 2026-01-30T00:10:54.1774530Z >>>>> 1/30/2026 12:10:54 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-01-30T00:11:33.8480880Z >>>>> 1/30/2026 12:11:33 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-01-30T00:11:33.8665480Z Passed FlexLayout_BasisAuto_DirectionColumn [39 s] 2026-01-30T00:11:33.8672240Z >>>>> 1/30/2026 12:11:33 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-01-30T00:12:06.2551830Z >>>>> 1/30/2026 12:12:06 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-01-30T00:12:06.2779560Z Passed FlexLayout_BasisFixed_DirectionColumn [32 s] 2026-01-30T00:12:06.2814440Z >>>>> 1/30/2026 12:12:06 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-01-30T00:12:51.6409860Z >>>>> 1/30/2026 12:12:51 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-01-30T00:12:51.6588530Z Passed FlexLayout_BasisPercentage_DirectionColumn [45 s] 2026-01-30T00:12:51.6593630Z >>>>> 1/30/2026 12:12:51 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-01-30T00:13:25.4337390Z >>>>> 1/30/2026 12:13:25 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-01-30T00:13:25.4710840Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [33 s] 2026-01-30T00:13:25.4713150Z >>>>> 1/30/2026 12:13:25 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-01-30T00:14:04.3333520Z >>>>> 1/30/2026 12:14:04 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-01-30T00:14:04.3530390Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [38 s] 2026-01-30T00:14:04.3545110Z >>>>> 1/30/2026 12:14:04 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-01-30T00:14:52.3918220Z >>>>> 1/30/2026 12:14:52 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-01-30T00:14:52.4026120Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [48 s] 2026-01-30T00:14:52.4029440Z >>>>> 1/30/2026 12:14:52 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-01-30T00:15:51.2429720Z >>>>> 1/30/2026 12:15:51 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-01-30T00:15:51.2598780Z Passed FlexLayout_SetAlignItemsCenterWrap [58 s] 2026-01-30T00:15:51.2612100Z >>>>> 1/30/2026 12:15:51 AM FlexLayout_SetAlignItemsEndWrap Start 2026-01-30T00:16:42.7413180Z >>>>> 1/30/2026 12:16:42 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-01-30T00:16:44.6120320Z Passed FlexLayout_SetAlignItemsEndWrap [51 s] 2026-01-30T00:16:53.5211500Z >>>>> 1/30/2026 12:16:53 AM FixtureSetup for GridFeatureTests(Mac) 2026-01-30T00:16:57.2607620Z >>>>> 1/30/2026 12:16:57 AM VerifyGrid_BackgroundColor Start 2026-01-30T00:17:24.3832650Z >>>>> 1/30/2026 12:17:24 AM VerifyGrid_BackgroundColor Stop 2026-01-30T00:17:24.4056580Z Passed VerifyGrid_BackgroundColor [27 s] 2026-01-30T00:17:24.4095020Z >>>>> 1/30/2026 12:17:24 AM VerifyGrid_ColumnSpacing Start 2026-01-30T00:17:56.0093360Z >>>>> 1/30/2026 12:17:56 AM VerifyGrid_ColumnSpacing Stop 2026-01-30T00:17:56.0473680Z Passed VerifyGrid_ColumnSpacing [31 s] 2026-01-30T00:17:56.0487540Z >>>>> 1/30/2026 12:17:56 AM VerifyGrid_ColumnSpan Start 2026-01-30T00:18:28.0403380Z >>>>> 1/30/2026 12:18:28 AM VerifyGrid_ColumnSpan Stop 2026-01-30T00:18:28.0582600Z Passed VerifyGrid_ColumnSpan [32 s] 2026-01-30T00:18:28.0601070Z >>>>> 1/30/2026 12:18:28 AM VerifyGrid_FlowDirection Start 2026-01-30T00:18:49.2729360Z >>>>> 1/30/2026 12:18:49 AM VerifyGrid_FlowDirection Stop 2026-01-30T00:18:49.3074630Z Passed VerifyGrid_FlowDirection [21 s] 2026-01-30T00:18:49.3084270Z >>>>> 1/30/2026 12:18:49 AM VerifyGrid_HorizontalOptionsCenter Start 2026-01-30T00:19:12.5150690Z >>>>> 1/30/2026 12:19:12 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-01-30T00:19:12.5343950Z Passed VerifyGrid_HorizontalOptionsCenter [23 s] 2026-01-30T00:19:12.5345480Z >>>>> 1/30/2026 12:19:12 AM VerifyGrid_HorizontalOptionsEnd Start 2026-01-30T00:19:32.1676100Z >>>>> 1/30/2026 12:19:32 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-01-30T00:19:32.1763410Z Passed VerifyGrid_HorizontalOptionsEnd [19 s] 2026-01-30T00:19:32.1767530Z >>>>> 1/30/2026 12:19:32 AM VerifyGrid_HorizontalOptionsStart Start 2026-01-30T00:19:52.2701760Z >>>>> 1/30/2026 12:19:52 AM VerifyGrid_HorizontalOptionsStart Stop 2026-01-30T00:19:52.2789830Z Passed VerifyGrid_HorizontalOptionsStart [20 s] 2026-01-30T00:19:52.2799720Z >>>>> 1/30/2026 12:19:52 AM VerifyGrid_IsVisible Start 2026-01-30T00:20:12.8878520Z >>>>> 1/30/2026 12:20:12 AM VerifyGrid_IsVisible Stop 2026-01-30T00:20:12.9153820Z Passed VerifyGrid_IsVisible [20 s] 2026-01-30T00:20:12.9155340Z >>>>> 1/30/2026 12:20:12 AM VerifyGrid_NestedGrid Start 2026-01-30T00:20:34.8518190Z >>>>> 1/30/2026 12:20:34 AM VerifyGrid_NestedGrid Stop 2026-01-30T00:20:34.8650350Z Passed VerifyGrid_NestedGrid [21 s] 2026-01-30T00:20:34.8672160Z >>>>> 1/30/2026 12:20:34 AM VerifyGrid_Padding Start 2026-01-30T00:21:03.7788310Z >>>>> 1/30/2026 12:21:03 AM VerifyGrid_Padding Stop 2026-01-30T00:21:03.7904300Z Passed VerifyGrid_Padding [28 s] 2026-01-30T00:21:03.7905660Z >>>>> 1/30/2026 12:21:03 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-01-30T00:22:10.4379020Z >>>>> 1/30/2026 12:22:10 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-01-30T00:22:10.4599280Z Passed VerifyGrid_RowAndColumnTypeAbsolute [1 m 6 s] 2026-01-30T00:22:10.4601100Z >>>>> 1/30/2026 12:22:10 AM VerifyGrid_RowSpacing Start 2026-01-30T00:22:40.0625650Z >>>>> 1/30/2026 12:22:40 AM VerifyGrid_RowSpacing Stop 2026-01-30T00:22:40.0721530Z Passed VerifyGrid_RowSpacing [29 s] 2026-01-30T00:22:40.0731440Z >>>>> 1/30/2026 12:22:40 AM VerifyGrid_RowSpan Start 2026-01-30T00:23:11.9306290Z >>>>> 1/30/2026 12:23:11 AM VerifyGrid_RowSpan Stop 2026-01-30T00:23:11.9699820Z Passed VerifyGrid_RowSpan [31 s] 2026-01-30T00:23:11.9714150Z >>>>> 1/30/2026 12:23:11 AM VerifyGrid_SetColumn Start 2026-01-30T00:23:46.7806780Z >>>>> 1/30/2026 12:23:46 AM VerifyGrid_SetColumn Stop 2026-01-30T00:23:46.8038120Z Passed VerifyGrid_SetColumn [34 s] 2026-01-30T00:23:46.8041750Z >>>>> 1/30/2026 12:23:46 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-01-30T00:24:42.5234750Z >>>>> 1/30/2026 12:24:42 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-01-30T00:24:42.5319880Z Passed VerifyGrid_SetColumn_SetColumnSpacing [55 s] 2026-01-30T00:24:42.5350790Z >>>>> 1/30/2026 12:24:42 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-01-30T00:25:36.9164100Z >>>>> 1/30/2026 12:25:36 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-01-30T00:25:36.9281900Z Passed VerifyGrid_SetColumn_SetRowSpacing [54 s] 2026-01-30T00:25:36.9283710Z >>>>> 1/30/2026 12:25:36 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-01-30T00:26:32.0415060Z >>>>> 1/30/2026 12:26:32 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-01-30T00:26:32.0516780Z Passed VerifyGrid_SetColumnSpacingAndPadding [55 s] 2026-01-30T00:26:32.0518300Z >>>>> 1/30/2026 12:26:32 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-01-30T00:27:07.9647830Z >>>>> 1/30/2026 12:27:07 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-01-30T00:27:07.9771320Z Passed VerifyGrid_SetPaddingAndBackgroundColor [35 s] 2026-01-30T00:27:07.9772910Z >>>>> 1/30/2026 12:27:07 AM VerifyGrid_SetRow Start 2026-01-30T00:27:39.0680260Z >>>>> 1/30/2026 12:27:39 AM VerifyGrid_SetRow Stop 2026-01-30T00:27:39.0845310Z Passed VerifyGrid_SetRow [31 s] 2026-01-30T00:27:39.0859860Z >>>>> 1/30/2026 12:27:39 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-01-30T00:28:35.1598970Z >>>>> 1/30/2026 12:28:35 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-01-30T00:28:35.1715380Z Passed VerifyGrid_SetRow_SetColumnSpacing [56 s] 2026-01-30T00:28:35.1717460Z >>>>> 1/30/2026 12:28:35 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-01-30T00:29:44.2864740Z >>>>> 1/30/2026 12:29:44 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-01-30T00:29:44.3242660Z Passed VerifyGrid_SetRow_SetRowSpacing [1 m 9 s] 2026-01-30T00:29:44.3244550Z >>>>> 1/30/2026 12:29:44 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-01-30T00:30:41.2028420Z >>>>> 1/30/2026 12:30:41 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-01-30T00:30:41.2251810Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [56 s] 2026-01-30T00:30:41.2257850Z >>>>> 1/30/2026 12:30:41 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-01-30T00:31:40.4096790Z >>>>> 1/30/2026 12:31:40 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-01-30T00:31:40.4255670Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [59 s] 2026-01-30T00:31:40.4263940Z >>>>> 1/30/2026 12:31:40 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-01-30T00:32:35.0437140Z >>>>> 1/30/2026 12:32:35 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-01-30T00:32:35.0664210Z Passed VerifyGrid_SetRowSpacingAndPadding [54 s] 2026-01-30T00:32:35.0668640Z >>>>> 1/30/2026 12:32:35 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-01-30T00:33:03.3087170Z >>>>> 1/30/2026 12:33:03 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-01-30T00:33:03.3203110Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [28 s] 2026-01-30T00:33:03.3215770Z >>>>> 1/30/2026 12:33:03 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-01-30T00:33:31.5066780Z >>>>> 1/30/2026 12:33:31 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-01-30T00:33:31.5158890Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [28 s] 2026-01-30T00:33:31.5160390Z >>>>> 1/30/2026 12:33:31 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-01-30T00:34:02.4370080Z >>>>> 1/30/2026 12:34:02 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-01-30T00:34:02.4498140Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [30 s] 2026-01-30T00:34:02.4512860Z >>>>> 1/30/2026 12:34:02 AM VerifyGrid_VerticalOptionsCenter Start 2026-01-30T00:34:22.8284000Z >>>>> 1/30/2026 12:34:22 AM VerifyGrid_VerticalOptionsCenter Stop 2026-01-30T00:34:22.8367430Z Passed VerifyGrid_VerticalOptionsCenter [20 s] 2026-01-30T00:34:22.8369590Z >>>>> 1/30/2026 12:34:22 AM VerifyGrid_VerticalOptionsEnd Start 2026-01-30T00:34:43.3986240Z >>>>> 1/30/2026 12:34:43 AM VerifyGrid_VerticalOptionsEnd Stop 2026-01-30T00:34:43.4628790Z Passed VerifyGrid_VerticalOptionsEnd [20 s] 2026-01-30T00:34:43.4631090Z >>>>> 1/30/2026 12:34:43 AM VerifyGrid_VerticalOptionsStart Start 2026-01-30T00:35:06.0989260Z >>>>> 1/30/2026 12:35:06 AM VerifyGrid_VerticalOptionsStart Stop 2026-01-30T00:35:07.4217490Z Passed VerifyGrid_VerticalOptionsStart [22 s] 2026-01-30T00:35:10.2920750Z >>>>> 1/30/2026 12:35:10 AM FixtureSetup for Issue22075(Mac) 2026-01-30T00:35:10.4701790Z >>>>> 1/30/2026 12:35:10 AM CreateStackWithPadding Start 2026-01-30T00:35:14.2078160Z >>>>> 1/30/2026 12:35:14 AM CreateStackWithPadding Stop 2026-01-30T00:35:15.0123380Z Passed CreateStackWithPadding [3 s] 2026-01-30T00:35:17.6551780Z >>>>> 1/30/2026 12:35:17 AM FixtureSetup for Bugzilla34007(Mac) 2026-01-30T00:35:17.8814880Z >>>>> 1/30/2026 12:35:17 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-01-30T00:35:24.4881590Z >>>>> 1/30/2026 12:35:24 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-01-30T00:35:25.3763940Z Passed Issue34007TestFirstElementHasLowestZOrder [6 s] 2026-01-30T00:38:02.0720800Z >>>>> 1/30/2026 12:38:02 AM FixtureSetup for Bugzilla34061(Mac) 2026-01-30T00:38:02.2150560Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-01-30T00:38:03.7649780Z Skipped Bugzilla34061Test [1 ms] 2026-01-30T00:38:04.5700420Z >>>>> 1/30/2026 12:38:04 AM FixtureSetup for Bugzilla40161(Mac) 2026-01-30T00:38:04.7108790Z >>>>> 1/30/2026 12:38:04 AM Issue1Test Start 2026-01-30T00:38:14.2231190Z >>>>> 1/30/2026 12:38:14 AM Issue1Test Stop 2026-01-30T00:38:14.2438490Z Passed Issue1Test [9 s] 2026-01-30T00:38:17.6047830Z >>>>> 1/30/2026 12:38:17 AM FixtureSetup for Bugzilla44176(Mac) 2026-01-30T00:38:17.7447120Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-30T00:38:19.2356230Z Skipped Bugzilla44176Test [< 1 ms] 2026-01-30T00:38:21.1006300Z >>>>> 1/30/2026 12:38:21 AM FixtureSetup for Bugzilla46458(Mac) 2026-01-30T00:38:21.2584820Z >>>>> 1/30/2026 12:38:21 AM GridIsEnabled Start 2026-01-30T00:38:43.7401520Z >>>>> 1/30/2026 12:38:43 AM GridIsEnabled Stop 2026-01-30T00:38:43.7590930Z Passed GridIsEnabled [22 s] 2026-01-30T00:38:46.7606520Z >>>>> 1/30/2026 12:38:46 AM FixtureSetup for Bugzilla51238(Mac) 2026-01-30T00:38:46.8923900Z >>>>> 1/30/2026 12:38:46 AM Issue1Test Start 2026-01-30T00:38:50.2997980Z >>>>> 1/30/2026 12:38:50 AM Issue1Test Stop 2026-01-30T00:38:51.4017290Z Passed Issue1Test [3 s] 2026-01-30T00:38:53.3398910Z >>>>> 1/30/2026 12:38:53 AM FixtureSetup for Bugzilla53445(Mac) 2026-01-30T00:38:53.5078380Z >>>>> 1/30/2026 12:38:53 AM Bugzilla53445Test Start 2026-01-30T00:39:10.5886290Z >>>>> 1/30/2026 12:39:10 AM Bugzilla53445Test Stop 2026-01-30T00:39:11.4980260Z Passed Bugzilla53445Test [17 s] 2026-01-30T00:39:13.6096470Z >>>>> 1/30/2026 12:39:13 AM FixtureSetup for Issue1267(Mac) 2026-01-30T00:39:13.7770850Z >>>>> 1/30/2026 12:39:13 AM StarInGridDoesNotCrash Start 2026-01-30T00:39:16.5222760Z >>>>> 1/30/2026 12:39:16 AM StarInGridDoesNotCrash Stop 2026-01-30T00:39:16.7849380Z Passed StarInGridDoesNotCrash [2 s] 2026-01-30T00:39:19.8771640Z >>>>> 1/30/2026 12:39:19 AM FixtureSetup for Issue15330(Mac) 2026-01-30T00:39:20.0616850Z >>>>> 1/30/2026 12:39:20 AM Issue15330Test Start 2026-01-30T00:39:23.4116560Z >>>>> 1/30/2026 12:39:23 AM Issue15330Test Stop 2026-01-30T00:39:24.8249340Z Passed Issue15330Test [3 s] 2026-01-30T00:39:26.3378310Z >>>>> 1/30/2026 12:39:26 AM FixtureSetup for Issue1601(Mac) 2026-01-30T00:39:26.4737000Z >>>>> 1/30/2026 12:39:26 AM Issue1601Test Start 2026-01-30T00:39:29.9412420Z >>>>> 1/30/2026 12:39:29 AM Issue1601Test Stop 2026-01-30T00:39:30.9866740Z Passed Issue1601Test [3 s] 2026-01-30T00:39:33.0517860Z >>>>> 1/30/2026 12:39:33 AM FixtureSetup for Issue19513(Mac) 2026-01-30T00:39:33.2123620Z >>>>> 1/30/2026 12:39:33 AM NegativeSpacingCrashes Start 2026-01-30T00:39:34.4048030Z >>>>> 1/30/2026 12:39:34 AM NegativeSpacingCrashes Stop 2026-01-30T00:39:34.7080540Z Passed NegativeSpacingCrashes [1 s] 2026-01-30T00:39:37.3559310Z >>>>> 1/30/2026 12:39:37 AM FixtureSetup for Issue21711(Mac) 2026-01-30T00:39:37.4899260Z >>>>> 1/30/2026 12:39:37 AM AddDoesNotCrash Start 2026-01-30T00:39:47.3874590Z >>>>> 1/30/2026 12:39:47 AM AddDoesNotCrash Stop 2026-01-30T00:39:47.4105640Z Passed AddDoesNotCrash [9 s] 2026-01-30T00:39:47.4160600Z >>>>> 1/30/2026 12:39:47 AM InsertDoesNotCrash Start 2026-01-30T00:39:51.9292770Z >>>>> 1/30/2026 12:39:51 AM InsertDoesNotCrash Stop 2026-01-30T00:39:51.9418760Z Passed InsertDoesNotCrash [4 s] 2026-01-30T00:39:51.9544740Z >>>>> 1/30/2026 12:39:51 AM RemoveDoesNotCrash Start 2026-01-30T00:39:55.5972140Z >>>>> 1/30/2026 12:39:55 AM RemoveDoesNotCrash Stop 2026-01-30T00:39:55.6096610Z Passed RemoveDoesNotCrash [3 s] 2026-01-30T00:39:55.6098120Z >>>>> 1/30/2026 12:39:55 AM UpdateDoesNotCrash Start 2026-01-30T00:39:59.3019440Z >>>>> 1/30/2026 12:39:59 AM UpdateDoesNotCrash Stop 2026-01-30T00:40:00.1469490Z Passed UpdateDoesNotCrash [3 s] 2026-01-30T00:40:03.2562100Z >>>>> 1/30/2026 12:40:03 AM FixtureSetup for Issue23484(Mac) 2026-01-30T00:40:03.4945480Z >>>>> 1/30/2026 12:40:03 AM ReusingNavigationPageDoesntBreakLayout Start 2026-01-30T00:40:23.6139010Z >>>>> 1/30/2026 12:40:23 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-01-30T00:40:24.5342280Z Passed ReusingNavigationPageDoesntBreakLayout [19 s] 2026-01-30T00:40:27.0553280Z >>>>> 1/30/2026 12:40:27 AM FixtureSetup for Issue24246(Mac) 2026-01-30T00:40:27.1857580Z >>>>> 1/30/2026 12:40:27 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-01-30T00:40:36.0806400Z >>>>> 1/30/2026 12:40:36 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-01-30T00:40:36.3030250Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [8 s] 2026-01-30T00:40:39.6168590Z >>>>> 1/30/2026 12:40:39 AM FixtureSetup for Issue24434(Mac) 2026-01-30T00:40:39.7776550Z >>>>> 1/30/2026 12:40:39 AM ModifyingANonVisibleLayoutWorks Start 2026-01-30T00:40:45.5346920Z >>>>> 1/30/2026 12:40:45 AM ModifyingANonVisibleLayoutWorks Stop 2026-01-30T00:40:45.8109510Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-01-30T00:40:48.8932630Z >>>>> 1/30/2026 12:40:48 AM FixtureSetup for Issue24996(Mac) 2026-01-30T00:40:49.0127030Z >>>>> 1/30/2026 12:40:49 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-01-30T00:40:53.8268170Z >>>>> 1/30/2026 12:40:53 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-01-30T00:40:53.8985510Z >>>>> 1/30/2026 12:40:53 AM Log types: 2026-01-30T00:40:55.2296540Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [5 s] 2026-01-30T00:40:55.2341110Z Error Message: 2026-01-30T00:40:55.2345600Z Assert.That(condition, Is.True) 2026-01-30T00:40:55.2347130Z Expected: True 2026-01-30T00:40:55.2348920Z But was: False 2026-01-30T00:40:55.2349140Z 2026-01-30T00:40:55.2357810Z Stack Trace: 2026-01-30T00:40:55.2374100Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-30T00:40:55.2375470Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-30T00:40:55.2376110Z 2026-01-30T00:40:55.2376780Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-30T00:40:55.2377820Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-30T00:40:55.2378440Z 2026-01-30T00:40:55.2378610Z 2026-01-30T00:43:06.4253260Z >>>>> 1/30/2026 12:43:06 AM FixtureSetup for Issue2653(Mac) 2026-01-30T00:43:06.5643200Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-30T00:43:08.0522600Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-01-30T00:43:09.0817260Z >>>>> 1/30/2026 12:43:09 AM FixtureSetup for Issue2767(Mac) 2026-01-30T00:43:09.2431140Z >>>>> 1/30/2026 12:43:09 AM Issue2767Test Start 2026-01-30T00:43:11.9434990Z >>>>> 1/30/2026 12:43:11 AM Issue2767Test Stop 2026-01-30T00:43:12.5846190Z Passed Issue2767Test [2 s] 2026-01-30T00:45:25.5918420Z >>>>> 1/30/2026 12:45:25 AM FixtureSetup for Issue2858(Mac) 2026-01-30T00:45:25.9229310Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-30T00:45:27.4198480Z Skipped CascadeInputTransparentGrids [10 ms] 2026-01-30T00:45:29.0389890Z >>>>> 1/30/2026 12:45:29 AM FixtureSetup for Issue28945(Mac) 2026-01-30T00:45:29.2481590Z >>>>> 1/30/2026 12:45:29 AM MauiViewShouldPropagateFocus Start 2026-01-30T00:45:32.6281130Z >>>>> 1/30/2026 12:45:32 AM MauiViewShouldPropagateFocus Stop 2026-01-30T00:45:33.7911670Z Passed MauiViewShouldPropagateFocus [3 s] 2026-01-30T00:45:35.5912850Z >>>>> 1/30/2026 12:45:35 AM FixtureSetup for Issue29919(Mac) 2026-01-30T00:45:35.7424860Z >>>>> 1/30/2026 12:45:35 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-01-30T00:45:36.9735350Z >>>>> 1/30/2026 12:45:36 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-01-30T00:45:37.2299560Z Passed StackLayoutWindowsCrashWithZeroHeight [1 s] 2026-01-30T00:45:41.0930040Z >>>>> 1/30/2026 12:45:41 AM FixtureSetup for Issue2993(Mac) 2026-01-30T00:45:41.3600610Z >>>>> 1/30/2026 12:45:41 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-01-30T00:45:43.4417940Z >>>>> 1/30/2026 12:45:43 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-01-30T00:45:44.3497980Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [2 s] 2026-01-30T00:45:47.0487580Z >>>>> 1/30/2026 12:45:47 AM FixtureSetup for Issue3475(Mac) 2026-01-30T00:45:47.2046750Z >>>>> 1/30/2026 12:45:47 AM Issue3475TestsLayoutCompressionPerformance Start 2026-01-30T00:46:34.8764810Z >>>>> 1/30/2026 12:46:34 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-01-30T00:46:35.2368960Z Passed Issue3475TestsLayoutCompressionPerformance [47 s] 2026-01-30T00:46:38.2382060Z >>>>> 1/30/2026 12:46:38 AM FixtureSetup for Issue6260(Mac) 2026-01-30T00:46:38.3382230Z >>>>> 1/30/2026 12:46:38 AM NonAppCompatBasicSwitchTest Start 2026-01-30T00:46:39.4789910Z >>>>> 1/30/2026 12:46:39 AM NonAppCompatBasicSwitchTest Stop 2026-01-30T00:46:39.8772640Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-01-30T00:46:42.7156430Z >>>>> 1/30/2026 12:46:42 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-01-30T00:46:42.8378320Z >>>>> 1/30/2026 12:46:42 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-01-30T00:47:12.3815350Z >>>>> 1/30/2026 12:47:12 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-01-30T00:47:12.3920850Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [29 s] 2026-01-30T00:47:12.3925240Z >>>>> 1/30/2026 12:47:12 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-01-30T00:47:27.2903500Z >>>>> 1/30/2026 12:47:27 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-01-30T00:47:27.2972430Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [14 s] 2026-01-30T00:47:27.2974190Z >>>>> 1/30/2026 12:47:27 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-01-30T00:47:29.8877950Z >>>>> 1/30/2026 12:47:29 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-01-30T00:47:30.3486510Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-01-30T00:47:32.8949200Z >>>>> 1/30/2026 12:47:32 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-01-30T00:47:33.0027180Z >>>>> 1/30/2026 12:47:33 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-01-30T00:47:56.3659550Z >>>>> 1/30/2026 12:47:56 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-01-30T00:47:56.3731670Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [23 s] 2026-01-30T00:47:56.3732840Z >>>>> 1/30/2026 12:47:56 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-01-30T00:48:08.8163550Z >>>>> 1/30/2026 12:48:08 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-01-30T00:48:08.8225190Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [12 s] 2026-01-30T00:48:08.8226550Z >>>>> 1/30/2026 12:48:08 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-01-30T00:48:11.6619750Z >>>>> 1/30/2026 12:48:11 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-01-30T00:48:11.8344860Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-01-30T00:48:14.2495410Z >>>>> 1/30/2026 12:48:14 AM FixtureSetup for Issue6945(Mac) 2026-01-30T00:48:14.3636320Z >>>>> 1/30/2026 12:48:14 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-01-30T00:48:18.9491590Z >>>>> 1/30/2026 12:48:18 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-01-30T00:48:20.4313600Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [4 s] 2026-01-30T00:48:22.6071960Z >>>>> 1/30/2026 12:48:22 AM FixtureSetup for Issue9075(Mac) 2026-01-30T00:48:22.7657280Z >>>>> 1/30/2026 12:48:22 AM FlexLayoutCycleException Start 2026-01-30T00:48:25.0723090Z >>>>> 1/30/2026 12:48:25 AM FlexLayoutCycleException Stop 2026-01-30T00:48:25.8201280Z Passed FlexLayoutCycleException [2 s] 2026-01-30T00:48:28.4709630Z >>>>> 1/30/2026 12:48:28 AM FixtureSetup for StackLayoutIssue(Mac) 2026-01-30T00:48:28.6275600Z >>>>> 1/30/2026 12:48:28 AM StackLayoutIssueTestsAllElementsPresent Start 2026-01-30T00:48:35.0867170Z >>>>> 1/30/2026 12:48:35 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-01-30T00:48:36.1506920Z Passed StackLayoutIssueTestsAllElementsPresent [6 s] 2026-01-30T00:48:38.5505600Z >>>>> 1/30/2026 12:48:38 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-01-30T00:48:41.8774020Z >>>>> 1/30/2026 12:48:41 AM HorizontalStackLayout_IsVisible Start 2026-01-30T00:48:56.2273360Z >>>>> 1/30/2026 12:48:56 AM HorizontalStackLayout_IsVisible Stop 2026-01-30T00:48:56.2383030Z Passed HorizontalStackLayout_IsVisible [14 s] 2026-01-30T00:48:56.2384640Z >>>>> 1/30/2026 12:48:56 AM HorizontalStackLayout_RTLFlowDirection Start 2026-01-30T00:49:09.5832270Z >>>>> 1/30/2026 12:49:09 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-01-30T00:49:09.5996270Z Passed HorizontalStackLayout_RTLFlowDirection [13 s] 2026-01-30T00:49:09.6002600Z >>>>> 1/30/2026 12:49:09 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-01-30T00:49:32.0143630Z >>>>> 1/30/2026 12:49:32 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-01-30T00:49:32.0216680Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [22 s] 2026-01-30T00:49:32.0218780Z >>>>> 1/30/2026 12:49:32 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-01-30T00:50:00.4329340Z >>>>> 1/30/2026 12:50:00 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-01-30T00:50:00.4433420Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [28 s] 2026-01-30T00:50:00.4443350Z >>>>> 1/30/2026 12:50:00 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-01-30T00:50:23.9266600Z >>>>> 1/30/2026 12:50:23 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-01-30T00:50:23.9361030Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [23 s] 2026-01-30T00:50:23.9364400Z >>>>> 1/30/2026 12:50:23 AM HorizontalStackLayout_Spacing_With_Height Start 2026-01-30T00:50:54.0576120Z >>>>> 1/30/2026 12:50:54 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-01-30T00:50:54.0681770Z Passed HorizontalStackLayout_Spacing_With_Height [30 s] 2026-01-30T00:50:54.0687300Z >>>>> 1/30/2026 12:50:54 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-01-30T00:51:33.2694060Z >>>>> 1/30/2026 12:51:33 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-01-30T00:51:33.2833980Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [39 s] 2026-01-30T00:51:33.2843060Z >>>>> 1/30/2026 12:51:33 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-01-30T00:51:55.6565220Z >>>>> 1/30/2026 12:51:55 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-01-30T00:51:55.6629840Z Passed HorizontalStackLayout_Spacing_With_RTL [22 s] 2026-01-30T00:51:55.6631350Z >>>>> 1/30/2026 12:51:55 AM HorizontalStackLayout_Spacing_With_Width Start 2026-01-30T00:52:21.1939980Z >>>>> 1/30/2026 12:52:21 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-01-30T00:52:21.2057910Z Passed HorizontalStackLayout_Spacing_With_Width [25 s] 2026-01-30T00:52:21.2059850Z >>>>> 1/30/2026 12:52:21 AM VerticalStackLayout_IsVisible Start 2026-01-30T00:52:36.3951740Z >>>>> 1/30/2026 12:52:36 AM VerticalStackLayout_IsVisible Stop 2026-01-30T00:52:36.4057110Z Passed VerticalStackLayout_IsVisible [15 s] 2026-01-30T00:52:36.4063880Z >>>>> 1/30/2026 12:52:36 AM VerticalStackLayout_RTLFlowDirection Start 2026-01-30T00:52:55.4594490Z >>>>> 1/30/2026 12:52:55 AM VerticalStackLayout_RTLFlowDirection Stop 2026-01-30T00:52:55.4687970Z Passed VerticalStackLayout_RTLFlowDirection [19 s] 2026-01-30T00:52:55.4695970Z >>>>> 1/30/2026 12:52:55 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-01-30T00:53:27.5253360Z >>>>> 1/30/2026 12:53:27 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-01-30T00:53:27.5346160Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [32 s] 2026-01-30T00:53:27.5353450Z >>>>> 1/30/2026 12:53:27 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-01-30T00:54:05.6452140Z >>>>> 1/30/2026 12:54:05 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-01-30T00:54:05.6545520Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [38 s] 2026-01-30T00:54:05.6552560Z >>>>> 1/30/2026 12:54:05 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-01-30T00:54:36.9194350Z >>>>> 1/30/2026 12:54:36 AM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-01-30T00:54:36.9297980Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [31 s] 2026-01-30T00:54:36.9301580Z >>>>> 1/30/2026 12:54:36 AM VerticalStackLayout_Spacing_With_Height Start 2026-01-30T00:55:12.8619720Z >>>>> 1/30/2026 12:55:12 AM VerticalStackLayout_Spacing_With_Height Stop 2026-01-30T00:55:12.8694050Z Passed VerticalStackLayout_Spacing_With_Height [35 s] 2026-01-30T00:55:12.8705560Z >>>>> 1/30/2026 12:55:12 AM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-01-30T00:56:01.5516520Z >>>>> 1/30/2026 12:56:01 AM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-01-30T00:56:01.5602110Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [48 s] 2026-01-30T00:56:01.5603760Z >>>>> 1/30/2026 12:56:01 AM VerticalStackLayout_Spacing_With_RTL Start 2026-01-30T00:56:25.1879000Z >>>>> 1/30/2026 12:56:25 AM VerticalStackLayout_Spacing_With_RTL Stop 2026-01-30T00:56:25.1930350Z Passed VerticalStackLayout_Spacing_With_RTL [23 s] 2026-01-30T00:56:25.1931590Z >>>>> 1/30/2026 12:56:25 AM VerticalStackLayout_Spacing_With_Width Start 2026-01-30T00:56:55.7912170Z >>>>> 1/30/2026 12:56:55 AM VerticalStackLayout_Spacing_With_Width Stop 2026-01-30T00:56:56.7405660Z Passed VerticalStackLayout_Spacing_With_Width [30 s] 2026-01-30T00:56:59.4005000Z >>>>> 1/30/2026 12:56:59 AM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-01-30T00:57:03.1421310Z >>>>> 1/30/2026 12:57:03 AM TwoPaneView_WideMode Start 2026-01-30T00:57:18.0839820Z >>>>> 1/30/2026 12:57:18 AM TwoPaneView_WideMode Stop 2026-01-30T00:57:18.0936360Z Passed TwoPaneView_WideMode [14 s] 2026-01-30T00:57:18.0938410Z >>>>> 1/30/2026 12:57:18 AM TwoPaneView_IsTall_UsingRect Start 2026-01-30T00:57:47.1504660Z >>>>> 1/30/2026 12:57:47 AM TwoPaneView_IsTall_UsingRect Stop 2026-01-30T00:57:47.1568780Z Passed TwoPaneView_IsTall_UsingRect [29 s] 2026-01-30T00:57:47.1570790Z >>>>> 1/30/2026 12:57:47 AM TwoPaneView_Wide_UsingRect Start 2026-01-30T00:58:02.0995930Z >>>>> 1/30/2026 12:58:02 AM TwoPaneView_Wide_UsingRect Stop 2026-01-30T00:58:02.1091610Z Passed TwoPaneView_Wide_UsingRect [14 s] 2026-01-30T00:58:02.1102730Z >>>>> 1/30/2026 12:58:02 AM TwoPaneView_TallMode Start 2026-01-30T00:58:24.1003760Z >>>>> 1/30/2026 12:58:24 AM TwoPaneView_TallMode Stop 2026-01-30T00:58:24.1079450Z Passed TwoPaneView_TallMode [22 s] 2026-01-30T00:58:24.1081690Z >>>>> 1/30/2026 12:58:24 AM TwoPaneView_Pane1Priority Start 2026-01-30T00:58:42.6713180Z >>>>> 1/30/2026 12:58:42 AM TwoPaneView_Pane1Priority Stop 2026-01-30T00:58:42.6798400Z Passed TwoPaneView_Pane1Priority [18 s] 2026-01-30T00:58:42.6801620Z >>>>> 1/30/2026 12:58:42 AM TwoPaneView_Pane2Priority Start 2026-01-30T00:59:07.5052710Z >>>>> 1/30/2026 12:59:07 AM TwoPaneView_Pane2Priority Stop 2026-01-30T00:59:07.5102700Z Passed TwoPaneView_Pane2Priority [24 s] 2026-01-30T00:59:07.5105370Z >>>>> 1/30/2026 12:59:07 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-01-30T00:59:31.6749220Z >>>>> 1/30/2026 12:59:31 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-01-30T00:59:31.6804910Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [24 s] 2026-01-30T00:59:31.6806090Z >>>>> 1/30/2026 12:59:31 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-01-30T00:59:55.9149230Z >>>>> 1/30/2026 12:59:55 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-01-30T00:59:55.9214230Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [24 s] 2026-01-30T00:59:55.9216090Z >>>>> 1/30/2026 12:59:55 AM TwoPaneView_Pane2SizeIncrease Start 2026-01-30T01:00:16.4114540Z >>>>> 1/30/2026 1:00:16 AM TwoPaneView_Pane2SizeIncrease Stop 2026-01-30T01:00:16.4194930Z Passed TwoPaneView_Pane2SizeIncrease [20 s] 2026-01-30T01:00:16.4203120Z >>>>> 1/30/2026 1:00:16 AM TwoPaneView_Pane1SizeIncrease Start 2026-01-30T01:00:34.4061640Z >>>>> 1/30/2026 1:00:34 AM TwoPaneView_Pane1SizeIncrease Stop 2026-01-30T01:00:34.4110840Z Passed TwoPaneView_Pane1SizeIncrease [17 s] 2026-01-30T01:00:34.4112770Z >>>>> 1/30/2026 1:00:34 AM TwoPaneView_ZIsShadowEnabled Start 2026-01-30T01:00:46.7688630Z >>>>> 1/30/2026 1:00:46 AM TwoPaneView_ZIsShadowEnabled Stop 2026-01-30T01:00:46.7740290Z Passed TwoPaneView_ZIsShadowEnabled [12 s] 2026-01-30T01:00:46.7741270Z >>>>> 1/30/2026 1:00:46 AM TwoPaneView_IsVisible Start 2026-01-30T01:00:58.7821520Z >>>>> 1/30/2026 1:00:58 AM TwoPaneView_IsVisible Stop 2026-01-30T01:00:58.7869610Z Passed TwoPaneView_IsVisible [12 s] 2026-01-30T01:00:58.7870880Z >>>>> 1/30/2026 1:00:58 AM TwoPaneView_RTLFlowDirection Start 2026-01-30T01:01:10.7723280Z >>>>> 1/30/2026 1:01:10 AM TwoPaneView_RTLFlowDirection Stop 2026-01-30T01:01:10.7777520Z Passed TwoPaneView_RTLFlowDirection [11 s] 2026-01-30T01:01:10.7778800Z >>>>> 1/30/2026 1:01:10 AM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-01-30T01:01:33.7665550Z >>>>> 1/30/2026 1:01:33 AM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-01-30T01:01:34.8243450Z Passed TwoPaneView_IsWideWithRTL_UsingRect [22 s] 2026-01-30T01:01:34.9591290Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-30T01:01:35.6920720Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-01-30T01:01:35.6947350Z 2026-01-30T01:01:35.7326770Z Test Run Failed. 2026-01-30T01:01:35.7333550Z Total tests: 158 2026-01-30T01:01:35.7334250Z Passed: 153 2026-01-30T01:01:35.7335470Z Failed: 1 2026-01-30T01:01:35.7337210Z Skipped: 4 2026-01-30T01:01:35.7386130Z Total time: 1.6865 Hours 2026-01-30T01:01:37.5233250Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-01-30T01:01:37.7362070Z An error occurred when executing task 'uitest'. 2026-01-30T01:01:37.9396830Z Completed in 01:44:36.3916017 2026-01-30T01:01:38.4701190Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-01-30T01:01:38.4764950Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-01-30T01:01:38.4769280Z 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-01-30T01:01:38.4809340Z 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-01-30T01:01:38.4864170Z 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-01-30T01:01:38.4887220Z 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-01-30T01:01:38.4958010Z 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-01-30T01:01:38.4985070Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-01-30T01:01:38.5085200Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-01-30T01:01:38.5101390Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-01-30T01:01:38.5104360Z at Submission#0.<>b__0_24() 2026-01-30T01:01:38.5106640Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-01-30T01:01:38.5316110Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-01-30T01:01:38.5324450Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-01-30T01:01:38.5342950Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-01-30T01:01:38.5426390Z 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-01-30T01:01:38.5434220Z 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-01-30T01:01:38.5455470Z 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-01-30T01:01:38.5533280Z 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-01-30T01:01:38.5550410Z 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-01-30T01:01:38.5626840Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-01-30T01:01:38.5652170Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-01-30T01:01:38.5725020Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-01-30T01:01:38.5752410Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-01-30T01:01:38.5813930Z at Submission#0.<>d__0.MoveNext() 2026-01-30T01:01:38.5891860Z --- End of stack trace from previous location --- 2026-01-30T01:01:38.5902220Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-30T01:01:38.5914620Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-30T01:01:38.6012180Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-01-30T01:01:38.6024880Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-01-30T01:01:38.6086100Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-01-30T01:01:38.6102060Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-01-30T01:01:38.6172190Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-01-30T01:01:40.7365610Z 2026-01-30T01:01:40.8323500Z ##[error]PowerShell exited with code '1'. 2026-01-30T01:01:40.9133660Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-01-30T01:01:42.6494120Z Generating script. 2026-01-30T01:01:42.6518700Z ========================== Starting Command Output =========================== 2026-01-30T01:01:42.6626840Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/3be088f5-d13a-47f0-ba29-5ce0329fe7f1.ps1' 2026-01-30T01:01:44.3957620Z $ErrorActionPreference = 'stop' 2026-01-30T01:01:44.3961450Z $ProgressPreference = 'silentlyContinue' 2026-01-30T01:01:44.3964360Z Get-Content $PSCommandPath 2026-01-30T01:01:44.3967160Z $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-01-30T01:01:44.3969680Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-01-30T01:01:44.3971610Z $command += " --runtimevariant=""Mono""" 2026-01-30T01:01:44.3974500Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-01-30T01:01:44.3975780Z 2026-01-30T01:01:44.3978180Z $testFilter = "" 2026-01-30T01:01:44.3979840Z $testConfigrationArgs = "" 2026-01-30T01:01:44.3981520Z 2026-01-30T01:01:44.3983290Z "Layout".Split(",") | ForEach { 2026-01-30T01:01:44.3985760Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-30T01:01:44.3991030Z } 2026-01-30T01:01:44.3992250Z 2026-01-30T01:01:44.3993950Z $testFilter = $testFilter.TrimEnd("|") 2026-01-30T01:01:44.3995810Z 2026-01-30T01:01:44.3997430Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-30T01:01:44.3999260Z if ($testConfigrationArgs) { 2026-01-30T01:01:44.4001700Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-30T01:01:44.4002940Z } 2026-01-30T01:01:44.4005100Z if ($testFilter) { 2026-01-30T01:01:44.4007700Z $command += " --test-filter ""$testFilter""" 2026-01-30T01:01:44.4009360Z } 2026-01-30T01:01:44.4010610Z 2026-01-30T01:01:44.4013090Z $headless = true 2026-01-30T01:01:44.4015200Z if ($headless) { 2026-01-30T01:01:44.4017410Z $command += " --headless ""$headless""" 2026-01-30T01:01:44.4019580Z } 2026-01-30T01:01:44.4021410Z 2026-01-30T01:01:44.4023040Z Write-Host "Running command: $command" 2026-01-30T01:01:44.4024000Z 2026-01-30T01:01:44.4025750Z Invoke-Expression $command 2026-01-30T01:01:44.4027000Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-30T01:01:44.4029750Z } else { 2026-01-30T01:01:44.4033930Z exit $LASTEXITCODE 2026-01-30T01:01:44.4034340Z } 2026-01-30T01:01:44.5527630Z 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-01-30T01:01:46.0791930Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T01:01:47.1036320Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T01:01:47.8261050Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T01:01:48.3213680Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26064.3' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T01:01:48.7814490Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T01:01:49.5767110Z Looking for modules... 2026-01-30T01:01:52.2548320Z No modules found to install. 2026-01-30T01:01:52.2612900Z Module directory does not exist. 2026-01-30T01:01:52.2671290Z Analyzing build script... 2026-01-30T01:01:52.2691360Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-01-30T01:01:52.2715440Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-01-30T01:01:52.2721460Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-01-30T01:01:52.4546320Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-01-30T01:01:53.6781050Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-01-30T01:01:54.3587820Z Processing build script... 2026-01-30T01:01:54.3604730Z Installing addins... 2026-01-30T01:01:54.5469770Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-30T01:01:54.5590820Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-30T01:01:54.5676800Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-30T01:01:54.7402340Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T01:01:54.7403220Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T01:01:54.7403910Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T01:01:54.7404510Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T01:01:54.7445990Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T01:01:54.7479080Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T01:01:54.9932920Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-30T01:01:54.9933790Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-30T01:01:54.9934700Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-30T01:01:54.9935700Z Adding assembly reference to System.Runtime.dll... 2026-01-30T01:01:54.9936580Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-30T01:01:54.9937550Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-30T01:01:54.9943200Z Adding assembly reference to System.Threading.dll... 2026-01-30T01:01:54.9948100Z Adding assembly reference to System.Linq.dll... 2026-01-30T01:01:54.9949100Z Adding assembly reference to System.Collections.dll... 2026-01-30T01:01:54.9950310Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-30T01:01:54.9951270Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-30T01:01:54.9952250Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-30T01:01:54.9953230Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-30T01:01:54.9954270Z Adding assembly reference to System.ObjectModel.dll... 2026-01-30T01:01:54.9955720Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-30T01:01:54.9956690Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-30T01:01:54.9958120Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-30T01:01:54.9964330Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-30T01:01:54.9965350Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-30T01:01:54.9966280Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-30T01:01:55.0012180Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-30T01:01:55.0012840Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-30T01:01:55.0013480Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-30T01:01:55.0014110Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-30T01:01:55.0015580Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-30T01:01:55.0016250Z Adding assembly reference to mscorlib.dll... 2026-01-30T01:01:55.0016820Z Adding assembly reference to netstandard.dll... 2026-01-30T01:01:55.0017500Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-30T01:01:55.0018130Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-30T01:01:55.0018740Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-30T01:01:55.0019370Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-30T01:01:55.0020050Z Adding assembly reference to System.Memory.dll... 2026-01-30T01:01:55.0020720Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-30T01:01:55.0021390Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-30T01:01:55.0022070Z Adding assembly reference to System.ComponentModel.dll... 2026-01-30T01:01:55.0022680Z Adding assembly reference to System.Console.dll... 2026-01-30T01:01:55.0023270Z Adding assembly reference to System.Data.Common.dll... 2026-01-30T01:01:55.0023910Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-30T01:01:55.0024560Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-30T01:01:55.0025230Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-30T01:01:55.0025970Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-30T01:01:55.0026840Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-30T01:01:55.0027520Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-30T01:01:55.0028190Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-30T01:01:55.0028850Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-30T01:01:55.0029920Z Adding assembly reference to System.IO.Compression.dll... 2026-01-30T01:01:55.0030600Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-30T01:01:55.0031600Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-30T01:01:55.0032260Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-30T01:01:55.0032920Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-30T01:01:55.0033560Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-30T01:01:55.0034190Z Adding assembly reference to System.Net.Requests.dll... 2026-01-30T01:01:55.0034860Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-30T01:01:55.0035530Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-30T01:01:55.0036220Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-30T01:01:55.0036870Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-30T01:01:55.0037500Z Adding assembly reference to System.Net.Http.dll... 2026-01-30T01:01:55.0038410Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-30T01:01:55.0039090Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-30T01:01:55.0039710Z Adding assembly reference to System.Net.Mail.dll... 2026-01-30T01:01:55.0040360Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-30T01:01:55.0041050Z Adding assembly reference to System.Net.Ping.dll... 2026-01-30T01:01:55.0041670Z Adding assembly reference to System.Net.Security.dll... 2026-01-30T01:01:55.0042300Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-30T01:01:55.0042960Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-30T01:01:55.0043620Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-30T01:01:55.0044260Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-30T01:01:55.0044910Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-30T01:01:55.0045580Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-30T01:01:55.0046470Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-30T01:01:55.0047140Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-30T01:01:55.0047850Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-30T01:01:55.0048640Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-30T01:01:55.0049400Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-30T01:01:55.0050160Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-30T01:01:55.0050960Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-30T01:01:55.0051680Z Adding assembly reference to System.Security.Claims.dll... 2026-01-30T01:01:55.0052400Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-30T01:01:55.0053150Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-30T01:01:55.0054140Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-30T01:01:55.0054890Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-30T01:01:55.0055870Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-30T01:01:55.0056580Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-30T01:01:55.0057310Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-30T01:01:55.0058020Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-30T01:01:55.0058770Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-30T01:01:55.0059570Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-30T01:01:55.0060270Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-30T01:01:55.0060940Z Adding assembly reference to System.AppContext.dll... 2026-01-30T01:01:55.0061610Z Adding assembly reference to System.Buffers.dll... 2026-01-30T01:01:55.0062360Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-30T01:01:55.0063420Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-30T01:01:55.0064190Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-30T01:01:55.0064900Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-30T01:01:55.0065630Z Adding assembly reference to System.Configuration.dll... 2026-01-30T01:01:55.0066300Z Adding assembly reference to System.Core.dll... 2026-01-30T01:01:55.0066960Z Adding assembly reference to System.Private.Uri.dll... 2026-01-30T01:01:55.0067720Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-30T01:01:55.0068410Z Adding assembly reference to System.Data.dll... 2026-01-30T01:01:55.0069090Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-30T01:01:55.0069820Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-30T01:01:55.0070580Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-30T01:01:55.0071290Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-30T01:01:55.0071950Z Adding assembly reference to System.dll... 2026-01-30T01:01:55.0072600Z Adding assembly reference to System.Drawing.dll... 2026-01-30T01:01:55.0073310Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-30T01:01:55.0074000Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-30T01:01:55.0074680Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-30T01:01:55.0075390Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-30T01:01:55.0076140Z Adding assembly reference to System.Globalization.dll... 2026-01-30T01:01:55.0076870Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-30T01:01:55.0077600Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-30T01:01:55.0078330Z Adding assembly reference to System.IO.dll... 2026-01-30T01:01:55.0079040Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-30T01:01:55.0079740Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-30T01:01:55.0080680Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-30T01:01:55.0081450Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-30T01:01:55.0082180Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-30T01:01:55.0082910Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-30T01:01:55.0083580Z Adding assembly reference to System.Net.dll... 2026-01-30T01:01:55.0084280Z Adding assembly reference to System.Net.Quic.dll... 2026-01-30T01:01:55.0084970Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-30T01:01:55.0085670Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-30T01:01:55.0086380Z Adding assembly reference to System.Text.Json.dll... 2026-01-30T01:01:55.0087090Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-30T01:01:55.0088080Z Adding assembly reference to System.Numerics.dll... 2026-01-30T01:01:55.0088750Z Adding assembly reference to System.Reflection.dll... 2026-01-30T01:01:55.0089480Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-30T01:01:55.0090220Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-30T01:01:55.0090930Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-30T01:01:55.0091660Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-30T01:01:55.0092450Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-30T01:01:55.0093180Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-30T01:01:55.0093870Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-30T01:01:55.0094670Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-30T01:01:55.0095490Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-30T01:01:55.0096260Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-30T01:01:55.0097020Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-30T01:01:55.0097820Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-30T01:01:55.0098580Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-30T01:01:55.0099330Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-30T01:01:55.0100130Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-30T01:01:55.0100900Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-30T01:01:55.0101660Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-30T01:01:55.0102450Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-30T01:01:55.0103500Z Adding assembly reference to System.Security.dll... 2026-01-30T01:01:55.0104210Z Adding assembly reference to System.Security.Principal.dll... 2026-01-30T01:01:55.0104940Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-30T01:01:55.0106210Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-30T01:01:55.0106970Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-30T01:01:55.0107690Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-30T01:01:55.0108400Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-30T01:01:55.0109130Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-30T01:01:55.0109830Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-30T01:01:55.0110550Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-30T01:01:55.0111270Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-30T01:01:55.0112040Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-30T01:01:55.0112760Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-30T01:01:55.0113570Z Adding assembly reference to System.Transactions.dll... 2026-01-30T01:01:55.0114250Z Adding assembly reference to System.ValueTuple.dll... 2026-01-30T01:01:55.0114970Z Adding assembly reference to System.Web.dll... 2026-01-30T01:01:55.0115630Z Adding assembly reference to System.Windows.dll... 2026-01-30T01:01:55.0116440Z Adding assembly reference to System.Xml.dll... 2026-01-30T01:01:55.0117120Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-30T01:01:55.0117840Z Adding assembly reference to System.Private.Xml.dll... 2026-01-30T01:01:55.0118560Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-30T01:01:55.0119290Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-30T01:01:55.0120050Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-30T01:01:55.0120740Z Adding assembly reference to WindowsBase.dll... 2026-01-30T01:01:55.0121400Z Adding assembly reference to Cake.Core.dll... 2026-01-30T01:01:55.0122070Z Adding assembly reference to Cake.Common.dll... 2026-01-30T01:01:55.0122790Z Adding assembly reference to Spectre.Console.dll... 2026-01-30T01:01:55.0123480Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-30T01:01:55.0124170Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-30T01:01:55.0124860Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-30T01:01:55.0125570Z Importing namespace Cake.Common... 2026-01-30T01:01:55.0126210Z Importing namespace Cake.Common.Build... 2026-01-30T01:01:55.0126880Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-30T01:01:55.0127710Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-30T01:01:55.0128450Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-30T01:01:55.0129150Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-30T01:01:55.0129820Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-30T01:01:55.0130490Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-30T01:01:55.0131230Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-30T01:01:55.0132100Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-30T01:01:55.0132800Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-30T01:01:55.0133500Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-30T01:01:55.0134180Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-30T01:01:55.0134860Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-30T01:01:55.0135550Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-30T01:01:55.0136270Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-30T01:01:55.0136960Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-30T01:01:55.0137640Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-30T01:01:55.0138300Z Importing namespace Cake.Common.Build.GoCD... 2026-01-30T01:01:55.0139110Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-30T01:01:55.0139770Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-30T01:01:55.0140440Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-30T01:01:55.0141110Z Importing namespace Cake.Common.Build.MyGet... 2026-01-30T01:01:55.0141810Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-30T01:01:55.0142470Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-30T01:01:55.0143140Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-30T01:01:55.0143820Z Importing namespace Cake.Common.Diagnostics... 2026-01-30T01:01:55.0144490Z Importing namespace Cake.Common.IO... 2026-01-30T01:01:55.0145120Z Importing namespace Cake.Common.IO.Paths... 2026-01-30T01:01:55.0145750Z Importing namespace Cake.Common.Net... 2026-01-30T01:01:55.0146380Z Importing namespace Cake.Common.Security... 2026-01-30T01:01:55.0147060Z Importing namespace Cake.Common.Solution... 2026-01-30T01:01:55.0147710Z Importing namespace Cake.Common.Solution.Project... 2026-01-30T01:01:55.0148410Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-30T01:01:55.0149160Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-30T01:01:55.0149820Z Importing namespace Cake.Common.Text... 2026-01-30T01:01:55.0150460Z Importing namespace Cake.Common.Tools.Cake... 2026-01-30T01:01:55.0151120Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-30T01:01:55.0151850Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-30T01:01:55.0152550Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-30T01:01:55.0153270Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-30T01:01:55.0153970Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-30T01:01:55.0154730Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-30T01:01:55.0155440Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-30T01:01:55.0156130Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-30T01:01:55.0156970Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-30T01:01:55.0157700Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-30T01:01:55.0158390Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-30T01:01:55.0159110Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-30T01:01:55.0159870Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-30T01:01:55.0160590Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-30T01:01:55.0161270Z Importing namespace Cake.Common.Tools.Command... 2026-01-30T01:01:55.0161940Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-30T01:01:55.0162760Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-30T01:01:55.0163530Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-30T01:01:55.0164390Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-30T01:01:55.0165080Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-30T01:01:55.0165790Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-30T01:01:55.0166460Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-30T01:01:55.0167150Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-30T01:01:55.0167850Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-30T01:01:55.0168580Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-30T01:01:55.0169270Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-30T01:01:55.0169930Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-30T01:01:55.0170670Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-30T01:01:55.0171370Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-30T01:01:55.0172080Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-30T01:01:55.0172770Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-30T01:01:55.0173490Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-30T01:01:55.0174190Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-30T01:01:55.0174890Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-30T01:01:55.0175580Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-30T01:01:55.0176300Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-30T01:01:55.0176990Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-30T01:01:55.0177680Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-30T01:01:55.0178360Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-30T01:01:55.0179030Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-30T01:01:55.0179710Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-30T01:01:55.0180400Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-30T01:01:55.0181110Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-30T01:01:55.0181940Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-30T01:01:55.0182660Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-30T01:01:55.0183360Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-30T01:01:55.0184060Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-30T01:01:55.0184720Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-30T01:01:55.0185400Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-30T01:01:55.0186050Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-30T01:01:55.0186730Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-30T01:01:55.0187440Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-30T01:01:55.0188150Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-30T01:01:55.0188960Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-30T01:01:55.0189660Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-30T01:01:55.0190360Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-30T01:01:55.0191060Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-30T01:01:55.0191750Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-30T01:01:55.0192450Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-30T01:01:55.0193130Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-30T01:01:55.0193780Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-30T01:01:55.0194460Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-30T01:01:55.0195100Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-30T01:01:55.0195730Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-30T01:01:55.0196370Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-30T01:01:55.0197020Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-30T01:01:55.0197660Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-30T01:01:55.0198280Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-30T01:01:55.0198910Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-30T01:01:55.0199540Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-30T01:01:55.0200170Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-30T01:01:55.0200820Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-30T01:01:55.0201470Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-30T01:01:55.0202120Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-30T01:01:55.0202760Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-30T01:01:55.0203460Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-30T01:01:55.0204150Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-30T01:01:55.0204830Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-30T01:01:55.0205610Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-30T01:01:55.0206300Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-30T01:01:55.0207010Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-30T01:01:55.0207700Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-30T01:01:55.0208330Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-30T01:01:55.0209010Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-30T01:01:55.0209710Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-30T01:01:55.0210400Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-30T01:01:55.0211090Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-30T01:01:55.0211800Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-30T01:01:55.0212440Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-30T01:01:55.0213190Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-30T01:01:55.0213900Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-30T01:01:55.0214680Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-30T01:01:55.0215420Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-30T01:01:55.0216100Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-30T01:01:55.0216920Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-30T01:01:55.0217660Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-30T01:01:55.0218370Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-30T01:01:55.0219070Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-30T01:01:55.0219760Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-30T01:01:55.0220470Z Importing namespace Cake.Common.Tools.WiX... 2026-01-30T01:01:55.0221120Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-30T01:01:55.0221790Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-30T01:01:55.0222460Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-30T01:01:55.0223110Z Importing namespace Cake.Common.Xml... 2026-01-30T01:01:55.0223770Z Importing namespace Cake.Core... 2026-01-30T01:01:55.0224400Z Importing namespace Cake.Core.Diagnostics... 2026-01-30T01:01:55.0225050Z Importing namespace Cake.Core.IO... 2026-01-30T01:01:55.0225680Z Importing namespace Cake.Core.Scripting... 2026-01-30T01:01:55.0226360Z Importing namespace Cake.Core.Tooling... 2026-01-30T01:01:55.0227010Z Importing namespace Cake.FileHelpers... 2026-01-30T01:01:55.0227640Z Importing namespace NuGet.Common... 2026-01-30T01:01:55.0228300Z Importing namespace NuGet.Configuration... 2026-01-30T01:01:55.0228970Z Importing namespace NuGet.Protocol... 2026-01-30T01:01:55.0229650Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-30T01:01:55.0230290Z Importing namespace NuGet.Versioning... 2026-01-30T01:01:55.0230930Z Importing namespace System... 2026-01-30T01:01:55.0231740Z Importing namespace System.Collections.Generic... 2026-01-30T01:01:55.0232400Z Importing namespace System.IO... 2026-01-30T01:01:55.0233020Z Importing namespace System.Linq... 2026-01-30T01:01:55.0233640Z Importing namespace System.Text... 2026-01-30T01:01:55.0234340Z Importing namespace System.Threading.Tasks... 2026-01-30T01:01:55.0234990Z .NETStandard,Version=v2.0 2026-01-30T01:01:55.0673050Z Compiling build script... 2026-01-30T01:01:57.6151650Z /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-01-30T01:01:58.7834980Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-30T01:01:58.7836090Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-30T01:01:58.7853530Z Host OS System Arch: X64 2026-01-30T01:01:58.7854240Z Host Processor System Arch: X64 2026-01-30T01:01:58.7855120Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T01:01:58.7856240Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-01-30T01:01:58.7856920Z Build Configuration: Release 2026-01-30T01:01:58.7857380Z Build Runtime Identifier: maccatalyst-x64 2026-01-30T01:01:58.7857900Z Build Target Framework: net10.0-maccatalyst 2026-01-30T01:01:58.7858330Z Test Device: mac 2026-01-30T01:01:58.7858760Z Test Results Path: /Users/runner/work/1/a/test-results 2026-01-30T01:01:58.7976650Z 2026-01-30T01:01:58.7978670Z ======================================== 2026-01-30T01:01:58.7979180Z uitest 2026-01-30T01:01:58.7979610Z ======================================== 2026-01-30T01:01:58.7980690Z Executing task: uitest 2026-01-30T01:01:58.7996750Z Starting UI Tests... 2026-01-30T01:01:58.8002730Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-30T01:01:58.8004450Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-30T01:01:58.8102750Z Testing Device: mac 2026-01-30T01:01:58.8103410Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-01-30T01:01:58.8103990Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-01-30T01:01:58.8104560Z Results Directory: /Users/runner/work/1/a/test-results 2026-01-30T01:01:58.8129480Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-01-30T01:01:58.8851540Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T01:01:58.8908240Z 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-01-30T01:02:01.5032950Z Determining projects to restore... 2026-01-30T01:02:07.7873680Z All projects are up-to-date for restore. 2026-01-30T01:02:13.5342620Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-30T01:02:13.8049440Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-30T01:02:14.5390770Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-30T01:02:14.8838560Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-30T01:02:14.9872280Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-30T01:02:16.1643430Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-30T01:02:16.6039540Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-30T01:02:16.9681930Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-30T01:02:17.0519450Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-30T01:02:17.1106670Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-30T01:02:17.2433160Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-30T01:02:17.3804020Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-30T01:02:19.4833370Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-01-30T01:02:19.7715100Z 2026-01-30T01:02:19.7756420Z Build succeeded. 2026-01-30T01:02:19.7835670Z 0 Warning(s) 2026-01-30T01:02:19.7919840Z 0 Error(s) 2026-01-30T01:02:19.7951700Z 2026-01-30T01:02:19.7976930Z Time Elapsed 00:00:20.25 2026-01-30T01:02:19.8842010Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-01-30T01:02:19.9147060Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T01:02:20.0150770Z Run Tests With Filter TestCategory=Layout 2026-01-30T01:02:20.0651010Z Log Directory: /Users/runner/work/1/a/logs 2026-01-30T01:02:20.0941870Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-01-30T01:02:20.1104250Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-30T01:02:20.1382150Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-30T01:02:20.1419130Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-01-30T01:02:20.1598400Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-30T01:02:20.1804070Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-30T01:02:20.1852070Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-30T01:02:20.1880870Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-30T01:02:20.1904320Z 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-01-30T01:02:20.1933700Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-01-30T01:02:20.1946400Z 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-01-30T01:02:22.6754760Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-01-30T01:02:22.8066740Z VSTest version 18.0.1 (x64) 2026-01-30T01:02:22.8110720Z 2026-01-30T01:02:23.1938800Z Starting test execution, please wait... 2026-01-30T01:02:23.2985310Z A total of 1 test files matched the specified pattern. 2026-01-30T01:02:23.8951400Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-30T01:02:24.0207530Z [xUnit.net 00:00:00.14] Discovering: Controls.TestCases.Mac.Tests 2026-01-30T01:02:24.2371140Z [xUnit.net 00:00:00.36] Discovered: Controls.TestCases.Mac.Tests 2026-01-30T01:02:24.2556760Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-30T01:02:24.2853810Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-01-30T01:02:25.2350600Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-30T01:03:05.5605460Z >>>>> 1/30/2026 1:03:05 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-01-30T01:03:08.9939740Z >>>>> 1/30/2026 1:03:08 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-01-30T01:04:29.2343190Z >>>>> 1/30/2026 1:04:29 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-01-30T01:04:29.4044380Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 20 s] 2026-01-30T01:04:29.4046300Z >>>>> 1/30/2026 1:04:29 AM VerifyAbsoluteLayout_AllProportional Start 2026-01-30T01:06:01.4905470Z >>>>> 1/30/2026 1:06:01 AM VerifyAbsoluteLayout_AllProportional Stop 2026-01-30T01:06:01.5090070Z Passed VerifyAbsoluteLayout_AllProportional [1 m 32 s] 2026-01-30T01:06:01.5094210Z >>>>> 1/30/2026 1:06:01 AM VerifyAbsoluteLayout_FlowDirection Start 2026-01-30T01:07:06.6045120Z >>>>> 1/30/2026 1:07:06 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-01-30T01:07:06.6142100Z Passed VerifyAbsoluteLayout_FlowDirection [1 m 5 s] 2026-01-30T01:07:06.6146940Z >>>>> 1/30/2026 1:07:06 AM VerifyAbsoluteLayout_HeightProportional Start 2026-01-30T01:07:52.0761810Z >>>>> 1/30/2026 1:07:52 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-01-30T01:07:52.0926220Z Passed VerifyAbsoluteLayout_HeightProportional [45 s] 2026-01-30T01:07:52.0930920Z >>>>> 1/30/2026 1:07:52 AM VerifyAbsoluteLayout_PositionProportional Start 2026-01-30T01:09:06.3545370Z >>>>> 1/30/2026 1:09:06 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-01-30T01:09:06.3664510Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 14 s] 2026-01-30T01:09:06.3666540Z >>>>> 1/30/2026 1:09:06 AM VerifyAbsoluteLayout_SizeProportional Start 2026-01-30T01:10:03.2812330Z >>>>> 1/30/2026 1:10:03 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-01-30T01:10:03.2908610Z Passed VerifyAbsoluteLayout_SizeProportional [56 s] 2026-01-30T01:10:03.2912070Z >>>>> 1/30/2026 1:10:03 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-01-30T01:11:21.6604380Z >>>>> 1/30/2026 1:11:21 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-01-30T01:11:21.6694520Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 18 s] 2026-01-30T01:11:21.6696180Z >>>>> 1/30/2026 1:11:21 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-01-30T01:12:01.1690670Z >>>>> 1/30/2026 1:12:01 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-01-30T01:12:01.1791350Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [39 s] 2026-01-30T01:12:01.1796700Z >>>>> 1/30/2026 1:12:01 AM VerifyAbsoluteLayout_Visibility Start 2026-01-30T01:12:15.0531900Z >>>>> 1/30/2026 1:12:15 AM VerifyAbsoluteLayout_Visibility Stop 2026-01-30T01:12:15.0684400Z Passed VerifyAbsoluteLayout_Visibility [13 s] 2026-01-30T01:12:15.0752080Z >>>>> 1/30/2026 1:12:15 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-01-30T01:13:01.6302130Z >>>>> 1/30/2026 1:13:01 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-01-30T01:13:01.6472220Z Passed VerifyAbsoluteLayout_WidthAndHeight [46 s] 2026-01-30T01:13:01.6496070Z >>>>> 1/30/2026 1:13:01 AM VerifyAbsoluteLayout_WidthProportional Start 2026-01-30T01:13:45.1428610Z >>>>> 1/30/2026 1:13:45 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-01-30T01:13:45.1579360Z Passed VerifyAbsoluteLayout_WidthProportional [43 s] 2026-01-30T01:13:45.1607190Z >>>>> 1/30/2026 1:13:45 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-01-30T01:14:30.3550450Z >>>>> 1/30/2026 1:14:30 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-01-30T01:14:30.3632900Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [45 s] 2026-01-30T01:14:30.3635380Z >>>>> 1/30/2026 1:14:30 AM VerifyAbsoluteLayout_XProportional Start 2026-01-30T01:15:23.9942110Z >>>>> 1/30/2026 1:15:23 AM VerifyAbsoluteLayout_XProportional Stop 2026-01-30T01:15:24.0056800Z Passed VerifyAbsoluteLayout_XProportional [53 s] 2026-01-30T01:15:24.0086000Z >>>>> 1/30/2026 1:15:24 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-01-30T01:16:32.7281080Z >>>>> 1/30/2026 1:16:32 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-01-30T01:16:32.7376270Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 8 s] 2026-01-30T01:16:32.7384390Z >>>>> 1/30/2026 1:16:32 AM VerifyAbsoluteLayout_YProportional Start 2026-01-30T01:17:23.6667280Z >>>>> 1/30/2026 1:17:23 AM VerifyAbsoluteLayout_YProportional Stop 2026-01-30T01:17:23.8667690Z Passed VerifyAbsoluteLayout_YProportional [50 s] 2026-01-30T01:17:27.6500960Z >>>>> 1/30/2026 1:17:27 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-01-30T01:17:31.4504080Z >>>>> 1/30/2026 1:17:31 AM FlexLayout_ValidateDefaultValues Start 2026-01-30T01:17:51.9434480Z >>>>> 1/30/2026 1:17:51 AM FlexLayout_ValidateDefaultValues Stop 2026-01-30T01:17:51.9541270Z Passed FlexLayout_ValidateDefaultValues [20 s] 2026-01-30T01:17:51.9544570Z >>>>> 1/30/2026 1:17:51 AM FlexLayout_SetWrapAlignContentStretch Start 2026-01-30T01:18:36.2212040Z >>>>> 1/30/2026 1:18:36 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-01-30T01:18:36.2365170Z Passed FlexLayout_SetWrapAlignContentStretch [44 s] 2026-01-30T01:18:36.2380660Z >>>>> 1/30/2026 1:18:36 AM FlexLayout_SetWrapAlignContentCenter Start 2026-01-30T01:19:14.7538780Z >>>>> 1/30/2026 1:19:14 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-01-30T01:19:14.7629370Z Passed FlexLayout_SetWrapAlignContentCenter [38 s] 2026-01-30T01:19:14.7631220Z >>>>> 1/30/2026 1:19:14 AM FlexLayout_SetWrapAlignContentStart Start 2026-01-30T01:19:56.2744460Z >>>>> 1/30/2026 1:19:56 AM FlexLayout_SetWrapAlignContentStart Stop 2026-01-30T01:19:56.2844590Z Passed FlexLayout_SetWrapAlignContentStart [41 s] 2026-01-30T01:19:56.2845640Z >>>>> 1/30/2026 1:19:56 AM FlexLayout_SetWrapAlignContentEnd Start 2026-01-30T01:20:39.4325540Z >>>>> 1/30/2026 1:20:39 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-01-30T01:20:39.4414270Z Passed FlexLayout_SetWrapAlignContentEnd [43 s] 2026-01-30T01:20:39.4416160Z >>>>> 1/30/2026 1:20:39 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-01-30T01:21:32.1308840Z >>>>> 1/30/2026 1:21:32 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-01-30T01:21:32.1453800Z Passed FlexLayout_SetWrapAlignContentSpaceAround [52 s] 2026-01-30T01:21:32.1455190Z >>>>> 1/30/2026 1:21:32 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-01-30T01:22:09.5101400Z >>>>> 1/30/2026 1:22:09 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-01-30T01:22:09.5194730Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [37 s] 2026-01-30T01:22:09.5198080Z >>>>> 1/30/2026 1:22:09 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-01-30T01:22:49.7078150Z >>>>> 1/30/2026 1:22:49 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-01-30T01:22:49.7170660Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [40 s] 2026-01-30T01:22:49.7741690Z >>>>> 1/30/2026 1:22:49 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-01-30T01:23:29.5261400Z >>>>> 1/30/2026 1:23:29 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-01-30T01:23:29.5347040Z Passed FlexLayout_SetWrapReverseAlignContentStretch [39 s] 2026-01-30T01:23:29.5352560Z >>>>> 1/30/2026 1:23:29 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-01-30T01:24:12.9780610Z >>>>> 1/30/2026 1:24:12 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-01-30T01:24:12.9893360Z Passed FlexLayout_SetWrapReverseAlignContentCenter [43 s] 2026-01-30T01:24:12.9899970Z >>>>> 1/30/2026 1:24:12 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-01-30T01:24:56.1256450Z >>>>> 1/30/2026 1:24:56 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-01-30T01:24:56.1366490Z Passed FlexLayout_SetWrapReverseAlignContentStart [43 s] 2026-01-30T01:24:56.1368010Z >>>>> 1/30/2026 1:24:56 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-01-30T01:25:40.7531750Z >>>>> 1/30/2026 1:25:40 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-01-30T01:25:40.7786810Z Passed FlexLayout_SetWrapReverseAlignContentEnd [44 s] 2026-01-30T01:25:40.7920400Z >>>>> 1/30/2026 1:25:40 AM FlexLayout_AlignItemsCenter Start 2026-01-30T01:26:15.5180270Z >>>>> 1/30/2026 1:26:15 AM FlexLayout_AlignItemsCenter Stop 2026-01-30T01:26:15.5261620Z Passed FlexLayout_AlignItemsCenter [34 s] 2026-01-30T01:26:15.5264880Z >>>>> 1/30/2026 1:26:15 AM FlexLayout_AlignItemsEnd Start 2026-01-30T01:26:45.8038650Z >>>>> 1/30/2026 1:26:45 AM FlexLayout_AlignItemsEnd Stop 2026-01-30T01:26:45.8140840Z Passed FlexLayout_AlignItemsEnd [30 s] 2026-01-30T01:26:45.8142280Z >>>>> 1/30/2026 1:26:45 AM FlexLayout_AlignItemsStretch Start 2026-01-30T01:27:18.8533710Z >>>>> 1/30/2026 1:27:18 AM FlexLayout_AlignItemsStretch Stop 2026-01-30T01:27:18.8662080Z Passed FlexLayout_AlignItemsStretch [33 s] 2026-01-30T01:27:18.8678630Z >>>>> 1/30/2026 1:27:18 AM FlexLayout_DirectionRowReverse Start 2026-01-30T01:27:46.5947730Z >>>>> 1/30/2026 1:27:46 AM FlexLayout_DirectionRowReverse Stop 2026-01-30T01:27:46.6041890Z Passed FlexLayout_DirectionRowReverse [27 s] 2026-01-30T01:27:46.6043400Z >>>>> 1/30/2026 1:27:46 AM FlexLayout_DirectionColumn Start 2026-01-30T01:28:13.8636600Z >>>>> 1/30/2026 1:28:13 AM FlexLayout_DirectionColumn Stop 2026-01-30T01:28:13.8750120Z Passed FlexLayout_DirectionColumn [27 s] 2026-01-30T01:28:13.8754590Z >>>>> 1/30/2026 1:28:13 AM FlexLayout_DirectionColumnReverse Start 2026-01-30T01:28:47.5391400Z >>>>> 1/30/2026 1:28:47 AM FlexLayout_DirectionColumnReverse Stop 2026-01-30T01:28:47.5579780Z Passed FlexLayout_DirectionColumnReverse [33 s] 2026-01-30T01:28:47.5592920Z >>>>> 1/30/2026 1:28:47 AM FlexLayout_JustifyContentCenter Start 2026-01-30T01:29:17.1377960Z >>>>> 1/30/2026 1:29:17 AM FlexLayout_JustifyContentCenter Stop 2026-01-30T01:29:17.1480480Z Passed FlexLayout_JustifyContentCenter [29 s] 2026-01-30T01:29:17.1483170Z >>>>> 1/30/2026 1:29:17 AM FlexLayout_JustifyContentEnd Start 2026-01-30T01:29:44.2003500Z >>>>> 1/30/2026 1:29:44 AM FlexLayout_JustifyContentEnd Stop 2026-01-30T01:29:44.2083200Z Passed FlexLayout_JustifyContentEnd [27 s] 2026-01-30T01:29:44.2084890Z >>>>> 1/30/2026 1:29:44 AM FlexLayout_JustifyContentSpaceBetween Start 2026-01-30T01:30:16.0521360Z >>>>> 1/30/2026 1:30:16 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-01-30T01:30:16.0628340Z Passed FlexLayout_JustifyContentSpaceBetween [31 s] 2026-01-30T01:30:16.0636750Z >>>>> 1/30/2026 1:30:16 AM FlexLayout_JustifyContentSpaceAround Start 2026-01-30T01:30:44.3688400Z >>>>> 1/30/2026 1:30:44 AM FlexLayout_JustifyContentSpaceAround Stop 2026-01-30T01:30:44.3784620Z Passed FlexLayout_JustifyContentSpaceAround [28 s] 2026-01-30T01:30:44.3787740Z >>>>> 1/30/2026 1:30:44 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-01-30T01:31:13.2629680Z >>>>> 1/30/2026 1:31:13 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-01-30T01:31:13.2741100Z Passed FlexLayout_JustifyContentSpaceEvenly [28 s] 2026-01-30T01:31:13.2742680Z >>>>> 1/30/2026 1:31:13 AM FlexLayout_AlignSelfStart Start 2026-01-30T01:31:44.5452110Z >>>>> 1/30/2026 1:31:44 AM FlexLayout_AlignSelfStart Stop 2026-01-30T01:31:44.5590250Z Passed FlexLayout_AlignSelfStart [31 s] 2026-01-30T01:31:44.5605210Z >>>>> 1/30/2026 1:31:44 AM FlexLayout_AlignSelfCenter Start 2026-01-30T01:32:13.1695060Z >>>>> 1/30/2026 1:32:13 AM FlexLayout_AlignSelfCenter Stop 2026-01-30T01:32:13.1792940Z Passed FlexLayout_AlignSelfCenter [28 s] 2026-01-30T01:32:13.1902290Z >>>>> 1/30/2026 1:32:13 AM FlexLayout_AlignSelfEnd Start 2026-01-30T01:32:40.3392860Z >>>>> 1/30/2026 1:32:40 AM FlexLayout_AlignSelfEnd Stop 2026-01-30T01:32:40.3476640Z Passed FlexLayout_AlignSelfEnd [27 s] 2026-01-30T01:32:40.3477910Z >>>>> 1/30/2026 1:32:40 AM FlexLayout_AlignSelfStretch Start 2026-01-30T01:33:12.4667100Z >>>>> 1/30/2026 1:33:12 AM FlexLayout_AlignSelfStretch Stop 2026-01-30T01:33:12.4903670Z Passed FlexLayout_AlignSelfStretch [32 s] 2026-01-30T01:33:12.4908300Z >>>>> 1/30/2026 1:33:12 AM FlexLayout_Child1Grow Start 2026-01-30T01:33:53.5076510Z >>>>> 1/30/2026 1:33:53 AM FlexLayout_Child1Grow Stop 2026-01-30T01:33:53.5161710Z Passed FlexLayout_Child1Grow [41 s] 2026-01-30T01:33:53.5163300Z >>>>> 1/30/2026 1:33:53 AM FlexLayout_Child1Shrink Start 2026-01-30T01:34:49.8970670Z >>>>> 1/30/2026 1:34:49 AM FlexLayout_Child1Shrink Stop 2026-01-30T01:34:49.9058030Z Passed FlexLayout_Child1Shrink [56 s] 2026-01-30T01:34:49.9060400Z >>>>> 1/30/2026 1:34:49 AM FlexLayout_Child1Order Start 2026-01-30T01:35:36.2509340Z >>>>> 1/30/2026 1:35:36 AM FlexLayout_Child1Order Stop 2026-01-30T01:35:36.2639890Z Passed FlexLayout_Child1Order [46 s] 2026-01-30T01:35:36.2641810Z >>>>> 1/30/2026 1:35:36 AM FlexLayout_BasisAuto_DirectionRow Start 2026-01-30T01:36:18.4742870Z >>>>> 1/30/2026 1:36:18 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-01-30T01:36:18.4821900Z Passed FlexLayout_BasisAuto_DirectionRow [42 s] 2026-01-30T01:36:18.4823280Z >>>>> 1/30/2026 1:36:18 AM FlexLayout_BasisFixed_DirectionRow Start 2026-01-30T01:36:52.5099190Z >>>>> 1/30/2026 1:36:52 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-01-30T01:36:52.5175260Z Passed FlexLayout_BasisFixed_DirectionRow [34 s] 2026-01-30T01:36:52.5180720Z >>>>> 1/30/2026 1:36:52 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-01-30T01:37:25.1845760Z >>>>> 1/30/2026 1:37:25 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-01-30T01:37:25.1976350Z Passed FlexLayout_BasisPercentage_DirectionRow [32 s] 2026-01-30T01:37:25.2002280Z >>>>> 1/30/2026 1:37:25 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-01-30T01:38:05.5915720Z >>>>> 1/30/2026 1:38:05 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-01-30T01:38:05.6002860Z Passed FlexLayout_BasisAuto_DirectionRowReverse [40 s] 2026-01-30T01:38:05.6009550Z >>>>> 1/30/2026 1:38:05 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-01-30T01:38:42.6515780Z >>>>> 1/30/2026 1:38:42 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-01-30T01:38:42.6603590Z Passed FlexLayout_BasisFixed_DirectionRowReverse [37 s] 2026-01-30T01:38:42.6605550Z >>>>> 1/30/2026 1:38:42 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-01-30T01:39:21.5412550Z >>>>> 1/30/2026 1:39:21 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-01-30T01:39:21.5487310Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [38 s] 2026-01-30T01:39:21.5489400Z >>>>> 1/30/2026 1:39:21 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-01-30T01:39:57.7616610Z >>>>> 1/30/2026 1:39:57 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-01-30T01:39:57.7703530Z Passed FlexLayout_BasisAuto_DirectionColumn [36 s] 2026-01-30T01:39:57.7706860Z >>>>> 1/30/2026 1:39:57 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-01-30T01:40:37.2335650Z >>>>> 1/30/2026 1:40:37 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-01-30T01:40:37.2548750Z Passed FlexLayout_BasisFixed_DirectionColumn [39 s] 2026-01-30T01:40:37.2563230Z >>>>> 1/30/2026 1:40:37 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-01-30T01:41:23.1291520Z >>>>> 1/30/2026 1:41:23 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-01-30T01:41:23.1386170Z Passed FlexLayout_BasisPercentage_DirectionColumn [45 s] 2026-01-30T01:41:23.1400440Z >>>>> 1/30/2026 1:41:23 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-01-30T01:42:01.3659830Z >>>>> 1/30/2026 1:42:01 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-01-30T01:42:01.3776370Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [38 s] 2026-01-30T01:42:01.3811310Z >>>>> 1/30/2026 1:42:01 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-01-30T01:42:39.5640310Z >>>>> 1/30/2026 1:42:39 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-01-30T01:42:39.5795800Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [38 s] 2026-01-30T01:42:39.5799580Z >>>>> 1/30/2026 1:42:39 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-01-30T01:43:24.5466120Z >>>>> 1/30/2026 1:43:24 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-01-30T01:43:24.5570840Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [44 s] 2026-01-30T01:43:24.5578390Z >>>>> 1/30/2026 1:43:24 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-01-30T01:44:19.5918740Z >>>>> 1/30/2026 1:44:19 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-01-30T01:44:19.6022820Z Passed FlexLayout_SetAlignItemsCenterWrap [55 s] 2026-01-30T01:44:19.6032340Z >>>>> 1/30/2026 1:44:19 AM FlexLayout_SetAlignItemsEndWrap Start 2026-01-30T01:45:14.6727270Z >>>>> 1/30/2026 1:45:14 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-01-30T01:45:15.1100580Z Passed FlexLayout_SetAlignItemsEndWrap [55 s] 2026-01-30T01:45:18.5147390Z >>>>> 1/30/2026 1:45:18 AM FixtureSetup for GridFeatureTests(Mac) 2026-01-30T01:45:21.8802730Z >>>>> 1/30/2026 1:45:21 AM VerifyGrid_BackgroundColor Start 2026-01-30T01:45:42.9649030Z >>>>> 1/30/2026 1:45:42 AM VerifyGrid_BackgroundColor Stop 2026-01-30T01:45:42.9743890Z Passed VerifyGrid_BackgroundColor [21 s] 2026-01-30T01:45:42.9748210Z >>>>> 1/30/2026 1:45:42 AM VerifyGrid_ColumnSpacing Start 2026-01-30T01:46:11.5406160Z >>>>> 1/30/2026 1:46:11 AM VerifyGrid_ColumnSpacing Stop 2026-01-30T01:46:11.5512900Z Passed VerifyGrid_ColumnSpacing [28 s] 2026-01-30T01:46:11.5516070Z >>>>> 1/30/2026 1:46:11 AM VerifyGrid_ColumnSpan Start 2026-01-30T01:46:38.5982040Z >>>>> 1/30/2026 1:46:38 AM VerifyGrid_ColumnSpan Stop 2026-01-30T01:46:38.6494350Z Passed VerifyGrid_ColumnSpan [27 s] 2026-01-30T01:46:38.6496240Z >>>>> 1/30/2026 1:46:38 AM VerifyGrid_FlowDirection Start 2026-01-30T01:46:57.5206170Z >>>>> 1/30/2026 1:46:57 AM VerifyGrid_FlowDirection Stop 2026-01-30T01:46:57.5286430Z Passed VerifyGrid_FlowDirection [18 s] 2026-01-30T01:46:57.5287910Z >>>>> 1/30/2026 1:46:57 AM VerifyGrid_HorizontalOptionsCenter Start 2026-01-30T01:47:17.9448370Z >>>>> 1/30/2026 1:47:17 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-01-30T01:47:17.9539990Z Passed VerifyGrid_HorizontalOptionsCenter [20 s] 2026-01-30T01:47:17.9542810Z >>>>> 1/30/2026 1:47:17 AM VerifyGrid_HorizontalOptionsEnd Start 2026-01-30T01:47:38.3275980Z >>>>> 1/30/2026 1:47:38 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-01-30T01:47:38.3356400Z Passed VerifyGrid_HorizontalOptionsEnd [20 s] 2026-01-30T01:47:38.3357830Z >>>>> 1/30/2026 1:47:38 AM VerifyGrid_HorizontalOptionsStart Start 2026-01-30T01:48:01.6500260Z >>>>> 1/30/2026 1:48:01 AM VerifyGrid_HorizontalOptionsStart Stop 2026-01-30T01:48:01.6588330Z Passed VerifyGrid_HorizontalOptionsStart [23 s] 2026-01-30T01:48:01.6594010Z >>>>> 1/30/2026 1:48:01 AM VerifyGrid_IsVisible Start 2026-01-30T01:48:22.0012320Z >>>>> 1/30/2026 1:48:21 AM VerifyGrid_IsVisible Stop 2026-01-30T01:48:22.0108120Z Passed VerifyGrid_IsVisible [20 s] 2026-01-30T01:48:22.0111190Z >>>>> 1/30/2026 1:48:22 AM VerifyGrid_NestedGrid Start 2026-01-30T01:48:41.4703670Z >>>>> 1/30/2026 1:48:41 AM VerifyGrid_NestedGrid Stop 2026-01-30T01:48:41.4789260Z Passed VerifyGrid_NestedGrid [19 s] 2026-01-30T01:48:41.4792310Z >>>>> 1/30/2026 1:48:41 AM VerifyGrid_Padding Start 2026-01-30T01:49:12.2233290Z >>>>> 1/30/2026 1:49:12 AM VerifyGrid_Padding Stop 2026-01-30T01:49:12.2432050Z Passed VerifyGrid_Padding [30 s] 2026-01-30T01:49:12.2439990Z >>>>> 1/30/2026 1:49:12 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-01-30T01:50:15.4634160Z >>>>> 1/30/2026 1:50:15 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-01-30T01:50:15.4790210Z Passed VerifyGrid_RowAndColumnTypeAbsolute [1 m 3 s] 2026-01-30T01:50:15.4795170Z >>>>> 1/30/2026 1:50:15 AM VerifyGrid_RowSpacing Start 2026-01-30T01:50:45.7096350Z >>>>> 1/30/2026 1:50:45 AM VerifyGrid_RowSpacing Stop 2026-01-30T01:50:45.7175740Z Passed VerifyGrid_RowSpacing [30 s] 2026-01-30T01:50:45.7181900Z >>>>> 1/30/2026 1:50:45 AM VerifyGrid_RowSpan Start 2026-01-30T01:51:22.1490240Z >>>>> 1/30/2026 1:51:22 AM VerifyGrid_RowSpan Stop 2026-01-30T01:51:22.1576220Z Passed VerifyGrid_RowSpan [36 s] 2026-01-30T01:51:22.1578580Z >>>>> 1/30/2026 1:51:22 AM VerifyGrid_SetColumn Start 2026-01-30T01:51:47.8070350Z >>>>> 1/30/2026 1:51:47 AM VerifyGrid_SetColumn Stop 2026-01-30T01:51:47.8161420Z Passed VerifyGrid_SetColumn [25 s] 2026-01-30T01:51:47.8162910Z >>>>> 1/30/2026 1:51:47 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-01-30T01:52:41.7969400Z >>>>> 1/30/2026 1:52:41 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-01-30T01:52:41.8051300Z Passed VerifyGrid_SetColumn_SetColumnSpacing [53 s] 2026-01-30T01:52:41.8052840Z >>>>> 1/30/2026 1:52:41 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-01-30T01:53:40.2860030Z >>>>> 1/30/2026 1:53:40 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-01-30T01:53:40.2959600Z Passed VerifyGrid_SetColumn_SetRowSpacing [58 s] 2026-01-30T01:53:40.2963570Z >>>>> 1/30/2026 1:53:40 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-01-30T01:54:37.0663030Z >>>>> 1/30/2026 1:54:37 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-01-30T01:54:37.0749710Z Passed VerifyGrid_SetColumnSpacingAndPadding [56 s] 2026-01-30T01:54:37.0751130Z >>>>> 1/30/2026 1:54:37 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-01-30T01:55:12.6568460Z >>>>> 1/30/2026 1:55:12 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-01-30T01:55:12.6652470Z Passed VerifyGrid_SetPaddingAndBackgroundColor [35 s] 2026-01-30T01:55:12.6654340Z >>>>> 1/30/2026 1:55:12 AM VerifyGrid_SetRow Start 2026-01-30T01:55:46.4049810Z >>>>> 1/30/2026 1:55:46 AM VerifyGrid_SetRow Stop 2026-01-30T01:55:46.4139920Z Passed VerifyGrid_SetRow [33 s] 2026-01-30T01:55:46.4142470Z >>>>> 1/30/2026 1:55:46 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-01-30T01:56:35.2211000Z >>>>> 1/30/2026 1:56:35 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-01-30T01:56:35.2272970Z Passed VerifyGrid_SetRow_SetColumnSpacing [48 s] 2026-01-30T01:56:35.2273900Z >>>>> 1/30/2026 1:56:35 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-01-30T01:57:19.4098660Z >>>>> 1/30/2026 1:57:19 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-01-30T01:57:19.4193150Z Passed VerifyGrid_SetRow_SetRowSpacing [44 s] 2026-01-30T01:57:19.4194640Z >>>>> 1/30/2026 1:57:19 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-01-30T01:58:12.4788130Z >>>>> 1/30/2026 1:58:12 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-01-30T01:58:12.5493650Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [53 s] 2026-01-30T01:58:12.5503680Z >>>>> 1/30/2026 1:58:12 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-01-30T01:59:01.4218140Z >>>>> 1/30/2026 1:59:01 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-01-30T01:59:01.4293540Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [48 s] 2026-01-30T01:59:01.4296910Z >>>>> 1/30/2026 1:59:01 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-01-30T01:59:38.3260300Z >>>>> 1/30/2026 1:59:38 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-01-30T01:59:38.3344390Z Passed VerifyGrid_SetRowSpacingAndPadding [36 s] 2026-01-30T01:59:38.3349960Z >>>>> 1/30/2026 1:59:38 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-01-30T01:59:58.8198350Z >>>>> 1/30/2026 1:59:58 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-01-30T01:59:58.8249090Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [20 s] 2026-01-30T01:59:58.8258480Z >>>>> 1/30/2026 1:59:58 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-01-30T02:00:17.9649450Z >>>>> 1/30/2026 2:00:17 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-01-30T02:00:17.9708430Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [19 s] 2026-01-30T02:00:17.9709470Z >>>>> 1/30/2026 2:00:17 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-01-30T02:00:36.4774060Z >>>>> 1/30/2026 2:00:36 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-01-30T02:00:36.4831140Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [18 s] 2026-01-30T02:00:36.4835860Z >>>>> 1/30/2026 2:00:36 AM VerifyGrid_VerticalOptionsCenter Start 2026-01-30T02:00:50.3376910Z >>>>> 1/30/2026 2:00:50 AM VerifyGrid_VerticalOptionsCenter Stop 2026-01-30T02:00:50.3457240Z Passed VerifyGrid_VerticalOptionsCenter [13 s] 2026-01-30T02:00:50.3460640Z >>>>> 1/30/2026 2:00:50 AM VerifyGrid_VerticalOptionsEnd Start 2026-01-30T02:01:06.0218080Z >>>>> 1/30/2026 2:01:06 AM VerifyGrid_VerticalOptionsEnd Stop 2026-01-30T02:01:06.0272400Z Passed VerifyGrid_VerticalOptionsEnd [15 s] 2026-01-30T02:01:06.0275350Z >>>>> 1/30/2026 2:01:06 AM VerifyGrid_VerticalOptionsStart Start 2026-01-30T02:01:19.0271810Z >>>>> 1/30/2026 2:01:19 AM VerifyGrid_VerticalOptionsStart Stop 2026-01-30T02:01:19.5878920Z Passed VerifyGrid_VerticalOptionsStart [13 s] 2026-01-30T02:01:21.3203300Z >>>>> 1/30/2026 2:01:21 AM FixtureSetup for Issue22075(Mac) 2026-01-30T02:01:21.4093590Z >>>>> 1/30/2026 2:01:21 AM CreateStackWithPadding Start 2026-01-30T02:01:23.3954710Z >>>>> 1/30/2026 2:01:23 AM CreateStackWithPadding Stop 2026-01-30T02:01:24.4445270Z Passed CreateStackWithPadding [1 s] 2026-01-30T02:01:25.8834820Z >>>>> 1/30/2026 2:01:25 AM FixtureSetup for Bugzilla34007(Mac) 2026-01-30T02:01:25.9759940Z >>>>> 1/30/2026 2:01:25 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-01-30T02:01:29.4982830Z >>>>> 1/30/2026 2:01:29 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-01-30T02:01:30.5075890Z Passed Issue34007TestFirstElementHasLowestZOrder [3 s] 2026-01-30T02:03:39.2650750Z >>>>> 1/30/2026 2:03:39 AM FixtureSetup for Bugzilla34061(Mac) 2026-01-30T02:03:39.3458280Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-01-30T02:03:40.7118710Z >>>>> 1/30/2026 2:03:40 AM FixtureSetup for Bugzilla40161(Mac) 2026-01-30T02:03:40.8186360Z >>>>> 1/30/2026 2:03:40 AM Issue1Test Start 2026-01-30T02:03:40.8470910Z Skipped Bugzilla34061Test [< 1 ms] 2026-01-30T02:03:45.9853980Z >>>>> 1/30/2026 2:03:45 AM Issue1Test Stop 2026-01-30T02:03:46.8454900Z Passed Issue1Test [5 s] 2026-01-30T02:03:48.3675390Z >>>>> 1/30/2026 2:03:48 AM FixtureSetup for Bugzilla44176(Mac) 2026-01-30T02:03:48.4641760Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-30T02:03:49.9723490Z Skipped Bugzilla44176Test [< 1 ms] 2026-01-30T02:03:50.9614510Z >>>>> 1/30/2026 2:03:50 AM FixtureSetup for Bugzilla46458(Mac) 2026-01-30T02:03:51.0691130Z >>>>> 1/30/2026 2:03:51 AM GridIsEnabled Start 2026-01-30T02:04:04.5136760Z >>>>> 1/30/2026 2:04:04 AM GridIsEnabled Stop 2026-01-30T02:04:04.9993440Z Passed GridIsEnabled [13 s] 2026-01-30T02:04:06.8384010Z >>>>> 1/30/2026 2:04:06 AM FixtureSetup for Bugzilla51238(Mac) 2026-01-30T02:04:06.9269560Z >>>>> 1/30/2026 2:04:06 AM Issue1Test Start 2026-01-30T02:04:09.3495030Z >>>>> 1/30/2026 2:04:09 AM Issue1Test Stop 2026-01-30T02:04:09.9687260Z Passed Issue1Test [2 s] 2026-01-30T02:04:11.7137210Z >>>>> 1/30/2026 2:04:11 AM FixtureSetup for Bugzilla53445(Mac) 2026-01-30T02:04:11.8128510Z >>>>> 1/30/2026 2:04:11 AM Bugzilla53445Test Start 2026-01-30T02:04:23.5090250Z >>>>> 1/30/2026 2:04:23 AM Bugzilla53445Test Stop 2026-01-30T02:04:23.8260740Z Passed Bugzilla53445Test [11 s] 2026-01-30T02:04:26.0701780Z >>>>> 1/30/2026 2:04:26 AM FixtureSetup for Issue1267(Mac) 2026-01-30T02:04:26.1609900Z >>>>> 1/30/2026 2:04:26 AM StarInGridDoesNotCrash Start 2026-01-30T02:04:27.4063030Z >>>>> 1/30/2026 2:04:27 AM StarInGridDoesNotCrash Stop 2026-01-30T02:04:27.7325560Z Passed StarInGridDoesNotCrash [1 s] 2026-01-30T02:04:29.6662830Z >>>>> 1/30/2026 2:04:29 AM FixtureSetup for Issue15330(Mac) 2026-01-30T02:04:29.7661100Z >>>>> 1/30/2026 2:04:29 AM Issue15330Test Start 2026-01-30T02:04:32.0191410Z >>>>> 1/30/2026 2:04:32 AM Issue15330Test Stop 2026-01-30T02:04:32.8060190Z Passed Issue15330Test [2 s] 2026-01-30T02:04:34.4429830Z >>>>> 1/30/2026 2:04:34 AM FixtureSetup for Issue1601(Mac) 2026-01-30T02:04:34.5345620Z >>>>> 1/30/2026 2:04:34 AM Issue1601Test Start 2026-01-30T02:04:36.8085200Z >>>>> 1/30/2026 2:04:36 AM Issue1601Test Stop 2026-01-30T02:04:37.5337910Z Passed Issue1601Test [2 s] 2026-01-30T02:04:39.5535310Z >>>>> 1/30/2026 2:04:39 AM FixtureSetup for Issue19513(Mac) 2026-01-30T02:04:39.6775450Z >>>>> 1/30/2026 2:04:39 AM NegativeSpacingCrashes Start 2026-01-30T02:04:40.5331810Z >>>>> 1/30/2026 2:04:40 AM NegativeSpacingCrashes Stop 2026-01-30T02:04:41.2038180Z Passed NegativeSpacingCrashes [862 ms] 2026-01-30T02:04:43.2808720Z >>>>> 1/30/2026 2:04:43 AM FixtureSetup for Issue21711(Mac) 2026-01-30T02:04:43.4040630Z >>>>> 1/30/2026 2:04:43 AM AddDoesNotCrash Start 2026-01-30T02:04:47.7090710Z >>>>> 1/30/2026 2:04:47 AM AddDoesNotCrash Stop 2026-01-30T02:04:47.7151840Z Passed AddDoesNotCrash [4 s] 2026-01-30T02:04:47.7155290Z >>>>> 1/30/2026 2:04:47 AM InsertDoesNotCrash Start 2026-01-30T02:04:50.3608010Z >>>>> 1/30/2026 2:04:50 AM InsertDoesNotCrash Stop 2026-01-30T02:04:50.3701920Z Passed InsertDoesNotCrash [2 s] 2026-01-30T02:04:50.3704900Z >>>>> 1/30/2026 2:04:50 AM RemoveDoesNotCrash Start 2026-01-30T02:04:52.8293420Z >>>>> 1/30/2026 2:04:52 AM RemoveDoesNotCrash Stop 2026-01-30T02:04:52.8364530Z Passed RemoveDoesNotCrash [2 s] 2026-01-30T02:04:52.8368020Z >>>>> 1/30/2026 2:04:52 AM UpdateDoesNotCrash Start 2026-01-30T02:04:55.2818840Z >>>>> 1/30/2026 2:04:55 AM UpdateDoesNotCrash Stop 2026-01-30T02:04:55.8982580Z Passed UpdateDoesNotCrash [2 s] 2026-01-30T02:04:58.0434490Z >>>>> 1/30/2026 2:04:58 AM FixtureSetup for Issue23484(Mac) 2026-01-30T02:04:58.1572550Z >>>>> 1/30/2026 2:04:58 AM ReusingNavigationPageDoesntBreakLayout Start 2026-01-30T02:05:11.4093840Z >>>>> 1/30/2026 2:05:11 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-01-30T02:05:11.6548820Z Passed ReusingNavigationPageDoesntBreakLayout [13 s] 2026-01-30T02:05:13.7749980Z >>>>> 1/30/2026 2:05:13 AM FixtureSetup for Issue24246(Mac) 2026-01-30T02:05:13.8644170Z >>>>> 1/30/2026 2:05:13 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-01-30T02:05:18.6828690Z >>>>> 1/30/2026 2:05:18 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-01-30T02:05:19.9117180Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [4 s] 2026-01-30T02:05:21.0711170Z >>>>> 1/30/2026 2:05:21 AM FixtureSetup for Issue24434(Mac) 2026-01-30T02:05:21.1701640Z >>>>> 1/30/2026 2:05:21 AM ModifyingANonVisibleLayoutWorks Start 2026-01-30T02:05:26.2665060Z >>>>> 1/30/2026 2:05:26 AM ModifyingANonVisibleLayoutWorks Stop 2026-01-30T02:05:27.4337060Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-01-30T02:05:28.7788690Z >>>>> 1/30/2026 2:05:28 AM FixtureSetup for Issue24996(Mac) 2026-01-30T02:05:28.8773490Z >>>>> 1/30/2026 2:05:28 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-01-30T02:05:31.9402890Z >>>>> 1/30/2026 2:05:31 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-01-30T02:05:31.9884560Z >>>>> 1/30/2026 2:05:31 AM Log types: 2026-01-30T02:05:33.4885450Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [3 s] 2026-01-30T02:05:33.4887100Z Error Message: 2026-01-30T02:05:33.4887540Z Assert.That(condition, Is.True) 2026-01-30T02:05:33.4887940Z Expected: True 2026-01-30T02:05:33.4888300Z But was: False 2026-01-30T02:05:33.4888470Z 2026-01-30T02:05:33.4888800Z Stack Trace: 2026-01-30T02:05:33.4889230Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-30T02:05:33.4890040Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-30T02:05:33.4890480Z 2026-01-30T02:05:33.4890880Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-30T02:05:33.4891610Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-30T02:05:33.4892000Z 2026-01-30T02:05:33.4892140Z 2026-01-30T02:07:40.4159060Z >>>>> 1/30/2026 2:07:40 AM FixtureSetup for Issue2653(Mac) 2026-01-30T02:07:40.4821400Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-30T02:07:41.7508700Z >>>>> 1/30/2026 2:07:41 AM FixtureSetup for Issue2767(Mac) 2026-01-30T02:07:41.8406730Z >>>>> 1/30/2026 2:07:41 AM Issue2767Test Start 2026-01-30T02:07:41.9982400Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-01-30T02:07:42.9339850Z >>>>> 1/30/2026 2:07:42 AM Issue2767Test Stop 2026-01-30T02:07:43.5369070Z Passed Issue2767Test [1 s] 2026-01-30T02:07:44.0341350Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-01-30T02:07:44.0856620Z ##[error]The operation was canceled. 2026-01-30T02:07:44.0863450Z ##[section]Async Command Start: Update Build Number 2026-01-30T02:07:44.0882290Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T02:07:44.0883560Z ##[section]Async Command End: Update Build Number 2026-01-30T02:07:44.0886020Z ##[section]Async Command Start: Update Build Number 2026-01-30T02:07:44.0886550Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T02:07:44.0886850Z ##[section]Async Command End: Update Build Number 2026-01-30T02:07:44.0888710Z ##[section]Async Command Start: Update Build Number 2026-01-30T02:07:44.0889220Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T02:07:44.0890080Z ##[section]Async Command End: Update Build Number 2026-01-30T02:07:44.0891910Z ##[section]Async Command Start: Update Build Number 2026-01-30T02:07:44.0892400Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T02:07:44.0892700Z ##[section]Async Command End: Update Build Number 2026-01-30T02:07:44.0894510Z ##[section]Async Command Start: Update Build Number 2026-01-30T02:07:44.0895130Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T02:07:44.0895430Z ##[section]Async Command End: Update Build Number 2026-01-30T02:07:44.0897300Z ##[section]Async Command Start: Update Build Number 2026-01-30T02:07:44.0897770Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T02:07:44.0898060Z ##[section]Async Command End: Update Build Number 2026-01-30T02:07:44.0899820Z ##[section]Async Command Start: Update Build Number 2026-01-30T02:07:44.0900290Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T02:07:44.0900590Z ##[section]Async Command End: Update Build Number 2026-01-30T02:07:44.0902430Z ##[section]Async Command Start: Update Build Number 2026-01-30T02:07:44.0903130Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T02:07:44.0903430Z ##[section]Async Command End: Update Build Number 2026-01-30T02:07:44.0910450Z ##[section]Finishing: Controls Layout