2026-01-31T01:51:18.9003930Z ##[section]Starting: Controls Layout 2026-01-31T01:51:18.9018620Z ============================================================================== 2026-01-31T01:51:18.9018930Z Task : PowerShell 2026-01-31T01:51:18.9019130Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-01-31T01:51:18.9019360Z Version : 2.266.0 2026-01-31T01:51:18.9019550Z Author : Microsoft Corporation 2026-01-31T01:51:18.9019730Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-01-31T01:51:18.9020030Z ============================================================================== 2026-01-31T01:51:19.1389220Z Generating script. 2026-01-31T01:51:19.1402620Z ========================== Starting Command Output =========================== 2026-01-31T01:51:19.1419140Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/83330360-b602-403f-bd59-b0fad29856ec.ps1' 2026-01-31T01:51:19.7380960Z $ErrorActionPreference = 'stop' 2026-01-31T01:51:19.7411270Z $ProgressPreference = 'silentlyContinue' 2026-01-31T01:51:19.7428440Z Get-Content $PSCommandPath 2026-01-31T01:51:19.7458780Z $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-31T01:51:19.7472290Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-01-31T01:51:19.7500050Z $command += " --runtimevariant=""Mono""" 2026-01-31T01:51:19.7530350Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-01-31T01:51:19.7553600Z 2026-01-31T01:51:19.7608150Z $testFilter = "" 2026-01-31T01:51:19.7617800Z $testConfigrationArgs = "" 2026-01-31T01:51:19.7619760Z 2026-01-31T01:51:19.7633760Z "Layout".Split(",") | ForEach { 2026-01-31T01:51:19.7636430Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-31T01:51:19.7639070Z } 2026-01-31T01:51:19.7640500Z 2026-01-31T01:51:19.7643970Z $testFilter = $testFilter.TrimEnd("|") 2026-01-31T01:51:19.7647050Z 2026-01-31T01:51:19.7651190Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-31T01:51:19.7662960Z if ($testConfigrationArgs) { 2026-01-31T01:51:19.7664390Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-31T01:51:19.7666240Z } 2026-01-31T01:51:19.7667750Z if ($testFilter) { 2026-01-31T01:51:19.7669620Z $command += " --test-filter ""$testFilter""" 2026-01-31T01:51:19.7671000Z } 2026-01-31T01:51:19.7672220Z 2026-01-31T01:51:19.7673920Z $headless = true 2026-01-31T01:51:19.7675720Z if ($headless) { 2026-01-31T01:51:19.7676390Z $command += " --headless ""$headless""" 2026-01-31T01:51:19.7678690Z } 2026-01-31T01:51:19.7680070Z 2026-01-31T01:51:19.7681630Z Write-Host "Running command: $command" 2026-01-31T01:51:19.7682610Z 2026-01-31T01:51:19.7683880Z Invoke-Expression $command 2026-01-31T01:51:19.7685410Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-31T01:51:19.7687540Z } else { 2026-01-31T01:51:19.7689660Z exit $LASTEXITCODE 2026-01-31T01:51:19.7690970Z } 2026-01-31T01:51:19.8653310Z 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-31T01:51:20.4417210Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-31T01:51:21.1954940Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-31T01:51:21.8850360Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-31T01:51:22.4671630Z 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-31T01:51:23.0403410Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-31T01:51:23.9796340Z Looking for modules... 2026-01-31T01:51:27.5482900Z No modules found to install. 2026-01-31T01:51:27.5486830Z Module directory does not exist. 2026-01-31T01:51:27.5521290Z Analyzing build script... 2026-01-31T01:51:27.5545570Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-01-31T01:51:27.5558280Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-01-31T01:51:27.5564660Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-01-31T01:51:27.7646650Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-01-31T01:51:29.5782110Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-01-31T01:51:30.4974370Z Processing build script... 2026-01-31T01:51:30.5025000Z Installing addins... 2026-01-31T01:51:30.8075660Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-31T01:51:30.8361220Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-31T01:51:30.8595140Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-31T01:51:31.0708200Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-31T01:51:31.0709600Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-31T01:51:31.0710600Z is referencing an older version of Cake.Core (0.33.0). 2026-01-31T01:51:31.0711380Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-31T01:51:31.0719350Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-31T01:51:31.0723510Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-31T01:51:31.3750200Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-31T01:51:31.3751630Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-31T01:51:31.3752510Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-31T01:51:31.3753810Z Adding assembly reference to System.Runtime.dll... 2026-01-31T01:51:31.3754690Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-31T01:51:31.3755550Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-31T01:51:31.3756330Z Adding assembly reference to System.Threading.dll... 2026-01-31T01:51:31.3757070Z Adding assembly reference to System.Linq.dll... 2026-01-31T01:51:31.3757810Z Adding assembly reference to System.Collections.dll... 2026-01-31T01:51:31.3758640Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-31T01:51:31.3759490Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-31T01:51:31.3761080Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-31T01:51:31.3761890Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-31T01:51:31.3762670Z Adding assembly reference to System.ObjectModel.dll... 2026-01-31T01:51:31.3763420Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-31T01:51:31.3764240Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-31T01:51:31.3765040Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-31T01:51:31.3765840Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-31T01:51:31.3766640Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-31T01:51:31.3767480Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-31T01:51:31.3768460Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-31T01:51:31.3769230Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-31T01:51:31.3770040Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-31T01:51:31.3770820Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-31T01:51:31.3771750Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-31T01:51:31.3772520Z Adding assembly reference to mscorlib.dll... 2026-01-31T01:51:31.3773260Z Adding assembly reference to netstandard.dll... 2026-01-31T01:51:31.3774010Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-31T01:51:31.3774790Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-31T01:51:31.3775580Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-31T01:51:31.3776360Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-31T01:51:31.3777110Z Adding assembly reference to System.Memory.dll... 2026-01-31T01:51:31.3777880Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-31T01:51:31.3778850Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-31T01:51:31.3779630Z Adding assembly reference to System.ComponentModel.dll... 2026-01-31T01:51:31.3780360Z Adding assembly reference to System.Console.dll... 2026-01-31T01:51:31.3781130Z Adding assembly reference to System.Data.Common.dll... 2026-01-31T01:51:31.3781900Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-31T01:51:31.3782690Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-31T01:51:31.3783550Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-31T01:51:31.3784370Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-31T01:51:31.3785290Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-31T01:51:31.3786100Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-31T01:51:31.3786910Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-31T01:51:31.3788050Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-31T01:51:31.3788830Z Adding assembly reference to System.IO.Compression.dll... 2026-01-31T01:51:31.3789640Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-31T01:51:31.3790420Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-31T01:51:31.3791200Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-31T01:51:31.3792000Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-31T01:51:31.3792790Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-31T01:51:31.3793530Z Adding assembly reference to System.Net.Requests.dll... 2026-01-31T01:51:31.3794280Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-31T01:51:31.3795090Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-31T01:51:31.3796020Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-31T01:51:31.3796780Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-31T01:51:31.3797510Z Adding assembly reference to System.Net.Http.dll... 2026-01-31T01:51:31.3798320Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-31T01:51:31.3799080Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-31T01:51:31.3800340Z Adding assembly reference to System.Net.Mail.dll... 2026-01-31T01:51:31.3801160Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-31T01:51:31.3801970Z Adding assembly reference to System.Net.Ping.dll... 2026-01-31T01:51:31.3802710Z Adding assembly reference to System.Net.Security.dll... 2026-01-31T01:51:31.3803450Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-31T01:51:31.3804250Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-31T01:51:31.3805020Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-31T01:51:31.3805800Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-31T01:51:31.3806560Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-31T01:51:31.3807370Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-31T01:51:31.3808140Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-31T01:51:31.3808890Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-31T01:51:31.3809720Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-31T01:51:31.3810600Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-31T01:51:31.3811420Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-31T01:51:31.3812240Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-31T01:51:31.3813090Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-31T01:51:31.3813880Z Adding assembly reference to System.Security.Claims.dll... 2026-01-31T01:51:31.3814660Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-31T01:51:31.3815930Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-31T01:51:31.3816750Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-31T01:51:31.3817540Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-31T01:51:31.3818320Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-31T01:51:31.3819110Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-31T01:51:31.3819870Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-31T01:51:31.3820610Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-31T01:51:31.3821370Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-31T01:51:31.3822180Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-31T01:51:31.3823070Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-31T01:51:31.3823800Z Adding assembly reference to System.AppContext.dll... 2026-01-31T01:51:31.3824520Z Adding assembly reference to System.Buffers.dll... 2026-01-31T01:51:31.3825300Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-31T01:51:31.3826100Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-31T01:51:31.3826910Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-31T01:51:31.3827720Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-31T01:51:31.3828480Z Adding assembly reference to System.Configuration.dll... 2026-01-31T01:51:31.3829210Z Adding assembly reference to System.Core.dll... 2026-01-31T01:51:31.3829960Z Adding assembly reference to System.Private.Uri.dll... 2026-01-31T01:51:31.3830770Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-31T01:51:31.3831500Z Adding assembly reference to System.Data.dll... 2026-01-31T01:51:31.3832240Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-31T01:51:31.3833020Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-31T01:51:31.3833860Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-31T01:51:31.3834790Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-31T01:51:31.3835510Z Adding assembly reference to System.dll... 2026-01-31T01:51:31.3836220Z Adding assembly reference to System.Drawing.dll... 2026-01-31T01:51:31.3836960Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-31T01:51:31.3837740Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-31T01:51:31.3838480Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-31T01:51:31.3839240Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-31T01:51:31.3840000Z Adding assembly reference to System.Globalization.dll... 2026-01-31T01:51:31.3840820Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-31T01:51:31.3841610Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-31T01:51:31.3842650Z Adding assembly reference to System.IO.dll... 2026-01-31T01:51:31.3843460Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-31T01:51:31.3844230Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-31T01:51:31.3845000Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-31T01:51:31.3845920Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-31T01:51:31.3846810Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-31T01:51:31.3847580Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-31T01:51:31.3848320Z Adding assembly reference to System.Net.dll... 2026-01-31T01:51:31.3849040Z Adding assembly reference to System.Net.Quic.dll... 2026-01-31T01:51:31.3850020Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-31T01:51:31.3850770Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-31T01:51:31.3851530Z Adding assembly reference to System.Text.Json.dll... 2026-01-31T01:51:31.3852320Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-31T01:51:31.3853060Z Adding assembly reference to System.Numerics.dll... 2026-01-31T01:51:31.3853780Z Adding assembly reference to System.Reflection.dll... 2026-01-31T01:51:31.3854540Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-31T01:51:31.3855370Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-31T01:51:31.3856160Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-31T01:51:31.3856940Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-31T01:51:31.3857760Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-31T01:51:31.3858600Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-31T01:51:31.3859860Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-31T01:51:31.3860690Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-31T01:51:31.3861640Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-31T01:51:31.3862470Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-31T01:51:31.3863300Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-31T01:51:31.3864140Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-31T01:51:31.3864990Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-31T01:51:31.3865790Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-31T01:51:31.3866600Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-31T01:51:31.3867480Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-31T01:51:31.3868300Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-31T01:51:31.3869600Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-31T01:51:31.3870380Z Adding assembly reference to System.Security.dll... 2026-01-31T01:51:31.3871180Z Adding assembly reference to System.Security.Principal.dll... 2026-01-31T01:51:31.3871960Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-31T01:51:31.3872730Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-31T01:51:31.3873520Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-31T01:51:31.3874290Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-31T01:51:31.3875050Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-31T01:51:31.3875810Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-31T01:51:31.3876600Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-31T01:51:31.3877530Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-31T01:51:31.3878310Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-31T01:51:31.3879090Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-31T01:51:31.3879900Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-31T01:51:31.3880640Z Adding assembly reference to System.Transactions.dll... 2026-01-31T01:51:31.3881370Z Adding assembly reference to System.ValueTuple.dll... 2026-01-31T01:51:31.3882150Z Adding assembly reference to System.Web.dll... 2026-01-31T01:51:31.3882860Z Adding assembly reference to System.Windows.dll... 2026-01-31T01:51:31.3883570Z Adding assembly reference to System.Xml.dll... 2026-01-31T01:51:31.3884290Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-31T01:51:31.3885050Z Adding assembly reference to System.Private.Xml.dll... 2026-01-31T01:51:31.3885800Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-31T01:51:31.3886570Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-31T01:51:31.3887330Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-31T01:51:31.3888090Z Adding assembly reference to WindowsBase.dll... 2026-01-31T01:51:31.3888800Z Adding assembly reference to Cake.Core.dll... 2026-01-31T01:51:31.3889510Z Adding assembly reference to Cake.Common.dll... 2026-01-31T01:51:31.3890240Z Adding assembly reference to Spectre.Console.dll... 2026-01-31T01:51:31.3891010Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-31T01:51:31.3891740Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-31T01:51:31.3892450Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-31T01:51:31.3893170Z Importing namespace Cake.Common... 2026-01-31T01:51:31.3893840Z Importing namespace Cake.Common.Build... 2026-01-31T01:51:31.3894540Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-31T01:51:31.3895270Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-31T01:51:31.3896070Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-31T01:51:31.3897100Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-31T01:51:31.3897840Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-31T01:51:31.3898560Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-31T01:51:31.3899350Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-31T01:51:31.3900130Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-31T01:51:31.3900890Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-31T01:51:31.3901620Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-31T01:51:31.3902400Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-31T01:51:31.3903140Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-31T01:51:31.3903890Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-31T01:51:31.3904820Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-31T01:51:31.3905580Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-31T01:51:31.3937880Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-31T01:51:31.3938950Z Importing namespace Cake.Common.Build.GoCD... 2026-01-31T01:51:31.3939820Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-31T01:51:31.3940600Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-31T01:51:31.3941360Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-31T01:51:31.3942060Z Importing namespace Cake.Common.Build.MyGet... 2026-01-31T01:51:31.3942800Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-31T01:51:31.3943510Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-31T01:51:31.3944260Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-31T01:51:31.3944960Z Importing namespace Cake.Common.Diagnostics... 2026-01-31T01:51:31.3945790Z Importing namespace Cake.Common.IO... 2026-01-31T01:51:31.3947030Z Importing namespace Cake.Common.IO.Paths... 2026-01-31T01:51:31.3948110Z Importing namespace Cake.Common.Net... 2026-01-31T01:51:31.3949110Z Importing namespace Cake.Common.Security... 2026-01-31T01:51:31.3949800Z Importing namespace Cake.Common.Solution... 2026-01-31T01:51:31.3950510Z Importing namespace Cake.Common.Solution.Project... 2026-01-31T01:51:31.3951290Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-31T01:51:31.3952170Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-31T01:51:31.3952850Z Importing namespace Cake.Common.Text... 2026-01-31T01:51:31.3953520Z Importing namespace Cake.Common.Tools.Cake... 2026-01-31T01:51:31.3954200Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-31T01:51:31.3954910Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-31T01:51:31.3955700Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-31T01:51:31.3956440Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-31T01:51:31.3957760Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-31T01:51:31.3958490Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-31T01:51:31.3959240Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-31T01:51:31.3959990Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-31T01:51:31.3960700Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-31T01:51:31.3961410Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-31T01:51:31.3962130Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-31T01:51:31.3962850Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-31T01:51:31.3963570Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-31T01:51:31.3964320Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-31T01:51:31.3965210Z Importing namespace Cake.Common.Tools.Command... 2026-01-31T01:51:31.3965940Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-31T01:51:31.3966660Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-31T01:51:31.3967390Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-31T01:51:31.3968110Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-31T01:51:31.3968820Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-31T01:51:31.3969560Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-31T01:51:31.3970280Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-31T01:51:31.3971030Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-31T01:51:31.3971790Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-31T01:51:31.3972490Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-31T01:51:31.3973270Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-31T01:51:31.3974030Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-31T01:51:31.3974780Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-31T01:51:31.3975570Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-31T01:51:31.3976300Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-31T01:51:31.3977010Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-31T01:51:31.3977730Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-31T01:51:31.3978500Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-31T01:51:31.3979260Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-31T01:51:31.3980010Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-31T01:51:31.3980740Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-31T01:51:31.3981530Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-31T01:51:31.3982270Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-31T01:51:31.3983000Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-31T01:51:31.3983750Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-31T01:51:31.3984820Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-31T01:51:31.3985610Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-31T01:51:31.3986390Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-31T01:51:31.3987210Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-31T01:51:31.3987990Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-31T01:51:31.3988780Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-31T01:51:31.3989570Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-31T01:51:31.3990360Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-31T01:51:31.3991080Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-31T01:51:31.3991940Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-31T01:51:31.3992680Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-31T01:51:31.3993530Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-31T01:51:31.3994310Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-31T01:51:31.3995100Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-31T01:51:31.3995940Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-31T01:51:31.3996730Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-31T01:51:31.3997520Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-31T01:51:31.3998290Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-31T01:51:31.3999300Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-31T01:51:31.4000060Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-31T01:51:31.4000800Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-31T01:51:31.4001550Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-31T01:51:31.4002270Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-31T01:51:31.4002990Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-31T01:51:31.4003730Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-31T01:51:31.4004500Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-31T01:51:31.4005210Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-31T01:51:31.4005910Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-31T01:51:31.4006620Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-31T01:51:31.4007330Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-31T01:51:31.4008050Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-31T01:51:31.4008780Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-31T01:51:31.4009580Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-31T01:51:31.4010300Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-31T01:51:31.4011300Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-31T01:51:31.4012040Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-31T01:51:31.4012810Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-31T01:51:31.4013550Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-31T01:51:31.4014300Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-31T01:51:31.4015060Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-31T01:51:31.4015840Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-31T01:51:31.4016560Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-31T01:51:31.4017290Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-31T01:51:31.4018060Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-31T01:51:31.4018790Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-31T01:51:31.4019660Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-31T01:51:31.4020410Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-31T01:51:31.4021170Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-31T01:51:31.4021890Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-31T01:51:31.4022620Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-31T01:51:31.4023360Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-31T01:51:31.4024180Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-31T01:51:31.4024950Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-31T01:51:31.4025670Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-31T01:51:31.4026390Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-31T01:51:31.4027160Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-31T01:51:31.4027900Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-31T01:51:31.4028650Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-31T01:51:31.4029430Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-31T01:51:31.4030150Z Importing namespace Cake.Common.Tools.WiX... 2026-01-31T01:51:31.4030850Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-31T01:51:31.4031560Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-31T01:51:31.4032330Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-31T01:51:31.4033010Z Importing namespace Cake.Common.Xml... 2026-01-31T01:51:31.4033670Z Importing namespace Cake.Core... 2026-01-31T01:51:31.4034350Z Importing namespace Cake.Core.Diagnostics... 2026-01-31T01:51:31.4035060Z Importing namespace Cake.Core.IO... 2026-01-31T01:51:31.4035740Z Importing namespace Cake.Core.Scripting... 2026-01-31T01:51:31.4036430Z Importing namespace Cake.Core.Tooling... 2026-01-31T01:51:31.4037110Z Importing namespace Cake.FileHelpers... 2026-01-31T01:51:31.4037810Z Importing namespace NuGet.Common... 2026-01-31T01:51:31.4038480Z Importing namespace NuGet.Configuration... 2026-01-31T01:51:31.4039410Z Importing namespace NuGet.Protocol... 2026-01-31T01:51:31.4040110Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-31T01:51:31.4040850Z Importing namespace NuGet.Versioning... 2026-01-31T01:51:31.4041500Z Importing namespace System... 2026-01-31T01:51:31.4042190Z Importing namespace System.Collections.Generic... 2026-01-31T01:51:31.4042870Z Importing namespace System.IO... 2026-01-31T01:51:31.4043550Z Importing namespace System.Linq... 2026-01-31T01:51:31.4044200Z Importing namespace System.Text... 2026-01-31T01:51:31.4044880Z Importing namespace System.Threading.Tasks... 2026-01-31T01:51:31.4045410Z .NETStandard,Version=v2.0 2026-01-31T01:51:31.4505050Z Compiling build script... 2026-01-31T01:51:34.2290830Z /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-31T01:51:35.5851250Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-31T01:51:35.5853390Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-31T01:51:35.5871660Z Host OS System Arch: X64 2026-01-31T01:51:35.5875790Z Host Processor System Arch: X64 2026-01-31T01:51:35.5877940Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-31T01:51:35.5880960Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-01-31T01:51:35.5882080Z Build Configuration: Release 2026-01-31T01:51:35.5882610Z Build Runtime Identifier: maccatalyst-x64 2026-01-31T01:51:35.5883150Z Build Target Framework: net10.0-maccatalyst 2026-01-31T01:51:35.5883600Z Test Device: mac 2026-01-31T01:51:35.5884030Z Test Results Path: /Users/runner/work/1/a/test-results 2026-01-31T01:51:35.5988060Z 2026-01-31T01:51:35.5989610Z ======================================== 2026-01-31T01:51:35.5990140Z uitest 2026-01-31T01:51:35.5990560Z ======================================== 2026-01-31T01:51:35.5991490Z Executing task: uitest 2026-01-31T01:51:35.6007060Z Starting UI Tests... 2026-01-31T01:51:35.6012920Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-31T01:51:35.6014800Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-31T01:51:35.6061320Z Testing Device: mac 2026-01-31T01:51:35.6062380Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-01-31T01:51:35.6063740Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-01-31T01:51:35.6064510Z Results Directory: /Users/runner/work/1/a/test-results 2026-01-31T01:51:35.6090660Z 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-31T01:51:35.6848000Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-31T01:51:35.6932800Z 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-31T01:51:38.5491040Z Determining projects to restore... 2026-01-31T01:51:52.1941780Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 3.25 sec). 2026-01-31T01:51:52.9855060Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 4.22 sec). 2026-01-31T01:51:53.3626400Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 4.63 sec). 2026-01-31T01:51:55.9340270Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 6.89 sec). 2026-01-31T01:51:55.9700270Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 6 ms). 2026-01-31T01:51:59.5742280Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 6.57 sec). 2026-01-31T01:51:59.5975470Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 9 ms). 2026-01-31T01:52:02.5993210Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 6.55 sec). 2026-01-31T01:52:02.6096700Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 9.2 sec). 2026-01-31T01:52:02.6147460Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 3 ms). 2026-01-31T01:52:02.9930100Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 3.38 sec). 2026-01-31T01:52:03.0602290Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 10.73 sec). 2026-01-31T01:52:03.2264750Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 618 ms). 2026-01-31T01:52:24.3783470Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-31T01:52:26.5149320Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-31T01:52:26.7216430Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-31T01:52:37.0209200Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-31T01:52:37.7643340Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-31T01:53:37.6327750Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-31T01:53:37.8121520Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-31T01:53:39.1261530Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-31T01:53:39.1646240Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-31T01:53:39.2882390Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-31T01:53:39.4330740Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-31T01:53:39.7943790Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-31T01:53:51.2141080Z 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-31T01:53:51.2967690Z 2026-01-31T01:53:51.2974410Z Build succeeded. 2026-01-31T01:53:51.2996180Z 0 Warning(s) 2026-01-31T01:53:51.3002810Z 0 Error(s) 2026-01-31T01:53:51.3004940Z 2026-01-31T01:53:51.3007480Z Time Elapsed 00:02:14.94 2026-01-31T01:53:51.3818200Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-01-31T01:53:51.3819430Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-31T01:53:51.3824690Z Run Tests With Filter TestCategory=Layout 2026-01-31T01:53:51.3826710Z Log Directory: /Users/runner/work/1/a/logs 2026-01-31T01:53:51.3827840Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-01-31T01:53:51.3831020Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-31T01:53:51.3833820Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-31T01:53:51.3834810Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-01-31T01:53:51.3835820Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-31T01:53:51.3836740Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-31T01:53:51.3838200Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-31T01:53:51.3839200Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-31T01:53:51.3841600Z 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-31T01:53:51.3843560Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-01-31T01:53:51.3887930Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-01-31T01:53:51.3924020Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-01-31T01:53:51.6393700Z Downloading file: 15% 2026-01-31T01:53:51.6396720Z Downloading file: 50% 2026-01-31T01:53:51.6578570Z Downloading file: 100% 2026-01-31T01:53:51.6671570Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-01-31T01:53:51.6673340Z 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-31T01:53:51.6676430Z 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-31T01:53:53.3646120Z 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-31T01:53:53.4964200Z VSTest version 18.0.1 (x64) 2026-01-31T01:53:53.4976740Z 2026-01-31T01:53:53.6816860Z Starting test execution, please wait... 2026-01-31T01:53:53.7343400Z A total of 1 test files matched the specified pattern. 2026-01-31T01:53:54.3250490Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-31T01:53:54.4646140Z [xUnit.net 00:00:00.16] Discovering: Controls.TestCases.Mac.Tests 2026-01-31T01:53:54.6940010Z [xUnit.net 00:00:00.37] Discovered: Controls.TestCases.Mac.Tests 2026-01-31T01:53:54.7019390Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-31T01:53:54.7355070Z 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-31T01:53:55.5516700Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-31T01:55:17.8305110Z >>>>> 1/31/2026 1:55:17 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-01-31T01:55:21.8422260Z >>>>> 1/31/2026 1:55:21 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-01-31T01:56:23.2506320Z >>>>> 1/31/2026 1:56:23 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-01-31T01:56:23.3748470Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 1 s] 2026-01-31T01:56:23.3752000Z >>>>> 1/31/2026 1:56:23 AM VerifyAbsoluteLayout_AllProportional Start 2026-01-31T01:57:31.4321260Z >>>>> 1/31/2026 1:57:31 AM VerifyAbsoluteLayout_AllProportional Stop 2026-01-31T01:57:31.5365200Z Passed VerifyAbsoluteLayout_AllProportional [1 m 8 s] 2026-01-31T01:57:31.5402540Z >>>>> 1/31/2026 1:57:31 AM VerifyAbsoluteLayout_FlowDirection Start 2026-01-31T01:58:29.6092800Z >>>>> 1/31/2026 1:58:29 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-01-31T01:58:29.6679630Z Passed VerifyAbsoluteLayout_FlowDirection [58 s] 2026-01-31T01:58:29.7686020Z >>>>> 1/31/2026 1:58:29 AM VerifyAbsoluteLayout_HeightProportional Start 2026-01-31T01:59:41.0027590Z >>>>> 1/31/2026 1:59:40 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-01-31T01:59:41.0332790Z Passed VerifyAbsoluteLayout_HeightProportional [1 m 11 s] 2026-01-31T01:59:41.0369160Z >>>>> 1/31/2026 1:59:41 AM VerifyAbsoluteLayout_PositionProportional Start 2026-01-31T02:01:18.5875690Z >>>>> 1/31/2026 2:01:18 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-01-31T02:01:18.6162380Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 37 s] 2026-01-31T02:01:18.6301550Z >>>>> 1/31/2026 2:01:18 AM VerifyAbsoluteLayout_SizeProportional Start 2026-01-31T02:02:06.9737130Z >>>>> 1/31/2026 2:02:06 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-01-31T02:02:07.0455140Z Passed VerifyAbsoluteLayout_SizeProportional [48 s] 2026-01-31T02:02:07.1460730Z >>>>> 1/31/2026 2:02:07 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-01-31T02:03:16.7381710Z >>>>> 1/31/2026 2:03:16 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-01-31T02:03:16.7561060Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 9 s] 2026-01-31T02:03:16.7878940Z >>>>> 1/31/2026 2:03:16 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-01-31T02:04:00.9314080Z >>>>> 1/31/2026 2:04:00 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-01-31T02:04:00.9739190Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [44 s] 2026-01-31T02:04:00.9810460Z >>>>> 1/31/2026 2:04:00 AM VerifyAbsoluteLayout_Visibility Start 2026-01-31T02:04:22.2724740Z >>>>> 1/31/2026 2:04:22 AM VerifyAbsoluteLayout_Visibility Stop 2026-01-31T02:04:22.3638660Z Passed VerifyAbsoluteLayout_Visibility [21 s] 2026-01-31T02:04:22.3973180Z >>>>> 1/31/2026 2:04:22 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-01-31T02:05:03.9908820Z >>>>> 1/31/2026 2:05:03 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-01-31T02:05:04.0107630Z Passed VerifyAbsoluteLayout_WidthAndHeight [41 s] 2026-01-31T02:05:04.0126170Z >>>>> 1/31/2026 2:05:04 AM VerifyAbsoluteLayout_WidthProportional Start 2026-01-31T02:05:47.5179300Z >>>>> 1/31/2026 2:05:47 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-01-31T02:05:47.5612230Z Passed VerifyAbsoluteLayout_WidthProportional [43 s] 2026-01-31T02:05:47.5715710Z >>>>> 1/31/2026 2:05:47 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-01-31T02:06:29.9245090Z >>>>> 1/31/2026 2:06:29 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-01-31T02:06:29.9473920Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [42 s] 2026-01-31T02:06:29.9619550Z >>>>> 1/31/2026 2:06:29 AM VerifyAbsoluteLayout_XProportional Start 2026-01-31T02:07:18.5118450Z >>>>> 1/31/2026 2:07:18 AM VerifyAbsoluteLayout_XProportional Stop 2026-01-31T02:07:18.5496690Z Passed VerifyAbsoluteLayout_XProportional [48 s] 2026-01-31T02:07:18.5661290Z >>>>> 1/31/2026 2:07:18 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-01-31T02:08:23.6187030Z >>>>> 1/31/2026 2:08:23 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-01-31T02:08:23.7469920Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 5 s] 2026-01-31T02:08:23.7669760Z >>>>> 1/31/2026 2:08:23 AM VerifyAbsoluteLayout_YProportional Start 2026-01-31T02:09:17.2560740Z >>>>> 1/31/2026 2:09:17 AM VerifyAbsoluteLayout_YProportional Stop 2026-01-31T02:09:17.7485600Z Passed VerifyAbsoluteLayout_YProportional [53 s] 2026-01-31T02:09:21.6805840Z >>>>> 1/31/2026 2:09:21 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-01-31T02:09:25.4980990Z >>>>> 1/31/2026 2:09:25 AM FlexLayout_ValidateDefaultValues Start 2026-01-31T02:09:47.9286080Z >>>>> 1/31/2026 2:09:47 AM FlexLayout_ValidateDefaultValues Stop 2026-01-31T02:09:47.9977930Z Passed FlexLayout_ValidateDefaultValues [22 s] 2026-01-31T02:09:48.0046390Z >>>>> 1/31/2026 2:09:47 AM FlexLayout_SetWrapAlignContentStretch Start 2026-01-31T02:10:33.6280310Z >>>>> 1/31/2026 2:10:33 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-01-31T02:10:34.0692490Z Passed FlexLayout_SetWrapAlignContentStretch [45 s] 2026-01-31T02:10:34.1574230Z >>>>> 1/31/2026 2:10:34 AM FlexLayout_SetWrapAlignContentCenter Start 2026-01-31T02:11:11.4335530Z >>>>> 1/31/2026 2:11:11 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-01-31T02:11:11.4479010Z Passed FlexLayout_SetWrapAlignContentCenter [37 s] 2026-01-31T02:11:11.4509850Z >>>>> 1/31/2026 2:11:11 AM FlexLayout_SetWrapAlignContentStart Start 2026-01-31T02:11:46.2424470Z >>>>> 1/31/2026 2:11:46 AM FlexLayout_SetWrapAlignContentStart Stop 2026-01-31T02:11:46.2495490Z Passed FlexLayout_SetWrapAlignContentStart [34 s] 2026-01-31T02:11:46.2498290Z >>>>> 1/31/2026 2:11:46 AM FlexLayout_SetWrapAlignContentEnd Start 2026-01-31T02:12:17.4931970Z >>>>> 1/31/2026 2:12:17 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-01-31T02:12:17.5014160Z Passed FlexLayout_SetWrapAlignContentEnd [31 s] 2026-01-31T02:12:17.5019720Z >>>>> 1/31/2026 2:12:17 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-01-31T02:12:52.0956940Z >>>>> 1/31/2026 2:12:51 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-01-31T02:12:52.2365890Z Passed FlexLayout_SetWrapAlignContentSpaceAround [34 s] 2026-01-31T02:12:52.2398850Z >>>>> 1/31/2026 2:12:52 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-01-31T02:13:28.6244220Z >>>>> 1/31/2026 2:13:28 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-01-31T02:13:28.6589360Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [36 s] 2026-01-31T02:13:28.6649230Z >>>>> 1/31/2026 2:13:28 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-01-31T02:14:08.0708870Z >>>>> 1/31/2026 2:14:07 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-01-31T02:14:08.3350590Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [39 s] 2026-01-31T02:14:08.4380650Z >>>>> 1/31/2026 2:14:08 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-01-31T02:14:47.8179410Z >>>>> 1/31/2026 2:14:47 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-01-31T02:14:47.8327740Z Passed FlexLayout_SetWrapReverseAlignContentStretch [39 s] 2026-01-31T02:14:47.8727910Z >>>>> 1/31/2026 2:14:47 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-01-31T02:15:26.8331360Z >>>>> 1/31/2026 2:15:26 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-01-31T02:15:26.8988920Z Passed FlexLayout_SetWrapReverseAlignContentCenter [39 s] 2026-01-31T02:15:26.9173240Z >>>>> 1/31/2026 2:15:26 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-01-31T02:16:09.6332950Z >>>>> 1/31/2026 2:16:09 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-01-31T02:16:09.6529320Z Passed FlexLayout_SetWrapReverseAlignContentStart [42 s] 2026-01-31T02:16:09.6572560Z >>>>> 1/31/2026 2:16:09 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-01-31T02:16:46.6450470Z >>>>> 1/31/2026 2:16:46 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-01-31T02:16:46.6572170Z Passed FlexLayout_SetWrapReverseAlignContentEnd [37 s] 2026-01-31T02:16:46.6591430Z >>>>> 1/31/2026 2:16:46 AM FlexLayout_AlignItemsCenter Start 2026-01-31T02:17:19.7551690Z >>>>> 1/31/2026 2:17:19 AM FlexLayout_AlignItemsCenter Stop 2026-01-31T02:17:20.0668520Z Passed FlexLayout_AlignItemsCenter [33 s] 2026-01-31T02:17:20.0799860Z >>>>> 1/31/2026 2:17:20 AM FlexLayout_AlignItemsEnd Start 2026-01-31T02:17:48.5260440Z >>>>> 1/31/2026 2:17:48 AM FlexLayout_AlignItemsEnd Stop 2026-01-31T02:17:48.5401930Z Passed FlexLayout_AlignItemsEnd [28 s] 2026-01-31T02:17:48.5427390Z >>>>> 1/31/2026 2:17:48 AM FlexLayout_AlignItemsStretch Start 2026-01-31T02:18:13.3192950Z >>>>> 1/31/2026 2:18:13 AM FlexLayout_AlignItemsStretch Stop 2026-01-31T02:18:13.3356570Z Passed FlexLayout_AlignItemsStretch [24 s] 2026-01-31T02:18:13.3534950Z >>>>> 1/31/2026 2:18:13 AM FlexLayout_DirectionRowReverse Start 2026-01-31T02:18:38.0771900Z >>>>> 1/31/2026 2:18:38 AM FlexLayout_DirectionRowReverse Stop 2026-01-31T02:18:38.0971350Z Passed FlexLayout_DirectionRowReverse [24 s] 2026-01-31T02:18:38.1007830Z >>>>> 1/31/2026 2:18:38 AM FlexLayout_DirectionColumn Start 2026-01-31T02:19:10.4750400Z >>>>> 1/31/2026 2:19:10 AM FlexLayout_DirectionColumn Stop 2026-01-31T02:19:10.4952890Z Passed FlexLayout_DirectionColumn [32 s] 2026-01-31T02:19:10.4956970Z >>>>> 1/31/2026 2:19:10 AM FlexLayout_DirectionColumnReverse Start 2026-01-31T02:19:47.2415640Z >>>>> 1/31/2026 2:19:47 AM FlexLayout_DirectionColumnReverse Stop 2026-01-31T02:19:47.2507070Z Passed FlexLayout_DirectionColumnReverse [36 s] 2026-01-31T02:19:47.2516780Z >>>>> 1/31/2026 2:19:47 AM FlexLayout_JustifyContentCenter Start 2026-01-31T02:20:24.5352610Z >>>>> 1/31/2026 2:20:24 AM FlexLayout_JustifyContentCenter Stop 2026-01-31T02:20:24.5517380Z Passed FlexLayout_JustifyContentCenter [37 s] 2026-01-31T02:20:24.5591320Z >>>>> 1/31/2026 2:20:24 AM FlexLayout_JustifyContentEnd Start 2026-01-31T02:21:05.5440700Z >>>>> 1/31/2026 2:21:05 AM FlexLayout_JustifyContentEnd Stop 2026-01-31T02:21:05.5578240Z Passed FlexLayout_JustifyContentEnd [41 s] 2026-01-31T02:21:05.5732670Z >>>>> 1/31/2026 2:21:05 AM FlexLayout_JustifyContentSpaceBetween Start 2026-01-31T02:21:42.1804550Z >>>>> 1/31/2026 2:21:42 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-01-31T02:21:42.1894530Z Passed FlexLayout_JustifyContentSpaceBetween [36 s] 2026-01-31T02:21:42.1898350Z >>>>> 1/31/2026 2:21:42 AM FlexLayout_JustifyContentSpaceAround Start 2026-01-31T02:22:30.8988090Z >>>>> 1/31/2026 2:22:30 AM FlexLayout_JustifyContentSpaceAround Stop 2026-01-31T02:22:31.0434940Z Passed FlexLayout_JustifyContentSpaceAround [48 s] 2026-01-31T02:22:31.1254860Z >>>>> 1/31/2026 2:22:31 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-01-31T02:23:06.9846050Z >>>>> 1/31/2026 2:23:06 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-01-31T02:23:07.3228360Z Passed FlexLayout_JustifyContentSpaceEvenly [36 s] 2026-01-31T02:23:07.3328730Z >>>>> 1/31/2026 2:23:07 AM FlexLayout_AlignSelfStart Start 2026-01-31T02:23:44.1465750Z >>>>> 1/31/2026 2:23:44 AM FlexLayout_AlignSelfStart Stop 2026-01-31T02:23:44.1807910Z Passed FlexLayout_AlignSelfStart [36 s] 2026-01-31T02:23:44.1817720Z >>>>> 1/31/2026 2:23:44 AM FlexLayout_AlignSelfCenter Start 2026-01-31T02:24:31.1466340Z >>>>> 1/31/2026 2:24:31 AM FlexLayout_AlignSelfCenter Stop 2026-01-31T02:24:31.1743030Z Passed FlexLayout_AlignSelfCenter [46 s] 2026-01-31T02:24:31.1775670Z >>>>> 1/31/2026 2:24:31 AM FlexLayout_AlignSelfEnd Start 2026-01-31T02:25:19.9316720Z >>>>> 1/31/2026 2:25:19 AM FlexLayout_AlignSelfEnd Stop 2026-01-31T02:25:19.9501900Z Passed FlexLayout_AlignSelfEnd [48 s] 2026-01-31T02:25:19.9533540Z >>>>> 1/31/2026 2:25:19 AM FlexLayout_AlignSelfStretch Start 2026-01-31T02:26:09.8627020Z >>>>> 1/31/2026 2:26:09 AM FlexLayout_AlignSelfStretch Stop 2026-01-31T02:26:10.0561350Z Passed FlexLayout_AlignSelfStretch [49 s] 2026-01-31T02:26:10.1336390Z >>>>> 1/31/2026 2:26:10 AM FlexLayout_Child1Grow Start 2026-01-31T02:27:28.8010490Z >>>>> 1/31/2026 2:27:28 AM FlexLayout_Child1Grow Stop 2026-01-31T02:27:28.9012230Z Passed FlexLayout_Child1Grow [1 m 18 s] 2026-01-31T02:27:28.9022300Z >>>>> 1/31/2026 2:27:28 AM FlexLayout_Child1Shrink Start 2026-01-31T02:29:10.7235490Z >>>>> 1/31/2026 2:29:10 AM FlexLayout_Child1Shrink Stop 2026-01-31T02:29:10.8261940Z Passed FlexLayout_Child1Shrink [1 m 41 s] 2026-01-31T02:29:10.8416490Z >>>>> 1/31/2026 2:29:10 AM FlexLayout_Child1Order Start 2026-01-31T02:30:19.8013920Z >>>>> 1/31/2026 2:30:19 AM FlexLayout_Child1Order Stop 2026-01-31T02:30:19.8573440Z Passed FlexLayout_Child1Order [1 m 8 s] 2026-01-31T02:30:19.8785790Z >>>>> 1/31/2026 2:30:19 AM FlexLayout_BasisAuto_DirectionRow Start 2026-01-31T02:31:18.3396450Z >>>>> 1/31/2026 2:31:18 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-01-31T02:31:18.3720450Z Passed FlexLayout_BasisAuto_DirectionRow [58 s] 2026-01-31T02:31:18.3759230Z >>>>> 1/31/2026 2:31:18 AM FlexLayout_BasisFixed_DirectionRow Start 2026-01-31T02:32:23.4989750Z >>>>> 1/31/2026 2:32:23 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-01-31T02:32:23.5318980Z Passed FlexLayout_BasisFixed_DirectionRow [1 m 5 s] 2026-01-31T02:32:23.5382300Z >>>>> 1/31/2026 2:32:23 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-01-31T02:33:28.2554700Z >>>>> 1/31/2026 2:33:28 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-01-31T02:33:28.2930790Z Passed FlexLayout_BasisPercentage_DirectionRow [1 m 4 s] 2026-01-31T02:33:28.4180420Z >>>>> 1/31/2026 2:33:28 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-01-31T02:34:34.8246040Z >>>>> 1/31/2026 2:34:34 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-01-31T02:34:34.8434770Z Passed FlexLayout_BasisAuto_DirectionRowReverse [1 m 6 s] 2026-01-31T02:34:34.8447510Z >>>>> 1/31/2026 2:34:34 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-01-31T02:35:25.8876470Z >>>>> 1/31/2026 2:35:25 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-01-31T02:35:25.9063800Z Passed FlexLayout_BasisFixed_DirectionRowReverse [51 s] 2026-01-31T02:35:25.9071160Z >>>>> 1/31/2026 2:35:25 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-01-31T02:36:03.3271640Z >>>>> 1/31/2026 2:36:03 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-01-31T02:36:03.3488510Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [37 s] 2026-01-31T02:36:03.3495990Z >>>>> 1/31/2026 2:36:03 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-01-31T02:36:44.8161950Z >>>>> 1/31/2026 2:36:44 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-01-31T02:36:44.8414040Z Passed FlexLayout_BasisAuto_DirectionColumn [41 s] 2026-01-31T02:36:44.8475440Z >>>>> 1/31/2026 2:36:44 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-01-31T02:37:24.2240080Z >>>>> 1/31/2026 2:37:24 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-01-31T02:37:24.2424160Z Passed FlexLayout_BasisFixed_DirectionColumn [39 s] 2026-01-31T02:37:24.2472320Z >>>>> 1/31/2026 2:37:24 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-01-31T02:38:16.0072880Z >>>>> 1/31/2026 2:38:16 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-01-31T02:38:16.0238640Z Passed FlexLayout_BasisPercentage_DirectionColumn [51 s] 2026-01-31T02:38:16.0242120Z >>>>> 1/31/2026 2:38:16 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-01-31T02:38:55.3585350Z >>>>> 1/31/2026 2:38:55 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-01-31T02:38:55.4387060Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [39 s] 2026-01-31T02:38:55.4388340Z >>>>> 1/31/2026 2:38:55 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-01-31T02:39:51.0374510Z >>>>> 1/31/2026 2:39:51 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-01-31T02:39:51.0955210Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [55 s] 2026-01-31T02:39:51.0964090Z >>>>> 1/31/2026 2:39:51 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-01-31T02:40:44.7753380Z >>>>> 1/31/2026 2:40:44 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-01-31T02:40:44.8483750Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [53 s] 2026-01-31T02:40:44.8502840Z >>>>> 1/31/2026 2:40:44 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-01-31T02:41:51.6588990Z >>>>> 1/31/2026 2:41:51 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-01-31T02:41:51.6771570Z Passed FlexLayout_SetAlignItemsCenterWrap [1 m 6 s] 2026-01-31T02:41:51.6774600Z >>>>> 1/31/2026 2:41:51 AM FlexLayout_SetAlignItemsEndWrap Start 2026-01-31T02:42:50.1955720Z >>>>> 1/31/2026 2:42:50 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-01-31T02:42:52.0081670Z Passed FlexLayout_SetAlignItemsEndWrap [58 s] 2026-01-31T02:43:10.4316760Z >>>>> 1/31/2026 2:43:10 AM FixtureSetup for GridFeatureTests(Mac) 2026-01-31T02:43:15.3343650Z >>>>> 1/31/2026 2:43:15 AM VerifyGrid_BackgroundColor Start 2026-01-31T02:43:42.4889200Z >>>>> 1/31/2026 2:43:42 AM VerifyGrid_BackgroundColor Stop 2026-01-31T02:43:42.5066890Z Passed VerifyGrid_BackgroundColor [27 s] 2026-01-31T02:43:42.5069630Z >>>>> 1/31/2026 2:43:42 AM VerifyGrid_ColumnSpacing Start 2026-01-31T02:44:18.4152060Z >>>>> 1/31/2026 2:44:18 AM VerifyGrid_ColumnSpacing Stop 2026-01-31T02:44:18.4519580Z Passed VerifyGrid_ColumnSpacing [35 s] 2026-01-31T02:44:18.4522770Z >>>>> 1/31/2026 2:44:18 AM VerifyGrid_ColumnSpan Start 2026-01-31T02:44:56.3496650Z >>>>> 1/31/2026 2:44:56 AM VerifyGrid_ColumnSpan Stop 2026-01-31T02:44:56.4098230Z Passed VerifyGrid_ColumnSpan [37 s] 2026-01-31T02:44:56.4099950Z >>>>> 1/31/2026 2:44:56 AM VerifyGrid_FlowDirection Start 2026-01-31T02:45:17.2517670Z >>>>> 1/31/2026 2:45:17 AM VerifyGrid_FlowDirection Stop 2026-01-31T02:45:17.2724870Z Passed VerifyGrid_FlowDirection [20 s] 2026-01-31T02:45:17.2726510Z >>>>> 1/31/2026 2:45:17 AM VerifyGrid_HorizontalOptionsCenter Start 2026-01-31T02:45:36.0685130Z >>>>> 1/31/2026 2:45:36 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-01-31T02:45:36.0772700Z Passed VerifyGrid_HorizontalOptionsCenter [18 s] 2026-01-31T02:45:36.0774250Z >>>>> 1/31/2026 2:45:36 AM VerifyGrid_HorizontalOptionsEnd Start 2026-01-31T02:45:58.2571310Z >>>>> 1/31/2026 2:45:58 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-01-31T02:45:58.2756730Z Passed VerifyGrid_HorizontalOptionsEnd [22 s] 2026-01-31T02:45:58.2759640Z >>>>> 1/31/2026 2:45:58 AM VerifyGrid_HorizontalOptionsStart Start 2026-01-31T02:46:25.0628890Z >>>>> 1/31/2026 2:46:25 AM VerifyGrid_HorizontalOptionsStart Stop 2026-01-31T02:46:25.0802570Z Passed VerifyGrid_HorizontalOptionsStart [26 s] 2026-01-31T02:46:25.0813940Z >>>>> 1/31/2026 2:46:25 AM VerifyGrid_IsVisible Start 2026-01-31T02:46:46.5586810Z >>>>> 1/31/2026 2:46:46 AM VerifyGrid_IsVisible Stop 2026-01-31T02:46:46.5689620Z Passed VerifyGrid_IsVisible [21 s] 2026-01-31T02:46:46.5694910Z >>>>> 1/31/2026 2:46:46 AM VerifyGrid_NestedGrid Start 2026-01-31T02:47:07.9521540Z >>>>> 1/31/2026 2:47:07 AM VerifyGrid_NestedGrid Stop 2026-01-31T02:47:07.9648440Z Passed VerifyGrid_NestedGrid [21 s] 2026-01-31T02:47:07.9649820Z >>>>> 1/31/2026 2:47:07 AM VerifyGrid_Padding Start 2026-01-31T02:47:45.2178590Z >>>>> 1/31/2026 2:47:45 AM VerifyGrid_Padding Stop 2026-01-31T02:47:45.2953410Z Passed VerifyGrid_Padding [37 s] 2026-01-31T02:47:45.2968200Z >>>>> 1/31/2026 2:47:45 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-01-31T02:48:52.5578350Z >>>>> 1/31/2026 2:48:52 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-01-31T02:48:52.5680230Z Passed VerifyGrid_RowAndColumnTypeAbsolute [1 m 7 s] 2026-01-31T02:48:52.5714720Z >>>>> 1/31/2026 2:48:52 AM VerifyGrid_RowSpacing Start 2026-01-31T02:49:31.7050480Z >>>>> 1/31/2026 2:49:31 AM VerifyGrid_RowSpacing Stop 2026-01-31T02:49:31.7252700Z Passed VerifyGrid_RowSpacing [39 s] 2026-01-31T02:49:31.7267480Z >>>>> 1/31/2026 2:49:31 AM VerifyGrid_RowSpan Start 2026-01-31T02:50:03.3870490Z >>>>> 1/31/2026 2:50:03 AM VerifyGrid_RowSpan Stop 2026-01-31T02:50:03.4018020Z Passed VerifyGrid_RowSpan [31 s] 2026-01-31T02:50:03.4019890Z >>>>> 1/31/2026 2:50:03 AM VerifyGrid_SetColumn Start 2026-01-31T02:50:39.0996320Z >>>>> 1/31/2026 2:50:39 AM VerifyGrid_SetColumn Stop 2026-01-31T02:50:39.1166540Z Passed VerifyGrid_SetColumn [35 s] 2026-01-31T02:50:39.1175090Z >>>>> 1/31/2026 2:50:39 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-01-31T02:51:46.9238590Z >>>>> 1/31/2026 2:51:46 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-01-31T02:51:46.9326970Z Passed VerifyGrid_SetColumn_SetColumnSpacing [1 m 7 s] 2026-01-31T02:51:46.9328830Z >>>>> 1/31/2026 2:51:46 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-01-31T02:52:47.8881560Z >>>>> 1/31/2026 2:52:47 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-01-31T02:52:47.8999350Z Passed VerifyGrid_SetColumn_SetRowSpacing [1 m] 2026-01-31T02:52:47.9001180Z >>>>> 1/31/2026 2:52:47 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-01-31T02:53:45.1398320Z >>>>> 1/31/2026 2:53:45 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-01-31T02:53:45.1496850Z Passed VerifyGrid_SetColumnSpacingAndPadding [57 s] 2026-01-31T02:53:45.1500460Z >>>>> 1/31/2026 2:53:45 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-01-31T02:54:29.8268020Z >>>>> 1/31/2026 2:54:29 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-01-31T02:54:29.8369770Z Passed VerifyGrid_SetPaddingAndBackgroundColor [44 s] 2026-01-31T02:54:29.8376980Z >>>>> 1/31/2026 2:54:29 AM VerifyGrid_SetRow Start 2026-01-31T02:55:02.8240650Z >>>>> 1/31/2026 2:55:02 AM VerifyGrid_SetRow Stop 2026-01-31T02:55:02.8633990Z Passed VerifyGrid_SetRow [33 s] 2026-01-31T02:55:02.8762160Z >>>>> 1/31/2026 2:55:02 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-01-31T02:56:08.0493520Z >>>>> 1/31/2026 2:56:08 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-01-31T02:56:08.0607940Z Passed VerifyGrid_SetRow_SetColumnSpacing [1 m 5 s] 2026-01-31T02:56:08.0609090Z >>>>> 1/31/2026 2:56:08 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-01-31T02:57:13.6264600Z >>>>> 1/31/2026 2:57:13 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-01-31T02:57:13.6385340Z Passed VerifyGrid_SetRow_SetRowSpacing [1 m 5 s] 2026-01-31T02:57:13.6392610Z >>>>> 1/31/2026 2:57:13 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-01-31T02:58:12.3824080Z >>>>> 1/31/2026 2:58:12 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-01-31T02:58:12.3913170Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [58 s] 2026-01-31T02:58:12.3916870Z >>>>> 1/31/2026 2:58:12 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-01-31T02:59:07.6335750Z >>>>> 1/31/2026 2:59:07 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-01-31T02:59:07.6450220Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [55 s] 2026-01-31T02:59:07.6460070Z >>>>> 1/31/2026 2:59:07 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-01-31T03:00:02.7217490Z >>>>> 1/31/2026 3:00:02 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-01-31T03:00:02.7336470Z Passed VerifyGrid_SetRowSpacingAndPadding [55 s] 2026-01-31T03:00:02.7344820Z >>>>> 1/31/2026 3:00:02 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-01-31T03:00:31.3128280Z >>>>> 1/31/2026 3:00:31 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-01-31T03:00:31.3229470Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [28 s] 2026-01-31T03:00:31.3231050Z >>>>> 1/31/2026 3:00:31 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-01-31T03:00:57.7926330Z >>>>> 1/31/2026 3:00:57 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-01-31T03:00:57.8026190Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [26 s] 2026-01-31T03:00:57.8030540Z >>>>> 1/31/2026 3:00:57 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-01-31T03:01:31.3246980Z >>>>> 1/31/2026 3:01:31 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-01-31T03:01:31.3338720Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [33 s] 2026-01-31T03:01:31.3348000Z >>>>> 1/31/2026 3:01:31 AM VerifyGrid_VerticalOptionsCenter Start 2026-01-31T03:01:58.5859350Z >>>>> 1/31/2026 3:01:58 AM VerifyGrid_VerticalOptionsCenter Stop 2026-01-31T03:01:58.5974210Z Passed VerifyGrid_VerticalOptionsCenter [27 s] 2026-01-31T03:01:58.5977690Z >>>>> 1/31/2026 3:01:58 AM VerifyGrid_VerticalOptionsEnd Start 2026-01-31T03:02:18.3885720Z >>>>> 1/31/2026 3:02:18 AM VerifyGrid_VerticalOptionsEnd Stop 2026-01-31T03:02:18.3976940Z Passed VerifyGrid_VerticalOptionsEnd [19 s] 2026-01-31T03:02:18.3979470Z >>>>> 1/31/2026 3:02:18 AM VerifyGrid_VerticalOptionsStart Start 2026-01-31T03:02:36.1758420Z >>>>> 1/31/2026 3:02:36 AM VerifyGrid_VerticalOptionsStart Stop 2026-01-31T03:02:36.4011240Z Passed VerifyGrid_VerticalOptionsStart [17 s] 2026-01-31T03:02:38.8430060Z >>>>> 1/31/2026 3:02:38 AM FixtureSetup for Issue22075(Mac) 2026-01-31T03:02:38.9782780Z >>>>> 1/31/2026 3:02:38 AM CreateStackWithPadding Start 2026-01-31T03:02:41.7078860Z >>>>> 1/31/2026 3:02:41 AM CreateStackWithPadding Stop 2026-01-31T03:02:42.0025320Z Passed CreateStackWithPadding [2 s] 2026-01-31T03:02:44.3080910Z >>>>> 1/31/2026 3:02:44 AM FixtureSetup for Bugzilla34007(Mac) 2026-01-31T03:02:44.4111650Z >>>>> 1/31/2026 3:02:44 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-01-31T03:02:49.5069020Z >>>>> 1/31/2026 3:02:49 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-01-31T03:02:50.4266940Z Passed Issue34007TestFirstElementHasLowestZOrder [5 s] 2026-01-31T03:05:28.4304230Z >>>>> 1/31/2026 3:05:28 AM FixtureSetup for Bugzilla34061(Mac) 2026-01-31T03:05:28.5716490Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-01-31T03:05:30.1616400Z Skipped Bugzilla34061Test [< 1 ms] 2026-01-31T03:05:30.7957150Z >>>>> 1/31/2026 3:05:30 AM FixtureSetup for Bugzilla40161(Mac) 2026-01-31T03:05:30.9362810Z >>>>> 1/31/2026 3:05:30 AM Issue1Test Start 2026-01-31T03:05:40.6595760Z >>>>> 1/31/2026 3:05:40 AM Issue1Test Stop 2026-01-31T03:05:40.6715380Z Passed Issue1Test [9 s] 2026-01-31T03:05:43.5884030Z >>>>> 1/31/2026 3:05:43 AM FixtureSetup for Bugzilla44176(Mac) 2026-01-31T03:05:43.7072250Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-31T03:05:45.2756760Z Skipped Bugzilla44176Test [< 1 ms] 2026-01-31T03:05:46.7930070Z >>>>> 1/31/2026 3:05:46 AM FixtureSetup for Bugzilla46458(Mac) 2026-01-31T03:05:46.9546800Z >>>>> 1/31/2026 3:05:46 AM GridIsEnabled Start 2026-01-31T03:06:09.3304590Z >>>>> 1/31/2026 3:06:09 AM GridIsEnabled Stop 2026-01-31T03:06:09.5303940Z Passed GridIsEnabled [22 s] 2026-01-31T03:06:12.4118310Z >>>>> 1/31/2026 3:06:12 AM FixtureSetup for Bugzilla51238(Mac) 2026-01-31T03:06:12.5963760Z >>>>> 1/31/2026 3:06:12 AM Issue1Test Start 2026-01-31T03:06:16.6769490Z >>>>> 1/31/2026 3:06:16 AM Issue1Test Stop 2026-01-31T03:06:17.1510860Z Passed Issue1Test [4 s] 2026-01-31T03:06:19.6862820Z >>>>> 1/31/2026 3:06:19 AM FixtureSetup for Bugzilla53445(Mac) 2026-01-31T03:06:19.8221260Z >>>>> 1/31/2026 3:06:19 AM Bugzilla53445Test Start 2026-01-31T03:06:37.5611180Z >>>>> 1/31/2026 3:06:37 AM Bugzilla53445Test Stop 2026-01-31T03:06:37.8515530Z Passed Bugzilla53445Test [17 s] 2026-01-31T03:06:41.3997920Z >>>>> 1/31/2026 3:06:41 AM FixtureSetup for Issue1267(Mac) 2026-01-31T03:06:41.5276410Z >>>>> 1/31/2026 3:06:41 AM StarInGridDoesNotCrash Start 2026-01-31T03:06:43.4585660Z >>>>> 1/31/2026 3:06:43 AM StarInGridDoesNotCrash Stop 2026-01-31T03:06:44.5253760Z Passed StarInGridDoesNotCrash [1 s] 2026-01-31T03:06:46.4601940Z >>>>> 1/31/2026 3:06:46 AM FixtureSetup for Issue15330(Mac) 2026-01-31T03:06:46.6106930Z >>>>> 1/31/2026 3:06:46 AM Issue15330Test Start 2026-01-31T03:06:50.1408440Z >>>>> 1/31/2026 3:06:50 AM Issue15330Test Stop 2026-01-31T03:06:51.8716550Z Passed Issue15330Test [3 s] 2026-01-31T03:06:54.3885410Z >>>>> 1/31/2026 3:06:54 AM FixtureSetup for Issue1601(Mac) 2026-01-31T03:06:54.5513490Z >>>>> 1/31/2026 3:06:54 AM Issue1601Test Start 2026-01-31T03:06:58.4699460Z >>>>> 1/31/2026 3:06:58 AM Issue1601Test Stop 2026-01-31T03:06:59.0781110Z Passed Issue1601Test [3 s] 2026-01-31T03:07:01.5504530Z >>>>> 1/31/2026 3:07:01 AM FixtureSetup for Issue19513(Mac) 2026-01-31T03:07:01.6967120Z >>>>> 1/31/2026 3:07:01 AM NegativeSpacingCrashes Start 2026-01-31T03:07:02.9096210Z >>>>> 1/31/2026 3:07:02 AM NegativeSpacingCrashes Stop 2026-01-31T03:07:03.2000060Z Passed NegativeSpacingCrashes [1 s] 2026-01-31T03:07:06.2148470Z >>>>> 1/31/2026 3:07:06 AM FixtureSetup for Issue21711(Mac) 2026-01-31T03:07:06.3863520Z >>>>> 1/31/2026 3:07:06 AM AddDoesNotCrash Start 2026-01-31T03:07:16.6177590Z >>>>> 1/31/2026 3:07:16 AM AddDoesNotCrash Stop 2026-01-31T03:07:16.6273340Z Passed AddDoesNotCrash [10 s] 2026-01-31T03:07:16.6274810Z >>>>> 1/31/2026 3:07:16 AM InsertDoesNotCrash Start 2026-01-31T03:07:21.8822960Z >>>>> 1/31/2026 3:07:21 AM InsertDoesNotCrash Stop 2026-01-31T03:07:21.8965470Z Passed InsertDoesNotCrash [5 s] 2026-01-31T03:07:21.8978600Z >>>>> 1/31/2026 3:07:21 AM RemoveDoesNotCrash Start 2026-01-31T03:07:26.7002730Z >>>>> 1/31/2026 3:07:26 AM RemoveDoesNotCrash Stop 2026-01-31T03:07:26.7167360Z Passed RemoveDoesNotCrash [4 s] 2026-01-31T03:07:26.7210750Z >>>>> 1/31/2026 3:07:26 AM UpdateDoesNotCrash Start 2026-01-31T03:07:31.1764050Z >>>>> 1/31/2026 3:07:31 AM UpdateDoesNotCrash Stop 2026-01-31T03:07:31.4355710Z Passed UpdateDoesNotCrash [4 s] 2026-01-31T03:07:35.4311620Z >>>>> 1/31/2026 3:07:35 AM FixtureSetup for Issue23484(Mac) 2026-01-31T03:07:35.5965940Z >>>>> 1/31/2026 3:07:35 AM ReusingNavigationPageDoesntBreakLayout Start 2026-01-31T03:07:59.8743930Z >>>>> 1/31/2026 3:07:59 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-01-31T03:08:01.0786400Z Passed ReusingNavigationPageDoesntBreakLayout [24 s] 2026-01-31T03:08:02.7297740Z >>>>> 1/31/2026 3:08:02 AM FixtureSetup for Issue24246(Mac) 2026-01-31T03:08:02.8546740Z >>>>> 1/31/2026 3:08:02 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-01-31T03:08:09.6466250Z >>>>> 1/31/2026 3:08:09 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-01-31T03:08:10.4144730Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [6 s] 2026-01-31T03:08:12.6428090Z >>>>> 1/31/2026 3:08:12 AM FixtureSetup for Issue24434(Mac) 2026-01-31T03:08:12.7703070Z >>>>> 1/31/2026 3:08:12 AM ModifyingANonVisibleLayoutWorks Start 2026-01-31T03:08:18.3809760Z >>>>> 1/31/2026 3:08:18 AM ModifyingANonVisibleLayoutWorks Stop 2026-01-31T03:08:18.7596990Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-01-31T03:08:21.2497280Z >>>>> 1/31/2026 3:08:21 AM FixtureSetup for Issue24996(Mac) 2026-01-31T03:08:21.3744050Z >>>>> 1/31/2026 3:08:21 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-01-31T03:08:26.2347650Z >>>>> 1/31/2026 3:08:26 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-01-31T03:08:26.3588510Z >>>>> 1/31/2026 3:08:26 AM Log types: 2026-01-31T03:08:27.5773120Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [5 s] 2026-01-31T03:08:27.5844550Z Error Message: 2026-01-31T03:08:27.5886120Z Assert.That(condition, Is.True) 2026-01-31T03:08:27.5889010Z Expected: True 2026-01-31T03:08:27.5890820Z But was: False 2026-01-31T03:08:27.5892060Z 2026-01-31T03:08:27.5893850Z Stack Trace: 2026-01-31T03:08:27.5895770Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-31T03:08:27.5897700Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-31T03:08:27.5900400Z 2026-01-31T03:08:27.5902570Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-31T03:08:27.5906040Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-31T03:08:27.5906860Z 2026-01-31T03:08:27.5917330Z 2026-01-31T03:10:38.2106850Z >>>>> 1/31/2026 3:10:38 AM FixtureSetup for Issue2653(Mac) 2026-01-31T03:10:38.3612520Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-31T03:10:39.9064670Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-01-31T03:10:40.9582740Z >>>>> 1/31/2026 3:10:40 AM FixtureSetup for Issue2767(Mac) 2026-01-31T03:10:41.1084990Z >>>>> 1/31/2026 3:10:41 AM Issue2767Test Start 2026-01-31T03:10:43.6719850Z >>>>> 1/31/2026 3:10:43 AM Issue2767Test Stop 2026-01-31T03:10:44.4236140Z Passed Issue2767Test [2 s] 2026-01-31T03:12:54.7950020Z >>>>> 1/31/2026 3:12:54 AM FixtureSetup for Issue2858(Mac) 2026-01-31T03:12:54.8896550Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-31T03:12:56.4135680Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-01-31T03:12:56.6006070Z >>>>> 1/31/2026 3:12:56 AM FixtureSetup for Issue28945(Mac) 2026-01-31T03:12:56.7199240Z >>>>> 1/31/2026 3:12:56 AM MauiViewShouldPropagateFocus Start 2026-01-31T03:12:59.4129710Z >>>>> 1/31/2026 3:12:59 AM MauiViewShouldPropagateFocus Stop 2026-01-31T03:12:59.5384670Z Passed MauiViewShouldPropagateFocus [2 s] 2026-01-31T03:13:02.3375290Z >>>>> 1/31/2026 3:13:02 AM FixtureSetup for Issue29919(Mac) 2026-01-31T03:13:02.4776190Z >>>>> 1/31/2026 3:13:02 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-01-31T03:13:03.5331600Z >>>>> 1/31/2026 3:13:03 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-01-31T03:13:04.0023390Z Passed StackLayoutWindowsCrashWithZeroHeight [1 s] 2026-01-31T03:13:06.5622960Z >>>>> 1/31/2026 3:13:06 AM FixtureSetup for Issue2993(Mac) 2026-01-31T03:13:06.6796750Z >>>>> 1/31/2026 3:13:06 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-01-31T03:13:07.9706890Z >>>>> 1/31/2026 3:13:07 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-01-31T03:13:08.1790550Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-01-31T03:13:11.0802230Z >>>>> 1/31/2026 3:13:11 AM FixtureSetup for Issue3475(Mac) 2026-01-31T03:13:11.1945100Z >>>>> 1/31/2026 3:13:11 AM Issue3475TestsLayoutCompressionPerformance Start 2026-01-31T03:14:01.8287790Z >>>>> 1/31/2026 3:14:01 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-01-31T03:14:02.1818580Z Passed Issue3475TestsLayoutCompressionPerformance [50 s] 2026-01-31T03:14:04.9697450Z >>>>> 1/31/2026 3:14:04 AM FixtureSetup for Issue6260(Mac) 2026-01-31T03:14:05.1295570Z >>>>> 1/31/2026 3:14:05 AM NonAppCompatBasicSwitchTest Start 2026-01-31T03:14:06.6605820Z >>>>> 1/31/2026 3:14:06 AM NonAppCompatBasicSwitchTest Stop 2026-01-31T03:14:08.2241820Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-01-31T03:14:10.3418150Z >>>>> 1/31/2026 3:14:10 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-01-31T03:14:10.4791240Z >>>>> 1/31/2026 3:14:10 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-01-31T03:14:44.3196310Z >>>>> 1/31/2026 3:14:44 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-01-31T03:14:44.3336690Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [33 s] 2026-01-31T03:14:44.3338920Z >>>>> 1/31/2026 3:14:44 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-01-31T03:15:03.2705700Z >>>>> 1/31/2026 3:15:03 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-01-31T03:15:03.2787410Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [18 s] 2026-01-31T03:15:03.2789940Z >>>>> 1/31/2026 3:15:03 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-01-31T03:15:06.6620520Z >>>>> 1/31/2026 3:15:06 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-01-31T03:15:07.8187050Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [3 s] 2026-01-31T03:15:09.8993020Z >>>>> 1/31/2026 3:15:09 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-01-31T03:15:10.0727520Z >>>>> 1/31/2026 3:15:10 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-01-31T03:15:38.8164650Z >>>>> 1/31/2026 3:15:38 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-01-31T03:15:38.8237620Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [28 s] 2026-01-31T03:15:38.8240640Z >>>>> 1/31/2026 3:15:38 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-01-31T03:15:53.2352490Z >>>>> 1/31/2026 3:15:53 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-01-31T03:15:53.2423260Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [14 s] 2026-01-31T03:15:53.2425360Z >>>>> 1/31/2026 3:15:53 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-01-31T03:15:56.2122420Z >>>>> 1/31/2026 3:15:56 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-01-31T03:15:56.3478940Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-01-31T03:15:59.3492240Z >>>>> 1/31/2026 3:15:59 AM FixtureSetup for Issue6945(Mac) 2026-01-31T03:15:59.4857750Z >>>>> 1/31/2026 3:15:59 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-01-31T03:16:05.7135350Z >>>>> 1/31/2026 3:16:05 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-01-31T03:16:06.9723110Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [6 s] 2026-01-31T03:16:09.3077230Z >>>>> 1/31/2026 3:16:09 AM FixtureSetup for Issue9075(Mac) 2026-01-31T03:16:09.4307460Z >>>>> 1/31/2026 3:16:09 AM FlexLayoutCycleException Start 2026-01-31T03:16:11.4120770Z >>>>> 1/31/2026 3:16:11 AM FlexLayoutCycleException Stop 2026-01-31T03:16:12.4436660Z Passed FlexLayoutCycleException [1 s] 2026-01-31T03:16:14.8393680Z >>>>> 1/31/2026 3:16:14 AM FixtureSetup for StackLayoutIssue(Mac) 2026-01-31T03:16:15.0281630Z >>>>> 1/31/2026 3:16:15 AM StackLayoutIssueTestsAllElementsPresent Start 2026-01-31T03:16:20.8018890Z >>>>> 1/31/2026 3:16:20 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-01-31T03:16:21.0433140Z Passed StackLayoutIssueTestsAllElementsPresent [5 s] 2026-01-31T03:16:24.9025980Z >>>>> 1/31/2026 3:16:24 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-01-31T03:16:29.0185500Z >>>>> 1/31/2026 3:16:29 AM HorizontalStackLayout_IsVisible Start 2026-01-31T03:16:42.5594120Z >>>>> 1/31/2026 3:16:42 AM HorizontalStackLayout_IsVisible Stop 2026-01-31T03:16:42.5670720Z Passed HorizontalStackLayout_IsVisible [13 s] 2026-01-31T03:16:42.5674850Z >>>>> 1/31/2026 3:16:42 AM HorizontalStackLayout_RTLFlowDirection Start 2026-01-31T03:16:57.5345380Z >>>>> 1/31/2026 3:16:57 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-01-31T03:16:57.5447790Z Passed HorizontalStackLayout_RTLFlowDirection [14 s] 2026-01-31T03:16:57.5451600Z >>>>> 1/31/2026 3:16:57 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-01-31T03:17:23.4582400Z >>>>> 1/31/2026 3:17:23 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-01-31T03:17:23.4679590Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [25 s] 2026-01-31T03:17:23.4681150Z >>>>> 1/31/2026 3:17:23 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-01-31T03:17:57.8831670Z >>>>> 1/31/2026 3:17:57 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-01-31T03:17:57.8904360Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [34 s] 2026-01-31T03:17:57.8905790Z >>>>> 1/31/2026 3:17:57 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-01-31T03:18:20.0884490Z >>>>> 1/31/2026 3:18:20 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-01-31T03:18:20.0971580Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [22 s] 2026-01-31T03:18:20.0974330Z >>>>> 1/31/2026 3:18:20 AM HorizontalStackLayout_Spacing_With_Height Start 2026-01-31T03:18:50.5809670Z >>>>> 1/31/2026 3:18:50 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-01-31T03:18:50.5896090Z Passed HorizontalStackLayout_Spacing_With_Height [30 s] 2026-01-31T03:18:50.5898310Z >>>>> 1/31/2026 3:18:50 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-01-31T03:19:26.0087050Z >>>>> 1/31/2026 3:19:26 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-01-31T03:19:26.0155900Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [35 s] 2026-01-31T03:19:26.0160150Z >>>>> 1/31/2026 3:19:26 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-01-31T03:19:47.3645420Z >>>>> 1/31/2026 3:19:47 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-01-31T03:19:47.3735770Z Passed HorizontalStackLayout_Spacing_With_RTL [21 s] 2026-01-31T03:19:47.3738100Z >>>>> 1/31/2026 3:19:47 AM HorizontalStackLayout_Spacing_With_Width Start 2026-01-31T03:20:12.6878850Z >>>>> 1/31/2026 3:20:12 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-01-31T03:20:12.6987870Z Passed HorizontalStackLayout_Spacing_With_Width [25 s] 2026-01-31T03:20:12.6996540Z >>>>> 1/31/2026 3:20:12 AM VerticalStackLayout_IsVisible Start 2026-01-31T03:20:30.9396920Z >>>>> 1/31/2026 3:20:30 AM VerticalStackLayout_IsVisible Stop 2026-01-31T03:20:30.9490390Z Passed VerticalStackLayout_IsVisible [18 s] 2026-01-31T03:20:30.9492700Z >>>>> 1/31/2026 3:20:30 AM VerticalStackLayout_RTLFlowDirection Start 2026-01-31T03:20:51.9430090Z >>>>> 1/31/2026 3:20:51 AM VerticalStackLayout_RTLFlowDirection Stop 2026-01-31T03:20:51.9564380Z Passed VerticalStackLayout_RTLFlowDirection [21 s] 2026-01-31T03:20:51.9576250Z >>>>> 1/31/2026 3:20:51 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-01-31T03:21:29.5480790Z >>>>> 1/31/2026 3:21:29 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-01-31T03:21:29.5563110Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [37 s] 2026-01-31T03:21:29.5565300Z >>>>> 1/31/2026 3:21:29 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-01-31T03:22:12.7532290Z >>>>> 1/31/2026 3:22:12 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-01-31T03:22:12.7624060Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [43 s] 2026-01-31T03:22:12.7626860Z >>>>> 1/31/2026 3:22:12 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-01-31T03:22:50.6763850Z >>>>> 1/31/2026 3:22:50 AM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-01-31T03:22:50.6822800Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [37 s] 2026-01-31T03:22:50.6824130Z >>>>> 1/31/2026 3:22:50 AM VerticalStackLayout_Spacing_With_Height Start 2026-01-31T03:23:22.7813680Z >>>>> 1/31/2026 3:23:22 AM VerticalStackLayout_Spacing_With_Height Stop 2026-01-31T03:23:22.7900600Z Passed VerticalStackLayout_Spacing_With_Height [32 s] 2026-01-31T03:23:22.7902990Z >>>>> 1/31/2026 3:23:22 AM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-01-31T03:24:07.9775000Z >>>>> 1/31/2026 3:24:07 AM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-01-31T03:24:08.0504470Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [45 s] 2026-01-31T03:24:08.0517850Z >>>>> 1/31/2026 3:24:08 AM VerticalStackLayout_Spacing_With_RTL Start 2026-01-31T03:24:45.4292150Z >>>>> 1/31/2026 3:24:45 AM VerticalStackLayout_Spacing_With_RTL Stop 2026-01-31T03:24:45.4390480Z Passed VerticalStackLayout_Spacing_With_RTL [37 s] 2026-01-31T03:24:45.4399310Z >>>>> 1/31/2026 3:24:45 AM VerticalStackLayout_Spacing_With_Width Start 2026-01-31T03:25:26.4471050Z >>>>> 1/31/2026 3:25:26 AM VerticalStackLayout_Spacing_With_Width Stop 2026-01-31T03:25:27.4411240Z Passed VerticalStackLayout_Spacing_With_Width [41 s] 2026-01-31T03:25:30.7837070Z >>>>> 1/31/2026 3:25:30 AM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-01-31T03:25:35.2439870Z >>>>> 1/31/2026 3:25:35 AM TwoPaneView_WideMode Start 2026-01-31T03:25:54.0011820Z >>>>> 1/31/2026 3:25:53 AM TwoPaneView_WideMode Stop 2026-01-31T03:25:54.0149270Z Passed TwoPaneView_WideMode [18 s] 2026-01-31T03:25:54.0161000Z >>>>> 1/31/2026 3:25:54 AM TwoPaneView_IsTall_UsingRect Start 2026-01-31T03:26:25.0275840Z >>>>> 1/31/2026 3:26:25 AM TwoPaneView_IsTall_UsingRect Stop 2026-01-31T03:26:25.0346410Z Passed TwoPaneView_IsTall_UsingRect [31 s] 2026-01-31T03:26:25.0347560Z >>>>> 1/31/2026 3:26:25 AM TwoPaneView_Wide_UsingRect Start 2026-01-31T03:26:44.1674760Z >>>>> 1/31/2026 3:26:44 AM TwoPaneView_Wide_UsingRect Stop 2026-01-31T03:26:44.1758200Z Passed TwoPaneView_Wide_UsingRect [19 s] 2026-01-31T03:26:44.1762090Z >>>>> 1/31/2026 3:26:44 AM TwoPaneView_TallMode Start 2026-01-31T03:27:10.5249680Z >>>>> 1/31/2026 3:27:10 AM TwoPaneView_TallMode Stop 2026-01-31T03:27:10.5334370Z Passed TwoPaneView_TallMode [26 s] 2026-01-31T03:27:10.5337820Z >>>>> 1/31/2026 3:27:10 AM TwoPaneView_Pane1Priority Start 2026-01-31T03:27:42.2533440Z >>>>> 1/31/2026 3:27:42 AM TwoPaneView_Pane1Priority Stop 2026-01-31T03:27:42.2617750Z Passed TwoPaneView_Pane1Priority [31 s] 2026-01-31T03:27:42.2622190Z >>>>> 1/31/2026 3:27:42 AM TwoPaneView_Pane2Priority Start 2026-01-31T03:28:11.9953450Z >>>>> 1/31/2026 3:28:11 AM TwoPaneView_Pane2Priority Stop 2026-01-31T03:28:12.0028070Z Passed TwoPaneView_Pane2Priority [29 s] 2026-01-31T03:28:12.0029350Z >>>>> 1/31/2026 3:28:12 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-01-31T03:28:48.9302170Z >>>>> 1/31/2026 3:28:48 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-01-31T03:28:48.9387750Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [36 s] 2026-01-31T03:28:48.9390280Z >>>>> 1/31/2026 3:28:48 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-01-31T03:29:23.4781820Z >>>>> 1/31/2026 3:29:23 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-01-31T03:29:23.4856960Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [34 s] 2026-01-31T03:29:23.4860360Z >>>>> 1/31/2026 3:29:23 AM TwoPaneView_Pane2SizeIncrease Start 2026-01-31T03:29:49.1606650Z >>>>> 1/31/2026 3:29:49 AM TwoPaneView_Pane2SizeIncrease Stop 2026-01-31T03:29:49.1685400Z Passed TwoPaneView_Pane2SizeIncrease [25 s] 2026-01-31T03:29:49.1693750Z >>>>> 1/31/2026 3:29:49 AM TwoPaneView_Pane1SizeIncrease Start 2026-01-31T03:30:18.1151010Z >>>>> 1/31/2026 3:30:18 AM TwoPaneView_Pane1SizeIncrease Stop 2026-01-31T03:30:18.1231280Z Passed TwoPaneView_Pane1SizeIncrease [28 s] 2026-01-31T03:30:18.1247100Z >>>>> 1/31/2026 3:30:18 AM TwoPaneView_ZIsShadowEnabled Start 2026-01-31T03:30:37.8043020Z >>>>> 1/31/2026 3:30:37 AM TwoPaneView_ZIsShadowEnabled Stop 2026-01-31T03:30:37.8125950Z Passed TwoPaneView_ZIsShadowEnabled [19 s] 2026-01-31T03:30:37.8127430Z >>>>> 1/31/2026 3:30:37 AM TwoPaneView_IsVisible Start 2026-01-31T03:30:55.9711810Z >>>>> 1/31/2026 3:30:55 AM TwoPaneView_IsVisible Stop 2026-01-31T03:30:55.9801430Z Passed TwoPaneView_IsVisible [18 s] 2026-01-31T03:30:55.9803220Z >>>>> 1/31/2026 3:30:55 AM TwoPaneView_RTLFlowDirection Start 2026-01-31T03:31:13.6236990Z >>>>> 1/31/2026 3:31:13 AM TwoPaneView_RTLFlowDirection Stop 2026-01-31T03:31:13.6304710Z Passed TwoPaneView_RTLFlowDirection [17 s] 2026-01-31T03:31:13.6305950Z >>>>> 1/31/2026 3:31:13 AM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-01-31T03:31:48.9339860Z >>>>> 1/31/2026 3:31:48 AM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-01-31T03:31:49.6825230Z Passed TwoPaneView_IsWideWithRTL_UsingRect [35 s] 2026-01-31T03:31:50.1562820Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-31T03:31:50.9405400Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-01-31T03:31:50.9435410Z 2026-01-31T03:31:50.9813040Z Test Run Failed. 2026-01-31T03:31:50.9818510Z Total tests: 158 2026-01-31T03:31:50.9820360Z Passed: 153 2026-01-31T03:31:50.9822060Z Failed: 1 2026-01-31T03:31:50.9823660Z Skipped: 4 2026-01-31T03:31:50.9891110Z Total time: 1.6324 Hours 2026-01-31T03:31:55.3521080Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-01-31T03:31:55.7302270Z An error occurred when executing task 'uitest'. 2026-01-31T03:31:55.8363510Z Completed in 01:40:19.9692665 2026-01-31T03:31:56.1191120Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-01-31T03:31:56.1201100Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-01-31T03:31:56.1240020Z 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-31T03:31:56.1243650Z 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-31T03:31:56.1249000Z 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-31T03:31:56.1254310Z 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-31T03:31:56.1258570Z 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-31T03:31:56.1261390Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-01-31T03:31:56.1264070Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-01-31T03:31:56.1265260Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-01-31T03:31:56.1266110Z at Submission#0.<>b__0_24() 2026-01-31T03:31:56.1267760Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-01-31T03:31:56.1268850Z 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-31T03:31:56.1270140Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-01-31T03:31:56.1271150Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-01-31T03:31:56.1272910Z 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-31T03:31:56.1274620Z 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-31T03:31:56.1276420Z 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-31T03:31:56.1278170Z 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-31T03:31:56.1281420Z 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-31T03:31:56.1283910Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-01-31T03:31:56.1285520Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-01-31T03:31:56.1286630Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-01-31T03:31:56.1287970Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-01-31T03:31:56.1288770Z at Submission#0.<>d__0.MoveNext() 2026-01-31T03:31:56.1289390Z --- End of stack trace from previous location --- 2026-01-31T03:31:56.1290660Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-31T03:31:56.1343330Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-31T03:31:56.1344910Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-01-31T03:31:56.1346270Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-01-31T03:31:56.1347830Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-01-31T03:31:56.1349480Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-01-31T03:31:56.1351160Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-01-31T03:32:00.7907970Z 2026-01-31T03:32:01.0638850Z ##[error]PowerShell exited with code '1'. 2026-01-31T03:32:01.2881870Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-01-31T03:32:04.5336580Z Generating script. 2026-01-31T03:32:04.5387670Z ========================== Starting Command Output =========================== 2026-01-31T03:32:04.5531720Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/e918dc36-29fb-4875-9a72-cdad77e0fed9.ps1' 2026-01-31T03:32:08.3119830Z $ErrorActionPreference = 'stop' 2026-01-31T03:32:08.3128890Z $ProgressPreference = 'silentlyContinue' 2026-01-31T03:32:08.3136710Z Get-Content $PSCommandPath 2026-01-31T03:32:08.3155980Z $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-31T03:32:08.3158090Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-01-31T03:32:08.3167750Z $command += " --runtimevariant=""Mono""" 2026-01-31T03:32:08.3337300Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-01-31T03:32:08.3337710Z 2026-01-31T03:32:08.3338320Z $testFilter = "" 2026-01-31T03:32:08.3339250Z $testConfigrationArgs = "" 2026-01-31T03:32:08.3339450Z 2026-01-31T03:32:08.3340730Z "Layout".Split(",") | ForEach { 2026-01-31T03:32:08.3341880Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-31T03:32:08.3342820Z } 2026-01-31T03:32:08.3343010Z 2026-01-31T03:32:08.3343890Z $testFilter = $testFilter.TrimEnd("|") 2026-01-31T03:32:08.3344120Z 2026-01-31T03:32:08.3574010Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-31T03:32:08.3574790Z if ($testConfigrationArgs) { 2026-01-31T03:32:08.3575810Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-31T03:32:08.3576460Z } 2026-01-31T03:32:08.3580150Z if ($testFilter) { 2026-01-31T03:32:08.3606550Z $command += " --test-filter ""$testFilter""" 2026-01-31T03:32:08.3607030Z } 2026-01-31T03:32:08.3607160Z 2026-01-31T03:32:08.3607550Z $headless = true 2026-01-31T03:32:08.3607970Z if ($headless) { 2026-01-31T03:32:08.3608400Z $command += " --headless ""$headless""" 2026-01-31T03:32:08.3608820Z } 2026-01-31T03:32:08.3608980Z 2026-01-31T03:32:08.3609400Z Write-Host "Running command: $command" 2026-01-31T03:32:08.3609620Z 2026-01-31T03:32:08.3610020Z Invoke-Expression $command 2026-01-31T03:32:08.3610550Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-31T03:32:08.3613110Z } else { 2026-01-31T03:32:08.3614190Z exit $LASTEXITCODE 2026-01-31T03:32:08.3614570Z } 2026-01-31T03:32:08.5816900Z 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-31T03:32:10.4470060Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-31T03:32:11.6958620Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-31T03:32:12.3546640Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-31T03:32:13.1178070Z 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-31T03:32:13.7131970Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-31T03:32:14.7639760Z Looking for modules... 2026-01-31T03:32:18.6633980Z No modules found to install. 2026-01-31T03:32:18.6746820Z Module directory does not exist. 2026-01-31T03:32:18.6816410Z Analyzing build script... 2026-01-31T03:32:18.6848290Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-01-31T03:32:18.6860360Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-01-31T03:32:18.6866850Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-01-31T03:32:18.9274130Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-01-31T03:32:20.5571040Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-01-31T03:32:21.5576930Z Processing build script... 2026-01-31T03:32:21.5602920Z Installing addins... 2026-01-31T03:32:21.8510530Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-31T03:32:21.8694580Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-31T03:32:21.8816300Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-31T03:32:22.8158870Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-31T03:32:22.8161190Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-31T03:32:22.8162660Z is referencing an older version of Cake.Core (0.33.0). 2026-01-31T03:32:22.8164040Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-31T03:32:22.8229400Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-31T03:32:22.8292960Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-31T03:32:23.2736040Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-31T03:32:23.2737490Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-31T03:32:23.2739720Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-31T03:32:23.2740880Z Adding assembly reference to System.Runtime.dll... 2026-01-31T03:32:23.2742040Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-31T03:32:23.2743810Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-31T03:32:23.2745890Z Adding assembly reference to System.Threading.dll... 2026-01-31T03:32:23.2747300Z Adding assembly reference to System.Linq.dll... 2026-01-31T03:32:23.2748410Z Adding assembly reference to System.Collections.dll... 2026-01-31T03:32:23.2749610Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-31T03:32:23.2751010Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-31T03:32:23.2752490Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-31T03:32:23.2753740Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-31T03:32:23.2754880Z Adding assembly reference to System.ObjectModel.dll... 2026-01-31T03:32:23.2756010Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-31T03:32:23.2757180Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-31T03:32:23.2758440Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-31T03:32:23.2759640Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-31T03:32:23.2760810Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-31T03:32:23.2761990Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-31T03:32:23.2763100Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-31T03:32:23.2763970Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-31T03:32:23.2764940Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-31T03:32:23.2766020Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-31T03:32:23.2766930Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-31T03:32:23.2767730Z Adding assembly reference to mscorlib.dll... 2026-01-31T03:32:23.2769210Z Adding assembly reference to netstandard.dll... 2026-01-31T03:32:23.2770020Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-31T03:32:23.2770790Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-31T03:32:23.2771540Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-31T03:32:23.2772320Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-31T03:32:23.2773110Z Adding assembly reference to System.Memory.dll... 2026-01-31T03:32:23.2773990Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-31T03:32:23.2774830Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-31T03:32:23.2775770Z Adding assembly reference to System.ComponentModel.dll... 2026-01-31T03:32:23.2776690Z Adding assembly reference to System.Console.dll... 2026-01-31T03:32:23.2778300Z Adding assembly reference to System.Data.Common.dll... 2026-01-31T03:32:23.2779500Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-31T03:32:23.2780880Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-31T03:32:23.2782170Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-31T03:32:23.2783400Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-31T03:32:23.2784630Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-31T03:32:23.2785760Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-31T03:32:23.2787160Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-31T03:32:23.2788380Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-31T03:32:23.2789500Z Adding assembly reference to System.IO.Compression.dll... 2026-01-31T03:32:23.2790620Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-31T03:32:23.2791860Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-31T03:32:23.2792960Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-31T03:32:23.2794130Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-31T03:32:23.2795220Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-31T03:32:23.2796150Z Adding assembly reference to System.Net.Requests.dll... 2026-01-31T03:32:23.2796980Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-31T03:32:23.2797890Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-31T03:32:23.2798680Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-31T03:32:23.2799500Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-31T03:32:23.2800250Z Adding assembly reference to System.Net.Http.dll... 2026-01-31T03:32:23.2801040Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-31T03:32:23.2801870Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-31T03:32:23.2802610Z Adding assembly reference to System.Net.Mail.dll... 2026-01-31T03:32:23.2803980Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-31T03:32:23.2804740Z Adding assembly reference to System.Net.Ping.dll... 2026-01-31T03:32:23.2805600Z Adding assembly reference to System.Net.Security.dll... 2026-01-31T03:32:23.2806390Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-31T03:32:23.2807530Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-31T03:32:23.2808890Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-31T03:32:23.2810500Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-31T03:32:23.2812040Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-31T03:32:23.2813670Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-31T03:32:23.2815360Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-31T03:32:23.2818000Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-31T03:32:23.2819200Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-31T03:32:23.2820560Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-31T03:32:23.2822260Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-31T03:32:23.2823910Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-31T03:32:23.2825580Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-31T03:32:23.2827200Z Adding assembly reference to System.Security.Claims.dll... 2026-01-31T03:32:23.2828840Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-31T03:32:23.2830720Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-31T03:32:23.2832110Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-31T03:32:23.2833460Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-31T03:32:23.2834370Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-31T03:32:23.2835220Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-31T03:32:23.2836010Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-31T03:32:23.2837110Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-31T03:32:23.2837930Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-31T03:32:23.2838770Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-31T03:32:23.2839630Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-31T03:32:23.2840450Z Adding assembly reference to System.AppContext.dll... 2026-01-31T03:32:23.2842410Z Adding assembly reference to System.Buffers.dll... 2026-01-31T03:32:23.2843320Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-31T03:32:23.2844170Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-31T03:32:23.2845100Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-31T03:32:23.2845920Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-31T03:32:23.2847760Z Adding assembly reference to System.Configuration.dll... 2026-01-31T03:32:23.2848650Z Adding assembly reference to System.Core.dll... 2026-01-31T03:32:23.2849380Z Adding assembly reference to System.Private.Uri.dll... 2026-01-31T03:32:23.2850240Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-31T03:32:23.2851100Z Adding assembly reference to System.Data.dll... 2026-01-31T03:32:23.2851890Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-31T03:32:23.2852710Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-31T03:32:23.2853520Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-31T03:32:23.2854340Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-31T03:32:23.2855080Z Adding assembly reference to System.dll... 2026-01-31T03:32:23.2856130Z Adding assembly reference to System.Drawing.dll... 2026-01-31T03:32:23.2856890Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-31T03:32:23.2857690Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-31T03:32:23.2858430Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-31T03:32:23.2859500Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-31T03:32:23.2860710Z Adding assembly reference to System.Globalization.dll... 2026-01-31T03:32:23.2861690Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-31T03:32:23.2862520Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-31T03:32:23.2863300Z Adding assembly reference to System.IO.dll... 2026-01-31T03:32:23.2864160Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-31T03:32:23.2865110Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-31T03:32:23.2866360Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-31T03:32:23.2867520Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-31T03:32:23.2868930Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-31T03:32:23.2870080Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-31T03:32:23.2870880Z Adding assembly reference to System.Net.dll... 2026-01-31T03:32:23.2871650Z Adding assembly reference to System.Net.Quic.dll... 2026-01-31T03:32:23.2872420Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-31T03:32:23.2873180Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-31T03:32:23.2873940Z Adding assembly reference to System.Text.Json.dll... 2026-01-31T03:32:23.2874760Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-31T03:32:23.2875540Z Adding assembly reference to System.Numerics.dll... 2026-01-31T03:32:23.2876290Z Adding assembly reference to System.Reflection.dll... 2026-01-31T03:32:23.2877070Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-31T03:32:23.2878790Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-31T03:32:23.2879590Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-31T03:32:23.2880380Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-31T03:32:23.2881280Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-31T03:32:23.2882110Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-31T03:32:23.2882910Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-31T03:32:23.2883730Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-31T03:32:23.2885360Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-31T03:32:23.2886310Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-31T03:32:23.2887460Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-31T03:32:23.2888350Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-31T03:32:23.2889190Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-31T03:32:23.2890000Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-31T03:32:23.2890830Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-31T03:32:23.2891730Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-31T03:32:23.2892590Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-31T03:32:23.2893640Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-31T03:32:23.2894530Z Adding assembly reference to System.Security.dll... 2026-01-31T03:32:23.2895310Z Adding assembly reference to System.Security.Principal.dll... 2026-01-31T03:32:23.2896110Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-31T03:32:23.2897080Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-31T03:32:23.2898000Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-31T03:32:23.2898810Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-31T03:32:23.2899590Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-31T03:32:23.2900410Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-31T03:32:23.2901240Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-31T03:32:23.2902050Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-31T03:32:23.2902870Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-31T03:32:23.2903740Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-31T03:32:23.2904580Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-31T03:32:23.2905350Z Adding assembly reference to System.Transactions.dll... 2026-01-31T03:32:23.2906130Z Adding assembly reference to System.ValueTuple.dll... 2026-01-31T03:32:23.2906930Z Adding assembly reference to System.Web.dll... 2026-01-31T03:32:23.2908070Z Adding assembly reference to System.Windows.dll... 2026-01-31T03:32:23.2908830Z Adding assembly reference to System.Xml.dll... 2026-01-31T03:32:23.2909550Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-31T03:32:23.2910500Z Adding assembly reference to System.Private.Xml.dll... 2026-01-31T03:32:23.2911630Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-31T03:32:23.2912620Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-31T03:32:23.2913700Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-31T03:32:23.2914450Z Adding assembly reference to WindowsBase.dll... 2026-01-31T03:32:23.2915210Z Adding assembly reference to Cake.Core.dll... 2026-01-31T03:32:23.2915930Z Adding assembly reference to Cake.Common.dll... 2026-01-31T03:32:23.2916970Z Adding assembly reference to Spectre.Console.dll... 2026-01-31T03:32:23.2917710Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-31T03:32:23.2918500Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-31T03:32:23.2919250Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-31T03:32:23.2920150Z Importing namespace Cake.Common... 2026-01-31T03:32:23.2921050Z Importing namespace Cake.Common.Build... 2026-01-31T03:32:23.2922370Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-31T03:32:23.2923480Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-31T03:32:23.2924580Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-31T03:32:23.2925700Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-31T03:32:23.2927060Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-31T03:32:23.2928110Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-31T03:32:23.2929230Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-31T03:32:23.2930420Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-31T03:32:23.2931470Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-31T03:32:23.2932530Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-31T03:32:23.2933620Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-31T03:32:23.2934810Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-31T03:32:23.2936240Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-31T03:32:23.2937380Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-31T03:32:23.2938240Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-31T03:32:23.2939040Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-31T03:32:23.2939800Z Importing namespace Cake.Common.Build.GoCD... 2026-01-31T03:32:23.2940540Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-31T03:32:23.2941280Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-31T03:32:23.2942070Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-31T03:32:23.2943350Z Importing namespace Cake.Common.Build.MyGet... 2026-01-31T03:32:23.2944090Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-31T03:32:23.2944880Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-31T03:32:23.2945630Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-31T03:32:23.2946360Z Importing namespace Cake.Common.Diagnostics... 2026-01-31T03:32:23.2947070Z Importing namespace Cake.Common.IO... 2026-01-31T03:32:23.2947810Z Importing namespace Cake.Common.IO.Paths... 2026-01-31T03:32:23.2948510Z Importing namespace Cake.Common.Net... 2026-01-31T03:32:23.2949210Z Importing namespace Cake.Common.Security... 2026-01-31T03:32:23.2949940Z Importing namespace Cake.Common.Solution... 2026-01-31T03:32:23.2950750Z Importing namespace Cake.Common.Solution.Project... 2026-01-31T03:32:23.2951800Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-31T03:32:23.2952600Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-31T03:32:23.2953330Z Importing namespace Cake.Common.Text... 2026-01-31T03:32:23.2954090Z Importing namespace Cake.Common.Tools.Cake... 2026-01-31T03:32:23.2955040Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-31T03:32:23.2955840Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-31T03:32:23.2956610Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-31T03:32:23.2957760Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-31T03:32:23.2958550Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-31T03:32:23.2959330Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-31T03:32:23.2960150Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-31T03:32:23.2960920Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-31T03:32:23.2961680Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-31T03:32:23.2962450Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-31T03:32:23.2963270Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-31T03:32:23.2964060Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-31T03:32:23.2964870Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-31T03:32:23.2965700Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-31T03:32:23.2966550Z Importing namespace Cake.Common.Tools.Command... 2026-01-31T03:32:23.2967330Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-31T03:32:23.2968120Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-31T03:32:23.2968960Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-31T03:32:23.2969740Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-31T03:32:23.2970530Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-31T03:32:23.2971290Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-31T03:32:23.2972520Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-31T03:32:23.2973290Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-31T03:32:23.2974050Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-31T03:32:23.2974800Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-31T03:32:23.2975600Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-31T03:32:23.2976350Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-31T03:32:23.2977140Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-31T03:32:23.2977960Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-31T03:32:23.2978740Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-31T03:32:23.2979500Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-31T03:32:23.2980540Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-31T03:32:23.2981390Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-31T03:32:23.2982170Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-31T03:32:23.2982940Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-31T03:32:23.2983990Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-31T03:32:23.2984800Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-31T03:32:23.2985550Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-31T03:32:23.2986310Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-31T03:32:23.2987230Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-31T03:32:23.2988260Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-31T03:32:23.2989060Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-31T03:32:23.2989850Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-31T03:32:23.2990690Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-31T03:32:23.2991520Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-31T03:32:23.2992330Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-31T03:32:23.2993140Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-31T03:32:23.2993960Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-31T03:32:23.2994690Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-31T03:32:23.2995420Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-31T03:32:23.2996200Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-31T03:32:23.2997070Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-31T03:32:23.2997900Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-31T03:32:23.2998730Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-31T03:32:23.2999590Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-31T03:32:23.3000420Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-31T03:32:23.3001640Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-31T03:32:23.3002460Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-31T03:32:23.3003320Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-31T03:32:23.3004110Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-31T03:32:23.3004860Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-31T03:32:23.3005640Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-31T03:32:23.3006410Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-31T03:32:23.3007150Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-31T03:32:23.3007910Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-31T03:32:23.3008700Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-31T03:32:23.3010000Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-31T03:32:23.3010920Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-31T03:32:23.3011670Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-31T03:32:23.3012450Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-31T03:32:23.3013190Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-31T03:32:23.3013940Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-31T03:32:23.3014700Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-31T03:32:23.3015490Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-31T03:32:23.3016250Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-31T03:32:23.3017020Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-31T03:32:23.3017790Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-31T03:32:23.3018630Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-31T03:32:23.3019410Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-31T03:32:23.3020370Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-31T03:32:23.3021230Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-31T03:32:23.3022010Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-31T03:32:23.3022760Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-31T03:32:23.3023520Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-31T03:32:23.3024330Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-31T03:32:23.3025090Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-31T03:32:23.3025860Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-31T03:32:23.3026620Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-31T03:32:23.3027670Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-31T03:32:23.3028430Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-31T03:32:23.3029240Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-31T03:32:23.3030080Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-31T03:32:23.3031350Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-31T03:32:23.3032160Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-31T03:32:23.3032900Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-31T03:32:23.3033680Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-31T03:32:23.3034440Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-31T03:32:23.3035200Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-31T03:32:23.3035960Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-31T03:32:23.3036740Z Importing namespace Cake.Common.Tools.WiX... 2026-01-31T03:32:23.3037500Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-31T03:32:23.3038240Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-31T03:32:23.3039240Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-31T03:32:23.3039990Z Importing namespace Cake.Common.Xml... 2026-01-31T03:32:23.3040680Z Importing namespace Cake.Core... 2026-01-31T03:32:23.3041390Z Importing namespace Cake.Core.Diagnostics... 2026-01-31T03:32:23.3042090Z Importing namespace Cake.Core.IO... 2026-01-31T03:32:23.3042870Z Importing namespace Cake.Core.Scripting... 2026-01-31T03:32:23.3043590Z Importing namespace Cake.Core.Tooling... 2026-01-31T03:32:23.3044300Z Importing namespace Cake.FileHelpers... 2026-01-31T03:32:23.3044980Z Importing namespace NuGet.Common... 2026-01-31T03:32:23.3046050Z Importing namespace NuGet.Configuration... 2026-01-31T03:32:23.3047140Z Importing namespace NuGet.Protocol... 2026-01-31T03:32:23.3047900Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-31T03:32:23.3048600Z Importing namespace NuGet.Versioning... 2026-01-31T03:32:23.3049350Z Importing namespace System... 2026-01-31T03:32:23.3050070Z Importing namespace System.Collections.Generic... 2026-01-31T03:32:23.3050760Z Importing namespace System.IO... 2026-01-31T03:32:23.3051410Z Importing namespace System.Linq... 2026-01-31T03:32:23.3052140Z Importing namespace System.Text... 2026-01-31T03:32:23.3053090Z Importing namespace System.Threading.Tasks... 2026-01-31T03:32:23.3053690Z .NETStandard,Version=v2.0 2026-01-31T03:32:23.3848790Z Compiling build script... 2026-01-31T03:32:27.5177620Z /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-31T03:32:29.2885640Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-31T03:32:29.2887400Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-31T03:32:29.2922000Z Host OS System Arch: X64 2026-01-31T03:32:29.2923030Z Host Processor System Arch: X64 2026-01-31T03:32:29.2929490Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-31T03:32:29.2936910Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-01-31T03:32:29.2938070Z Build Configuration: Release 2026-01-31T03:32:29.2939060Z Build Runtime Identifier: maccatalyst-x64 2026-01-31T03:32:29.2949630Z Build Target Framework: net10.0-maccatalyst 2026-01-31T03:32:29.2952930Z Test Device: mac 2026-01-31T03:32:29.2954670Z Test Results Path: /Users/runner/work/1/a/test-results 2026-01-31T03:32:29.3073970Z 2026-01-31T03:32:29.3076540Z ======================================== 2026-01-31T03:32:29.3078500Z uitest 2026-01-31T03:32:29.3080280Z ======================================== 2026-01-31T03:32:29.3082560Z Executing task: uitest 2026-01-31T03:32:29.3101930Z Starting UI Tests... 2026-01-31T03:32:29.3109990Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-31T03:32:29.3119050Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-31T03:32:29.3258510Z Testing Device: mac 2026-01-31T03:32:29.3267140Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-01-31T03:32:29.3273960Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-01-31T03:32:29.3275340Z Results Directory: /Users/runner/work/1/a/test-results 2026-01-31T03:32:29.3300140Z 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-31T03:32:29.4189370Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-31T03:32:29.4273690Z 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-31T03:32:36.6501360Z Determining projects to restore... 2026-01-31T03:32:49.0613770Z All projects are up-to-date for restore. 2026-01-31T03:32:58.4585090Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-31T03:32:58.5284070Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-31T03:32:59.1645690Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-31T03:32:59.9370490Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-31T03:33:00.4472960Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-31T03:33:02.5938180Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-31T03:33:03.0241900Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-31T03:33:03.2059090Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-31T03:33:03.2245490Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-31T03:33:03.6047200Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-31T03:33:03.6703370Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-31T03:33:03.8777960Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-31T03:33:07.4587210Z 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-31T03:33:08.1982340Z 2026-01-31T03:33:08.2985810Z Build succeeded. 2026-01-31T03:33:08.3308780Z 0 Warning(s) 2026-01-31T03:33:08.3408350Z 0 Error(s) 2026-01-31T03:33:08.4411450Z 2026-01-31T03:33:08.5414790Z Time Elapsed 00:00:37.89 2026-01-31T03:33:08.6420660Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-01-31T03:33:08.7421380Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-31T03:33:08.7565340Z Run Tests With Filter TestCategory=Layout 2026-01-31T03:33:08.7777990Z Log Directory: /Users/runner/work/1/a/logs 2026-01-31T03:33:08.7994180Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-01-31T03:33:08.8215920Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-31T03:33:08.9239990Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-31T03:33:09.0198360Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-01-31T03:33:09.0458220Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-31T03:33:09.0566520Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-31T03:33:09.1568570Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-31T03:33:09.2407660Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-31T03:33:09.3347470Z 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-31T03:33:09.3411640Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-01-31T03:33:09.4429780Z 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-31T03:33:12.2257080Z 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-31T03:33:12.3709430Z VSTest version 18.0.1 (x64) 2026-01-31T03:33:12.3739370Z 2026-01-31T03:33:12.6170260Z Starting test execution, please wait... 2026-01-31T03:33:12.7049030Z A total of 1 test files matched the specified pattern. 2026-01-31T03:33:13.8035240Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-31T03:33:14.0564860Z [xUnit.net 00:00:00.29] Discovering: Controls.TestCases.Mac.Tests 2026-01-31T03:33:14.5656810Z [xUnit.net 00:00:00.80] Discovered: Controls.TestCases.Mac.Tests 2026-01-31T03:33:14.5988970Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-31T03:33:14.6511930Z 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-31T03:33:16.4712970Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-31T03:34:33.8851210Z >>>>> 1/31/2026 3:34:33 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-01-31T03:34:37.7641280Z >>>>> 1/31/2026 3:34:37 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-01-31T03:36:03.6549280Z >>>>> 1/31/2026 3:36:03 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-01-31T03:36:03.7899580Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 26 s] 2026-01-31T03:36:03.7901610Z >>>>> 1/31/2026 3:36:03 AM VerifyAbsoluteLayout_AllProportional Start 2026-01-31T03:37:29.9230330Z >>>>> 1/31/2026 3:37:29 AM VerifyAbsoluteLayout_AllProportional Stop 2026-01-31T03:37:29.9351130Z Passed VerifyAbsoluteLayout_AllProportional [1 m 26 s] 2026-01-31T03:37:29.9354730Z >>>>> 1/31/2026 3:37:29 AM VerifyAbsoluteLayout_FlowDirection Start 2026-01-31T03:38:20.6012580Z >>>>> 1/31/2026 3:38:20 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-01-31T03:38:20.6649950Z Passed VerifyAbsoluteLayout_FlowDirection [50 s] 2026-01-31T03:38:20.6804080Z >>>>> 1/31/2026 3:38:20 AM VerifyAbsoluteLayout_HeightProportional Start 2026-01-31T03:39:09.4194540Z >>>>> 1/31/2026 3:39:09 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-01-31T03:39:09.4297030Z Passed VerifyAbsoluteLayout_HeightProportional [48 s] 2026-01-31T03:39:09.4300290Z >>>>> 1/31/2026 3:39:09 AM VerifyAbsoluteLayout_PositionProportional Start 2026-01-31T03:40:27.7647450Z >>>>> 1/31/2026 3:40:27 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-01-31T03:40:27.7725750Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 18 s] 2026-01-31T03:40:27.7728490Z >>>>> 1/31/2026 3:40:27 AM VerifyAbsoluteLayout_SizeProportional Start 2026-01-31T03:41:12.7269470Z >>>>> 1/31/2026 3:41:12 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-01-31T03:41:12.7364450Z Passed VerifyAbsoluteLayout_SizeProportional [44 s] 2026-01-31T03:41:12.7371250Z >>>>> 1/31/2026 3:41:12 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-01-31T03:42:24.3841240Z >>>>> 1/31/2026 3:42:24 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-01-31T03:42:24.4034790Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 11 s] 2026-01-31T03:42:24.4083920Z >>>>> 1/31/2026 3:42:24 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-01-31T03:43:15.9590020Z >>>>> 1/31/2026 3:43:15 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-01-31T03:43:15.9733060Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [51 s] 2026-01-31T03:43:15.9739540Z >>>>> 1/31/2026 3:43:15 AM VerifyAbsoluteLayout_Visibility Start 2026-01-31T03:43:33.9884620Z >>>>> 1/31/2026 3:43:33 AM VerifyAbsoluteLayout_Visibility Stop 2026-01-31T03:43:33.9978390Z Passed VerifyAbsoluteLayout_Visibility [18 s] 2026-01-31T03:43:33.9980860Z >>>>> 1/31/2026 3:43:33 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-01-31T03:44:10.7013560Z >>>>> 1/31/2026 3:44:10 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-01-31T03:44:10.7150530Z Passed VerifyAbsoluteLayout_WidthAndHeight [36 s] 2026-01-31T03:44:10.7155120Z >>>>> 1/31/2026 3:44:10 AM VerifyAbsoluteLayout_WidthProportional Start 2026-01-31T03:44:45.6080700Z >>>>> 1/31/2026 3:44:45 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-01-31T03:44:45.6147970Z Passed VerifyAbsoluteLayout_WidthProportional [34 s] 2026-01-31T03:44:45.6151100Z >>>>> 1/31/2026 3:44:45 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-01-31T03:45:23.9736430Z >>>>> 1/31/2026 3:45:23 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-01-31T03:45:23.9812860Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [38 s] 2026-01-31T03:45:23.9817710Z >>>>> 1/31/2026 3:45:23 AM VerifyAbsoluteLayout_XProportional Start 2026-01-31T03:46:06.1582360Z >>>>> 1/31/2026 3:46:06 AM VerifyAbsoluteLayout_XProportional Stop 2026-01-31T03:46:06.1672030Z Passed VerifyAbsoluteLayout_XProportional [42 s] 2026-01-31T03:46:06.1685340Z >>>>> 1/31/2026 3:46:06 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-01-31T03:46:59.5426150Z >>>>> 1/31/2026 3:46:59 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-01-31T03:46:59.5500540Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [53 s] 2026-01-31T03:46:59.5515530Z >>>>> 1/31/2026 3:46:59 AM VerifyAbsoluteLayout_YProportional Start 2026-01-31T03:47:41.2714970Z >>>>> 1/31/2026 3:47:41 AM VerifyAbsoluteLayout_YProportional Stop 2026-01-31T03:47:41.5757250Z Passed VerifyAbsoluteLayout_YProportional [41 s] 2026-01-31T03:47:44.3990560Z >>>>> 1/31/2026 3:47:44 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-01-31T03:47:47.3489120Z >>>>> 1/31/2026 3:47:47 AM FlexLayout_ValidateDefaultValues Start 2026-01-31T03:48:04.2224940Z >>>>> 1/31/2026 3:48:04 AM FlexLayout_ValidateDefaultValues Stop 2026-01-31T03:48:04.2293130Z Passed FlexLayout_ValidateDefaultValues [16 s] 2026-01-31T03:48:04.2307710Z >>>>> 1/31/2026 3:48:04 AM FlexLayout_SetWrapAlignContentStretch Start 2026-01-31T03:48:39.9268500Z >>>>> 1/31/2026 3:48:39 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-01-31T03:48:39.9335570Z Passed FlexLayout_SetWrapAlignContentStretch [35 s] 2026-01-31T03:48:39.9338580Z >>>>> 1/31/2026 3:48:39 AM FlexLayout_SetWrapAlignContentCenter Start 2026-01-31T03:49:10.3237430Z >>>>> 1/31/2026 3:49:10 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-01-31T03:49:10.3301640Z Passed FlexLayout_SetWrapAlignContentCenter [30 s] 2026-01-31T03:49:10.3304650Z >>>>> 1/31/2026 3:49:10 AM FlexLayout_SetWrapAlignContentStart Start 2026-01-31T03:49:41.3308800Z >>>>> 1/31/2026 3:49:41 AM FlexLayout_SetWrapAlignContentStart Stop 2026-01-31T03:49:41.3412300Z Passed FlexLayout_SetWrapAlignContentStart [31 s] 2026-01-31T03:49:41.3418640Z >>>>> 1/31/2026 3:49:41 AM FlexLayout_SetWrapAlignContentEnd Start 2026-01-31T03:50:11.8847530Z >>>>> 1/31/2026 3:50:11 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-01-31T03:50:11.8930540Z Passed FlexLayout_SetWrapAlignContentEnd [30 s] 2026-01-31T03:50:11.8943040Z >>>>> 1/31/2026 3:50:11 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-01-31T03:50:42.1299560Z >>>>> 1/31/2026 3:50:42 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-01-31T03:50:42.1385030Z Passed FlexLayout_SetWrapAlignContentSpaceAround [30 s] 2026-01-31T03:50:42.1388950Z >>>>> 1/31/2026 3:50:42 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-01-31T03:51:13.9150690Z >>>>> 1/31/2026 3:51:13 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-01-31T03:51:13.9221020Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [31 s] 2026-01-31T03:51:13.9280730Z >>>>> 1/31/2026 3:51:13 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-01-31T03:51:44.3859690Z >>>>> 1/31/2026 3:51:44 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-01-31T03:51:44.3994780Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [30 s] 2026-01-31T03:51:44.3996020Z >>>>> 1/31/2026 3:51:44 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-01-31T03:52:14.4350970Z >>>>> 1/31/2026 3:52:14 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-01-31T03:52:14.4420570Z Passed FlexLayout_SetWrapReverseAlignContentStretch [30 s] 2026-01-31T03:52:14.4426760Z >>>>> 1/31/2026 3:52:14 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-01-31T03:52:46.2649060Z >>>>> 1/31/2026 3:52:46 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-01-31T03:52:46.2711000Z Passed FlexLayout_SetWrapReverseAlignContentCenter [31 s] 2026-01-31T03:52:46.2712390Z >>>>> 1/31/2026 3:52:46 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-01-31T03:53:15.6226610Z >>>>> 1/31/2026 3:53:15 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-01-31T03:53:15.6342860Z Passed FlexLayout_SetWrapReverseAlignContentStart [29 s] 2026-01-31T03:53:15.6346610Z >>>>> 1/31/2026 3:53:15 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-01-31T03:53:47.0116560Z >>>>> 1/31/2026 3:53:47 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-01-31T03:53:47.0193880Z Passed FlexLayout_SetWrapReverseAlignContentEnd [31 s] 2026-01-31T03:53:47.0206650Z >>>>> 1/31/2026 3:53:47 AM FlexLayout_AlignItemsCenter Start 2026-01-31T03:54:11.7823070Z >>>>> 1/31/2026 3:54:11 AM FlexLayout_AlignItemsCenter Stop 2026-01-31T03:54:11.7885990Z Passed FlexLayout_AlignItemsCenter [24 s] 2026-01-31T03:54:11.7914150Z >>>>> 1/31/2026 3:54:11 AM FlexLayout_AlignItemsEnd Start 2026-01-31T03:54:31.4617190Z >>>>> 1/31/2026 3:54:31 AM FlexLayout_AlignItemsEnd Stop 2026-01-31T03:54:31.4686090Z Passed FlexLayout_AlignItemsEnd [19 s] 2026-01-31T03:54:31.4688660Z >>>>> 1/31/2026 3:54:31 AM FlexLayout_AlignItemsStretch Start 2026-01-31T03:54:50.8248120Z >>>>> 1/31/2026 3:54:50 AM FlexLayout_AlignItemsStretch Stop 2026-01-31T03:54:50.8359710Z Passed FlexLayout_AlignItemsStretch [19 s] 2026-01-31T03:54:50.8459260Z >>>>> 1/31/2026 3:54:50 AM FlexLayout_DirectionRowReverse Start 2026-01-31T03:55:13.1763670Z >>>>> 1/31/2026 3:55:13 AM FlexLayout_DirectionRowReverse Stop 2026-01-31T03:55:13.1844160Z Passed FlexLayout_DirectionRowReverse [22 s] 2026-01-31T03:55:13.1852400Z >>>>> 1/31/2026 3:55:13 AM FlexLayout_DirectionColumn Start 2026-01-31T03:55:33.3789510Z >>>>> 1/31/2026 3:55:33 AM FlexLayout_DirectionColumn Stop 2026-01-31T03:55:33.3863730Z Passed FlexLayout_DirectionColumn [20 s] 2026-01-31T03:55:33.3865710Z >>>>> 1/31/2026 3:55:33 AM FlexLayout_DirectionColumnReverse Start 2026-01-31T03:55:53.1881540Z >>>>> 1/31/2026 3:55:53 AM FlexLayout_DirectionColumnReverse Stop 2026-01-31T03:55:53.1950490Z Passed FlexLayout_DirectionColumnReverse [19 s] 2026-01-31T03:55:53.1951640Z >>>>> 1/31/2026 3:55:53 AM FlexLayout_JustifyContentCenter Start 2026-01-31T03:56:12.7836180Z >>>>> 1/31/2026 3:56:12 AM FlexLayout_JustifyContentCenter Stop 2026-01-31T03:56:12.7893930Z Passed FlexLayout_JustifyContentCenter [19 s] 2026-01-31T03:56:12.7895080Z >>>>> 1/31/2026 3:56:12 AM FlexLayout_JustifyContentEnd Start 2026-01-31T03:56:34.9132610Z >>>>> 1/31/2026 3:56:34 AM FlexLayout_JustifyContentEnd Stop 2026-01-31T03:56:34.9194720Z Passed FlexLayout_JustifyContentEnd [22 s] 2026-01-31T03:56:34.9196120Z >>>>> 1/31/2026 3:56:34 AM FlexLayout_JustifyContentSpaceBetween Start 2026-01-31T03:56:54.7427900Z >>>>> 1/31/2026 3:56:54 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-01-31T03:56:54.7485920Z Passed FlexLayout_JustifyContentSpaceBetween [19 s] 2026-01-31T03:56:54.7488090Z >>>>> 1/31/2026 3:56:54 AM FlexLayout_JustifyContentSpaceAround Start 2026-01-31T03:57:14.3235690Z >>>>> 1/31/2026 3:57:14 AM FlexLayout_JustifyContentSpaceAround Stop 2026-01-31T03:57:14.3316060Z Passed FlexLayout_JustifyContentSpaceAround [19 s] 2026-01-31T03:57:14.3319550Z >>>>> 1/31/2026 3:57:14 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-01-31T03:57:34.4316660Z >>>>> 1/31/2026 3:57:34 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-01-31T03:57:34.4379200Z Passed FlexLayout_JustifyContentSpaceEvenly [20 s] 2026-01-31T03:57:34.4380170Z >>>>> 1/31/2026 3:57:34 AM FlexLayout_AlignSelfStart Start 2026-01-31T03:57:56.4545540Z >>>>> 1/31/2026 3:57:56 AM FlexLayout_AlignSelfStart Stop 2026-01-31T03:57:56.4630540Z Passed FlexLayout_AlignSelfStart [22 s] 2026-01-31T03:57:56.4658170Z >>>>> 1/31/2026 3:57:56 AM FlexLayout_AlignSelfCenter Start 2026-01-31T03:58:16.6315180Z >>>>> 1/31/2026 3:58:16 AM FlexLayout_AlignSelfCenter Stop 2026-01-31T03:58:16.6379440Z Passed FlexLayout_AlignSelfCenter [20 s] 2026-01-31T03:58:16.6385310Z >>>>> 1/31/2026 3:58:16 AM FlexLayout_AlignSelfEnd Start 2026-01-31T03:58:36.3646080Z >>>>> 1/31/2026 3:58:36 AM FlexLayout_AlignSelfEnd Stop 2026-01-31T03:58:36.3698420Z Passed FlexLayout_AlignSelfEnd [19 s] 2026-01-31T03:58:36.3699200Z >>>>> 1/31/2026 3:58:36 AM FlexLayout_AlignSelfStretch Start 2026-01-31T03:58:56.4835450Z >>>>> 1/31/2026 3:58:56 AM FlexLayout_AlignSelfStretch Stop 2026-01-31T03:58:56.4908160Z Passed FlexLayout_AlignSelfStretch [20 s] 2026-01-31T03:58:56.4914210Z >>>>> 1/31/2026 3:58:56 AM FlexLayout_Child1Grow Start 2026-01-31T03:59:26.8918270Z >>>>> 1/31/2026 3:59:26 AM FlexLayout_Child1Grow Stop 2026-01-31T03:59:26.9004590Z Passed FlexLayout_Child1Grow [30 s] 2026-01-31T03:59:26.9029000Z >>>>> 1/31/2026 3:59:26 AM FlexLayout_Child1Shrink Start 2026-01-31T04:00:04.4781040Z >>>>> 1/31/2026 4:00:04 AM FlexLayout_Child1Shrink Stop 2026-01-31T04:00:04.4846270Z Passed FlexLayout_Child1Shrink [37 s] 2026-01-31T04:00:04.4847390Z >>>>> 1/31/2026 4:00:04 AM FlexLayout_Child1Order Start 2026-01-31T04:00:38.5169480Z >>>>> 1/31/2026 4:00:38 AM FlexLayout_Child1Order Stop 2026-01-31T04:00:38.5262000Z Passed FlexLayout_Child1Order [34 s] 2026-01-31T04:00:38.5267040Z >>>>> 1/31/2026 4:00:38 AM FlexLayout_BasisAuto_DirectionRow Start 2026-01-31T04:01:06.0271410Z >>>>> 1/31/2026 4:01:06 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-01-31T04:01:06.0325100Z Passed FlexLayout_BasisAuto_DirectionRow [27 s] 2026-01-31T04:01:06.0326660Z >>>>> 1/31/2026 4:01:06 AM FlexLayout_BasisFixed_DirectionRow Start 2026-01-31T04:01:32.6596790Z >>>>> 1/31/2026 4:01:32 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-01-31T04:01:32.6656860Z Passed FlexLayout_BasisFixed_DirectionRow [26 s] 2026-01-31T04:01:32.6658250Z >>>>> 1/31/2026 4:01:32 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-01-31T04:02:01.2260870Z >>>>> 1/31/2026 4:02:01 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-01-31T04:02:01.2351240Z Passed FlexLayout_BasisPercentage_DirectionRow [28 s] 2026-01-31T04:02:01.2361480Z >>>>> 1/31/2026 4:02:01 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-01-31T04:02:29.0923500Z >>>>> 1/31/2026 4:02:29 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-01-31T04:02:29.0987270Z Passed FlexLayout_BasisAuto_DirectionRowReverse [27 s] 2026-01-31T04:02:29.0989840Z >>>>> 1/31/2026 4:02:29 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-01-31T04:02:55.4802590Z >>>>> 1/31/2026 4:02:55 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-01-31T04:02:55.4879940Z Passed FlexLayout_BasisFixed_DirectionRowReverse [26 s] 2026-01-31T04:02:55.4882350Z >>>>> 1/31/2026 4:02:55 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-01-31T04:03:24.6970540Z >>>>> 1/31/2026 4:03:24 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-01-31T04:03:24.7043790Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [29 s] 2026-01-31T04:03:24.7049550Z >>>>> 1/31/2026 4:03:24 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-01-31T04:03:52.4019160Z >>>>> 1/31/2026 4:03:52 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-01-31T04:03:52.4079890Z Passed FlexLayout_BasisAuto_DirectionColumn [27 s] 2026-01-31T04:03:52.4081310Z >>>>> 1/31/2026 4:03:52 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-01-31T04:04:19.0869460Z >>>>> 1/31/2026 4:04:19 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-01-31T04:04:19.0936330Z Passed FlexLayout_BasisFixed_DirectionColumn [26 s] 2026-01-31T04:04:19.0938560Z >>>>> 1/31/2026 4:04:19 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-01-31T04:04:53.8491050Z >>>>> 1/31/2026 4:04:53 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-01-31T04:04:53.8547750Z Passed FlexLayout_BasisPercentage_DirectionColumn [34 s] 2026-01-31T04:04:53.8549150Z >>>>> 1/31/2026 4:04:53 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-01-31T04:05:20.5662380Z >>>>> 1/31/2026 4:05:20 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-01-31T04:05:20.5737650Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [26 s] 2026-01-31T04:05:20.5740270Z >>>>> 1/31/2026 4:05:20 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-01-31T04:05:47.3950890Z >>>>> 1/31/2026 4:05:47 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-01-31T04:05:47.4010560Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [26 s] 2026-01-31T04:05:47.4015320Z >>>>> 1/31/2026 4:05:47 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-01-31T04:06:22.2715230Z >>>>> 1/31/2026 4:06:22 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-01-31T04:06:22.2776910Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [34 s] 2026-01-31T04:06:22.2779330Z >>>>> 1/31/2026 4:06:22 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-01-31T04:07:03.1621690Z >>>>> 1/31/2026 4:07:03 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-01-31T04:07:03.1692730Z Passed FlexLayout_SetAlignItemsCenterWrap [40 s] 2026-01-31T04:07:03.1696020Z >>>>> 1/31/2026 4:07:03 AM FlexLayout_SetAlignItemsEndWrap Start 2026-01-31T04:07:43.7118140Z >>>>> 1/31/2026 4:07:43 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-01-31T04:07:45.1858410Z Passed FlexLayout_SetAlignItemsEndWrap [40 s] 2026-01-31T04:07:46.4999110Z >>>>> 1/31/2026 4:07:46 AM FixtureSetup for GridFeatureTests(Mac) 2026-01-31T04:07:49.3893470Z >>>>> 1/31/2026 4:07:49 AM VerifyGrid_BackgroundColor Start 2026-01-31T04:08:06.1109800Z >>>>> 1/31/2026 4:08:06 AM VerifyGrid_BackgroundColor Stop 2026-01-31T04:08:06.1179090Z Passed VerifyGrid_BackgroundColor [16 s] 2026-01-31T04:08:06.1238370Z >>>>> 1/31/2026 4:08:06 AM VerifyGrid_ColumnSpacing Start 2026-01-31T04:08:27.8862580Z >>>>> 1/31/2026 4:08:27 AM VerifyGrid_ColumnSpacing Stop 2026-01-31T04:08:27.8933380Z Passed VerifyGrid_ColumnSpacing [21 s] 2026-01-31T04:08:27.8936280Z >>>>> 1/31/2026 4:08:27 AM VerifyGrid_ColumnSpan Start 2026-01-31T04:08:50.7615910Z >>>>> 1/31/2026 4:08:50 AM VerifyGrid_ColumnSpan Stop 2026-01-31T04:08:50.7685940Z Passed VerifyGrid_ColumnSpan [22 s] 2026-01-31T04:08:50.7688350Z >>>>> 1/31/2026 4:08:50 AM VerifyGrid_FlowDirection Start 2026-01-31T04:09:06.5871540Z >>>>> 1/31/2026 4:09:06 AM VerifyGrid_FlowDirection Stop 2026-01-31T04:09:06.6180910Z Passed VerifyGrid_FlowDirection [15 s] 2026-01-31T04:09:06.6182960Z >>>>> 1/31/2026 4:09:06 AM VerifyGrid_HorizontalOptionsCenter Start 2026-01-31T04:09:22.0339630Z >>>>> 1/31/2026 4:09:22 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-01-31T04:09:22.0405010Z Passed VerifyGrid_HorizontalOptionsCenter [15 s] 2026-01-31T04:09:22.0409230Z >>>>> 1/31/2026 4:09:22 AM VerifyGrid_HorizontalOptionsEnd Start 2026-01-31T04:09:38.0838570Z >>>>> 1/31/2026 4:09:38 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-01-31T04:09:38.0908030Z Passed VerifyGrid_HorizontalOptionsEnd [16 s] 2026-01-31T04:09:38.0910180Z >>>>> 1/31/2026 4:09:38 AM VerifyGrid_HorizontalOptionsStart Start 2026-01-31T04:09:53.5013170Z >>>>> 1/31/2026 4:09:53 AM VerifyGrid_HorizontalOptionsStart Stop 2026-01-31T04:09:53.5071810Z Passed VerifyGrid_HorizontalOptionsStart [15 s] 2026-01-31T04:09:53.5082720Z >>>>> 1/31/2026 4:09:53 AM VerifyGrid_IsVisible Start 2026-01-31T04:10:08.4790680Z >>>>> 1/31/2026 4:10:08 AM VerifyGrid_IsVisible Stop 2026-01-31T04:10:08.4867400Z Passed VerifyGrid_IsVisible [14 s] 2026-01-31T04:10:08.4872030Z >>>>> 1/31/2026 4:10:08 AM VerifyGrid_NestedGrid Start 2026-01-31T04:10:25.1729030Z >>>>> 1/31/2026 4:10:25 AM VerifyGrid_NestedGrid Stop 2026-01-31T04:10:25.1805000Z Passed VerifyGrid_NestedGrid [16 s] 2026-01-31T04:10:25.1807680Z >>>>> 1/31/2026 4:10:25 AM VerifyGrid_Padding Start 2026-01-31T04:10:45.7461470Z >>>>> 1/31/2026 4:10:45 AM VerifyGrid_Padding Stop 2026-01-31T04:10:45.7525470Z Passed VerifyGrid_Padding [20 s] 2026-01-31T04:10:45.7526560Z >>>>> 1/31/2026 4:10:45 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-01-31T04:11:32.4864150Z >>>>> 1/31/2026 4:11:32 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-01-31T04:11:32.5314230Z Passed VerifyGrid_RowAndColumnTypeAbsolute [46 s] 2026-01-31T04:11:32.5317270Z >>>>> 1/31/2026 4:11:32 AM VerifyGrid_RowSpacing Start 2026-01-31T04:11:56.1318520Z >>>>> 1/31/2026 4:11:56 AM VerifyGrid_RowSpacing Stop 2026-01-31T04:11:56.1376860Z Passed VerifyGrid_RowSpacing [23 s] 2026-01-31T04:11:56.1379460Z >>>>> 1/31/2026 4:11:56 AM VerifyGrid_RowSpan Start 2026-01-31T04:12:18.3205230Z >>>>> 1/31/2026 4:12:18 AM VerifyGrid_RowSpan Stop 2026-01-31T04:12:18.3263310Z Passed VerifyGrid_RowSpan [22 s] 2026-01-31T04:12:18.3264300Z >>>>> 1/31/2026 4:12:18 AM VerifyGrid_SetColumn Start 2026-01-31T04:12:47.6395330Z >>>>> 1/31/2026 4:12:47 AM VerifyGrid_SetColumn Stop 2026-01-31T04:12:47.6503740Z Passed VerifyGrid_SetColumn [29 s] 2026-01-31T04:12:47.6508590Z >>>>> 1/31/2026 4:12:47 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-01-31T04:13:50.1229500Z >>>>> 1/31/2026 4:13:50 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-01-31T04:13:50.1323510Z Passed VerifyGrid_SetColumn_SetColumnSpacing [1 m 2 s] 2026-01-31T04:13:50.1338070Z >>>>> 1/31/2026 4:13:50 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-01-31T04:14:49.8938340Z >>>>> 1/31/2026 4:14:49 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-01-31T04:14:49.9028030Z Passed VerifyGrid_SetColumn_SetRowSpacing [59 s] 2026-01-31T04:14:49.9031110Z >>>>> 1/31/2026 4:14:49 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-01-31T04:15:40.6235190Z >>>>> 1/31/2026 4:15:40 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-01-31T04:15:40.6291200Z Passed VerifyGrid_SetColumnSpacingAndPadding [50 s] 2026-01-31T04:15:40.6293730Z >>>>> 1/31/2026 4:15:40 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-01-31T04:16:08.9964050Z >>>>> 1/31/2026 4:16:08 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-01-31T04:16:09.0052920Z Passed VerifyGrid_SetPaddingAndBackgroundColor [28 s] 2026-01-31T04:16:09.0066180Z >>>>> 1/31/2026 4:16:09 AM VerifyGrid_SetRow Start 2026-01-31T04:16:32.5070070Z >>>>> 1/31/2026 4:16:32 AM VerifyGrid_SetRow Stop 2026-01-31T04:16:32.5132470Z Passed VerifyGrid_SetRow [23 s] 2026-01-31T04:16:32.5133600Z >>>>> 1/31/2026 4:16:32 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-01-31T04:17:13.1513870Z >>>>> 1/31/2026 4:17:13 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-01-31T04:17:13.1585140Z Passed VerifyGrid_SetRow_SetColumnSpacing [40 s] 2026-01-31T04:17:13.1587700Z >>>>> 1/31/2026 4:17:13 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-01-31T04:17:57.2019780Z >>>>> 1/31/2026 4:17:57 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-01-31T04:17:57.2081170Z Passed VerifyGrid_SetRow_SetRowSpacing [44 s] 2026-01-31T04:17:57.2082380Z >>>>> 1/31/2026 4:17:57 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-01-31T04:18:39.5505450Z >>>>> 1/31/2026 4:18:39 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-01-31T04:18:39.5585530Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [42 s] 2026-01-31T04:18:39.5608400Z >>>>> 1/31/2026 4:18:39 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-01-31T04:19:23.1313470Z >>>>> 1/31/2026 4:19:23 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-01-31T04:19:23.1372820Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [43 s] 2026-01-31T04:19:23.1374610Z >>>>> 1/31/2026 4:19:23 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-01-31T04:20:03.3313430Z >>>>> 1/31/2026 4:20:03 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-01-31T04:20:03.3395350Z Passed VerifyGrid_SetRowSpacingAndPadding [40 s] 2026-01-31T04:20:03.3400150Z >>>>> 1/31/2026 4:20:03 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-01-31T04:20:27.0207710Z >>>>> 1/31/2026 4:20:27 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-01-31T04:20:27.0283730Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [23 s] 2026-01-31T04:20:27.0288770Z >>>>> 1/31/2026 4:20:27 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-01-31T04:20:48.3447730Z >>>>> 1/31/2026 4:20:48 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-01-31T04:20:48.3518350Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [21 s] 2026-01-31T04:20:48.3519790Z >>>>> 1/31/2026 4:20:48 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-01-31T04:21:10.2842250Z >>>>> 1/31/2026 4:21:10 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-01-31T04:21:10.2901620Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [21 s] 2026-01-31T04:21:10.2903350Z >>>>> 1/31/2026 4:21:10 AM VerifyGrid_VerticalOptionsCenter Start 2026-01-31T04:21:26.4413450Z >>>>> 1/31/2026 4:21:26 AM VerifyGrid_VerticalOptionsCenter Stop 2026-01-31T04:21:26.4543510Z Passed VerifyGrid_VerticalOptionsCenter [16 s] 2026-01-31T04:21:26.4572850Z >>>>> 1/31/2026 4:21:26 AM VerifyGrid_VerticalOptionsEnd Start 2026-01-31T04:21:43.8993250Z >>>>> 1/31/2026 4:21:43 AM VerifyGrid_VerticalOptionsEnd Stop 2026-01-31T04:21:43.9065420Z Passed VerifyGrid_VerticalOptionsEnd [17 s] 2026-01-31T04:21:43.9069800Z >>>>> 1/31/2026 4:21:43 AM VerifyGrid_VerticalOptionsStart Start 2026-01-31T04:21:59.9644930Z >>>>> 1/31/2026 4:21:59 AM VerifyGrid_VerticalOptionsStart Stop 2026-01-31T04:22:00.4123550Z Passed VerifyGrid_VerticalOptionsStart [16 s] 2026-01-31T04:22:02.4773900Z >>>>> 1/31/2026 4:22:02 AM FixtureSetup for Issue22075(Mac) 2026-01-31T04:22:02.5713170Z >>>>> 1/31/2026 4:22:02 AM CreateStackWithPadding Start 2026-01-31T04:22:05.0266290Z >>>>> 1/31/2026 4:22:05 AM CreateStackWithPadding Stop 2026-01-31T04:22:05.5722520Z Passed CreateStackWithPadding [2 s] 2026-01-31T04:22:07.6853600Z >>>>> 1/31/2026 4:22:07 AM FixtureSetup for Bugzilla34007(Mac) 2026-01-31T04:22:07.8065030Z >>>>> 1/31/2026 4:22:07 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-01-31T04:22:11.9266550Z >>>>> 1/31/2026 4:22:11 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-01-31T04:22:12.2840350Z Passed Issue34007TestFirstElementHasLowestZOrder [4 s] 2026-01-31T04:24:22.7772260Z >>>>> 1/31/2026 4:24:22 AM FixtureSetup for Bugzilla34061(Mac) 2026-01-31T04:24:22.8892410Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-01-31T04:24:24.3872720Z Skipped Bugzilla34061Test [< 1 ms] 2026-01-31T04:24:24.6992790Z >>>>> 1/31/2026 4:24:24 AM FixtureSetup for Bugzilla40161(Mac) 2026-01-31T04:24:24.8216070Z >>>>> 1/31/2026 4:24:24 AM Issue1Test Start 2026-01-31T04:24:31.8646550Z >>>>> 1/31/2026 4:24:31 AM Issue1Test Stop 2026-01-31T04:24:31.9637240Z Passed Issue1Test [7 s] 2026-01-31T04:24:34.3629030Z >>>>> 1/31/2026 4:24:34 AM FixtureSetup for Bugzilla44176(Mac) 2026-01-31T04:24:34.4692990Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-31T04:24:35.9671800Z Skipped Bugzilla44176Test [< 1 ms] 2026-01-31T04:24:37.1830170Z >>>>> 1/31/2026 4:24:37 AM FixtureSetup for Bugzilla46458(Mac) 2026-01-31T04:24:37.2955060Z >>>>> 1/31/2026 4:24:37 AM GridIsEnabled Start 2026-01-31T04:24:53.5856440Z >>>>> 1/31/2026 4:24:53 AM GridIsEnabled Stop 2026-01-31T04:24:54.0887590Z Passed GridIsEnabled [16 s] 2026-01-31T04:24:56.2009180Z >>>>> 1/31/2026 4:24:56 AM FixtureSetup for Bugzilla51238(Mac) 2026-01-31T04:24:56.3081600Z >>>>> 1/31/2026 4:24:56 AM Issue1Test Start 2026-01-31T04:24:58.9579850Z >>>>> 1/31/2026 4:24:58 AM Issue1Test Stop 2026-01-31T04:24:59.3494550Z Passed Issue1Test [2 s] 2026-01-31T04:25:01.5138960Z >>>>> 1/31/2026 4:25:01 AM FixtureSetup for Bugzilla53445(Mac) 2026-01-31T04:25:01.6255170Z >>>>> 1/31/2026 4:25:01 AM Bugzilla53445Test Start 2026-01-31T04:25:15.2946200Z >>>>> 1/31/2026 4:25:15 AM Bugzilla53445Test Stop 2026-01-31T04:25:16.6419440Z Passed Bugzilla53445Test [13 s] 2026-01-31T04:25:18.2810850Z >>>>> 1/31/2026 4:25:18 AM FixtureSetup for Issue1267(Mac) 2026-01-31T04:25:18.3911690Z >>>>> 1/31/2026 4:25:18 AM StarInGridDoesNotCrash Start 2026-01-31T04:25:19.9724520Z >>>>> 1/31/2026 4:25:19 AM StarInGridDoesNotCrash Stop 2026-01-31T04:25:21.4265330Z Passed StarInGridDoesNotCrash [1 s] 2026-01-31T04:25:22.5312370Z >>>>> 1/31/2026 4:25:22 AM FixtureSetup for Issue15330(Mac) 2026-01-31T04:25:22.6584150Z >>>>> 1/31/2026 4:25:22 AM Issue15330Test Start 2026-01-31T04:25:25.2477490Z >>>>> 1/31/2026 4:25:25 AM Issue15330Test Stop 2026-01-31T04:25:25.9314930Z Passed Issue15330Test [2 s] 2026-01-31T04:25:28.1045810Z >>>>> 1/31/2026 4:25:28 AM FixtureSetup for Issue1601(Mac) 2026-01-31T04:25:28.2363960Z >>>>> 1/31/2026 4:25:28 AM Issue1601Test Start 2026-01-31T04:25:31.2205270Z >>>>> 1/31/2026 4:25:31 AM Issue1601Test Stop 2026-01-31T04:25:31.2332050Z Passed Issue1601Test [2 s] 2026-01-31T04:25:33.9068940Z >>>>> 1/31/2026 4:25:33 AM FixtureSetup for Issue19513(Mac) 2026-01-31T04:25:34.0247930Z >>>>> 1/31/2026 4:25:34 AM NegativeSpacingCrashes Start 2026-01-31T04:25:34.9893710Z >>>>> 1/31/2026 4:25:34 AM NegativeSpacingCrashes Stop 2026-01-31T04:25:35.5151390Z Passed NegativeSpacingCrashes [971 ms] 2026-01-31T04:25:37.6728540Z >>>>> 1/31/2026 4:25:37 AM FixtureSetup for Issue21711(Mac) 2026-01-31T04:25:37.7918090Z >>>>> 1/31/2026 4:25:37 AM AddDoesNotCrash Start 2026-01-31T04:25:42.7952970Z >>>>> 1/31/2026 4:25:42 AM AddDoesNotCrash Stop 2026-01-31T04:25:42.8022720Z Passed AddDoesNotCrash [5 s] 2026-01-31T04:25:42.8025860Z >>>>> 1/31/2026 4:25:42 AM InsertDoesNotCrash Start 2026-01-31T04:25:46.1214570Z >>>>> 1/31/2026 4:25:46 AM InsertDoesNotCrash Stop 2026-01-31T04:25:46.1325380Z Passed InsertDoesNotCrash [3 s] 2026-01-31T04:25:46.1330130Z >>>>> 1/31/2026 4:25:46 AM RemoveDoesNotCrash Start 2026-01-31T04:25:49.0834070Z >>>>> 1/31/2026 4:25:49 AM RemoveDoesNotCrash Stop 2026-01-31T04:25:49.0895950Z Passed RemoveDoesNotCrash [2 s] 2026-01-31T04:25:49.0898770Z >>>>> 1/31/2026 4:25:49 AM UpdateDoesNotCrash Start 2026-01-31T04:25:51.8808920Z >>>>> 1/31/2026 4:25:51 AM UpdateDoesNotCrash Stop 2026-01-31T04:25:52.1224050Z Passed UpdateDoesNotCrash [2 s] 2026-01-31T04:25:54.9132520Z >>>>> 1/31/2026 4:25:54 AM FixtureSetup for Issue23484(Mac) 2026-01-31T04:25:55.0507330Z >>>>> 1/31/2026 4:25:55 AM ReusingNavigationPageDoesntBreakLayout Start 2026-01-31T04:26:09.4872200Z >>>>> 1/31/2026 4:26:09 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-01-31T04:26:10.0588170Z Passed ReusingNavigationPageDoesntBreakLayout [14 s] 2026-01-31T04:26:12.1657640Z >>>>> 1/31/2026 4:26:12 AM FixtureSetup for Issue24246(Mac) 2026-01-31T04:26:12.2821460Z >>>>> 1/31/2026 4:26:12 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-01-31T04:26:17.9807920Z >>>>> 1/31/2026 4:26:17 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-01-31T04:26:18.2847530Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [5 s] 2026-01-31T04:26:20.6568820Z >>>>> 1/31/2026 4:26:20 AM FixtureSetup for Issue24434(Mac) 2026-01-31T04:26:20.7684730Z >>>>> 1/31/2026 4:26:20 AM ModifyingANonVisibleLayoutWorks Start 2026-01-31T04:26:26.6520000Z >>>>> 1/31/2026 4:26:26 AM ModifyingANonVisibleLayoutWorks Stop 2026-01-31T04:26:26.7591290Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-01-31T04:26:29.3326930Z >>>>> 1/31/2026 4:26:29 AM FixtureSetup for Issue24996(Mac) 2026-01-31T04:26:29.4596170Z >>>>> 1/31/2026 4:26:29 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-01-31T04:26:32.8729770Z >>>>> 1/31/2026 4:26:32 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-01-31T04:26:32.9113890Z >>>>> 1/31/2026 4:26:32 AM Log types: 2026-01-31T04:26:33.9713610Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [3 s] 2026-01-31T04:26:33.9714390Z Error Message: 2026-01-31T04:26:33.9714950Z Assert.That(condition, Is.True) 2026-01-31T04:26:33.9715470Z Expected: True 2026-01-31T04:26:33.9715900Z But was: False 2026-01-31T04:26:33.9716320Z 2026-01-31T04:26:33.9717700Z Stack Trace: 2026-01-31T04:26:33.9718270Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-31T04:26:33.9719170Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-31T04:26:33.9719640Z 2026-01-31T04:26:33.9720140Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-31T04:26:33.9721030Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-31T04:26:33.9721520Z 2026-01-31T04:26:33.9721690Z 2026-01-31T04:28:42.5795390Z >>>>> 1/31/2026 4:28:42 AM FixtureSetup for Issue2653(Mac) 2026-01-31T04:28:42.6646190Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-31T04:28:44.1511120Z >>>>> 1/31/2026 4:28:44 AM FixtureSetup for Issue2767(Mac) 2026-01-31T04:28:44.1609960Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-01-31T04:28:44.2602780Z >>>>> 1/31/2026 4:28:44 AM Issue2767Test Start 2026-01-31T04:28:45.6395170Z >>>>> 1/31/2026 4:28:45 AM Issue2767Test Stop 2026-01-31T04:28:45.7930950Z Passed Issue2767Test [1 s] 2026-01-31T04:30:58.5157890Z >>>>> 1/31/2026 4:30:58 AM FixtureSetup for Issue2858(Mac) 2026-01-31T04:30:58.6388610Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-31T04:31:00.1819290Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-01-31T04:31:00.3682710Z >>>>> 1/31/2026 4:31:00 AM FixtureSetup for Issue28945(Mac) 2026-01-31T04:31:00.4993420Z >>>>> 1/31/2026 4:31:00 AM MauiViewShouldPropagateFocus Start 2026-01-31T04:31:02.8299160Z >>>>> 1/31/2026 4:31:02 AM MauiViewShouldPropagateFocus Stop 2026-01-31T04:31:03.2828830Z Passed MauiViewShouldPropagateFocus [2 s] 2026-01-31T04:31:05.4941690Z >>>>> 1/31/2026 4:31:05 AM FixtureSetup for Issue29919(Mac) 2026-01-31T04:31:05.6055180Z >>>>> 1/31/2026 4:31:05 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-01-31T04:31:06.5932960Z >>>>> 1/31/2026 4:31:06 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-01-31T04:31:07.0917650Z Passed StackLayoutWindowsCrashWithZeroHeight [993 ms] 2026-01-31T04:31:09.5589160Z >>>>> 1/31/2026 4:31:09 AM FixtureSetup for Issue2993(Mac) 2026-01-31T04:31:09.6753650Z >>>>> 1/31/2026 4:31:09 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-01-31T04:31:10.9368680Z >>>>> 1/31/2026 4:31:10 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-01-31T04:31:11.1927550Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-01-31T04:31:13.9548350Z >>>>> 1/31/2026 4:31:13 AM FixtureSetup for Issue3475(Mac) 2026-01-31T04:31:14.0727400Z >>>>> 1/31/2026 4:31:14 AM Issue3475TestsLayoutCompressionPerformance Start 2026-01-31T04:31:49.1618980Z >>>>> 1/31/2026 4:31:49 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-01-31T04:31:50.0586700Z Passed Issue3475TestsLayoutCompressionPerformance [35 s] 2026-01-31T04:31:51.7735470Z >>>>> 1/31/2026 4:31:51 AM FixtureSetup for Issue6260(Mac) 2026-01-31T04:31:51.8680090Z >>>>> 1/31/2026 4:31:51 AM NonAppCompatBasicSwitchTest Start 2026-01-31T04:31:52.7357620Z >>>>> 1/31/2026 4:31:52 AM NonAppCompatBasicSwitchTest Stop 2026-01-31T04:31:53.3612870Z Passed NonAppCompatBasicSwitchTest [874 ms] 2026-01-31T04:31:55.5447830Z >>>>> 1/31/2026 4:31:55 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-01-31T04:31:55.6894560Z >>>>> 1/31/2026 4:31:55 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-01-31T04:32:18.6283820Z >>>>> 1/31/2026 4:32:18 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-01-31T04:32:18.6349700Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [22 s] 2026-01-31T04:32:18.6350880Z >>>>> 1/31/2026 4:32:18 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-01-31T04:32:32.9217580Z >>>>> 1/31/2026 4:32:32 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-01-31T04:32:32.9284590Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [14 s] 2026-01-31T04:32:32.9287260Z >>>>> 1/31/2026 4:32:32 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-01-31T04:32:35.7930760Z >>>>> 1/31/2026 4:32:35 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-01-31T04:32:35.9755480Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-01-31T04:32:39.0687920Z >>>>> 1/31/2026 4:32:39 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-01-31T04:32:39.1904220Z >>>>> 1/31/2026 4:32:39 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-01-31T04:33:04.4171480Z >>>>> 1/31/2026 4:33:04 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-01-31T04:33:04.4248990Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [25 s] 2026-01-31T04:33:04.4250810Z >>>>> 1/31/2026 4:33:04 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-01-31T04:33:17.6530690Z >>>>> 1/31/2026 4:33:17 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-01-31T04:33:17.6594210Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [13 s] 2026-01-31T04:33:17.6595660Z >>>>> 1/31/2026 4:33:17 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-01-31T04:33:20.5044360Z >>>>> 1/31/2026 4:33:20 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-01-31T04:33:20.6663880Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-01-31T04:33:23.1584060Z >>>>> 1/31/2026 4:33:23 AM FixtureSetup for Issue6945(Mac) 2026-01-31T04:33:23.2677980Z >>>>> 1/31/2026 4:33:23 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-01-31T04:33:28.4223980Z >>>>> 1/31/2026 4:33:28 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-01-31T04:33:29.2659120Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [5 s] 2026-01-31T04:33:31.6886830Z >>>>> 1/31/2026 4:33:31 AM FixtureSetup for Issue9075(Mac) 2026-01-31T04:33:31.8055980Z >>>>> 1/31/2026 4:33:31 AM FlexLayoutCycleException Start 2026-01-31T04:33:33.4651280Z >>>>> 1/31/2026 4:33:33 AM FlexLayoutCycleException Stop 2026-01-31T04:33:34.8529130Z Passed FlexLayoutCycleException [1 s] 2026-01-31T04:33:36.2314740Z >>>>> 1/31/2026 4:33:36 AM FixtureSetup for StackLayoutIssue(Mac) 2026-01-31T04:33:36.3539680Z >>>>> 1/31/2026 4:33:36 AM StackLayoutIssueTestsAllElementsPresent Start 2026-01-31T04:33:41.4081250Z >>>>> 1/31/2026 4:33:41 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-01-31T04:33:42.4522410Z Passed StackLayoutIssueTestsAllElementsPresent [5 s] 2026-01-31T04:33:44.4162700Z >>>>> 1/31/2026 4:33:44 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-01-31T04:33:47.4492380Z >>>>> 1/31/2026 4:33:47 AM HorizontalStackLayout_IsVisible Start 2026-01-31T04:33:59.4746410Z >>>>> 1/31/2026 4:33:59 AM HorizontalStackLayout_IsVisible Stop 2026-01-31T04:33:59.4870520Z Passed HorizontalStackLayout_IsVisible [12 s] 2026-01-31T04:33:59.4892520Z >>>>> 1/31/2026 4:33:59 AM HorizontalStackLayout_RTLFlowDirection Start 2026-01-31T04:34:12.8423950Z >>>>> 1/31/2026 4:34:12 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-01-31T04:34:12.8518050Z Passed HorizontalStackLayout_RTLFlowDirection [13 s] 2026-01-31T04:34:12.8523520Z >>>>> 1/31/2026 4:34:12 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-01-31T04:34:33.8445580Z >>>>> 1/31/2026 4:34:33 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-01-31T04:34:33.8510490Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [20 s] 2026-01-31T04:34:33.8513130Z >>>>> 1/31/2026 4:34:33 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-01-31T04:35:01.2980040Z >>>>> 1/31/2026 4:35:01 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-01-31T04:35:01.3058400Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [27 s] 2026-01-31T04:35:01.3059970Z >>>>> 1/31/2026 4:35:01 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-01-31T04:35:23.0617490Z >>>>> 1/31/2026 4:35:23 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-01-31T04:35:23.0711360Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [21 s] 2026-01-31T04:35:23.0713880Z >>>>> 1/31/2026 4:35:23 AM HorizontalStackLayout_Spacing_With_Height Start 2026-01-31T04:35:49.0273370Z >>>>> 1/31/2026 4:35:49 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-01-31T04:35:49.0335360Z Passed HorizontalStackLayout_Spacing_With_Height [25 s] 2026-01-31T04:35:49.0337100Z >>>>> 1/31/2026 4:35:49 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-01-31T04:36:18.4922750Z >>>>> 1/31/2026 4:36:18 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-01-31T04:36:18.4994870Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [29 s] 2026-01-31T04:36:18.4999290Z >>>>> 1/31/2026 4:36:18 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-01-31T04:36:37.8254990Z >>>>> 1/31/2026 4:36:37 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-01-31T04:36:37.8316200Z Passed HorizontalStackLayout_Spacing_With_RTL [19 s] 2026-01-31T04:36:37.8317230Z >>>>> 1/31/2026 4:36:37 AM HorizontalStackLayout_Spacing_With_Width Start 2026-01-31T04:37:01.7898420Z >>>>> 1/31/2026 4:37:01 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-01-31T04:37:01.7973530Z Passed HorizontalStackLayout_Spacing_With_Width [23 s] 2026-01-31T04:37:01.7976020Z >>>>> 1/31/2026 4:37:01 AM VerticalStackLayout_IsVisible Start 2026-01-31T04:37:14.2538330Z >>>>> 1/31/2026 4:37:14 AM VerticalStackLayout_IsVisible Stop 2026-01-31T04:37:14.2599710Z Passed VerticalStackLayout_IsVisible [12 s] 2026-01-31T04:37:14.2600830Z >>>>> 1/31/2026 4:37:14 AM VerticalStackLayout_RTLFlowDirection Start 2026-01-31T04:37:28.8717010Z >>>>> 1/31/2026 4:37:28 AM VerticalStackLayout_RTLFlowDirection Stop 2026-01-31T04:37:28.8776070Z Passed VerticalStackLayout_RTLFlowDirection [14 s] 2026-01-31T04:37:28.8777290Z >>>>> 1/31/2026 4:37:28 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-01-31T04:37:51.4626000Z >>>>> 1/31/2026 4:37:51 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-01-31T04:37:51.4685850Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [22 s] 2026-01-31T04:37:51.4687140Z >>>>> 1/31/2026 4:37:51 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-01-31T04:38:22.2227300Z >>>>> 1/31/2026 4:38:22 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-01-31T04:38:22.2297740Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [30 s] 2026-01-31T04:38:22.2300920Z >>>>> 1/31/2026 4:38:22 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-01-31T04:38:45.0266800Z >>>>> 1/31/2026 4:38:45 AM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-01-31T04:38:45.0768400Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [22 s] 2026-01-31T04:38:45.0877590Z >>>>> 1/31/2026 4:38:45 AM VerticalStackLayout_Spacing_With_Height Start 2026-01-31T04:39:11.3993650Z >>>>> 1/31/2026 4:39:11 AM VerticalStackLayout_Spacing_With_Height Stop 2026-01-31T04:39:11.4062730Z Passed VerticalStackLayout_Spacing_With_Height [26 s] 2026-01-31T04:39:11.4063830Z >>>>> 1/31/2026 4:39:11 AM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-01-31T04:39:46.0204790Z >>>>> 1/31/2026 4:39:46 AM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-01-31T04:39:46.0270340Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [34 s] 2026-01-31T04:39:46.0272590Z >>>>> 1/31/2026 4:39:46 AM VerticalStackLayout_Spacing_With_RTL Start 2026-01-31T04:40:09.3598330Z >>>>> 1/31/2026 4:40:09 AM VerticalStackLayout_Spacing_With_RTL Stop 2026-01-31T04:40:09.3667200Z Passed VerticalStackLayout_Spacing_With_RTL [23 s] 2026-01-31T04:40:09.3669990Z >>>>> 1/31/2026 4:40:09 AM VerticalStackLayout_Spacing_With_Width Start 2026-01-31T04:40:39.1017190Z >>>>> 1/31/2026 4:40:39 AM VerticalStackLayout_Spacing_With_Width Stop 2026-01-31T04:40:39.4082740Z Passed VerticalStackLayout_Spacing_With_Width [29 s] 2026-01-31T04:40:42.2885000Z >>>>> 1/31/2026 4:40:42 AM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-01-31T04:40:45.7205150Z >>>>> 1/31/2026 4:40:45 AM TwoPaneView_WideMode Start 2026-01-31T04:40:59.6370310Z >>>>> 1/31/2026 4:40:59 AM TwoPaneView_WideMode Stop 2026-01-31T04:40:59.6436350Z Passed TwoPaneView_WideMode [13 s] 2026-01-31T04:40:59.6438890Z >>>>> 1/31/2026 4:40:59 AM TwoPaneView_IsTall_UsingRect Start 2026-01-31T04:41:25.7025280Z >>>>> 1/31/2026 4:41:25 AM TwoPaneView_IsTall_UsingRect Stop 2026-01-31T04:41:25.7097250Z Passed TwoPaneView_IsTall_UsingRect [26 s] 2026-01-31T04:41:25.7098340Z >>>>> 1/31/2026 4:41:25 AM TwoPaneView_Wide_UsingRect Start 2026-01-31T04:41:41.3895840Z >>>>> 1/31/2026 4:41:41 AM TwoPaneView_Wide_UsingRect Stop 2026-01-31T04:41:41.3975000Z Passed TwoPaneView_Wide_UsingRect [15 s] 2026-01-31T04:41:41.3976610Z >>>>> 1/31/2026 4:41:41 AM TwoPaneView_TallMode Start 2026-01-31T04:42:02.4054550Z >>>>> 1/31/2026 4:42:02 AM TwoPaneView_TallMode Stop 2026-01-31T04:42:02.4122090Z Passed TwoPaneView_TallMode [21 s] 2026-01-31T04:42:02.4124550Z >>>>> 1/31/2026 4:42:02 AM TwoPaneView_Pane1Priority Start 2026-01-31T04:42:25.0904630Z >>>>> 1/31/2026 4:42:25 AM TwoPaneView_Pane1Priority Stop 2026-01-31T04:42:25.0976600Z Passed TwoPaneView_Pane1Priority [22 s] 2026-01-31T04:42:25.0982050Z >>>>> 1/31/2026 4:42:25 AM TwoPaneView_Pane2Priority Start 2026-01-31T04:42:53.4363130Z >>>>> 1/31/2026 4:42:53 AM TwoPaneView_Pane2Priority Stop 2026-01-31T04:42:53.4455870Z Passed TwoPaneView_Pane2Priority [28 s] 2026-01-31T04:42:53.4457320Z >>>>> 1/31/2026 4:42:53 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-01-31T04:43:23.6875300Z >>>>> 1/31/2026 4:43:23 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-01-31T04:43:23.6964580Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [30 s] 2026-01-31T04:43:23.6966340Z >>>>> 1/31/2026 4:43:23 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-01-31T04:43:56.1043670Z >>>>> 1/31/2026 4:43:56 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-01-31T04:43:56.1114490Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [32 s] 2026-01-31T04:43:56.1117860Z >>>>> 1/31/2026 4:43:56 AM TwoPaneView_Pane2SizeIncrease Start 2026-01-31T04:44:20.5129980Z >>>>> 1/31/2026 4:44:20 AM TwoPaneView_Pane2SizeIncrease Stop 2026-01-31T04:44:20.5202740Z Passed TwoPaneView_Pane2SizeIncrease [24 s] 2026-01-31T04:44:20.5205720Z >>>>> 1/31/2026 4:44:20 AM TwoPaneView_Pane1SizeIncrease Start 2026-01-31T04:44:32.5621380Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-01-31T04:44:32.6386760Z ##[error]The operation was canceled. 2026-01-31T04:44:32.6396680Z ##[section]Async Command Start: Update Build Number 2026-01-31T04:44:32.6405670Z Update build number to 10.0.40-ci+azdo.1274474 for build 1274474 2026-01-31T04:44:32.6406310Z ##[section]Async Command End: Update Build Number 2026-01-31T04:44:32.6409410Z ##[section]Async Command Start: Update Build Number 2026-01-31T04:44:32.6410110Z Update build number to 10.0.40-ci+azdo.1274474 for build 1274474 2026-01-31T04:44:32.6410550Z ##[section]Async Command End: Update Build Number 2026-01-31T04:44:32.6413080Z ##[section]Async Command Start: Update Build Number 2026-01-31T04:44:32.6413920Z Update build number to 10.0.40-ci+azdo.1274474 for build 1274474 2026-01-31T04:44:32.6414390Z ##[section]Async Command End: Update Build Number 2026-01-31T04:44:32.6417770Z ##[section]Async Command Start: Update Build Number 2026-01-31T04:44:32.6418780Z Update build number to 10.0.40-ci+azdo.1274474 for build 1274474 2026-01-31T04:44:32.6419350Z ##[section]Async Command End: Update Build Number 2026-01-31T04:44:32.6422600Z ##[section]Async Command Start: Update Build Number 2026-01-31T04:44:32.6423340Z Update build number to 10.0.40-ci+azdo.1274474 for build 1274474 2026-01-31T04:44:32.6423770Z ##[section]Async Command End: Update Build Number 2026-01-31T04:44:32.6426310Z ##[section]Async Command Start: Update Build Number 2026-01-31T04:44:32.6427010Z Update build number to 10.0.40-ci+azdo.1274474 for build 1274474 2026-01-31T04:44:32.6427440Z ##[section]Async Command End: Update Build Number 2026-01-31T04:44:32.6430030Z ##[section]Async Command Start: Update Build Number 2026-01-31T04:44:32.6430730Z Update build number to 10.0.40-ci+azdo.1274474 for build 1274474 2026-01-31T04:44:32.6431160Z ##[section]Async Command End: Update Build Number 2026-01-31T04:44:32.6433750Z ##[section]Async Command Start: Update Build Number 2026-01-31T04:44:32.6434500Z Update build number to 10.0.40-ci+azdo.1274474 for build 1274474 2026-01-31T04:44:32.6434880Z ##[section]Async Command End: Update Build Number 2026-01-31T04:44:32.6447460Z ##[section]Finishing: Controls Layout