2026-02-04T00:03:43.7793280Z ##[section]Starting: Controls Layout 2026-02-04T00:03:43.7830570Z ============================================================================== 2026-02-04T00:03:43.7831270Z Task : PowerShell 2026-02-04T00:03:43.7831620Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-04T00:03:43.7831890Z Version : 2.268.1 2026-02-04T00:03:43.7832140Z Author : Microsoft Corporation 2026-02-04T00:03:43.7832340Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-04T00:03:43.7832710Z ============================================================================== 2026-02-04T00:03:44.1494490Z Generating script. 2026-02-04T00:03:44.1499090Z ========================== Starting Command Output =========================== 2026-02-04T00:03:44.1500120Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/db2e891a-6239-4ad9-b36f-ad655b5d5ff6.ps1' 2026-02-04T00:03:44.7074100Z $ErrorActionPreference = 'stop' 2026-02-04T00:03:44.7077560Z $ProgressPreference = 'silentlyContinue' 2026-02-04T00:03:44.7078720Z Get-Content $PSCommandPath 2026-02-04T00:03:44.7081270Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-02-04T00:03:44.7082830Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-04T00:03:44.7085190Z $command += " --runtimevariant=""CoreCLR""" 2026-02-04T00:03:44.7086420Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-04T00:03:44.7088690Z 2026-02-04T00:03:44.7090250Z $testFilter = "" 2026-02-04T00:03:44.7091060Z $testConfigrationArgs = "" 2026-02-04T00:03:44.7091260Z 2026-02-04T00:03:44.7091650Z "Layout".Split(",") | ForEach { 2026-02-04T00:03:44.7092070Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-04T00:03:44.7092560Z } 2026-02-04T00:03:44.7092990Z 2026-02-04T00:03:44.7093460Z $testFilter = $testFilter.TrimEnd("|") 2026-02-04T00:03:44.7095120Z 2026-02-04T00:03:44.7096810Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-04T00:03:44.7098460Z if ($testConfigrationArgs) { 2026-02-04T00:03:44.7100850Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-04T00:03:44.7102450Z } 2026-02-04T00:03:44.7104690Z if ($testFilter) { 2026-02-04T00:03:44.7107910Z $command += " --test-filter ""$testFilter""" 2026-02-04T00:03:44.7110380Z } 2026-02-04T00:03:44.7112020Z 2026-02-04T00:03:44.7113930Z $headless = true 2026-02-04T00:03:44.7114860Z if ($headless) { 2026-02-04T00:03:44.7115510Z $command += " --headless ""$headless""" 2026-02-04T00:03:44.7117250Z } 2026-02-04T00:03:44.7119210Z 2026-02-04T00:03:44.7121020Z Write-Host "Running command: $command" 2026-02-04T00:03:44.7121550Z 2026-02-04T00:03:44.7122890Z Invoke-Expression $command 2026-02-04T00:03:44.7124120Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-04T00:03:44.7127690Z } else { 2026-02-04T00:03:44.7129920Z exit $LASTEXITCODE 2026-02-04T00:03:44.7130790Z } 2026-02-04T00:03:44.8631110Z 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="CoreCLR" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=Layout" 2026-02-04T00:03:45.5214430Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-04T00:03:46.4098900Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-04T00:03:47.1073870Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-04T00:03:47.9684450Z 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-02-04T00:03:48.6940670Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-04T00:03:49.8589820Z Looking for modules... 2026-02-04T00:03:53.6828710Z No modules found to install. 2026-02-04T00:03:53.6923130Z Module directory does not exist. 2026-02-04T00:03:53.7011060Z Analyzing build script... 2026-02-04T00:03:53.7039760Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-04T00:03:53.7054620Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-04T00:03:53.7061290Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-04T00:03:53.9507770Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-04T00:03:55.8477240Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-04T00:03:57.0249220Z Processing build script... 2026-02-04T00:03:57.0250090Z Installing addins... 2026-02-04T00:03:57.3585380Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-04T00:03:57.3986650Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-04T00:03:57.4327280Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-04T00:03:57.6776000Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-04T00:03:57.6777270Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-04T00:03:57.6779120Z is referencing an older version of Cake.Core (0.33.0). 2026-02-04T00:03:57.6780290Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-04T00:03:57.6784920Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-04T00:03:57.6789160Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-04T00:03:58.0605650Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-04T00:03:58.0606800Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-04T00:03:58.0608310Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-04T00:03:58.0609330Z Adding assembly reference to System.Runtime.dll... 2026-02-04T00:03:58.0610500Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-04T00:03:58.0611610Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-04T00:03:58.0613240Z Adding assembly reference to System.Threading.dll... 2026-02-04T00:03:58.0614240Z Adding assembly reference to System.Linq.dll... 2026-02-04T00:03:58.0615290Z Adding assembly reference to System.Collections.dll... 2026-02-04T00:03:58.0616380Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-04T00:03:58.0617610Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-04T00:03:58.0619610Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-04T00:03:58.0620760Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-04T00:03:58.0621920Z Adding assembly reference to System.ObjectModel.dll... 2026-02-04T00:03:58.0623010Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-04T00:03:58.0624010Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-04T00:03:58.0625000Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-04T00:03:58.0626190Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-04T00:03:58.0627210Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-04T00:03:58.0628270Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-04T00:03:58.0629310Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-04T00:03:58.0630290Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-04T00:03:58.0631710Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-04T00:03:58.0632820Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-04T00:03:58.0633790Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-04T00:03:58.0634890Z Adding assembly reference to mscorlib.dll... 2026-02-04T00:03:58.0635780Z Adding assembly reference to netstandard.dll... 2026-02-04T00:03:58.0636670Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-04T00:03:58.0637610Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-04T00:03:58.0638540Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-04T00:03:58.0639420Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-04T00:03:58.0640250Z Adding assembly reference to System.Memory.dll... 2026-02-04T00:03:58.0641220Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-04T00:03:58.0642190Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-04T00:03:58.0643090Z Adding assembly reference to System.ComponentModel.dll... 2026-02-04T00:03:58.0643950Z Adding assembly reference to System.Console.dll... 2026-02-04T00:03:58.0644900Z Adding assembly reference to System.Data.Common.dll... 2026-02-04T00:03:58.0646420Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-04T00:03:58.0647420Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-04T00:03:58.0648430Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-04T00:03:58.0650090Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-04T00:03:58.0651050Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-04T00:03:58.0652130Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-04T00:03:58.0653040Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-04T00:03:58.0654610Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-04T00:03:58.0655560Z Adding assembly reference to System.IO.Compression.dll... 2026-02-04T00:03:58.0656720Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-04T00:03:58.0657720Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-04T00:03:58.0658760Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-04T00:03:58.0659820Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-04T00:03:58.0660720Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-04T00:03:58.0661570Z Adding assembly reference to System.Net.Requests.dll... 2026-02-04T00:03:58.0662790Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-04T00:03:58.0663730Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-04T00:03:58.0664770Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-04T00:03:58.0665890Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-04T00:03:58.0667010Z Adding assembly reference to System.Net.Http.dll... 2026-02-04T00:03:58.0667950Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-04T00:03:58.0668890Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-04T00:03:58.0669870Z Adding assembly reference to System.Net.Mail.dll... 2026-02-04T00:03:58.0670770Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-04T00:03:58.0671870Z Adding assembly reference to System.Net.Ping.dll... 2026-02-04T00:03:58.0673290Z Adding assembly reference to System.Net.Security.dll... 2026-02-04T00:03:58.0674440Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-04T00:03:58.0675330Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-04T00:03:58.0676210Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-04T00:03:58.0676990Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-04T00:03:58.0677800Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-04T00:03:58.0678610Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-04T00:03:58.0679360Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-04T00:03:58.0680010Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-04T00:03:58.0680910Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-04T00:03:58.0681770Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-04T00:03:58.0683170Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-04T00:03:58.0684230Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-04T00:03:58.0685360Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-04T00:03:58.0686220Z Adding assembly reference to System.Security.Claims.dll... 2026-02-04T00:03:58.0687380Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-04T00:03:58.0688100Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-04T00:03:58.0689110Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-04T00:03:58.0689860Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-04T00:03:58.0690640Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-04T00:03:58.0691530Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-04T00:03:58.0692400Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-04T00:03:58.0693140Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-04T00:03:58.0694060Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-04T00:03:58.0694910Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-04T00:03:58.0695640Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-04T00:03:58.0696230Z Adding assembly reference to System.AppContext.dll... 2026-02-04T00:03:58.0696830Z Adding assembly reference to System.Buffers.dll... 2026-02-04T00:03:58.0697470Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-04T00:03:58.0698160Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-04T00:03:58.0698890Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-04T00:03:58.0699660Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-04T00:03:58.0700410Z Adding assembly reference to System.Configuration.dll... 2026-02-04T00:03:58.0701140Z Adding assembly reference to System.Core.dll... 2026-02-04T00:03:58.0701720Z Adding assembly reference to System.Private.Uri.dll... 2026-02-04T00:03:58.0702340Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-04T00:03:58.0702950Z Adding assembly reference to System.Data.dll... 2026-02-04T00:03:58.0703870Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-04T00:03:58.0704820Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-04T00:03:58.0705670Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-04T00:03:58.0706640Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-04T00:03:58.0707350Z Adding assembly reference to System.dll... 2026-02-04T00:03:58.0707920Z Adding assembly reference to System.Drawing.dll... 2026-02-04T00:03:58.0708520Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-04T00:03:58.0709190Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-04T00:03:58.0710980Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-04T00:03:58.0712030Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-04T00:03:58.0713100Z Adding assembly reference to System.Globalization.dll... 2026-02-04T00:03:58.0714030Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-04T00:03:58.0714960Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-04T00:03:58.0716650Z Adding assembly reference to System.IO.dll... 2026-02-04T00:03:58.0717670Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-04T00:03:58.0718630Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-04T00:03:58.0719600Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-04T00:03:58.0720520Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-04T00:03:58.0721520Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-04T00:03:58.0722490Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-04T00:03:58.0723380Z Adding assembly reference to System.Net.dll... 2026-02-04T00:03:58.0724250Z Adding assembly reference to System.Net.Quic.dll... 2026-02-04T00:03:58.0725140Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-04T00:03:58.0726080Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-04T00:03:58.0726950Z Adding assembly reference to System.Text.Json.dll... 2026-02-04T00:03:58.0727830Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-04T00:03:58.0728670Z Adding assembly reference to System.Numerics.dll... 2026-02-04T00:03:58.0729580Z Adding assembly reference to System.Reflection.dll... 2026-02-04T00:03:58.0730430Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-04T00:03:58.0731400Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-04T00:03:58.0732370Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-04T00:03:58.0733480Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-04T00:03:58.0734460Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-04T00:03:58.0735300Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-04T00:03:58.0736060Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-04T00:03:58.0737100Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-04T00:03:58.0738240Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-04T00:03:58.0739190Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-04T00:03:58.0740160Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-04T00:03:58.0741290Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-04T00:03:58.0742340Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-04T00:03:58.0744010Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-04T00:03:58.0744960Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-04T00:03:58.0745880Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-04T00:03:58.0746660Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-04T00:03:58.0748440Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-04T00:03:58.0749400Z Adding assembly reference to System.Security.dll... 2026-02-04T00:03:58.0750310Z Adding assembly reference to System.Security.Principal.dll... 2026-02-04T00:03:58.0751320Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-04T00:03:58.0752230Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-04T00:03:58.0752980Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-04T00:03:58.0753990Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-04T00:03:58.0754840Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-04T00:03:58.0755740Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-04T00:03:58.0756660Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-04T00:03:58.0757890Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-04T00:03:58.0759070Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-04T00:03:58.0760220Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-04T00:03:58.0761520Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-04T00:03:58.0762800Z Adding assembly reference to System.Transactions.dll... 2026-02-04T00:03:58.0764080Z Adding assembly reference to System.ValueTuple.dll... 2026-02-04T00:03:58.0765190Z Adding assembly reference to System.Web.dll... 2026-02-04T00:03:58.0766110Z Adding assembly reference to System.Windows.dll... 2026-02-04T00:03:58.0767010Z Adding assembly reference to System.Xml.dll... 2026-02-04T00:03:58.0767850Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-04T00:03:58.0768720Z Adding assembly reference to System.Private.Xml.dll... 2026-02-04T00:03:58.0769680Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-04T00:03:58.0770730Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-04T00:03:58.0771610Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-04T00:03:58.0772500Z Adding assembly reference to WindowsBase.dll... 2026-02-04T00:03:58.0773310Z Adding assembly reference to Cake.Core.dll... 2026-02-04T00:03:58.0774220Z Adding assembly reference to Cake.Common.dll... 2026-02-04T00:03:58.0775320Z Adding assembly reference to Spectre.Console.dll... 2026-02-04T00:03:58.0776250Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-04T00:03:58.0777140Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-04T00:03:58.0778010Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-04T00:03:58.0779990Z Importing namespace Cake.Common... 2026-02-04T00:03:58.0781050Z Importing namespace Cake.Common.Build... 2026-02-04T00:03:58.0781930Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-04T00:03:58.0782930Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-04T00:03:58.0783940Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-04T00:03:58.0785400Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-04T00:03:58.0786320Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-04T00:03:58.0787420Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-04T00:03:58.0788300Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-04T00:03:58.0789220Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-04T00:03:58.0790100Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-04T00:03:58.0791270Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-04T00:03:58.0792180Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-04T00:03:58.0793090Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-04T00:03:58.0794080Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-04T00:03:58.0795170Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-04T00:03:58.0795970Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-04T00:03:58.0796750Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-04T00:03:58.0797500Z Importing namespace Cake.Common.Build.GoCD... 2026-02-04T00:03:58.0798380Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-04T00:03:58.0799390Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-04T00:03:58.0800460Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-04T00:03:58.0801270Z Importing namespace Cake.Common.Build.MyGet... 2026-02-04T00:03:58.0802130Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-04T00:03:58.0803040Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-04T00:03:58.0803860Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-04T00:03:58.0804700Z Importing namespace Cake.Common.Diagnostics... 2026-02-04T00:03:58.0805520Z Importing namespace Cake.Common.IO... 2026-02-04T00:03:58.0806360Z Importing namespace Cake.Common.IO.Paths... 2026-02-04T00:03:58.0807360Z Importing namespace Cake.Common.Net... 2026-02-04T00:03:58.0808180Z Importing namespace Cake.Common.Security... 2026-02-04T00:03:58.0809050Z Importing namespace Cake.Common.Solution... 2026-02-04T00:03:58.0809910Z Importing namespace Cake.Common.Solution.Project... 2026-02-04T00:03:58.0810790Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-04T00:03:58.0811800Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-04T00:03:58.0812830Z Importing namespace Cake.Common.Text... 2026-02-04T00:03:58.0813750Z Importing namespace Cake.Common.Tools.Cake... 2026-02-04T00:03:58.0815430Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-04T00:03:58.0816340Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-04T00:03:58.0817240Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-04T00:03:58.0818260Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-04T00:03:58.0819890Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-04T00:03:58.0820830Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-04T00:03:58.0821670Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-04T00:03:58.0822500Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-04T00:03:58.0823280Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-04T00:03:58.0824080Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-04T00:03:58.0824920Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-04T00:03:58.0825950Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-04T00:03:58.0826880Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-04T00:03:58.0827940Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-04T00:03:58.0828850Z Importing namespace Cake.Common.Tools.Command... 2026-02-04T00:03:58.0829730Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-04T00:03:58.0830680Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-04T00:03:58.0831560Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-04T00:03:58.0832650Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-04T00:03:58.0833750Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-04T00:03:58.0834670Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-04T00:03:58.0835530Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-04T00:03:58.0836390Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-04T00:03:58.0837350Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-04T00:03:58.0838300Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-04T00:03:58.0839190Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-04T00:03:58.0840090Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-04T00:03:58.0841030Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-04T00:03:58.0842070Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-04T00:03:58.0843120Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-04T00:03:58.0844310Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-04T00:03:58.0845260Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-04T00:03:58.0846430Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-04T00:03:58.0847370Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-04T00:03:58.0848580Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-04T00:03:58.0850450Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-04T00:03:58.0851550Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-04T00:03:58.0852420Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-04T00:03:58.0853350Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-04T00:03:58.0854950Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-04T00:03:58.0856100Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-04T00:03:58.0857320Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-04T00:03:58.0859130Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-04T00:03:58.0859910Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-04T00:03:58.0860920Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-04T00:03:58.0861930Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-04T00:03:58.0862910Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-04T00:03:58.0863880Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-04T00:03:58.0864610Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-04T00:03:58.0865520Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-04T00:03:58.0866360Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-04T00:03:58.0867270Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-04T00:03:58.0868150Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-04T00:03:58.0869150Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-04T00:03:58.0870230Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-04T00:03:58.0871440Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-04T00:03:58.0872760Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-04T00:03:58.0874050Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-04T00:03:58.0876110Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-04T00:03:58.0877350Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-04T00:03:58.0878290Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-04T00:03:58.0879140Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-04T00:03:58.0880850Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-04T00:03:58.0881790Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-04T00:03:58.0882690Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-04T00:03:58.0883580Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-04T00:03:58.0884550Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-04T00:03:58.0885380Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-04T00:03:58.1137910Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-04T00:03:58.1143550Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-04T00:03:58.1145670Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-04T00:03:58.1147790Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-04T00:03:58.1148530Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-04T00:03:58.1150600Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-04T00:03:58.1152190Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-04T00:03:58.1154160Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-04T00:03:58.1156460Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-04T00:03:58.1159620Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-04T00:03:58.1161410Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-04T00:03:58.1165020Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-04T00:03:58.1168840Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-04T00:03:58.1171460Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-04T00:03:58.1173500Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-04T00:03:58.1176020Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-04T00:03:58.1178020Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-04T00:03:58.1178770Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-04T00:03:58.1179430Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-04T00:03:58.1180770Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-04T00:03:58.1181410Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-04T00:03:58.1183600Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-04T00:03:58.1184610Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-04T00:03:58.1186480Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-04T00:03:58.1188860Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-04T00:03:58.1191490Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-04T00:03:58.1192240Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-04T00:03:58.1194100Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-04T00:03:58.1195780Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-04T00:03:58.1196750Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-04T00:03:58.1197740Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-04T00:03:58.1198440Z Importing namespace Cake.Common.Tools.WiX... 2026-02-04T00:03:58.1199070Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-04T00:03:58.1199710Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-04T00:03:58.1200320Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-04T00:03:58.1200870Z Importing namespace Cake.Common.Xml... 2026-02-04T00:03:58.1201430Z Importing namespace Cake.Core... 2026-02-04T00:03:58.1202390Z Importing namespace Cake.Core.Diagnostics... 2026-02-04T00:03:58.1203590Z Importing namespace Cake.Core.IO... 2026-02-04T00:03:58.1204170Z Importing namespace Cake.Core.Scripting... 2026-02-04T00:03:58.1205190Z Importing namespace Cake.Core.Tooling... 2026-02-04T00:03:58.1206260Z Importing namespace Cake.FileHelpers... 2026-02-04T00:03:58.1207280Z Importing namespace NuGet.Common... 2026-02-04T00:03:58.1209490Z Importing namespace NuGet.Configuration... 2026-02-04T00:03:58.1212100Z Importing namespace NuGet.Protocol... 2026-02-04T00:03:58.1215790Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-04T00:03:58.1217380Z Importing namespace NuGet.Versioning... 2026-02-04T00:03:58.1218200Z Importing namespace System... 2026-02-04T00:03:58.1219720Z Importing namespace System.Collections.Generic... 2026-02-04T00:03:58.1220360Z Importing namespace System.IO... 2026-02-04T00:03:58.1221970Z Importing namespace System.Linq... 2026-02-04T00:03:58.1222900Z Importing namespace System.Text... 2026-02-04T00:03:58.1224820Z Importing namespace System.Threading.Tasks... 2026-02-04T00:03:58.1225640Z .NETStandard,Version=v2.0 2026-02-04T00:03:58.1657360Z Compiling build script... 2026-02-04T00:04:01.8874210Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-04T00:04:03.7416090Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-04T00:04:03.7419390Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-04T00:04:03.7436760Z Host OS System Arch: X64 2026-02-04T00:04:03.7440230Z Host Processor System Arch: X64 2026-02-04T00:04:03.7441160Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-04T00:04:03.7442000Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-04T00:04:03.7442620Z Build Configuration: Release 2026-02-04T00:04:03.7443200Z Build Runtime Identifier: maccatalyst-x64 2026-02-04T00:04:03.7443840Z Build Target Framework: net11.0-maccatalyst 2026-02-04T00:04:03.7444390Z Test Device: mac 2026-02-04T00:04:03.7444940Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-04T00:04:03.7446320Z Use CoreCLR: False 2026-02-04T00:04:03.7573980Z 2026-02-04T00:04:03.7575620Z ======================================== 2026-02-04T00:04:03.7576250Z uitest 2026-02-04T00:04:03.7576880Z ======================================== 2026-02-04T00:04:03.7577890Z Executing task: uitest 2026-02-04T00:04:03.7600540Z Starting UI Tests... 2026-02-04T00:04:03.7605950Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-04T00:04:03.7607510Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-04T00:04:03.7686590Z Testing Device: mac 2026-02-04T00:04:03.7687390Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-04T00:04:03.7688250Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-04T00:04:03.7689050Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-04T00:04:03.7719510Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-04T00:04:03.8304260Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-04T00:04:03.8372590Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-02-04T00:04:10.5757880Z Determining projects to restore... 2026-02-04T00:04:32.3415170Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 3.89 sec). 2026-02-04T00:04:32.3491940Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 3.88 sec). 2026-02-04T00:04:32.3639910Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3 ms). 2026-02-04T00:04:33.7783600Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 5.41 sec). 2026-02-04T00:04:42.1401000Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 9.73 sec). 2026-02-04T00:04:42.5169160Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 8.73 sec). 2026-02-04T00:04:46.6223170Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 4.32 sec). 2026-02-04T00:04:46.8904930Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 132 ms). 2026-02-04T00:04:47.4112880Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 18.78 sec). 2026-02-04T00:04:47.5413550Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 15.09 sec). 2026-02-04T00:04:48.3086780Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 5.73 sec). 2026-02-04T00:04:48.5904980Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 1.66 sec). 2026-02-04T00:04:49.3909810Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 1.9 sec). 2026-02-04T00:05:06.2631860Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net11.0/Controls.CustomAttributes.dll 2026-02-04T00:05:12.1793490Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net11.0/Microsoft.Maui.Graphics.dll 2026-02-04T00:05:15.6064750Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net11.0/Microsoft.Maui.Essentials.dll 2026-02-04T00:05:34.8388580Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net11.0/Microsoft.Maui.dll 2026-02-04T00:05:35.9690170Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-04T00:07:18.3316890Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net11.0/Microsoft.Maui.Controls.dll 2026-02-04T00:07:18.7358340Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net11.0/UITest.Core.dll 2026-02-04T00:07:18.7805190Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-04T00:07:21.3329450Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-04T00:07:22.3808830Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net11.0/UITest.Appium.dll 2026-02-04T00:07:22.4054720Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net11.0/UITest.NUnit.dll 2026-02-04T00:07:22.9831780Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-04T00:07:41.4985890Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-04T00:07:41.5466600Z 2026-02-04T00:07:41.5477070Z Build succeeded. 2026-02-04T00:07:41.5501750Z 0 Warning(s) 2026-02-04T00:07:41.5502320Z 0 Error(s) 2026-02-04T00:07:41.5502740Z 2026-02-04T00:07:41.5503260Z Time Elapsed 00:03:36.42 2026-02-04T00:07:41.8494580Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-02-04T00:07:41.8495960Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-04T00:07:41.8510260Z Run Tests With Filter TestCategory=Layout 2026-02-04T00:07:41.8523130Z Log Directory: /Users/runner/work/1/a/logs 2026-02-04T00:07:41.8524680Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-04T00:07:41.8530450Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-04T00:07:41.8532640Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-04T00:07:41.8534980Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-04T00:07:41.8536000Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-04T00:07:41.8537380Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-04T00:07:41.8538520Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-04T00:07:41.8539750Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-04T00:07:41.8542620Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-02-04T00:07:41.8545210Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-02-04T00:07:41.8642640Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-04T00:07:41.9260610Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-04T00:07:42.2872850Z Downloading file: 15% 2026-02-04T00:07:42.2885560Z Downloading file: 50% 2026-02-04T00:07:42.3037220Z Downloading file: 100% 2026-02-04T00:07:42.3060600Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-04T00:07:42.3075670Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-02-04T00:07:42.3101140Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=Layout" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog /p:VStestUseMSBuildOutput=false 2026-02-04T00:07:44.3915080Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v11.0) 2026-02-04T00:07:44.9562200Z A total of 1 test files matched the specified pattern. 2026-02-04T00:07:45.6543920Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 11.0.0-preview.1.26081.107) 2026-02-04T00:07:45.8475480Z [xUnit.net 00:00:00.21] Discovering: Controls.TestCases.Mac.Tests 2026-02-04T00:07:46.2706230Z [xUnit.net 00:00:00.57] Discovered: Controls.TestCases.Mac.Tests 2026-02-04T00:07:46.3708550Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-04T00:07:46.4712780Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-04T00:07:47.9967080Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-04T00:10:09.0936410Z >>>>> 2/4/2026 12:10:08 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-02-04T00:10:19.4577150Z >>>>> 2/4/2026 12:10:19 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-02-04T00:12:40.5346450Z >>>>> 2/4/2026 12:12:40 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-02-04T00:12:40.6989480Z Passed VerifyAbsoluteLayout_LayoutBounds [2 m 21 s] 2026-02-04T00:12:40.7480110Z >>>>> 2/4/2026 12:12:40 AM VerifyAbsoluteLayout_AllProportional Start 2026-02-04T00:15:11.8873650Z >>>>> 2/4/2026 12:15:11 AM VerifyAbsoluteLayout_AllProportional Stop 2026-02-04T00:15:11.9922390Z Passed VerifyAbsoluteLayout_AllProportional [2 m 31 s] 2026-02-04T00:15:12.0007770Z >>>>> 2/4/2026 12:15:11 AM VerifyAbsoluteLayout_FlowDirection Start 2026-02-04T00:15:57.7897960Z >>>>> 2/4/2026 12:15:57 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-02-04T00:15:58.0659800Z Passed VerifyAbsoluteLayout_FlowDirection [45 s] 2026-02-04T00:15:58.0887380Z >>>>> 2/4/2026 12:15:58 AM VerifyAbsoluteLayout_HeightProportional Start 2026-02-04T00:16:39.9326890Z >>>>> 2/4/2026 12:16:39 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-02-04T00:16:40.0605360Z Passed VerifyAbsoluteLayout_HeightProportional [41 s] 2026-02-04T00:16:40.0810300Z >>>>> 2/4/2026 12:16:40 AM VerifyAbsoluteLayout_PositionProportional Start 2026-02-04T00:18:25.5468600Z >>>>> 2/4/2026 12:18:25 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-02-04T00:18:25.8542960Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 45 s] 2026-02-04T00:18:25.9546010Z >>>>> 2/4/2026 12:18:25 AM VerifyAbsoluteLayout_SizeProportional Start 2026-02-04T00:19:24.6144390Z >>>>> 2/4/2026 12:19:24 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-02-04T00:19:25.2196590Z Passed VerifyAbsoluteLayout_SizeProportional [58 s] 2026-02-04T00:19:25.3200020Z >>>>> 2/4/2026 12:19:24 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-02-04T00:20:46.0480590Z >>>>> 2/4/2026 12:20:46 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-02-04T00:20:46.1040170Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 21 s] 2026-02-04T00:20:46.1488650Z >>>>> 2/4/2026 12:20:46 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-02-04T00:21:23.7063590Z >>>>> 2/4/2026 12:21:23 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-02-04T00:21:23.7335960Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [37 s] 2026-02-04T00:21:23.7338610Z >>>>> 2/4/2026 12:21:23 AM VerifyAbsoluteLayout_Visibility Start 2026-02-04T00:21:42.9100440Z >>>>> 2/4/2026 12:21:42 AM VerifyAbsoluteLayout_Visibility Stop 2026-02-04T00:21:42.9403180Z Passed VerifyAbsoluteLayout_Visibility [19 s] 2026-02-04T00:21:42.9464340Z >>>>> 2/4/2026 12:21:42 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-02-04T00:22:17.4295800Z >>>>> 2/4/2026 12:22:17 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-02-04T00:22:17.4507490Z Passed VerifyAbsoluteLayout_WidthAndHeight [34 s] 2026-02-04T00:22:17.4514370Z >>>>> 2/4/2026 12:22:17 AM VerifyAbsoluteLayout_WidthProportional Start 2026-02-04T00:23:11.5613810Z >>>>> 2/4/2026 12:23:11 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-02-04T00:23:11.5743620Z Passed VerifyAbsoluteLayout_WidthProportional [54 s] 2026-02-04T00:23:11.5760570Z >>>>> 2/4/2026 12:23:11 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-02-04T00:23:58.4340100Z >>>>> 2/4/2026 12:23:58 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-02-04T00:23:58.4758200Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [46 s] 2026-02-04T00:23:58.4948980Z >>>>> 2/4/2026 12:23:58 AM VerifyAbsoluteLayout_XProportional Start 2026-02-04T00:24:47.1013380Z >>>>> 2/4/2026 12:24:47 AM VerifyAbsoluteLayout_XProportional Stop 2026-02-04T00:24:47.1111750Z Passed VerifyAbsoluteLayout_XProportional [48 s] 2026-02-04T00:24:47.1124230Z >>>>> 2/4/2026 12:24:47 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-02-04T00:25:48.6186220Z >>>>> 2/4/2026 12:25:48 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-02-04T00:25:48.6291610Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 1 s] 2026-02-04T00:25:48.6296940Z >>>>> 2/4/2026 12:25:48 AM VerifyAbsoluteLayout_YProportional Start 2026-02-04T00:26:33.4460770Z >>>>> 2/4/2026 12:26:33 AM VerifyAbsoluteLayout_YProportional Stop 2026-02-04T00:26:33.7539590Z Passed VerifyAbsoluteLayout_YProportional [44 s] 2026-02-04T00:26:40.9001740Z >>>>> 2/4/2026 12:26:40 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-02-04T00:26:45.7129110Z >>>>> 2/4/2026 12:26:45 AM FlexLayout_ValidateDefaultValues Start 2026-02-04T00:27:03.3589090Z >>>>> 2/4/2026 12:27:03 AM FlexLayout_ValidateDefaultValues Stop 2026-02-04T00:27:03.4376710Z Passed FlexLayout_ValidateDefaultValues [17 s] 2026-02-04T00:27:03.4915630Z >>>>> 2/4/2026 12:27:03 AM FlexLayout_SetWrapAlignContentStretch Start 2026-02-04T00:27:41.1304420Z >>>>> 2/4/2026 12:27:41 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-02-04T00:27:41.1559500Z Passed FlexLayout_SetWrapAlignContentStretch [37 s] 2026-02-04T00:27:41.1610490Z >>>>> 2/4/2026 12:27:41 AM FlexLayout_SetWrapAlignContentCenter Start 2026-02-04T00:28:18.3801590Z >>>>> 2/4/2026 12:28:18 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-02-04T00:28:18.4692660Z Passed FlexLayout_SetWrapAlignContentCenter [37 s] 2026-02-04T00:28:18.5697740Z >>>>> 2/4/2026 12:28:18 AM FlexLayout_SetWrapAlignContentStart Start 2026-02-04T00:29:00.7746270Z >>>>> 2/4/2026 12:29:00 AM FlexLayout_SetWrapAlignContentStart Stop 2026-02-04T00:29:00.7863950Z Passed FlexLayout_SetWrapAlignContentStart [42 s] 2026-02-04T00:29:00.7895690Z >>>>> 2/4/2026 12:29:00 AM FlexLayout_SetWrapAlignContentEnd Start 2026-02-04T00:29:34.1484410Z >>>>> 2/4/2026 12:29:34 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-02-04T00:29:34.1695260Z Passed FlexLayout_SetWrapAlignContentEnd [33 s] 2026-02-04T00:29:34.1910910Z >>>>> 2/4/2026 12:29:34 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-02-04T00:30:11.0415010Z >>>>> 2/4/2026 12:30:11 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-02-04T00:30:11.1369060Z Passed FlexLayout_SetWrapAlignContentSpaceAround [36 s] 2026-02-04T00:30:11.2378080Z >>>>> 2/4/2026 12:30:11 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-02-04T00:30:48.0109520Z >>>>> 2/4/2026 12:30:48 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-02-04T00:30:48.0896230Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [36 s] 2026-02-04T00:30:48.1027790Z >>>>> 2/4/2026 12:30:48 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-02-04T00:31:21.9347540Z >>>>> 2/4/2026 12:31:21 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-02-04T00:31:21.9747350Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [33 s] 2026-02-04T00:31:21.9751960Z >>>>> 2/4/2026 12:31:21 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-02-04T00:31:55.0649020Z >>>>> 2/4/2026 12:31:55 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-02-04T00:31:55.0749970Z Passed FlexLayout_SetWrapReverseAlignContentStretch [33 s] 2026-02-04T00:31:55.0843090Z >>>>> 2/4/2026 12:31:55 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-02-04T00:32:26.2798920Z >>>>> 2/4/2026 12:32:26 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-02-04T00:32:26.2882050Z Passed FlexLayout_SetWrapReverseAlignContentCenter [31 s] 2026-02-04T00:32:26.2883720Z >>>>> 2/4/2026 12:32:26 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-02-04T00:32:58.3472120Z >>>>> 2/4/2026 12:32:58 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-02-04T00:32:58.3662510Z Passed FlexLayout_SetWrapReverseAlignContentStart [32 s] 2026-02-04T00:32:58.3693470Z >>>>> 2/4/2026 12:32:58 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-02-04T00:33:31.2237510Z >>>>> 2/4/2026 12:33:31 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-02-04T00:33:31.2342210Z Passed FlexLayout_SetWrapReverseAlignContentEnd [32 s] 2026-02-04T00:33:31.2355670Z >>>>> 2/4/2026 12:33:31 AM FlexLayout_AlignItemsCenter Start 2026-02-04T00:33:55.8212890Z >>>>> 2/4/2026 12:33:55 AM FlexLayout_AlignItemsCenter Stop 2026-02-04T00:33:55.8511540Z Passed FlexLayout_AlignItemsCenter [24 s] 2026-02-04T00:33:55.8572420Z >>>>> 2/4/2026 12:33:55 AM FlexLayout_AlignItemsEnd Start 2026-02-04T00:34:15.6281010Z >>>>> 2/4/2026 12:34:15 AM FlexLayout_AlignItemsEnd Stop 2026-02-04T00:34:15.6379890Z Passed FlexLayout_AlignItemsEnd [19 s] 2026-02-04T00:34:15.6387100Z >>>>> 2/4/2026 12:34:15 AM FlexLayout_AlignItemsStretch Start 2026-02-04T00:34:40.6696080Z >>>>> 2/4/2026 12:34:40 AM FlexLayout_AlignItemsStretch Stop 2026-02-04T00:34:40.6886580Z Passed FlexLayout_AlignItemsStretch [25 s] 2026-02-04T00:34:40.6891240Z >>>>> 2/4/2026 12:34:40 AM FlexLayout_DirectionRowReverse Start 2026-02-04T00:35:01.7253810Z >>>>> 2/4/2026 12:35:01 AM FlexLayout_DirectionRowReverse Stop 2026-02-04T00:35:01.7393970Z Passed FlexLayout_DirectionRowReverse [21 s] 2026-02-04T00:35:01.7396310Z >>>>> 2/4/2026 12:35:01 AM FlexLayout_DirectionColumn Start 2026-02-04T00:35:22.8641070Z >>>>> 2/4/2026 12:35:22 AM FlexLayout_DirectionColumn Stop 2026-02-04T00:35:22.8759130Z Passed FlexLayout_DirectionColumn [21 s] 2026-02-04T00:35:22.8821640Z >>>>> 2/4/2026 12:35:22 AM FlexLayout_DirectionColumnReverse Start 2026-02-04T00:35:44.5517070Z >>>>> 2/4/2026 12:35:44 AM FlexLayout_DirectionColumnReverse Stop 2026-02-04T00:35:44.5591240Z Passed FlexLayout_DirectionColumnReverse [21 s] 2026-02-04T00:35:44.5594270Z >>>>> 2/4/2026 12:35:44 AM FlexLayout_JustifyContentCenter Start 2026-02-04T00:36:16.1372130Z >>>>> 2/4/2026 12:36:16 AM FlexLayout_JustifyContentCenter Stop 2026-02-04T00:36:16.1451630Z Passed FlexLayout_JustifyContentCenter [31 s] 2026-02-04T00:36:16.1454850Z >>>>> 2/4/2026 12:36:16 AM FlexLayout_JustifyContentEnd Start 2026-02-04T00:36:47.1784220Z >>>>> 2/4/2026 12:36:47 AM FlexLayout_JustifyContentEnd Stop 2026-02-04T00:36:47.1904290Z Passed FlexLayout_JustifyContentEnd [31 s] 2026-02-04T00:36:47.1943700Z >>>>> 2/4/2026 12:36:47 AM FlexLayout_JustifyContentSpaceBetween Start 2026-02-04T00:37:28.6084260Z >>>>> 2/4/2026 12:37:28 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-02-04T00:37:28.6117810Z Passed FlexLayout_JustifyContentSpaceBetween [41 s] 2026-02-04T00:37:28.6122230Z >>>>> 2/4/2026 12:37:28 AM FlexLayout_JustifyContentSpaceAround Start 2026-02-04T00:38:13.1803260Z >>>>> 2/4/2026 12:38:13 AM FlexLayout_JustifyContentSpaceAround Stop 2026-02-04T00:38:13.1924560Z Passed FlexLayout_JustifyContentSpaceAround [44 s] 2026-02-04T00:38:13.1927890Z >>>>> 2/4/2026 12:38:13 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-02-04T00:38:48.8307360Z >>>>> 2/4/2026 12:38:48 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-02-04T00:38:48.8555900Z Passed FlexLayout_JustifyContentSpaceEvenly [35 s] 2026-02-04T00:38:48.8558500Z >>>>> 2/4/2026 12:38:48 AM FlexLayout_AlignSelfStart Start 2026-02-04T00:39:27.0715160Z >>>>> 2/4/2026 12:39:27 AM FlexLayout_AlignSelfStart Stop 2026-02-04T00:39:27.0865060Z Passed FlexLayout_AlignSelfStart [38 s] 2026-02-04T00:39:27.1311050Z >>>>> 2/4/2026 12:39:27 AM FlexLayout_AlignSelfCenter Start 2026-02-04T00:40:01.0566810Z >>>>> 2/4/2026 12:40:01 AM FlexLayout_AlignSelfCenter Stop 2026-02-04T00:40:01.0640890Z Passed FlexLayout_AlignSelfCenter [33 s] 2026-02-04T00:40:01.0642620Z >>>>> 2/4/2026 12:40:01 AM FlexLayout_AlignSelfEnd Start 2026-02-04T00:40:32.5479650Z >>>>> 2/4/2026 12:40:32 AM FlexLayout_AlignSelfEnd Stop 2026-02-04T00:40:32.5654850Z Passed FlexLayout_AlignSelfEnd [31 s] 2026-02-04T00:40:32.5673600Z >>>>> 2/4/2026 12:40:32 AM FlexLayout_AlignSelfStretch Start 2026-02-04T00:41:02.0704530Z >>>>> 2/4/2026 12:41:02 AM FlexLayout_AlignSelfStretch Stop 2026-02-04T00:41:02.0784010Z Passed FlexLayout_AlignSelfStretch [29 s] 2026-02-04T00:41:02.0816290Z >>>>> 2/4/2026 12:41:02 AM FlexLayout_Child1Grow Start 2026-02-04T00:41:43.6018880Z >>>>> 2/4/2026 12:41:43 AM FlexLayout_Child1Grow Stop 2026-02-04T00:41:43.6132780Z Passed FlexLayout_Child1Grow [41 s] 2026-02-04T00:41:43.6133600Z >>>>> 2/4/2026 12:41:43 AM FlexLayout_Child1Shrink Start 2026-02-04T00:42:46.9841100Z >>>>> 2/4/2026 12:42:46 AM FlexLayout_Child1Shrink Stop 2026-02-04T00:42:47.0382430Z Passed FlexLayout_Child1Shrink [1 m 3 s] 2026-02-04T00:42:47.0386060Z >>>>> 2/4/2026 12:42:46 AM FlexLayout_Child1Order Start 2026-02-04T00:43:41.2986100Z >>>>> 2/4/2026 12:43:41 AM FlexLayout_Child1Order Stop 2026-02-04T00:43:41.3116710Z Passed FlexLayout_Child1Order [54 s] 2026-02-04T00:43:41.3119330Z >>>>> 2/4/2026 12:43:41 AM FlexLayout_BasisAuto_DirectionRow Start 2026-02-04T00:44:23.1655360Z >>>>> 2/4/2026 12:44:23 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-02-04T00:44:23.1836150Z Passed FlexLayout_BasisAuto_DirectionRow [41 s] 2026-02-04T00:44:23.1842050Z >>>>> 2/4/2026 12:44:23 AM FlexLayout_BasisFixed_DirectionRow Start 2026-02-04T00:45:00.7113490Z >>>>> 2/4/2026 12:45:00 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-02-04T00:45:00.7330050Z Passed FlexLayout_BasisFixed_DirectionRow [37 s] 2026-02-04T00:45:00.7338750Z >>>>> 2/4/2026 12:45:00 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-02-04T00:45:40.2064890Z >>>>> 2/4/2026 12:45:40 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-02-04T00:45:40.2204890Z Passed FlexLayout_BasisPercentage_DirectionRow [39 s] 2026-02-04T00:45:40.2219420Z >>>>> 2/4/2026 12:45:40 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-02-04T00:46:14.9909250Z >>>>> 2/4/2026 12:46:14 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-02-04T00:46:15.0211970Z Passed FlexLayout_BasisAuto_DirectionRowReverse [34 s] 2026-02-04T00:46:15.0237500Z >>>>> 2/4/2026 12:46:14 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-02-04T00:46:54.6908310Z >>>>> 2/4/2026 12:46:54 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-02-04T00:46:54.7075940Z Passed FlexLayout_BasisFixed_DirectionRowReverse [39 s] 2026-02-04T00:46:54.7084810Z >>>>> 2/4/2026 12:46:54 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-02-04T00:47:35.9954560Z >>>>> 2/4/2026 12:47:35 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-02-04T00:47:36.0986730Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [41 s] 2026-02-04T00:47:36.0992660Z >>>>> 2/4/2026 12:47:36 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-02-04T00:48:18.9829030Z >>>>> 2/4/2026 12:48:18 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-02-04T00:48:18.9931090Z Passed FlexLayout_BasisAuto_DirectionColumn [42 s] 2026-02-04T00:48:19.0035280Z >>>>> 2/4/2026 12:48:18 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-02-04T00:48:55.9592940Z >>>>> 2/4/2026 12:48:55 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-02-04T00:48:55.9722830Z Passed FlexLayout_BasisFixed_DirectionColumn [36 s] 2026-02-04T00:48:55.9745770Z >>>>> 2/4/2026 12:48:55 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-02-04T00:49:37.9780650Z >>>>> 2/4/2026 12:49:37 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-02-04T00:49:37.9915670Z Passed FlexLayout_BasisPercentage_DirectionColumn [42 s] 2026-02-04T00:49:37.9917870Z >>>>> 2/4/2026 12:49:37 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-02-04T00:50:21.2708710Z >>>>> 2/4/2026 12:50:21 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-02-04T00:50:21.2961940Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [43 s] 2026-02-04T00:50:21.2967120Z >>>>> 2/4/2026 12:50:21 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-02-04T00:50:58.3986860Z >>>>> 2/4/2026 12:50:58 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-02-04T00:50:58.4142640Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [37 s] 2026-02-04T00:50:58.4143990Z >>>>> 2/4/2026 12:50:58 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-02-04T00:51:48.2231890Z >>>>> 2/4/2026 12:51:48 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-02-04T00:51:48.2796680Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [49 s] 2026-02-04T00:51:48.2952900Z >>>>> 2/4/2026 12:51:48 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-02-04T00:52:58.4549200Z >>>>> 2/4/2026 12:52:58 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-02-04T00:52:58.5027490Z Passed FlexLayout_SetAlignItemsCenterWrap [1 m 10 s] 2026-02-04T00:52:58.6038600Z >>>>> 2/4/2026 12:52:58 AM FlexLayout_SetAlignItemsEndWrap Start 2026-02-04T00:53:56.8937700Z >>>>> 2/4/2026 12:53:56 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-02-04T00:53:58.7244550Z Passed FlexLayout_SetAlignItemsEndWrap [58 s] 2026-02-04T00:54:21.6106560Z >>>>> 2/4/2026 12:54:21 AM FixtureSetup for GridFeatureTests(Mac) 2026-02-04T00:54:27.4462920Z >>>>> 2/4/2026 12:54:27 AM VerifyGrid_BackgroundColor Start 2026-02-04T00:54:53.1424300Z >>>>> 2/4/2026 12:54:53 AM VerifyGrid_BackgroundColor Stop 2026-02-04T00:54:53.1630420Z Passed VerifyGrid_BackgroundColor [25 s] 2026-02-04T00:54:53.1641400Z >>>>> 2/4/2026 12:54:53 AM VerifyGrid_ColumnSpacing Start 2026-02-04T00:55:23.8506010Z >>>>> 2/4/2026 12:55:23 AM VerifyGrid_ColumnSpacing Stop 2026-02-04T00:55:23.9387040Z Passed VerifyGrid_ColumnSpacing [30 s] 2026-02-04T00:55:23.9641180Z >>>>> 2/4/2026 12:55:23 AM VerifyGrid_ColumnSpan Start 2026-02-04T00:55:55.5487580Z >>>>> 2/4/2026 12:55:55 AM VerifyGrid_ColumnSpan Stop 2026-02-04T00:55:55.5675960Z Passed VerifyGrid_ColumnSpan [31 s] 2026-02-04T00:55:55.5677350Z >>>>> 2/4/2026 12:55:55 AM VerifyGrid_FlowDirection Start 2026-02-04T00:56:21.1654580Z >>>>> 2/4/2026 12:56:21 AM VerifyGrid_FlowDirection Stop 2026-02-04T00:56:21.1823070Z Passed VerifyGrid_FlowDirection [25 s] 2026-02-04T00:56:21.1825030Z >>>>> 2/4/2026 12:56:21 AM VerifyGrid_HorizontalOptionsCenter Start 2026-02-04T00:56:43.0033980Z >>>>> 2/4/2026 12:56:43 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-02-04T00:56:43.0193100Z Passed VerifyGrid_HorizontalOptionsCenter [21 s] 2026-02-04T00:56:43.0194770Z >>>>> 2/4/2026 12:56:43 AM VerifyGrid_HorizontalOptionsEnd Start 2026-02-04T00:57:08.9598940Z >>>>> 2/4/2026 12:57:08 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-02-04T00:57:08.9865920Z Passed VerifyGrid_HorizontalOptionsEnd [25 s] 2026-02-04T00:57:08.9867520Z >>>>> 2/4/2026 12:57:08 AM VerifyGrid_HorizontalOptionsStart Start 2026-02-04T00:57:33.5530740Z >>>>> 2/4/2026 12:57:33 AM VerifyGrid_HorizontalOptionsStart Stop 2026-02-04T00:57:33.5716680Z Passed VerifyGrid_HorizontalOptionsStart [24 s] 2026-02-04T00:57:33.5725660Z >>>>> 2/4/2026 12:57:33 AM VerifyGrid_IsVisible Start 2026-02-04T00:57:57.2122220Z >>>>> 2/4/2026 12:57:57 AM VerifyGrid_IsVisible Stop 2026-02-04T00:57:57.2234760Z Passed VerifyGrid_IsVisible [23 s] 2026-02-04T00:57:57.2236260Z >>>>> 2/4/2026 12:57:57 AM VerifyGrid_NestedGrid Start 2026-02-04T00:58:19.3786910Z >>>>> 2/4/2026 12:58:19 AM VerifyGrid_NestedGrid Stop 2026-02-04T00:58:19.3944930Z Passed VerifyGrid_NestedGrid [22 s] 2026-02-04T00:58:19.3955710Z >>>>> 2/4/2026 12:58:19 AM VerifyGrid_Padding Start 2026-02-04T00:58:49.2115730Z >>>>> 2/4/2026 12:58:49 AM VerifyGrid_Padding Stop 2026-02-04T00:58:49.2274650Z Passed VerifyGrid_Padding [29 s] 2026-02-04T00:58:49.2278910Z >>>>> 2/4/2026 12:58:49 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-02-04T00:59:50.8114270Z >>>>> 2/4/2026 12:59:50 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-02-04T00:59:50.8193070Z Passed VerifyGrid_RowAndColumnTypeAbsolute [1 m 1 s] 2026-02-04T00:59:50.8194110Z >>>>> 2/4/2026 12:59:50 AM VerifyGrid_RowSpacing Start 2026-02-04T01:00:21.2146850Z >>>>> 2/4/2026 1:00:21 AM VerifyGrid_RowSpacing Stop 2026-02-04T01:00:21.2242720Z Passed VerifyGrid_RowSpacing [30 s] 2026-02-04T01:00:21.2245580Z >>>>> 2/4/2026 1:00:21 AM VerifyGrid_RowSpan Start 2026-02-04T01:00:46.2296000Z >>>>> 2/4/2026 1:00:46 AM VerifyGrid_RowSpan Stop 2026-02-04T01:00:46.2386870Z Passed VerifyGrid_RowSpan [25 s] 2026-02-04T01:00:46.2388800Z >>>>> 2/4/2026 1:00:46 AM VerifyGrid_SetColumn Start 2026-02-04T01:01:06.9208750Z >>>>> 2/4/2026 1:01:06 AM VerifyGrid_SetColumn Stop 2026-02-04T01:01:06.9264650Z Passed VerifyGrid_SetColumn [20 s] 2026-02-04T01:01:06.9265580Z >>>>> 2/4/2026 1:01:06 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-02-04T01:01:45.9282040Z >>>>> 2/4/2026 1:01:45 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-02-04T01:01:45.9411900Z Passed VerifyGrid_SetColumn_SetColumnSpacing [39 s] 2026-02-04T01:01:45.9413500Z >>>>> 2/4/2026 1:01:45 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-02-04T01:02:22.7966180Z >>>>> 2/4/2026 1:02:22 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-02-04T01:02:22.8039810Z Passed VerifyGrid_SetColumn_SetRowSpacing [36 s] 2026-02-04T01:02:22.8040750Z >>>>> 2/4/2026 1:02:22 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-02-04T01:03:05.1197870Z >>>>> 2/4/2026 1:03:05 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-02-04T01:03:05.1292440Z Passed VerifyGrid_SetColumnSpacingAndPadding [42 s] 2026-02-04T01:03:05.1293820Z >>>>> 2/4/2026 1:03:05 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-02-04T01:03:45.1973720Z >>>>> 2/4/2026 1:03:45 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-02-04T01:03:45.2143430Z Passed VerifyGrid_SetPaddingAndBackgroundColor [40 s] 2026-02-04T01:03:45.2147090Z >>>>> 2/4/2026 1:03:45 AM VerifyGrid_SetRow Start 2026-02-04T01:04:20.8384490Z >>>>> 2/4/2026 1:04:20 AM VerifyGrid_SetRow Stop 2026-02-04T01:04:20.9429580Z Passed VerifyGrid_SetRow [35 s] 2026-02-04T01:04:20.9814480Z >>>>> 2/4/2026 1:04:20 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-02-04T01:05:18.7492860Z >>>>> 2/4/2026 1:05:18 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-02-04T01:05:18.7643760Z Passed VerifyGrid_SetRow_SetColumnSpacing [57 s] 2026-02-04T01:05:18.7646470Z >>>>> 2/4/2026 1:05:18 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-02-04T01:06:12.9457260Z >>>>> 2/4/2026 1:06:12 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-02-04T01:06:12.9612140Z Passed VerifyGrid_SetRow_SetRowSpacing [54 s] 2026-02-04T01:06:12.9620560Z >>>>> 2/4/2026 1:06:12 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-02-04T01:06:57.9094280Z >>>>> 2/4/2026 1:06:57 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-02-04T01:06:57.9206250Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [44 s] 2026-02-04T01:06:57.9218550Z >>>>> 2/4/2026 1:06:57 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-02-04T01:07:49.6299580Z >>>>> 2/4/2026 1:07:49 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-02-04T01:07:49.6483020Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [51 s] 2026-02-04T01:07:49.6485450Z >>>>> 2/4/2026 1:07:49 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-02-04T01:08:47.8232490Z >>>>> 2/4/2026 1:08:47 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-02-04T01:08:47.8407710Z Passed VerifyGrid_SetRowSpacingAndPadding [58 s] 2026-02-04T01:08:47.8409090Z >>>>> 2/4/2026 1:08:47 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-02-04T01:09:16.6133750Z >>>>> 2/4/2026 1:09:16 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-02-04T01:09:16.6314600Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [28 s] 2026-02-04T01:09:16.6332450Z >>>>> 2/4/2026 1:09:16 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-02-04T01:09:42.2065300Z >>>>> 2/4/2026 1:09:42 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-02-04T01:09:42.2131340Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [25 s] 2026-02-04T01:09:42.2132680Z >>>>> 2/4/2026 1:09:42 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-02-04T01:10:10.7883220Z >>>>> 2/4/2026 1:10:10 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-02-04T01:10:10.7961490Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [28 s] 2026-02-04T01:10:10.7962770Z >>>>> 2/4/2026 1:10:10 AM VerifyGrid_VerticalOptionsCenter Start 2026-02-04T01:10:30.6794790Z >>>>> 2/4/2026 1:10:30 AM VerifyGrid_VerticalOptionsCenter Stop 2026-02-04T01:10:30.6868250Z Passed VerifyGrid_VerticalOptionsCenter [19 s] 2026-02-04T01:10:30.6869470Z >>>>> 2/4/2026 1:10:30 AM VerifyGrid_VerticalOptionsEnd Start 2026-02-04T01:10:46.9509340Z >>>>> 2/4/2026 1:10:46 AM VerifyGrid_VerticalOptionsEnd Stop 2026-02-04T01:10:46.9593510Z Passed VerifyGrid_VerticalOptionsEnd [16 s] 2026-02-04T01:10:46.9594680Z >>>>> 2/4/2026 1:10:46 AM VerifyGrid_VerticalOptionsStart Start 2026-02-04T01:11:03.8900230Z >>>>> 2/4/2026 1:11:03 AM VerifyGrid_VerticalOptionsStart Stop 2026-02-04T01:11:05.1400050Z Passed VerifyGrid_VerticalOptionsStart [16 s] 2026-02-04T01:11:11.3516990Z >>>>> 2/4/2026 1:11:11 AM FixtureSetup for Issue22075(Mac) 2026-02-04T01:11:11.4979670Z >>>>> 2/4/2026 1:11:11 AM CreateStackWithPadding Start 2026-02-04T01:11:14.4573490Z >>>>> 2/4/2026 1:11:14 AM CreateStackWithPadding Stop 2026-02-04T01:11:14.5528120Z Passed CreateStackWithPadding [2 s] 2026-02-04T01:11:19.1071780Z >>>>> 2/4/2026 1:11:19 AM FixtureSetup for Bugzilla34007(Mac) 2026-02-04T01:11:19.3688670Z >>>>> 2/4/2026 1:11:19 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-02-04T01:11:24.3985720Z >>>>> 2/4/2026 1:11:24 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-02-04T01:11:25.3682260Z Passed Issue34007TestFirstElementHasLowestZOrder [5 s] 2026-02-04T01:14:23.3112760Z >>>>> 2/4/2026 1:14:23 AM FixtureSetup for Bugzilla34061(Mac) 2026-02-04T01:14:23.7585220Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-02-04T01:14:25.0826970Z Skipped Bugzilla34061Test [5 ms] 2026-02-04T01:14:27.3626800Z >>>>> 2/4/2026 1:14:27 AM FixtureSetup for Bugzilla40161(Mac) 2026-02-04T01:14:27.4804210Z >>>>> 2/4/2026 1:14:27 AM Issue1Test Start 2026-02-04T01:14:35.4095350Z >>>>> 2/4/2026 1:14:35 AM Issue1Test Stop 2026-02-04T01:14:36.5063110Z Passed Issue1Test [7 s] 2026-02-04T01:14:40.0911090Z >>>>> 2/4/2026 1:14:40 AM FixtureSetup for Bugzilla44176(Mac) 2026-02-04T01:14:40.2157170Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-04T01:14:41.7232940Z Skipped Bugzilla44176Test [< 1 ms] 2026-02-04T01:14:45.1513740Z >>>>> 2/4/2026 1:14:45 AM FixtureSetup for Bugzilla46458(Mac) 2026-02-04T01:14:45.2727480Z >>>>> 2/4/2026 1:14:45 AM GridIsEnabled Start 2026-02-04T01:15:04.4196310Z >>>>> 2/4/2026 1:15:04 AM GridIsEnabled Stop 2026-02-04T01:15:04.8196070Z Passed GridIsEnabled [19 s] 2026-02-04T01:15:08.5955900Z >>>>> 2/4/2026 1:15:08 AM FixtureSetup for Bugzilla51238(Mac) 2026-02-04T01:15:08.6796970Z >>>>> 2/4/2026 1:15:08 AM Issue1Test Start 2026-02-04T01:15:11.4599520Z >>>>> 2/4/2026 1:15:11 AM Issue1Test Stop 2026-02-04T01:15:11.7156540Z Passed Issue1Test [2 s] 2026-02-04T01:15:15.3238480Z >>>>> 2/4/2026 1:15:15 AM FixtureSetup for Bugzilla53445(Mac) 2026-02-04T01:15:15.4464970Z >>>>> 2/4/2026 1:15:15 AM Bugzilla53445Test Start 2026-02-04T01:15:31.1885590Z >>>>> 2/4/2026 1:15:31 AM Bugzilla53445Test Stop 2026-02-04T01:15:31.9428440Z Passed Bugzilla53445Test [15 s] 2026-02-04T01:15:35.5522870Z >>>>> 2/4/2026 1:15:35 AM FixtureSetup for Issue1267(Mac) 2026-02-04T01:15:35.6788820Z >>>>> 2/4/2026 1:15:35 AM StarInGridDoesNotCrash Start 2026-02-04T01:15:37.5057040Z >>>>> 2/4/2026 1:15:37 AM StarInGridDoesNotCrash Stop 2026-02-04T01:15:38.6731150Z Passed StarInGridDoesNotCrash [1 s] 2026-02-04T01:15:41.2640570Z >>>>> 2/4/2026 1:15:41 AM FixtureSetup for Issue15330(Mac) 2026-02-04T01:15:41.3725720Z >>>>> 2/4/2026 1:15:41 AM Issue15330Test Start 2026-02-04T01:15:44.3234380Z >>>>> 2/4/2026 1:15:44 AM Issue15330Test Stop 2026-02-04T01:15:44.6654390Z Passed Issue15330Test [2 s] 2026-02-04T01:15:48.1684030Z >>>>> 2/4/2026 1:15:48 AM FixtureSetup for Issue1601(Mac) 2026-02-04T01:15:48.3042200Z >>>>> 2/4/2026 1:15:48 AM Issue1601Test Start 2026-02-04T01:15:51.3064070Z >>>>> 2/4/2026 1:15:51 AM Issue1601Test Stop 2026-02-04T01:15:51.3776390Z Passed Issue1601Test [3 s] 2026-02-04T01:15:55.3224230Z >>>>> 2/4/2026 1:15:55 AM FixtureSetup for Issue19513(Mac) 2026-02-04T01:15:55.4532300Z >>>>> 2/4/2026 1:15:55 AM NegativeSpacingCrashes Start 2026-02-04T01:15:56.4336870Z >>>>> 2/4/2026 1:15:56 AM NegativeSpacingCrashes Stop 2026-02-04T01:15:56.9852160Z Passed NegativeSpacingCrashes [987 ms] 2026-02-04T01:16:00.6460980Z >>>>> 2/4/2026 1:16:00 AM FixtureSetup for Issue21711(Mac) 2026-02-04T01:16:00.7823010Z >>>>> 2/4/2026 1:16:00 AM AddDoesNotCrash Start 2026-02-04T01:16:09.7578800Z >>>>> 2/4/2026 1:16:09 AM AddDoesNotCrash Stop 2026-02-04T01:16:09.7676910Z Passed AddDoesNotCrash [8 s] 2026-02-04T01:16:09.7689910Z >>>>> 2/4/2026 1:16:09 AM InsertDoesNotCrash Start 2026-02-04T01:16:13.3010790Z >>>>> 2/4/2026 1:16:13 AM InsertDoesNotCrash Stop 2026-02-04T01:16:13.3186180Z Passed InsertDoesNotCrash [3 s] 2026-02-04T01:16:13.3188700Z >>>>> 2/4/2026 1:16:13 AM RemoveDoesNotCrash Start 2026-02-04T01:16:16.8512600Z >>>>> 2/4/2026 1:16:16 AM RemoveDoesNotCrash Stop 2026-02-04T01:16:16.8593800Z Passed RemoveDoesNotCrash [3 s] 2026-02-04T01:16:16.8594840Z >>>>> 2/4/2026 1:16:16 AM UpdateDoesNotCrash Start 2026-02-04T01:16:19.6474330Z >>>>> 2/4/2026 1:16:19 AM UpdateDoesNotCrash Stop 2026-02-04T01:16:19.9271440Z Passed UpdateDoesNotCrash [2 s] 2026-02-04T01:16:24.0691450Z >>>>> 2/4/2026 1:16:24 AM FixtureSetup for Issue23484(Mac) 2026-02-04T01:16:24.1636340Z >>>>> 2/4/2026 1:16:24 AM ReusingNavigationPageDoesntBreakLayout Start 2026-02-04T01:16:37.8559710Z >>>>> 2/4/2026 1:16:37 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-02-04T01:16:39.1537040Z Passed ReusingNavigationPageDoesntBreakLayout [13 s] 2026-02-04T01:16:41.6635360Z >>>>> 2/4/2026 1:16:41 AM FixtureSetup for Issue24246(Mac) 2026-02-04T01:16:41.7585500Z >>>>> 2/4/2026 1:16:41 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-02-04T01:16:48.8687150Z >>>>> 2/4/2026 1:16:48 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-02-04T01:16:49.2547910Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [7 s] 2026-02-04T01:16:52.7082580Z >>>>> 2/4/2026 1:16:52 AM FixtureSetup for Issue24434(Mac) 2026-02-04T01:16:52.8194710Z >>>>> 2/4/2026 1:16:52 AM ModifyingANonVisibleLayoutWorks Start 2026-02-04T01:16:58.0828100Z >>>>> 2/4/2026 1:16:58 AM ModifyingANonVisibleLayoutWorks Stop 2026-02-04T01:16:58.8712920Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-02-04T01:17:02.1913270Z >>>>> 2/4/2026 1:17:02 AM FixtureSetup for Issue24996(Mac) 2026-02-04T01:17:02.2933430Z >>>>> 2/4/2026 1:17:02 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-02-04T01:17:05.8807860Z >>>>> 2/4/2026 1:17:05 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-02-04T01:17:05.9887000Z >>>>> 2/4/2026 1:17:05 AM Log types: 2026-02-04T01:17:06.9832230Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [4 s] 2026-02-04T01:17:06.9886360Z Error Message: 2026-02-04T01:17:06.9896240Z Assert.That(condition, Is.True) 2026-02-04T01:17:06.9898240Z Expected: True 2026-02-04T01:17:06.9899160Z But was: False 2026-02-04T01:17:06.9899390Z 2026-02-04T01:17:06.9921290Z Stack Trace: 2026-02-04T01:17:06.9923720Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-04T01:17:06.9925420Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-04T01:17:06.9926490Z 2026-02-04T01:17:06.9927030Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-04T01:17:06.9928050Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-04T01:17:06.9928660Z 2026-02-04T01:17:06.9928810Z 2026-02-04T01:19:17.2631080Z >>>>> 2/4/2026 1:19:17 AM FixtureSetup for Issue2653(Mac) 2026-02-04T01:19:17.3607680Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-04T01:19:18.8778080Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-02-04T01:19:20.8781150Z >>>>> 2/4/2026 1:19:20 AM FixtureSetup for Issue2767(Mac) 2026-02-04T01:19:20.9892270Z >>>>> 2/4/2026 1:19:20 AM Issue2767Test Start 2026-02-04T01:19:22.7553530Z >>>>> 2/4/2026 1:19:22 AM Issue2767Test Stop 2026-02-04T01:19:24.0372940Z Passed Issue2767Test [1 s] 2026-02-04T01:21:32.1101570Z >>>>> 2/4/2026 1:21:32 AM FixtureSetup for Issue2858(Mac) 2026-02-04T01:21:32.2096380Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-04T01:21:33.7403840Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-02-04T01:21:35.5597600Z >>>>> 2/4/2026 1:21:35 AM FixtureSetup for Issue28945(Mac) 2026-02-04T01:21:35.6763770Z >>>>> 2/4/2026 1:21:35 AM MauiViewShouldPropagateFocus Start 2026-02-04T01:21:38.3180710Z >>>>> 2/4/2026 1:21:38 AM MauiViewShouldPropagateFocus Stop 2026-02-04T01:21:38.7132660Z Passed MauiViewShouldPropagateFocus [2 s] 2026-02-04T01:21:42.7863800Z >>>>> 2/4/2026 1:21:42 AM FixtureSetup for Issue29919(Mac) 2026-02-04T01:21:42.9108200Z >>>>> 2/4/2026 1:21:42 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-02-04T01:21:44.0481560Z >>>>> 2/4/2026 1:21:44 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-02-04T01:21:44.4290770Z Passed StackLayoutWindowsCrashWithZeroHeight [1 s] 2026-02-04T01:21:47.9247960Z >>>>> 2/4/2026 1:21:47 AM FixtureSetup for Issue2993(Mac) 2026-02-04T01:21:48.0090670Z >>>>> 2/4/2026 1:21:48 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-02-04T01:21:49.1288010Z >>>>> 2/4/2026 1:21:49 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-02-04T01:21:49.5020720Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-02-04T01:21:52.9973390Z >>>>> 2/4/2026 1:21:52 AM FixtureSetup for Issue3475(Mac) 2026-02-04T01:21:53.1057440Z >>>>> 2/4/2026 1:21:53 AM Issue3475TestsLayoutCompressionPerformance Start 2026-02-04T01:22:29.7944610Z >>>>> 2/4/2026 1:22:29 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-02-04T01:22:30.6152830Z Passed Issue3475TestsLayoutCompressionPerformance [36 s] 2026-02-04T01:22:33.9106430Z >>>>> 2/4/2026 1:22:33 AM FixtureSetup for Issue6260(Mac) 2026-02-04T01:22:34.0220380Z >>>>> 2/4/2026 1:22:34 AM NonAppCompatBasicSwitchTest Start 2026-02-04T01:22:35.0232410Z >>>>> 2/4/2026 1:22:35 AM NonAppCompatBasicSwitchTest Stop 2026-02-04T01:22:35.5158160Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-02-04T01:22:39.4181600Z >>>>> 2/4/2026 1:22:39 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-02-04T01:22:39.5169140Z >>>>> 2/4/2026 1:22:39 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-04T01:23:04.5330380Z >>>>> 2/4/2026 1:23:04 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-04T01:23:04.5481940Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [25 s] 2026-02-04T01:23:04.5503080Z >>>>> 2/4/2026 1:23:04 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-04T01:23:17.3831980Z >>>>> 2/4/2026 1:23:17 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-04T01:23:17.3926920Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [12 s] 2026-02-04T01:23:17.3938440Z >>>>> 2/4/2026 1:23:17 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-02-04T01:23:20.0931220Z >>>>> 2/4/2026 1:23:20 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-02-04T01:23:20.4121220Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-02-04T01:23:24.1239110Z >>>>> 2/4/2026 1:23:24 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-02-04T01:23:24.2644060Z >>>>> 2/4/2026 1:23:24 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-04T01:23:46.7217790Z >>>>> 2/4/2026 1:23:46 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-04T01:23:46.7275510Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [22 s] 2026-02-04T01:23:46.7276900Z >>>>> 2/4/2026 1:23:46 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-04T01:23:58.9369420Z >>>>> 2/4/2026 1:23:58 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-04T01:23:58.9552660Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [12 s] 2026-02-04T01:23:58.9554930Z >>>>> 2/4/2026 1:23:58 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-02-04T01:24:01.6522040Z >>>>> 2/4/2026 1:24:01 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-02-04T01:24:01.9476680Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-02-04T01:24:05.3670090Z >>>>> 2/4/2026 1:24:05 AM FixtureSetup for Issue6945(Mac) 2026-02-04T01:24:05.4686770Z >>>>> 2/4/2026 1:24:05 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-02-04T01:24:10.6558700Z >>>>> 2/4/2026 1:24:10 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-02-04T01:24:11.4667600Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [5 s] 2026-02-04T01:24:15.8172630Z >>>>> 2/4/2026 1:24:15 AM FixtureSetup for Issue9075(Mac) 2026-02-04T01:24:15.9364690Z >>>>> 2/4/2026 1:24:15 AM FlexLayoutCycleException Start 2026-02-04T01:24:17.9051220Z >>>>> 2/4/2026 1:24:17 AM FlexLayoutCycleException Stop 2026-02-04T01:24:18.9585470Z Passed FlexLayoutCycleException [1 s] 2026-02-04T01:24:22.6219510Z >>>>> 2/4/2026 1:24:22 AM FixtureSetup for StackLayoutIssue(Mac) 2026-02-04T01:24:22.7147400Z >>>>> 2/4/2026 1:24:22 AM StackLayoutIssueTestsAllElementsPresent Start 2026-02-04T01:24:27.7354230Z >>>>> 2/4/2026 1:24:27 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-02-04T01:24:28.7235560Z Passed StackLayoutIssueTestsAllElementsPresent [5 s] 2026-02-04T01:24:32.5742230Z >>>>> 2/4/2026 1:24:32 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-02-04T01:24:37.1445590Z >>>>> 2/4/2026 1:24:37 AM HorizontalStackLayout_IsVisible Start 2026-02-04T01:24:49.0505750Z >>>>> 2/4/2026 1:24:49 AM HorizontalStackLayout_IsVisible Stop 2026-02-04T01:24:49.0586940Z Passed HorizontalStackLayout_IsVisible [11 s] 2026-02-04T01:24:49.0588230Z >>>>> 2/4/2026 1:24:49 AM HorizontalStackLayout_RTLFlowDirection Start 2026-02-04T01:25:02.3167900Z >>>>> 2/4/2026 1:25:02 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-02-04T01:25:02.3352290Z Passed HorizontalStackLayout_RTLFlowDirection [13 s] 2026-02-04T01:25:02.3650110Z >>>>> 2/4/2026 1:25:02 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-02-04T01:25:25.1366090Z >>>>> 2/4/2026 1:25:25 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-04T01:25:25.1442550Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [22 s] 2026-02-04T01:25:25.1446890Z >>>>> 2/4/2026 1:25:25 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-04T01:25:59.6502920Z >>>>> 2/4/2026 1:25:59 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-04T01:25:59.6596060Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [34 s] 2026-02-04T01:25:59.6623180Z >>>>> 2/4/2026 1:25:59 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-02-04T01:26:19.0303200Z >>>>> 2/4/2026 1:26:19 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-04T01:26:19.0373710Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [19 s] 2026-02-04T01:26:19.0374800Z >>>>> 2/4/2026 1:26:19 AM HorizontalStackLayout_Spacing_With_Height Start 2026-02-04T01:26:43.5332980Z >>>>> 2/4/2026 1:26:43 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-02-04T01:26:43.5412960Z Passed HorizontalStackLayout_Spacing_With_Height [24 s] 2026-02-04T01:26:43.5420090Z >>>>> 2/4/2026 1:26:43 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-04T01:27:18.4147450Z >>>>> 2/4/2026 1:27:18 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-04T01:27:18.4246460Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [34 s] 2026-02-04T01:27:18.4259120Z >>>>> 2/4/2026 1:27:18 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-02-04T01:27:38.5382810Z >>>>> 2/4/2026 1:27:38 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-02-04T01:27:38.5467430Z Passed HorizontalStackLayout_Spacing_With_RTL [20 s] 2026-02-04T01:27:38.5469780Z >>>>> 2/4/2026 1:27:38 AM HorizontalStackLayout_Spacing_With_Width Start 2026-02-04T01:28:02.2789660Z >>>>> 2/4/2026 1:28:02 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-02-04T01:28:02.2885610Z Passed HorizontalStackLayout_Spacing_With_Width [23 s] 2026-02-04T01:28:02.2886930Z >>>>> 2/4/2026 1:28:02 AM VerticalStackLayout_IsVisible Start 2026-02-04T01:28:14.5880920Z >>>>> 2/4/2026 1:28:14 AM VerticalStackLayout_IsVisible Stop 2026-02-04T01:28:14.5942920Z Passed VerticalStackLayout_IsVisible [12 s] 2026-02-04T01:28:14.5944120Z >>>>> 2/4/2026 1:28:14 AM VerticalStackLayout_RTLFlowDirection Start 2026-02-04T01:28:30.8328380Z >>>>> 2/4/2026 1:28:30 AM VerticalStackLayout_RTLFlowDirection Stop 2026-02-04T01:28:30.8420500Z Passed VerticalStackLayout_RTLFlowDirection [16 s] 2026-02-04T01:28:30.8424500Z >>>>> 2/4/2026 1:28:30 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-02-04T01:28:55.4632240Z >>>>> 2/4/2026 1:28:55 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-04T01:28:55.4711260Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [24 s] 2026-02-04T01:28:55.4712590Z >>>>> 2/4/2026 1:28:55 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-04T01:29:31.3987990Z >>>>> 2/4/2026 1:29:31 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-04T01:29:31.4074450Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [35 s] 2026-02-04T01:29:31.4077070Z >>>>> 2/4/2026 1:29:31 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-02-04T01:30:02.4512150Z >>>>> 2/4/2026 1:30:02 AM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-04T01:30:02.4628020Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [31 s] 2026-02-04T01:30:02.4631300Z >>>>> 2/4/2026 1:30:02 AM VerticalStackLayout_Spacing_With_Height Start 2026-02-04T01:30:35.9388670Z >>>>> 2/4/2026 1:30:35 AM VerticalStackLayout_Spacing_With_Height Stop 2026-02-04T01:30:35.9496020Z Passed VerticalStackLayout_Spacing_With_Height [33 s] 2026-02-04T01:30:35.9497440Z >>>>> 2/4/2026 1:30:35 AM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-04T01:31:23.1603400Z >>>>> 2/4/2026 1:31:23 AM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-04T01:31:23.1743230Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [47 s] 2026-02-04T01:31:23.1751110Z >>>>> 2/4/2026 1:31:23 AM VerticalStackLayout_Spacing_With_RTL Start 2026-02-04T01:31:54.1521430Z >>>>> 2/4/2026 1:31:54 AM VerticalStackLayout_Spacing_With_RTL Stop 2026-02-04T01:31:54.1623640Z Passed VerticalStackLayout_Spacing_With_RTL [30 s] 2026-02-04T01:31:54.1627220Z >>>>> 2/4/2026 1:31:54 AM VerticalStackLayout_Spacing_With_Width Start 2026-02-04T01:32:26.4420150Z >>>>> 2/4/2026 1:32:26 AM VerticalStackLayout_Spacing_With_Width Stop 2026-02-04T01:32:27.1960210Z Passed VerticalStackLayout_Spacing_With_Width [32 s] 2026-02-04T01:32:31.0588010Z >>>>> 2/4/2026 1:32:31 AM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-02-04T01:32:35.7075470Z >>>>> 2/4/2026 1:32:35 AM TwoPaneView_WideMode Start 2026-02-04T01:32:53.5612210Z >>>>> 2/4/2026 1:32:53 AM TwoPaneView_WideMode Stop 2026-02-04T01:32:53.6212730Z Passed TwoPaneView_WideMode [17 s] 2026-02-04T01:32:53.6215760Z >>>>> 2/4/2026 1:32:53 AM TwoPaneView_IsTall_UsingRect Start 2026-02-04T01:33:23.2764320Z >>>>> 2/4/2026 1:33:23 AM TwoPaneView_IsTall_UsingRect Stop 2026-02-04T01:33:23.2847830Z Passed TwoPaneView_IsTall_UsingRect [29 s] 2026-02-04T01:33:23.2850570Z >>>>> 2/4/2026 1:33:23 AM TwoPaneView_Wide_UsingRect Start 2026-02-04T01:33:41.0203490Z >>>>> 2/4/2026 1:33:41 AM TwoPaneView_Wide_UsingRect Stop 2026-02-04T01:33:41.0296340Z Passed TwoPaneView_Wide_UsingRect [17 s] 2026-02-04T01:33:41.0299650Z >>>>> 2/4/2026 1:33:41 AM TwoPaneView_TallMode Start 2026-02-04T01:34:05.4782050Z >>>>> 2/4/2026 1:34:05 AM TwoPaneView_TallMode Stop 2026-02-04T01:34:05.4904660Z Passed TwoPaneView_TallMode [24 s] 2026-02-04T01:34:05.4911150Z >>>>> 2/4/2026 1:34:05 AM TwoPaneView_Pane1Priority Start 2026-02-04T01:34:33.8966380Z >>>>> 2/4/2026 1:34:33 AM TwoPaneView_Pane1Priority Stop 2026-02-04T01:34:33.9039450Z Passed TwoPaneView_Pane1Priority [28 s] 2026-02-04T01:34:33.9041480Z >>>>> 2/4/2026 1:34:33 AM TwoPaneView_Pane2Priority Start 2026-02-04T01:35:03.1507330Z >>>>> 2/4/2026 1:35:03 AM TwoPaneView_Pane2Priority Stop 2026-02-04T01:35:03.1602240Z Passed TwoPaneView_Pane2Priority [29 s] 2026-02-04T01:35:03.1606810Z >>>>> 2/4/2026 1:35:03 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-02-04T01:35:40.0577690Z >>>>> 2/4/2026 1:35:40 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-02-04T01:35:40.0706680Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [36 s] 2026-02-04T01:35:40.0742260Z >>>>> 2/4/2026 1:35:40 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-02-04T01:36:24.1244140Z >>>>> 2/4/2026 1:36:24 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-02-04T01:36:24.1305410Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [44 s] 2026-02-04T01:36:24.1307920Z >>>>> 2/4/2026 1:36:24 AM TwoPaneView_Pane2SizeIncrease Start 2026-02-04T01:36:51.6740270Z >>>>> 2/4/2026 1:36:51 AM TwoPaneView_Pane2SizeIncrease Stop 2026-02-04T01:36:51.6803730Z Passed TwoPaneView_Pane2SizeIncrease [27 s] 2026-02-04T01:36:51.6805660Z >>>>> 2/4/2026 1:36:51 AM TwoPaneView_Pane1SizeIncrease Start 2026-02-04T01:37:22.0308050Z >>>>> 2/4/2026 1:37:22 AM TwoPaneView_Pane1SizeIncrease Stop 2026-02-04T01:37:22.0391860Z Passed TwoPaneView_Pane1SizeIncrease [30 s] 2026-02-04T01:37:22.0393070Z >>>>> 2/4/2026 1:37:22 AM TwoPaneView_ZIsShadowEnabled Start 2026-02-04T01:37:42.4282600Z >>>>> 2/4/2026 1:37:42 AM TwoPaneView_ZIsShadowEnabled Stop 2026-02-04T01:37:42.4379890Z Passed TwoPaneView_ZIsShadowEnabled [20 s] 2026-02-04T01:37:42.4382980Z >>>>> 2/4/2026 1:37:42 AM TwoPaneView_IsVisible Start 2026-02-04T01:38:01.2314990Z >>>>> 2/4/2026 1:38:01 AM TwoPaneView_IsVisible Stop 2026-02-04T01:38:01.2409140Z Passed TwoPaneView_IsVisible [18 s] 2026-02-04T01:38:01.2412380Z >>>>> 2/4/2026 1:38:01 AM TwoPaneView_RTLFlowDirection Start 2026-02-04T01:38:21.0435990Z >>>>> 2/4/2026 1:38:21 AM TwoPaneView_RTLFlowDirection Stop 2026-02-04T01:38:21.0523970Z Passed TwoPaneView_RTLFlowDirection [19 s] 2026-02-04T01:38:21.0526070Z >>>>> 2/4/2026 1:38:21 AM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-02-04T01:38:59.9863210Z >>>>> 2/4/2026 1:38:59 AM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-02-04T01:39:00.1133160Z Passed TwoPaneView_IsWideWithRTL_UsingRect [38 s] 2026-02-04T01:39:01.4693890Z NUnit Adapter 4.5.0.0: Test execution complete 2026-02-04T01:39:03.7308340Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-02-04T01:39:03.7380880Z 2026-02-04T01:39:03.8617670Z Test Run Failed. 2026-02-04T01:39:03.8771180Z Total tests: 158 2026-02-04T01:39:03.8773270Z Passed: 153 2026-02-04T01:39:03.8775450Z Failed: 1 2026-02-04T01:39:03.8777120Z Skipped: 4 2026-02-04T01:39:03.8778390Z Total time: 1.5216 Hours 2026-02-04T01:39:11.3806220Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-02-04T01:39:11.7521050Z An error occurred when executing task 'uitest'. 2026-02-04T01:39:11.9738200Z Completed in 01:35:08.1598996 2026-02-04T01:39:13.2470840Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-02-04T01:39:13.2473850Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-02-04T01:39:13.2479530Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-02-04T01:39:13.2481900Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-02-04T01:39:13.2484640Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-02-04T01:39:13.2488230Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-02-04T01:39:13.2490390Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-02-04T01:39:13.2492850Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-02-04T01:39:13.2495680Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-02-04T01:39:13.2498520Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-02-04T01:39:13.2500060Z at Submission#0.<>b__0_24() 2026-02-04T01:39:13.2516100Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-02-04T01:39:13.2519830Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-02-04T01:39:13.2522310Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-02-04T01:39:13.2525330Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-02-04T01:39:13.2527920Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-02-04T01:39:13.2530410Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-02-04T01:39:13.2532850Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-02-04T01:39:13.2535050Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-02-04T01:39:13.2550390Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-02-04T01:39:13.2552930Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-02-04T01:39:13.2556230Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-02-04T01:39:13.2557900Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-02-04T01:39:13.2559750Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-02-04T01:39:13.2599740Z at Submission#0.<>d__0.MoveNext() 2026-02-04T01:39:13.2603720Z --- End of stack trace from previous location --- 2026-02-04T01:39:13.2606330Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-04T01:39:13.2608430Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-04T01:39:13.2610030Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-02-04T01:39:13.2612840Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-02-04T01:39:13.2615350Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-02-04T01:39:13.2619140Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-02-04T01:39:13.2768990Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-02-04T01:39:22.7037880Z 2026-02-04T01:39:23.2375430Z ##[error]PowerShell exited with code '1'. 2026-02-04T01:39:23.8769890Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-02-04T01:39:27.9704810Z Generating script. 2026-02-04T01:39:27.9720960Z ========================== Starting Command Output =========================== 2026-02-04T01:39:27.9895960Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/1d5bb591-6179-4111-9c52-efa725160bbd.ps1' 2026-02-04T01:39:33.5832860Z $ErrorActionPreference = 'stop' 2026-02-04T01:39:33.5835440Z $ProgressPreference = 'silentlyContinue' 2026-02-04T01:39:33.5837040Z Get-Content $PSCommandPath 2026-02-04T01:39:33.5838860Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-02-04T01:39:33.5841550Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-04T01:39:33.5842850Z $command += " --runtimevariant=""CoreCLR""" 2026-02-04T01:39:33.5843880Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-04T01:39:33.5846500Z 2026-02-04T01:39:33.5847090Z $testFilter = "" 2026-02-04T01:39:33.5848520Z $testConfigrationArgs = "" 2026-02-04T01:39:33.5848790Z 2026-02-04T01:39:33.5849580Z "Layout".Split(",") | ForEach { 2026-02-04T01:39:33.5850150Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-04T01:39:33.5851230Z } 2026-02-04T01:39:33.5851390Z 2026-02-04T01:39:33.5852690Z $testFilter = $testFilter.TrimEnd("|") 2026-02-04T01:39:33.5853770Z 2026-02-04T01:39:33.5854530Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-04T01:39:33.5855310Z if ($testConfigrationArgs) { 2026-02-04T01:39:33.5855920Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-04T01:39:33.5856760Z } 2026-02-04T01:39:33.5857370Z if ($testFilter) { 2026-02-04T01:39:33.5857980Z $command += " --test-filter ""$testFilter""" 2026-02-04T01:39:33.5858450Z } 2026-02-04T01:39:33.5858630Z 2026-02-04T01:39:33.5859070Z $headless = true 2026-02-04T01:39:33.5859530Z if ($headless) { 2026-02-04T01:39:33.5860090Z $command += " --headless ""$headless""" 2026-02-04T01:39:33.5860610Z } 2026-02-04T01:39:33.5861200Z 2026-02-04T01:39:33.5862900Z Write-Host "Running command: $command" 2026-02-04T01:39:33.5863770Z 2026-02-04T01:39:33.5865800Z Invoke-Expression $command 2026-02-04T01:39:33.5868150Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-04T01:39:33.5873100Z } else { 2026-02-04T01:39:33.5876180Z exit $LASTEXITCODE 2026-02-04T01:39:33.5878300Z } 2026-02-04T01:39:33.7994060Z 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="CoreCLR" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=Layout" 2026-02-04T01:39:36.4576070Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-04T01:39:38.5768230Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-04T01:39:39.4187970Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-04T01:39:41.3402570Z 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-02-04T01:39:42.4348020Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-04T01:39:44.8312520Z Looking for modules... 2026-02-04T01:39:48.4385430Z No modules found to install. 2026-02-04T01:39:48.4518340Z Module directory does not exist. 2026-02-04T01:39:48.4629320Z Analyzing build script... 2026-02-04T01:39:48.4658850Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-04T01:39:48.4680820Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-04T01:39:48.4694810Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-04T01:39:48.7095590Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-04T01:39:50.3565000Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-04T01:39:51.3528790Z Processing build script... 2026-02-04T01:39:51.3565860Z Installing addins... 2026-02-04T01:39:51.6756030Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-04T01:39:51.6963630Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-04T01:39:51.7099120Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-04T01:39:52.1390200Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-04T01:39:52.1411680Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-04T01:39:52.1416380Z is referencing an older version of Cake.Core (0.33.0). 2026-02-04T01:39:52.1439400Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-04T01:39:52.1509200Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-04T01:39:52.1596750Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-04T01:39:53.0113560Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-04T01:39:53.0115620Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-04T01:39:53.0132720Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-04T01:39:53.0194010Z Adding assembly reference to System.Runtime.dll... 2026-02-04T01:39:53.0211070Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-04T01:39:53.0224360Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-04T01:39:53.0242380Z Adding assembly reference to System.Threading.dll... 2026-02-04T01:39:53.0247380Z Adding assembly reference to System.Linq.dll... 2026-02-04T01:39:53.0286220Z Adding assembly reference to System.Collections.dll... 2026-02-04T01:39:53.0298850Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-04T01:39:53.0301950Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-04T01:39:53.0305660Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-04T01:39:53.0308940Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-04T01:39:53.0311140Z Adding assembly reference to System.ObjectModel.dll... 2026-02-04T01:39:53.0313480Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-04T01:39:53.0318130Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-04T01:39:53.0329210Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-04T01:39:53.0369390Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-04T01:39:53.0393360Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-04T01:39:53.0437980Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-04T01:39:53.0456170Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-04T01:39:53.0466630Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-04T01:39:53.0476390Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-04T01:39:53.0481060Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-04T01:39:53.0486950Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-04T01:39:53.0490730Z Adding assembly reference to mscorlib.dll... 2026-02-04T01:39:53.0494780Z Adding assembly reference to netstandard.dll... 2026-02-04T01:39:53.0500490Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-04T01:39:53.0505390Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-04T01:39:53.0507780Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-04T01:39:53.0511850Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-04T01:39:53.0517410Z Adding assembly reference to System.Memory.dll... 2026-02-04T01:39:53.0523030Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-04T01:39:53.0529560Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-04T01:39:53.0531470Z Adding assembly reference to System.ComponentModel.dll... 2026-02-04T01:39:53.0535470Z Adding assembly reference to System.Console.dll... 2026-02-04T01:39:53.0537010Z Adding assembly reference to System.Data.Common.dll... 2026-02-04T01:39:53.0538250Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-04T01:39:53.0540030Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-04T01:39:53.0541910Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-04T01:39:53.0543690Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-04T01:39:53.0545470Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-04T01:39:53.0546450Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-04T01:39:53.0548440Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-04T01:39:53.0552090Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-04T01:39:53.0553460Z Adding assembly reference to System.IO.Compression.dll... 2026-02-04T01:39:53.0555250Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-04T01:39:53.0557000Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-04T01:39:53.0558710Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-04T01:39:53.0560300Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-04T01:39:53.0562680Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-04T01:39:53.0564030Z Adding assembly reference to System.Net.Requests.dll... 2026-02-04T01:39:53.0565680Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-04T01:39:53.0568200Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-04T01:39:53.0570310Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-04T01:39:53.0572490Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-04T01:39:53.0574360Z Adding assembly reference to System.Net.Http.dll... 2026-02-04T01:39:53.0575800Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-04T01:39:53.0578800Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-04T01:39:53.0580500Z Adding assembly reference to System.Net.Mail.dll... 2026-02-04T01:39:53.0581830Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-04T01:39:53.0583140Z Adding assembly reference to System.Net.Ping.dll... 2026-02-04T01:39:53.0586070Z Adding assembly reference to System.Net.Security.dll... 2026-02-04T01:39:53.0588010Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-04T01:39:53.0589910Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-04T01:39:53.0591260Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-04T01:39:53.0592880Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-04T01:39:53.0595560Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-04T01:39:53.0597080Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-04T01:39:53.0598310Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-04T01:39:53.0599460Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-04T01:39:53.0600520Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-04T01:39:53.0601670Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-04T01:39:53.0602910Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-04T01:39:53.0603940Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-04T01:39:53.0605080Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-04T01:39:53.0606060Z Adding assembly reference to System.Security.Claims.dll... 2026-02-04T01:39:53.0607960Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-04T01:39:53.0609220Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-04T01:39:53.0610280Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-04T01:39:53.0611420Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-04T01:39:53.0612430Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-04T01:39:53.0613990Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-04T01:39:53.0615220Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-04T01:39:53.0616210Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-04T01:39:53.0617310Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-04T01:39:53.0618510Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-04T01:39:53.0619790Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-04T01:39:53.0621030Z Adding assembly reference to System.AppContext.dll... 2026-02-04T01:39:53.0622290Z Adding assembly reference to System.Buffers.dll... 2026-02-04T01:39:53.0623410Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-04T01:39:53.0624570Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-04T01:39:53.0626650Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-04T01:39:53.0627880Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-04T01:39:53.0629100Z Adding assembly reference to System.Configuration.dll... 2026-02-04T01:39:53.0630010Z Adding assembly reference to System.Core.dll... 2026-02-04T01:39:53.0631530Z Adding assembly reference to System.Private.Uri.dll... 2026-02-04T01:39:53.0632650Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-04T01:39:53.0633550Z Adding assembly reference to System.Data.dll... 2026-02-04T01:39:53.0634780Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-04T01:39:53.0635980Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-04T01:39:53.0636990Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-04T01:39:53.0638040Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-04T01:39:53.0639680Z Adding assembly reference to System.dll... 2026-02-04T01:39:53.0640660Z Adding assembly reference to System.Drawing.dll... 2026-02-04T01:39:53.0641660Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-04T01:39:53.0642780Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-04T01:39:53.0644010Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-04T01:39:53.0645320Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-04T01:39:53.0646560Z Adding assembly reference to System.Globalization.dll... 2026-02-04T01:39:53.0647850Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-04T01:39:53.0648910Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-04T01:39:53.0650790Z Adding assembly reference to System.IO.dll... 2026-02-04T01:39:53.0652930Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-04T01:39:53.0654170Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-04T01:39:53.0655270Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-04T01:39:53.0656220Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-04T01:39:53.0657190Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-04T01:39:53.0658080Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-04T01:39:53.0659100Z Adding assembly reference to System.Net.dll... 2026-02-04T01:39:53.0660120Z Adding assembly reference to System.Net.Quic.dll... 2026-02-04T01:39:53.0661340Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-04T01:39:53.0662340Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-04T01:39:53.0663280Z Adding assembly reference to System.Text.Json.dll... 2026-02-04T01:39:53.0664330Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-04T01:39:53.0665260Z Adding assembly reference to System.Numerics.dll... 2026-02-04T01:39:53.0666830Z Adding assembly reference to System.Reflection.dll... 2026-02-04T01:39:53.0667850Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-04T01:39:53.0668810Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-04T01:39:53.0670200Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-04T01:39:53.0672270Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-04T01:39:53.0673360Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-04T01:39:53.0674500Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-04T01:39:53.0675440Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-04T01:39:53.0676320Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-04T01:39:53.0677740Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-04T01:39:53.0678890Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-04T01:39:53.0680190Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-04T01:39:53.0681300Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-04T01:39:53.0682370Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-04T01:39:53.0683690Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-04T01:39:53.0684870Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-04T01:39:53.0686590Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-04T01:39:53.0688210Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-04T01:39:53.0689440Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-04T01:39:53.0690640Z Adding assembly reference to System.Security.dll... 2026-02-04T01:39:53.0691690Z Adding assembly reference to System.Security.Principal.dll... 2026-02-04T01:39:53.0692760Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-04T01:39:53.0693990Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-04T01:39:53.0695050Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-04T01:39:53.0696140Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-04T01:39:53.0697820Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-04T01:39:53.0698940Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-04T01:39:53.0699970Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-04T01:39:53.0701230Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-04T01:39:53.0702860Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-04T01:39:53.0703810Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-04T01:39:53.0704670Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-04T01:39:53.0706890Z Adding assembly reference to System.Transactions.dll... 2026-02-04T01:39:53.0707830Z Adding assembly reference to System.ValueTuple.dll... 2026-02-04T01:39:53.0709090Z Adding assembly reference to System.Web.dll... 2026-02-04T01:39:53.0710870Z Adding assembly reference to System.Windows.dll... 2026-02-04T01:39:53.0711790Z Adding assembly reference to System.Xml.dll... 2026-02-04T01:39:53.0713090Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-04T01:39:53.0714300Z Adding assembly reference to System.Private.Xml.dll... 2026-02-04T01:39:53.0715810Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-04T01:39:53.0717000Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-04T01:39:53.0717970Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-04T01:39:53.0718840Z Adding assembly reference to WindowsBase.dll... 2026-02-04T01:39:53.0719740Z Adding assembly reference to Cake.Core.dll... 2026-02-04T01:39:53.0720630Z Adding assembly reference to Cake.Common.dll... 2026-02-04T01:39:53.0721560Z Adding assembly reference to Spectre.Console.dll... 2026-02-04T01:39:53.0722520Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-04T01:39:53.0723620Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-04T01:39:53.0724870Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-04T01:39:53.0726460Z Importing namespace Cake.Common... 2026-02-04T01:39:53.0727410Z Importing namespace Cake.Common.Build... 2026-02-04T01:39:53.0728290Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-04T01:39:53.0736040Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-04T01:39:53.0738100Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-04T01:39:53.0740780Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-04T01:39:53.0741920Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-04T01:39:53.0743730Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-04T01:39:53.0745750Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-04T01:39:53.0759200Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-04T01:39:53.0760790Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-04T01:39:53.0762640Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-04T01:39:53.0764170Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-04T01:39:53.0771330Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-04T01:39:53.0773630Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-04T01:39:53.0775600Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-04T01:39:53.0777780Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-04T01:39:53.0790740Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-04T01:39:53.0792070Z Importing namespace Cake.Common.Build.GoCD... 2026-02-04T01:39:53.0793690Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-04T01:39:53.0795170Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-04T01:39:53.0822610Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-04T01:39:53.0916040Z Importing namespace Cake.Common.Build.MyGet... 2026-02-04T01:39:53.0918600Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-04T01:39:53.0927190Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-04T01:39:53.0928970Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-04T01:39:53.0987540Z Importing namespace Cake.Common.Diagnostics... 2026-02-04T01:39:53.0989650Z Importing namespace Cake.Common.IO... 2026-02-04T01:39:53.0991390Z Importing namespace Cake.Common.IO.Paths... 2026-02-04T01:39:53.0993360Z Importing namespace Cake.Common.Net... 2026-02-04T01:39:53.0994850Z Importing namespace Cake.Common.Security... 2026-02-04T01:39:53.1021860Z Importing namespace Cake.Common.Solution... 2026-02-04T01:39:53.1024480Z Importing namespace Cake.Common.Solution.Project... 2026-02-04T01:39:53.1026200Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-04T01:39:53.1029870Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-04T01:39:53.1031520Z Importing namespace Cake.Common.Text... 2026-02-04T01:39:53.1085910Z Importing namespace Cake.Common.Tools.Cake... 2026-02-04T01:39:53.1087520Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-04T01:39:53.1128260Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-04T01:39:53.1131020Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-04T01:39:53.1132840Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-04T01:39:53.1134640Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-04T01:39:53.1137010Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-04T01:39:53.1138690Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-04T01:39:53.1148090Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-04T01:39:53.1150050Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-04T01:39:53.1151800Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-04T01:39:53.1152730Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-04T01:39:53.1161010Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-04T01:39:53.1163660Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-04T01:39:53.1165050Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-04T01:39:53.1178260Z Importing namespace Cake.Common.Tools.Command... 2026-02-04T01:39:53.1179890Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-04T01:39:53.1182550Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-04T01:39:53.1184270Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-04T01:39:53.1186390Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-04T01:39:53.1188200Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-04T01:39:53.1189950Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-04T01:39:53.1285890Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-04T01:39:53.1369410Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-04T01:39:53.1372510Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-04T01:39:53.1374330Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-04T01:39:53.1376340Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-04T01:39:53.1457100Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-04T01:39:53.1819400Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-04T01:39:53.1902480Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-04T01:39:53.1903810Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-04T01:39:53.1920760Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-04T01:39:53.1923390Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-04T01:39:53.2022480Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-04T01:39:53.2077390Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-04T01:39:53.2106650Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-04T01:39:53.2123030Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-04T01:39:53.2128300Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-04T01:39:53.2159580Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-04T01:39:53.2280230Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-04T01:39:53.2296310Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-04T01:39:53.2298110Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-04T01:39:53.2300380Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-04T01:39:53.2308370Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-04T01:39:53.2310110Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-04T01:39:53.2311130Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-04T01:39:53.2312310Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-04T01:39:53.2320590Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-04T01:39:53.2326810Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-04T01:39:53.2328040Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-04T01:39:53.2329230Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-04T01:39:53.2330460Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-04T01:39:53.2336540Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-04T01:39:53.2351030Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-04T01:39:53.2358830Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-04T01:39:53.2366420Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-04T01:39:53.2368320Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-04T01:39:53.2369870Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-04T01:39:53.2371160Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-04T01:39:53.2373500Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-04T01:39:53.2374790Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-04T01:39:53.2383280Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-04T01:39:53.2384860Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-04T01:39:53.2386190Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-04T01:39:53.2387690Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-04T01:39:53.2390640Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-04T01:39:53.2392040Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-04T01:39:53.2400090Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-04T01:39:53.2401440Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-04T01:39:53.2413610Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-04T01:39:53.2416020Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-04T01:39:53.2417420Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-04T01:39:53.2419290Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-04T01:39:53.2420580Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-04T01:39:53.2427330Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-04T01:39:53.2439360Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-04T01:39:53.2447360Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-04T01:39:53.2449250Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-04T01:39:53.2456280Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-04T01:39:53.2458360Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-04T01:39:53.2460660Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-04T01:39:53.2462580Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-04T01:39:53.2464000Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-04T01:39:53.2466250Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-04T01:39:53.2469520Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-04T01:39:53.2476900Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-04T01:39:53.2479280Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-04T01:39:53.3089860Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-04T01:39:53.3091690Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-04T01:39:53.3094580Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-04T01:39:53.3097080Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-04T01:39:53.3098920Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-04T01:39:53.3100000Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-04T01:39:53.3101030Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-04T01:39:53.3102670Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-04T01:39:53.3105680Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-04T01:39:53.3106580Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-04T01:39:53.3107450Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-04T01:39:53.3108340Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-04T01:39:53.3109340Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-04T01:39:53.3110420Z Importing namespace Cake.Common.Tools.WiX... 2026-02-04T01:39:53.3111300Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-04T01:39:53.3112190Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-04T01:39:53.3113050Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-04T01:39:53.3114050Z Importing namespace Cake.Common.Xml... 2026-02-04T01:39:53.3114990Z Importing namespace Cake.Core... 2026-02-04T01:39:53.3116060Z Importing namespace Cake.Core.Diagnostics... 2026-02-04T01:39:53.3116970Z Importing namespace Cake.Core.IO... 2026-02-04T01:39:53.3121030Z Importing namespace Cake.Core.Scripting... 2026-02-04T01:39:53.3122310Z Importing namespace Cake.Core.Tooling... 2026-02-04T01:39:53.3123690Z Importing namespace Cake.FileHelpers... 2026-02-04T01:39:53.3124540Z Importing namespace NuGet.Common... 2026-02-04T01:39:53.3125990Z Importing namespace NuGet.Configuration... 2026-02-04T01:39:53.3126800Z Importing namespace NuGet.Protocol... 2026-02-04T01:39:53.3127880Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-04T01:39:53.3128910Z Importing namespace NuGet.Versioning... 2026-02-04T01:39:53.3130170Z Importing namespace System... 2026-02-04T01:39:53.3131110Z Importing namespace System.Collections.Generic... 2026-02-04T01:39:53.3132080Z Importing namespace System.IO... 2026-02-04T01:39:53.3133090Z Importing namespace System.Linq... 2026-02-04T01:39:53.3134240Z Importing namespace System.Text... 2026-02-04T01:39:53.3135260Z Importing namespace System.Threading.Tasks... 2026-02-04T01:39:53.3135870Z .NETStandard,Version=v2.0 2026-02-04T01:39:53.3786970Z Compiling build script... 2026-02-04T01:39:57.8940460Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-04T01:39:59.7195140Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-04T01:39:59.7200960Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-04T01:39:59.7226730Z Host OS System Arch: X64 2026-02-04T01:39:59.7229770Z Host Processor System Arch: X64 2026-02-04T01:39:59.7232950Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-04T01:39:59.7235880Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-04T01:39:59.7239480Z Build Configuration: Release 2026-02-04T01:39:59.7242130Z Build Runtime Identifier: maccatalyst-x64 2026-02-04T01:39:59.7245410Z Build Target Framework: net11.0-maccatalyst 2026-02-04T01:39:59.7248140Z Test Device: mac 2026-02-04T01:39:59.7250750Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-04T01:39:59.7256920Z Use CoreCLR: False 2026-02-04T01:39:59.7414490Z 2026-02-04T01:39:59.7416750Z ======================================== 2026-02-04T01:39:59.7420720Z uitest 2026-02-04T01:39:59.7424460Z ======================================== 2026-02-04T01:39:59.7426960Z Executing task: uitest 2026-02-04T01:39:59.7451000Z Starting UI Tests... 2026-02-04T01:39:59.7457070Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-04T01:39:59.7464520Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-04T01:39:59.7632600Z Testing Device: mac 2026-02-04T01:39:59.7643820Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-04T01:39:59.7646600Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-04T01:39:59.7650270Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-04T01:39:59.7705170Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-04T01:39:59.8532240Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-04T01:39:59.8630410Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-02-04T01:40:05.0068680Z Determining projects to restore... 2026-02-04T01:40:32.2401300Z All projects are up-to-date for restore. 2026-02-04T01:40:43.5100970Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net11.0/Controls.CustomAttributes.dll 2026-02-04T01:40:43.6860770Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net11.0/Microsoft.Maui.Graphics.dll 2026-02-04T01:40:44.0868730Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net11.0/Microsoft.Maui.Essentials.dll 2026-02-04T01:40:45.0678770Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net11.0/Microsoft.Maui.dll 2026-02-04T01:40:45.5657100Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-04T01:40:46.7790390Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net11.0/Microsoft.Maui.Controls.dll 2026-02-04T01:40:47.1032710Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-04T01:40:47.2723450Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net11.0/UITest.Core.dll 2026-02-04T01:40:47.3431520Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-04T01:40:47.7869840Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net11.0/UITest.Appium.dll 2026-02-04T01:40:47.8125100Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net11.0/UITest.NUnit.dll 2026-02-04T01:40:47.9519570Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-04T01:40:51.0715650Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-04T01:40:51.5194980Z 2026-02-04T01:40:51.5347230Z Build succeeded. 2026-02-04T01:40:51.6349110Z 0 Warning(s) 2026-02-04T01:40:51.6738650Z 0 Error(s) 2026-02-04T01:40:51.6869280Z 2026-02-04T01:40:51.6939900Z Time Elapsed 00:00:50.55 2026-02-04T01:40:51.7486410Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-02-04T01:40:51.7514530Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-04T01:40:51.7521640Z Run Tests With Filter TestCategory=Layout 2026-02-04T01:40:51.7528790Z Log Directory: /Users/runner/work/1/a/logs 2026-02-04T01:40:51.7562200Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-04T01:40:51.7582920Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-04T01:40:51.7604380Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-04T01:40:51.7620430Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-04T01:40:51.7669060Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-04T01:40:51.7687280Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-04T01:40:51.7701680Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-04T01:40:51.7720940Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-04T01:40:51.7727950Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-02-04T01:40:51.7758720Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-02-04T01:40:51.7788110Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=Layout" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog /p:VStestUseMSBuildOutput=false 2026-02-04T01:40:54.2389190Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v11.0) 2026-02-04T01:40:54.6694340Z A total of 1 test files matched the specified pattern. 2026-02-04T01:40:55.8165610Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 11.0.0-preview.1.26081.107) 2026-02-04T01:40:56.0192560Z [xUnit.net 00:00:00.23] Discovering: Controls.TestCases.Mac.Tests 2026-02-04T01:40:56.3591160Z [xUnit.net 00:00:00.57] Discovered: Controls.TestCases.Mac.Tests 2026-02-04T01:40:56.3896850Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-04T01:40:56.4276850Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-04T01:40:57.0092510Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-04T01:42:21.6395650Z >>>>> 2/4/2026 1:42:21 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-02-04T01:42:27.7421460Z >>>>> 2/4/2026 1:42:27 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-02-04T01:43:42.6819720Z >>>>> 2/4/2026 1:43:42 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-02-04T01:43:42.7745500Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 15 s] 2026-02-04T01:43:42.7747320Z >>>>> 2/4/2026 1:43:42 AM VerifyAbsoluteLayout_AllProportional Start 2026-02-04T01:44:57.5597690Z >>>>> 2/4/2026 1:44:57 AM VerifyAbsoluteLayout_AllProportional Stop 2026-02-04T01:44:57.5740890Z Passed VerifyAbsoluteLayout_AllProportional [1 m 14 s] 2026-02-04T01:44:57.5778970Z >>>>> 2/4/2026 1:44:57 AM VerifyAbsoluteLayout_FlowDirection Start 2026-02-04T01:45:47.3046860Z >>>>> 2/4/2026 1:45:47 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-02-04T01:45:47.3150460Z Passed VerifyAbsoluteLayout_FlowDirection [49 s] 2026-02-04T01:45:47.3152320Z >>>>> 2/4/2026 1:45:47 AM VerifyAbsoluteLayout_HeightProportional Start 2026-02-04T01:46:33.6052130Z >>>>> 2/4/2026 1:46:33 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-02-04T01:46:33.6517860Z Passed VerifyAbsoluteLayout_HeightProportional [46 s] 2026-02-04T01:46:33.6609440Z >>>>> 2/4/2026 1:46:33 AM VerifyAbsoluteLayout_PositionProportional Start 2026-02-04T01:47:50.0657950Z >>>>> 2/4/2026 1:47:50 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-02-04T01:47:50.0764140Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 16 s] 2026-02-04T01:47:50.0769540Z >>>>> 2/4/2026 1:47:50 AM VerifyAbsoluteLayout_SizeProportional Start 2026-02-04T01:48:39.1774390Z >>>>> 2/4/2026 1:48:39 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-02-04T01:48:39.1865400Z Passed VerifyAbsoluteLayout_SizeProportional [49 s] 2026-02-04T01:48:39.1868700Z >>>>> 2/4/2026 1:48:39 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-02-04T01:49:59.0117390Z >>>>> 2/4/2026 1:49:59 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-02-04T01:49:59.0208360Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 19 s] 2026-02-04T01:49:59.0209970Z >>>>> 2/4/2026 1:49:59 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-02-04T01:50:43.6391380Z >>>>> 2/4/2026 1:50:43 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-02-04T01:50:43.6505580Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [44 s] 2026-02-04T01:50:43.6521160Z >>>>> 2/4/2026 1:50:43 AM VerifyAbsoluteLayout_Visibility Start 2026-02-04T01:51:03.0039370Z >>>>> 2/4/2026 1:51:03 AM VerifyAbsoluteLayout_Visibility Stop 2026-02-04T01:51:03.0128200Z Passed VerifyAbsoluteLayout_Visibility [19 s] 2026-02-04T01:51:03.0138380Z >>>>> 2/4/2026 1:51:03 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-02-04T01:51:49.9439990Z >>>>> 2/4/2026 1:51:49 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-02-04T01:51:49.9554680Z Passed VerifyAbsoluteLayout_WidthAndHeight [46 s] 2026-02-04T01:51:49.9556790Z >>>>> 2/4/2026 1:51:49 AM VerifyAbsoluteLayout_WidthProportional Start 2026-02-04T01:52:44.8926420Z >>>>> 2/4/2026 1:52:44 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-02-04T01:52:44.9088700Z Passed VerifyAbsoluteLayout_WidthProportional [54 s] 2026-02-04T01:52:44.9103780Z >>>>> 2/4/2026 1:52:44 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-02-04T01:53:46.1463990Z >>>>> 2/4/2026 1:53:46 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-02-04T01:53:46.1544310Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [1 m 1 s] 2026-02-04T01:53:46.1549780Z >>>>> 2/4/2026 1:53:46 AM VerifyAbsoluteLayout_XProportional Start 2026-02-04T01:55:02.7056600Z >>>>> 2/4/2026 1:55:02 AM VerifyAbsoluteLayout_XProportional Stop 2026-02-04T01:55:02.7158020Z Passed VerifyAbsoluteLayout_XProportional [1 m 16 s] 2026-02-04T01:55:02.7219250Z >>>>> 2/4/2026 1:55:02 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-02-04T01:56:40.9348010Z >>>>> 2/4/2026 1:56:40 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-02-04T01:56:40.9441130Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 38 s] 2026-02-04T01:56:40.9443820Z >>>>> 2/4/2026 1:56:40 AM VerifyAbsoluteLayout_YProportional Start 2026-02-04T01:57:57.2902680Z >>>>> 2/4/2026 1:57:57 AM VerifyAbsoluteLayout_YProportional Stop 2026-02-04T01:57:57.5680120Z Passed VerifyAbsoluteLayout_YProportional [1 m 16 s] 2026-02-04T01:58:04.2788560Z >>>>> 2/4/2026 1:58:04 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-02-04T01:58:09.1451970Z >>>>> 2/4/2026 1:58:09 AM FlexLayout_ValidateDefaultValues Start 2026-02-04T01:58:35.2530610Z >>>>> 2/4/2026 1:58:35 AM FlexLayout_ValidateDefaultValues Stop 2026-02-04T01:58:35.2733780Z Passed FlexLayout_ValidateDefaultValues [26 s] 2026-02-04T01:58:35.2737040Z >>>>> 2/4/2026 1:58:35 AM FlexLayout_SetWrapAlignContentStretch Start 2026-02-04T01:59:24.2617150Z >>>>> 2/4/2026 1:59:24 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-02-04T01:59:24.2693150Z Passed FlexLayout_SetWrapAlignContentStretch [49 s] 2026-02-04T01:59:24.2697970Z >>>>> 2/4/2026 1:59:24 AM FlexLayout_SetWrapAlignContentCenter Start 2026-02-04T02:00:10.7755260Z >>>>> 2/4/2026 2:00:10 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-02-04T02:00:10.7858290Z Passed FlexLayout_SetWrapAlignContentCenter [46 s] 2026-02-04T02:00:10.7861540Z >>>>> 2/4/2026 2:00:10 AM FlexLayout_SetWrapAlignContentStart Start 2026-02-04T02:00:53.6632690Z >>>>> 2/4/2026 2:00:53 AM FlexLayout_SetWrapAlignContentStart Stop 2026-02-04T02:00:53.6719990Z Passed FlexLayout_SetWrapAlignContentStart [42 s] 2026-02-04T02:00:53.6725320Z >>>>> 2/4/2026 2:00:53 AM FlexLayout_SetWrapAlignContentEnd Start 2026-02-04T02:01:39.3658380Z >>>>> 2/4/2026 2:01:39 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-02-04T02:01:39.3749190Z Passed FlexLayout_SetWrapAlignContentEnd [45 s] 2026-02-04T02:01:39.3755850Z >>>>> 2/4/2026 2:01:39 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-02-04T02:02:23.4792650Z >>>>> 2/4/2026 2:02:23 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-02-04T02:02:23.4900100Z Passed FlexLayout_SetWrapAlignContentSpaceAround [44 s] 2026-02-04T02:02:23.4901470Z >>>>> 2/4/2026 2:02:23 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-02-04T02:03:09.3560530Z >>>>> 2/4/2026 2:03:09 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-02-04T02:03:09.3650180Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [45 s] 2026-02-04T02:03:09.3653160Z >>>>> 2/4/2026 2:03:09 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-02-04T02:03:52.3987560Z >>>>> 2/4/2026 2:03:52 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-02-04T02:03:52.4000620Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [42 s] 2026-02-04T02:03:52.4002400Z >>>>> 2/4/2026 2:03:52 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-02-04T02:04:39.6785790Z >>>>> 2/4/2026 2:04:39 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-02-04T02:04:39.6885690Z Passed FlexLayout_SetWrapReverseAlignContentStretch [47 s] 2026-02-04T02:04:39.6894100Z >>>>> 2/4/2026 2:04:39 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-02-04T02:05:21.8171270Z >>>>> 2/4/2026 2:05:21 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-02-04T02:05:21.8252240Z Passed FlexLayout_SetWrapReverseAlignContentCenter [42 s] 2026-02-04T02:05:21.8254720Z >>>>> 2/4/2026 2:05:21 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-02-04T02:06:10.0153500Z >>>>> 2/4/2026 2:06:10 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-02-04T02:06:10.0263050Z Passed FlexLayout_SetWrapReverseAlignContentStart [48 s] 2026-02-04T02:06:10.0340310Z >>>>> 2/4/2026 2:06:10 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-02-04T02:06:58.3933960Z >>>>> 2/4/2026 2:06:58 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-02-04T02:06:58.4067690Z Passed FlexLayout_SetWrapReverseAlignContentEnd [48 s] 2026-02-04T02:06:58.4102370Z >>>>> 2/4/2026 2:06:58 AM FlexLayout_AlignItemsCenter Start 2026-02-04T02:07:37.3069990Z >>>>> 2/4/2026 2:07:37 AM FlexLayout_AlignItemsCenter Stop 2026-02-04T02:07:37.3166320Z Passed FlexLayout_AlignItemsCenter [38 s] 2026-02-04T02:07:37.3167870Z >>>>> 2/4/2026 2:07:37 AM FlexLayout_AlignItemsEnd Start 2026-02-04T02:08:05.4326070Z >>>>> 2/4/2026 2:08:05 AM FlexLayout_AlignItemsEnd Stop 2026-02-04T02:08:05.4433580Z Passed FlexLayout_AlignItemsEnd [28 s] 2026-02-04T02:08:05.4481870Z >>>>> 2/4/2026 2:08:05 AM FlexLayout_AlignItemsStretch Start 2026-02-04T02:08:37.1583190Z >>>>> 2/4/2026 2:08:37 AM FlexLayout_AlignItemsStretch Stop 2026-02-04T02:08:37.1753400Z Passed FlexLayout_AlignItemsStretch [31 s] 2026-02-04T02:08:37.2029700Z >>>>> 2/4/2026 2:08:37 AM FlexLayout_DirectionRowReverse Start 2026-02-04T02:09:06.5270770Z >>>>> 2/4/2026 2:09:06 AM FlexLayout_DirectionRowReverse Stop 2026-02-04T02:09:06.5360550Z Passed FlexLayout_DirectionRowReverse [29 s] 2026-02-04T02:09:06.5361730Z >>>>> 2/4/2026 2:09:06 AM FlexLayout_DirectionColumn Start 2026-02-04T02:09:37.5870370Z >>>>> 2/4/2026 2:09:37 AM FlexLayout_DirectionColumn Stop 2026-02-04T02:09:37.5965960Z Passed FlexLayout_DirectionColumn [31 s] 2026-02-04T02:09:37.5967820Z >>>>> 2/4/2026 2:09:37 AM FlexLayout_DirectionColumnReverse Start 2026-02-04T02:10:09.0412280Z >>>>> 2/4/2026 2:10:09 AM FlexLayout_DirectionColumnReverse Stop 2026-02-04T02:10:09.0515940Z Passed FlexLayout_DirectionColumnReverse [31 s] 2026-02-04T02:10:09.0521350Z >>>>> 2/4/2026 2:10:09 AM FlexLayout_JustifyContentCenter Start 2026-02-04T02:10:38.9052200Z >>>>> 2/4/2026 2:10:38 AM FlexLayout_JustifyContentCenter Stop 2026-02-04T02:10:38.9160520Z Passed FlexLayout_JustifyContentCenter [29 s] 2026-02-04T02:10:38.9162680Z >>>>> 2/4/2026 2:10:38 AM FlexLayout_JustifyContentEnd Start 2026-02-04T02:11:07.6536450Z >>>>> 2/4/2026 2:11:07 AM FlexLayout_JustifyContentEnd Stop 2026-02-04T02:11:07.6614620Z Passed FlexLayout_JustifyContentEnd [28 s] 2026-02-04T02:11:07.6616020Z >>>>> 2/4/2026 2:11:07 AM FlexLayout_JustifyContentSpaceBetween Start 2026-02-04T02:11:40.8226590Z >>>>> 2/4/2026 2:11:40 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-02-04T02:11:40.8312390Z Passed FlexLayout_JustifyContentSpaceBetween [33 s] 2026-02-04T02:11:40.8314790Z >>>>> 2/4/2026 2:11:40 AM FlexLayout_JustifyContentSpaceAround Start 2026-02-04T02:12:09.1951010Z >>>>> 2/4/2026 2:12:09 AM FlexLayout_JustifyContentSpaceAround Stop 2026-02-04T02:12:09.2035470Z Passed FlexLayout_JustifyContentSpaceAround [28 s] 2026-02-04T02:12:09.2038970Z >>>>> 2/4/2026 2:12:09 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-02-04T02:12:38.0494910Z >>>>> 2/4/2026 2:12:38 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-02-04T02:12:38.0602480Z Passed FlexLayout_JustifyContentSpaceEvenly [28 s] 2026-02-04T02:12:38.0684400Z >>>>> 2/4/2026 2:12:38 AM FlexLayout_AlignSelfStart Start 2026-02-04T02:13:10.2723860Z >>>>> 2/4/2026 2:13:10 AM FlexLayout_AlignSelfStart Stop 2026-02-04T02:13:10.2802960Z Passed FlexLayout_AlignSelfStart [32 s] 2026-02-04T02:13:10.2806830Z >>>>> 2/4/2026 2:13:10 AM FlexLayout_AlignSelfCenter Start 2026-02-04T02:13:39.6972920Z >>>>> 2/4/2026 2:13:39 AM FlexLayout_AlignSelfCenter Stop 2026-02-04T02:13:39.7076950Z Passed FlexLayout_AlignSelfCenter [29 s] 2026-02-04T02:13:39.7094200Z >>>>> 2/4/2026 2:13:39 AM FlexLayout_AlignSelfEnd Start 2026-02-04T02:14:08.4109550Z >>>>> 2/4/2026 2:14:08 AM FlexLayout_AlignSelfEnd Stop 2026-02-04T02:14:08.4211010Z Passed FlexLayout_AlignSelfEnd [28 s] 2026-02-04T02:14:08.4213760Z >>>>> 2/4/2026 2:14:08 AM FlexLayout_AlignSelfStretch Start 2026-02-04T02:14:40.5387800Z >>>>> 2/4/2026 2:14:40 AM FlexLayout_AlignSelfStretch Stop 2026-02-04T02:14:40.5551230Z Passed FlexLayout_AlignSelfStretch [32 s] 2026-02-04T02:14:40.5591850Z >>>>> 2/4/2026 2:14:40 AM FlexLayout_Child1Grow Start 2026-02-04T02:15:19.8555800Z >>>>> 2/4/2026 2:15:19 AM FlexLayout_Child1Grow Stop 2026-02-04T02:15:19.8650280Z Passed FlexLayout_Child1Grow [39 s] 2026-02-04T02:15:19.8651560Z >>>>> 2/4/2026 2:15:19 AM FlexLayout_Child1Shrink Start 2026-02-04T02:16:16.4032320Z >>>>> 2/4/2026 2:16:16 AM FlexLayout_Child1Shrink Stop 2026-02-04T02:16:16.4103770Z Passed FlexLayout_Child1Shrink [56 s] 2026-02-04T02:16:16.4105290Z >>>>> 2/4/2026 2:16:16 AM FlexLayout_Child1Order Start 2026-02-04T02:17:02.7972590Z >>>>> 2/4/2026 2:17:02 AM FlexLayout_Child1Order Stop 2026-02-04T02:17:02.8076000Z Passed FlexLayout_Child1Order [46 s] 2026-02-04T02:17:02.8085720Z >>>>> 2/4/2026 2:17:02 AM FlexLayout_BasisAuto_DirectionRow Start 2026-02-04T02:17:44.2355920Z >>>>> 2/4/2026 2:17:44 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-02-04T02:17:44.2436310Z Passed FlexLayout_BasisAuto_DirectionRow [41 s] 2026-02-04T02:17:44.2441510Z >>>>> 2/4/2026 2:17:44 AM FlexLayout_BasisFixed_DirectionRow Start 2026-02-04T02:18:20.4578310Z >>>>> 2/4/2026 2:18:20 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-02-04T02:18:20.4813850Z Passed FlexLayout_BasisFixed_DirectionRow [36 s] 2026-02-04T02:18:20.4820770Z >>>>> 2/4/2026 2:18:20 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-02-04T02:19:01.1264430Z >>>>> 2/4/2026 2:19:01 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-02-04T02:19:01.1332780Z Passed FlexLayout_BasisPercentage_DirectionRow [40 s] 2026-02-04T02:19:01.1333940Z >>>>> 2/4/2026 2:19:01 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-02-04T02:19:39.8141610Z >>>>> 2/4/2026 2:19:39 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-02-04T02:19:39.8214040Z Passed FlexLayout_BasisAuto_DirectionRowReverse [38 s] 2026-02-04T02:19:39.8215310Z >>>>> 2/4/2026 2:19:39 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-02-04T02:20:20.9389560Z >>>>> 2/4/2026 2:20:20 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-02-04T02:20:20.9472730Z Passed FlexLayout_BasisFixed_DirectionRowReverse [41 s] 2026-02-04T02:20:20.9475200Z >>>>> 2/4/2026 2:20:20 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-02-04T02:20:58.6257260Z >>>>> 2/4/2026 2:20:58 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-02-04T02:20:58.6339580Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [37 s] 2026-02-04T02:20:58.6340950Z >>>>> 2/4/2026 2:20:58 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-02-04T02:21:39.1933380Z >>>>> 2/4/2026 2:21:39 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-02-04T02:21:39.2011060Z Passed FlexLayout_BasisAuto_DirectionColumn [40 s] 2026-02-04T02:21:39.2050950Z >>>>> 2/4/2026 2:21:39 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-02-04T02:22:17.6554990Z >>>>> 2/4/2026 2:22:17 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-02-04T02:22:17.6671910Z Passed FlexLayout_BasisFixed_DirectionColumn [38 s] 2026-02-04T02:22:17.6690900Z >>>>> 2/4/2026 2:22:17 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-02-04T02:23:05.2041510Z >>>>> 2/4/2026 2:23:05 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-02-04T02:23:05.2124640Z Passed FlexLayout_BasisPercentage_DirectionColumn [47 s] 2026-02-04T02:23:05.2133620Z >>>>> 2/4/2026 2:23:05 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-02-04T02:23:43.2593740Z >>>>> 2/4/2026 2:23:43 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-02-04T02:23:43.2681290Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [38 s] 2026-02-04T02:23:43.2682770Z >>>>> 2/4/2026 2:23:43 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-02-04T02:24:21.9202860Z >>>>> 2/4/2026 2:24:21 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-02-04T02:24:21.9301270Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [38 s] 2026-02-04T02:24:21.9375480Z >>>>> 2/4/2026 2:24:21 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-02-04T02:25:05.0126280Z >>>>> 2/4/2026 2:25:05 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-02-04T02:25:05.0205180Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [43 s] 2026-02-04T02:25:05.0206390Z >>>>> 2/4/2026 2:25:05 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-02-04T02:25:48.8689680Z >>>>> 2/4/2026 2:25:48 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-02-04T02:25:48.8753230Z Passed FlexLayout_SetAlignItemsCenterWrap [43 s] 2026-02-04T02:25:48.8771360Z >>>>> 2/4/2026 2:25:48 AM FlexLayout_SetAlignItemsEndWrap Start 2026-02-04T02:26:35.0302550Z >>>>> 2/4/2026 2:26:35 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-02-04T02:26:35.4215790Z Passed FlexLayout_SetAlignItemsEndWrap [46 s] 2026-02-04T02:26:39.2721570Z >>>>> 2/4/2026 2:26:39 AM FixtureSetup for GridFeatureTests(Mac) 2026-02-04T02:26:43.7060170Z >>>>> 2/4/2026 2:26:43 AM VerifyGrid_BackgroundColor Start 2026-02-04T02:27:03.4824120Z >>>>> 2/4/2026 2:27:03 AM VerifyGrid_BackgroundColor Stop 2026-02-04T02:27:03.4889040Z Passed VerifyGrid_BackgroundColor [19 s] 2026-02-04T02:27:03.4930560Z >>>>> 2/4/2026 2:27:03 AM VerifyGrid_ColumnSpacing Start 2026-02-04T02:27:29.4949360Z >>>>> 2/4/2026 2:27:29 AM VerifyGrid_ColumnSpacing Stop 2026-02-04T02:27:29.5042030Z Passed VerifyGrid_ColumnSpacing [26 s] 2026-02-04T02:27:29.5047980Z >>>>> 2/4/2026 2:27:29 AM VerifyGrid_ColumnSpan Start 2026-02-04T02:27:51.1759480Z >>>>> 2/4/2026 2:27:51 AM VerifyGrid_ColumnSpan Stop 2026-02-04T02:27:51.1825560Z Passed VerifyGrid_ColumnSpan [21 s] 2026-02-04T02:27:51.1826560Z >>>>> 2/4/2026 2:27:51 AM VerifyGrid_FlowDirection Start 2026-02-04T02:28:06.0810930Z >>>>> 2/4/2026 2:28:06 AM VerifyGrid_FlowDirection Stop 2026-02-04T02:28:06.0868680Z Passed VerifyGrid_FlowDirection [14 s] 2026-02-04T02:28:06.0869720Z >>>>> 2/4/2026 2:28:06 AM VerifyGrid_HorizontalOptionsCenter Start 2026-02-04T02:28:21.6216270Z >>>>> 2/4/2026 2:28:21 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-02-04T02:28:21.6276670Z Passed VerifyGrid_HorizontalOptionsCenter [15 s] 2026-02-04T02:28:21.6277910Z >>>>> 2/4/2026 2:28:21 AM VerifyGrid_HorizontalOptionsEnd Start 2026-02-04T02:28:38.3422670Z >>>>> 2/4/2026 2:28:38 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-02-04T02:28:38.3483600Z Passed VerifyGrid_HorizontalOptionsEnd [16 s] 2026-02-04T02:28:38.3484750Z >>>>> 2/4/2026 2:28:38 AM VerifyGrid_HorizontalOptionsStart Start 2026-02-04T02:28:52.8824730Z >>>>> 2/4/2026 2:28:52 AM VerifyGrid_HorizontalOptionsStart Stop 2026-02-04T02:28:52.8886760Z Passed VerifyGrid_HorizontalOptionsStart [14 s] 2026-02-04T02:28:52.8887640Z >>>>> 2/4/2026 2:28:52 AM VerifyGrid_IsVisible Start 2026-02-04T02:29:06.5814990Z >>>>> 2/4/2026 2:29:06 AM VerifyGrid_IsVisible Stop 2026-02-04T02:29:06.5879180Z Passed VerifyGrid_IsVisible [13 s] 2026-02-04T02:29:06.5879940Z >>>>> 2/4/2026 2:29:06 AM VerifyGrid_NestedGrid Start 2026-02-04T02:29:19.7708140Z >>>>> 2/4/2026 2:29:19 AM VerifyGrid_NestedGrid Stop 2026-02-04T02:29:19.7771090Z Passed VerifyGrid_NestedGrid [13 s] 2026-02-04T02:29:19.7778410Z >>>>> 2/4/2026 2:29:19 AM VerifyGrid_Padding Start 2026-02-04T02:29:40.6724630Z >>>>> 2/4/2026 2:29:40 AM VerifyGrid_Padding Stop 2026-02-04T02:29:40.6783540Z Passed VerifyGrid_Padding [20 s] 2026-02-04T02:29:40.6785500Z >>>>> 2/4/2026 2:29:40 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-02-04T02:30:22.7529310Z >>>>> 2/4/2026 2:30:22 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-02-04T02:30:22.7589010Z Passed VerifyGrid_RowAndColumnTypeAbsolute [42 s] 2026-02-04T02:30:22.7591070Z >>>>> 2/4/2026 2:30:22 AM VerifyGrid_RowSpacing Start 2026-02-04T02:30:42.2250840Z >>>>> 2/4/2026 2:30:42 AM VerifyGrid_RowSpacing Stop 2026-02-04T02:30:42.2309550Z Passed VerifyGrid_RowSpacing [19 s] 2026-02-04T02:30:42.2312100Z >>>>> 2/4/2026 2:30:42 AM VerifyGrid_RowSpan Start 2026-02-04T02:31:03.0740420Z >>>>> 2/4/2026 2:31:03 AM VerifyGrid_RowSpan Stop 2026-02-04T02:31:03.0816690Z Passed VerifyGrid_RowSpan [20 s] 2026-02-04T02:31:03.0819340Z >>>>> 2/4/2026 2:31:03 AM VerifyGrid_SetColumn Start 2026-02-04T02:31:25.5873850Z >>>>> 2/4/2026 2:31:25 AM VerifyGrid_SetColumn Stop 2026-02-04T02:31:25.5934490Z Passed VerifyGrid_SetColumn [22 s] 2026-02-04T02:31:25.5937120Z >>>>> 2/4/2026 2:31:25 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-02-04T02:32:02.3408260Z >>>>> 2/4/2026 2:32:02 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-02-04T02:32:02.3505770Z Passed VerifyGrid_SetColumn_SetColumnSpacing [36 s] 2026-02-04T02:32:02.3606800Z >>>>> 2/4/2026 2:32:02 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-02-04T02:32:39.9908450Z >>>>> 2/4/2026 2:32:39 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-02-04T02:32:39.9921940Z Passed VerifyGrid_SetColumn_SetRowSpacing [37 s] 2026-02-04T02:32:39.9925430Z >>>>> 2/4/2026 2:32:39 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-02-04T02:33:14.7097590Z >>>>> 2/4/2026 2:33:14 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-02-04T02:33:14.7141180Z Passed VerifyGrid_SetColumnSpacingAndPadding [34 s] 2026-02-04T02:33:14.7143200Z >>>>> 2/4/2026 2:33:14 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-02-04T02:33:38.9734480Z >>>>> 2/4/2026 2:33:38 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-02-04T02:33:38.9848080Z Passed VerifyGrid_SetPaddingAndBackgroundColor [24 s] 2026-02-04T02:33:38.9854220Z >>>>> 2/4/2026 2:33:38 AM VerifyGrid_SetRow Start 2026-02-04T02:34:00.6590180Z >>>>> 2/4/2026 2:34:00 AM VerifyGrid_SetRow Stop 2026-02-04T02:34:00.6642820Z Passed VerifyGrid_SetRow [21 s] 2026-02-04T02:34:00.6643720Z >>>>> 2/4/2026 2:34:00 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-02-04T02:34:36.4676520Z >>>>> 2/4/2026 2:34:36 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-02-04T02:34:36.4724280Z Passed VerifyGrid_SetRow_SetColumnSpacing [35 s] 2026-02-04T02:34:36.4725150Z >>>>> 2/4/2026 2:34:36 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-02-04T02:35:13.9834480Z >>>>> 2/4/2026 2:35:13 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-02-04T02:35:13.9894680Z Passed VerifyGrid_SetRow_SetRowSpacing [37 s] 2026-02-04T02:35:13.9895630Z >>>>> 2/4/2026 2:35:13 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-02-04T02:35:50.4824110Z >>>>> 2/4/2026 2:35:50 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-02-04T02:35:50.4878810Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [36 s] 2026-02-04T02:35:50.4880600Z >>>>> 2/4/2026 2:35:50 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-02-04T02:36:28.0980270Z >>>>> 2/4/2026 2:36:28 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-02-04T02:36:28.1036810Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [37 s] 2026-02-04T02:36:28.1037800Z >>>>> 2/4/2026 2:36:28 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-02-04T02:37:02.7879580Z >>>>> 2/4/2026 2:37:02 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-02-04T02:37:02.7933020Z Passed VerifyGrid_SetRowSpacingAndPadding [34 s] 2026-02-04T02:37:02.7934200Z >>>>> 2/4/2026 2:37:02 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-02-04T02:37:21.9481700Z >>>>> 2/4/2026 2:37:21 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-02-04T02:37:21.9542580Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [19 s] 2026-02-04T02:37:21.9543900Z >>>>> 2/4/2026 2:37:21 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-02-04T02:37:42.7162020Z >>>>> 2/4/2026 2:37:42 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-02-04T02:37:42.7219790Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [20 s] 2026-02-04T02:37:42.7221640Z >>>>> 2/4/2026 2:37:42 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-02-04T02:38:02.1547110Z >>>>> 2/4/2026 2:38:02 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-02-04T02:38:02.1601230Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [19 s] 2026-02-04T02:38:02.1609320Z >>>>> 2/4/2026 2:38:02 AM VerifyGrid_VerticalOptionsCenter Start 2026-02-04T02:38:16.1139730Z >>>>> 2/4/2026 2:38:16 AM VerifyGrid_VerticalOptionsCenter Stop 2026-02-04T02:38:16.1188150Z Passed VerifyGrid_VerticalOptionsCenter [13 s] 2026-02-04T02:38:16.1189040Z >>>>> 2/4/2026 2:38:16 AM VerifyGrid_VerticalOptionsEnd Start 2026-02-04T02:38:30.0866150Z >>>>> 2/4/2026 2:38:30 AM VerifyGrid_VerticalOptionsEnd Stop 2026-02-04T02:38:30.0914730Z Passed VerifyGrid_VerticalOptionsEnd [13 s] 2026-02-04T02:38:30.0915670Z >>>>> 2/4/2026 2:38:30 AM VerifyGrid_VerticalOptionsStart Start 2026-02-04T02:38:44.0357830Z >>>>> 2/4/2026 2:38:44 AM VerifyGrid_VerticalOptionsStart Stop 2026-02-04T02:38:45.0935960Z Passed VerifyGrid_VerticalOptionsStart [13 s] 2026-02-04T02:38:47.5899550Z >>>>> 2/4/2026 2:38:47 AM FixtureSetup for Issue22075(Mac) 2026-02-04T02:38:47.6855320Z >>>>> 2/4/2026 2:38:47 AM CreateStackWithPadding Start 2026-02-04T02:38:49.9616540Z >>>>> 2/4/2026 2:38:49 AM CreateStackWithPadding Stop 2026-02-04T02:38:50.6729050Z Passed CreateStackWithPadding [2 s] 2026-02-04T02:38:53.6892570Z >>>>> 2/4/2026 2:38:53 AM FixtureSetup for Bugzilla34007(Mac) 2026-02-04T02:38:53.7841170Z >>>>> 2/4/2026 2:38:53 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-02-04T02:38:57.5236570Z >>>>> 2/4/2026 2:38:57 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-02-04T02:38:58.2821840Z Passed Issue34007TestFirstElementHasLowestZOrder [3 s] 2026-02-04T02:41:06.2889390Z >>>>> 2/4/2026 2:41:06 AM FixtureSetup for Bugzilla34061(Mac) 2026-02-04T02:41:06.3718570Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-02-04T02:41:07.9237400Z Skipped Bugzilla34061Test [< 1 ms] 2026-02-04T02:41:08.9426850Z >>>>> 2/4/2026 2:41:08 AM FixtureSetup for Bugzilla40161(Mac) 2026-02-04T02:41:09.0412100Z >>>>> 2/4/2026 2:41:09 AM Issue1Test Start 2026-02-04T02:41:14.2026460Z >>>>> 2/4/2026 2:41:14 AM Issue1Test Stop 2026-02-04T02:41:15.4866040Z Passed Issue1Test [5 s] 2026-02-04T02:41:17.8085920Z >>>>> 2/4/2026 2:41:17 AM FixtureSetup for Bugzilla44176(Mac) 2026-02-04T02:41:17.9079740Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-04T02:41:19.4441240Z Skipped Bugzilla44176Test [< 1 ms] 2026-02-04T02:41:21.6701290Z >>>>> 2/4/2026 2:41:21 AM FixtureSetup for Bugzilla46458(Mac) 2026-02-04T02:41:21.7549960Z >>>>> 2/4/2026 2:41:21 AM GridIsEnabled Start 2026-02-04T02:41:37.4288760Z >>>>> 2/4/2026 2:41:37 AM GridIsEnabled Stop 2026-02-04T02:41:38.2480780Z Passed GridIsEnabled [15 s] 2026-02-04T02:41:41.0617650Z >>>>> 2/4/2026 2:41:41 AM FixtureSetup for Bugzilla51238(Mac) 2026-02-04T02:41:41.1397470Z >>>>> 2/4/2026 2:41:41 AM Issue1Test Start 2026-02-04T02:41:43.5820580Z >>>>> 2/4/2026 2:41:43 AM Issue1Test Stop 2026-02-04T02:41:44.1388630Z Passed Issue1Test [2 s] 2026-02-04T02:41:47.2271120Z >>>>> 2/4/2026 2:41:47 AM FixtureSetup for Bugzilla53445(Mac) 2026-02-04T02:41:47.3378890Z >>>>> 2/4/2026 2:41:47 AM Bugzilla53445Test Start 2026-02-04T02:41:58.8714760Z >>>>> 2/4/2026 2:41:58 AM Bugzilla53445Test Stop 2026-02-04T02:41:59.3314940Z Passed Bugzilla53445Test [11 s] 2026-02-04T02:42:02.7312420Z >>>>> 2/4/2026 2:42:02 AM FixtureSetup for Issue1267(Mac) 2026-02-04T02:42:02.8182210Z >>>>> 2/4/2026 2:42:02 AM StarInGridDoesNotCrash Start 2026-02-04T02:42:04.1667770Z >>>>> 2/4/2026 2:42:04 AM StarInGridDoesNotCrash Stop 2026-02-04T02:42:04.3433000Z Passed StarInGridDoesNotCrash [1 s] 2026-02-04T02:42:07.8234720Z >>>>> 2/4/2026 2:42:07 AM FixtureSetup for Issue15330(Mac) 2026-02-04T02:42:07.8995100Z >>>>> 2/4/2026 2:42:07 AM Issue15330Test Start 2026-02-04T02:42:10.1160360Z >>>>> 2/4/2026 2:42:10 AM Issue15330Test Stop 2026-02-04T02:42:10.9161630Z Passed Issue15330Test [2 s] 2026-02-04T02:42:13.6463520Z >>>>> 2/4/2026 2:42:13 AM FixtureSetup for Issue1601(Mac) 2026-02-04T02:42:13.7238790Z >>>>> 2/4/2026 2:42:13 AM Issue1601Test Start 2026-02-04T02:42:16.0485250Z >>>>> 2/4/2026 2:42:16 AM Issue1601Test Stop 2026-02-04T02:42:16.7154980Z Passed Issue1601Test [2 s] 2026-02-04T02:42:19.4928640Z >>>>> 2/4/2026 2:42:19 AM FixtureSetup for Issue19513(Mac) 2026-02-04T02:42:19.5762870Z >>>>> 2/4/2026 2:42:19 AM NegativeSpacingCrashes Start 2026-02-04T02:42:20.4496870Z >>>>> 2/4/2026 2:42:20 AM NegativeSpacingCrashes Stop 2026-02-04T02:42:21.1041950Z Passed NegativeSpacingCrashes [878 ms] 2026-02-04T02:42:24.0734120Z >>>>> 2/4/2026 2:42:24 AM FixtureSetup for Issue21711(Mac) 2026-02-04T02:42:24.1522480Z >>>>> 2/4/2026 2:42:24 AM AddDoesNotCrash Start 2026-02-04T02:42:27.9386610Z >>>>> 2/4/2026 2:42:27 AM AddDoesNotCrash Stop 2026-02-04T02:42:27.9462300Z Passed AddDoesNotCrash [3 s] 2026-02-04T02:42:27.9463140Z >>>>> 2/4/2026 2:42:27 AM InsertDoesNotCrash Start 2026-02-04T02:42:30.5828310Z >>>>> 2/4/2026 2:42:30 AM InsertDoesNotCrash Stop 2026-02-04T02:42:30.5881950Z Passed InsertDoesNotCrash [2 s] 2026-02-04T02:42:30.5883050Z >>>>> 2/4/2026 2:42:30 AM RemoveDoesNotCrash Start 2026-02-04T02:42:33.0086420Z >>>>> 2/4/2026 2:42:33 AM RemoveDoesNotCrash Stop 2026-02-04T02:42:33.0163760Z Passed RemoveDoesNotCrash [2 s] 2026-02-04T02:42:33.0164780Z >>>>> 2/4/2026 2:42:33 AM UpdateDoesNotCrash Start 2026-02-04T02:42:35.1391710Z >>>>> 2/4/2026 2:42:35 AM UpdateDoesNotCrash Stop 2026-02-04T02:42:36.0163310Z Passed UpdateDoesNotCrash [2 s] 2026-02-04T02:42:38.9693070Z >>>>> 2/4/2026 2:42:38 AM FixtureSetup for Issue23484(Mac) 2026-02-04T02:42:39.0885960Z >>>>> 2/4/2026 2:42:39 AM ReusingNavigationPageDoesntBreakLayout Start 2026-02-04T02:42:54.5988890Z >>>>> 2/4/2026 2:42:54 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-02-04T02:42:55.5818750Z Passed ReusingNavigationPageDoesntBreakLayout [15 s] 2026-02-04T02:42:58.3673290Z >>>>> 2/4/2026 2:42:58 AM FixtureSetup for Issue24246(Mac) 2026-02-04T02:42:58.4593890Z >>>>> 2/4/2026 2:42:58 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-02-04T02:43:03.4286350Z >>>>> 2/4/2026 2:43:03 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-02-04T02:43:04.4628870Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [4 s] 2026-02-04T02:43:07.2028610Z >>>>> 2/4/2026 2:43:07 AM FixtureSetup for Issue24434(Mac) 2026-02-04T02:43:07.2924310Z >>>>> 2/4/2026 2:43:07 AM ModifyingANonVisibleLayoutWorks Start 2026-02-04T02:43:12.4902900Z >>>>> 2/4/2026 2:43:12 AM ModifyingANonVisibleLayoutWorks Stop 2026-02-04T02:43:13.3197810Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-02-04T02:43:16.1243860Z >>>>> 2/4/2026 2:43:16 AM FixtureSetup for Issue24996(Mac) 2026-02-04T02:43:16.2354810Z >>>>> 2/4/2026 2:43:16 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-02-04T02:43:19.2251540Z >>>>> 2/4/2026 2:43:19 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-02-04T02:43:19.2590830Z >>>>> 2/4/2026 2:43:19 AM Log types: 2026-02-04T02:43:20.7519670Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [3 s] 2026-02-04T02:43:20.7520850Z Error Message: 2026-02-04T02:43:20.7521360Z Assert.That(condition, Is.True) 2026-02-04T02:43:20.7521810Z Expected: True 2026-02-04T02:43:20.7522190Z But was: False 2026-02-04T02:43:20.7522380Z 2026-02-04T02:43:20.7522720Z Stack Trace: 2026-02-04T02:43:20.7523170Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-04T02:43:20.7523830Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-04T02:43:20.7524770Z 2026-02-04T02:43:20.7525150Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-04T02:43:20.7525790Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-04T02:43:20.7526180Z 2026-02-04T02:43:20.7526280Z 2026-02-04T02:45:27.8799360Z >>>>> 2/4/2026 2:45:27 AM FixtureSetup for Issue2653(Mac) 2026-02-04T02:45:27.9617480Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-04T02:45:29.5047250Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-02-04T02:45:30.6129860Z >>>>> 2/4/2026 2:45:30 AM FixtureSetup for Issue2767(Mac) 2026-02-04T02:45:30.7108520Z >>>>> 2/4/2026 2:45:30 AM Issue2767Test Start 2026-02-04T02:45:31.8437110Z >>>>> 2/4/2026 2:45:31 AM Issue2767Test Stop 2026-02-04T02:45:32.5768530Z Passed Issue2767Test [1 s] 2026-02-04T02:47:42.6133030Z >>>>> 2/4/2026 2:47:42 AM FixtureSetup for Issue2858(Mac) 2026-02-04T02:47:42.6854040Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-04T02:47:44.2040090Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-02-04T02:47:45.2216860Z >>>>> 2/4/2026 2:47:45 AM FixtureSetup for Issue28945(Mac) 2026-02-04T02:47:45.3189630Z >>>>> 2/4/2026 2:47:45 AM MauiViewShouldPropagateFocus Start 2026-02-04T02:47:47.1193880Z >>>>> 2/4/2026 2:47:47 AM MauiViewShouldPropagateFocus Stop 2026-02-04T02:47:47.2536530Z Passed MauiViewShouldPropagateFocus [1 s] 2026-02-04T02:47:50.8796390Z >>>>> 2/4/2026 2:47:50 AM FixtureSetup for Issue29919(Mac) 2026-02-04T02:47:50.9881940Z >>>>> 2/4/2026 2:47:50 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-02-04T02:47:51.9061250Z >>>>> 2/4/2026 2:47:51 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-02-04T02:47:52.5393490Z Passed StackLayoutWindowsCrashWithZeroHeight [924 ms] 2026-02-04T02:47:55.7077300Z >>>>> 2/4/2026 2:47:55 AM FixtureSetup for Issue2993(Mac) 2026-02-04T02:47:55.8102310Z >>>>> 2/4/2026 2:47:55 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-02-04T02:47:57.1116990Z >>>>> 2/4/2026 2:47:57 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-02-04T02:47:57.3021480Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-02-04T02:48:00.8640330Z >>>>> 2/4/2026 2:48:00 AM FixtureSetup for Issue3475(Mac) 2026-02-04T02:48:00.9624860Z >>>>> 2/4/2026 2:48:00 AM Issue3475TestsLayoutCompressionPerformance Start 2026-02-04T02:48:32.7910800Z >>>>> 2/4/2026 2:48:32 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-02-04T02:48:34.0044500Z Passed Issue3475TestsLayoutCompressionPerformance [31 s] 2026-02-04T02:48:36.4481650Z >>>>> 2/4/2026 2:48:36 AM FixtureSetup for Issue6260(Mac) 2026-02-04T02:48:36.5289630Z >>>>> 2/4/2026 2:48:36 AM NonAppCompatBasicSwitchTest Start 2026-02-04T02:48:37.3233230Z >>>>> 2/4/2026 2:48:37 AM NonAppCompatBasicSwitchTest Stop 2026-02-04T02:48:38.0238490Z Passed NonAppCompatBasicSwitchTest [798 ms] 2026-02-04T02:48:41.2047100Z >>>>> 2/4/2026 2:48:41 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-02-04T02:48:41.3148520Z >>>>> 2/4/2026 2:48:41 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-04T02:49:01.0017150Z >>>>> 2/4/2026 2:49:01 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-04T02:49:01.0084680Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [19 s] 2026-02-04T02:49:01.0085860Z >>>>> 2/4/2026 2:49:01 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-04T02:49:12.3505370Z >>>>> 2/4/2026 2:49:12 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-04T02:49:12.3582430Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [11 s] 2026-02-04T02:49:12.3590610Z >>>>> 2/4/2026 2:49:12 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-02-04T02:49:15.0223750Z >>>>> 2/4/2026 2:49:15 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-02-04T02:49:15.4253000Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-02-04T02:49:18.9460020Z >>>>> 2/4/2026 2:49:18 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-02-04T02:49:19.0681240Z >>>>> 2/4/2026 2:49:19 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-04T02:49:39.6013810Z >>>>> 2/4/2026 2:49:39 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-04T02:49:39.6072260Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [20 s] 2026-02-04T02:49:39.6073630Z >>>>> 2/4/2026 2:49:39 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-04T02:49:50.7838750Z >>>>> 2/4/2026 2:49:50 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-04T02:49:50.7891250Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [11 s] 2026-02-04T02:49:50.7893130Z >>>>> 2/4/2026 2:49:50 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-02-04T02:49:52.9842720Z >>>>> 2/4/2026 2:49:52 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-02-04T02:49:53.8413580Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-02-04T02:49:56.5825120Z >>>>> 2/4/2026 2:49:56 AM FixtureSetup for Issue6945(Mac) 2026-02-04T02:49:56.6806230Z >>>>> 2/4/2026 2:49:56 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-02-04T02:50:00.2810910Z >>>>> 2/4/2026 2:50:00 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-02-04T02:50:01.1815630Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [3 s] 2026-02-04T02:50:04.2560970Z >>>>> 2/4/2026 2:50:04 AM FixtureSetup for Issue9075(Mac) 2026-02-04T02:50:04.3435090Z >>>>> 2/4/2026 2:50:04 AM FlexLayoutCycleException Start 2026-02-04T02:50:05.6673180Z >>>>> 2/4/2026 2:50:05 AM FlexLayoutCycleException Stop 2026-02-04T02:50:05.8361920Z Passed FlexLayoutCycleException [1 s] 2026-02-04T02:50:09.4035830Z >>>>> 2/4/2026 2:50:09 AM FixtureSetup for StackLayoutIssue(Mac) 2026-02-04T02:50:09.4928700Z >>>>> 2/4/2026 2:50:09 AM StackLayoutIssueTestsAllElementsPresent Start 2026-02-04T02:50:13.0343860Z >>>>> 2/4/2026 2:50:13 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-02-04T02:50:13.9906630Z Passed StackLayoutIssueTestsAllElementsPresent [3 s] 2026-02-04T02:50:16.5238460Z >>>>> 2/4/2026 2:50:16 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-02-04T02:50:20.4338990Z >>>>> 2/4/2026 2:50:20 AM HorizontalStackLayout_IsVisible Start 2026-02-04T02:50:29.6859420Z >>>>> 2/4/2026 2:50:29 AM HorizontalStackLayout_IsVisible Stop 2026-02-04T02:50:29.6990380Z Passed HorizontalStackLayout_IsVisible [9 s] 2026-02-04T02:50:29.7087150Z >>>>> 2/4/2026 2:50:29 AM HorizontalStackLayout_RTLFlowDirection Start 2026-02-04T02:50:40.9563200Z >>>>> 2/4/2026 2:50:40 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-02-04T02:50:40.9637900Z Passed HorizontalStackLayout_RTLFlowDirection [11 s] 2026-02-04T02:50:40.9639990Z >>>>> 2/4/2026 2:50:40 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-02-04T02:50:58.2047530Z >>>>> 2/4/2026 2:50:58 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-04T02:50:58.2103540Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [17 s] 2026-02-04T02:50:58.2104460Z >>>>> 2/4/2026 2:50:58 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-04T02:51:21.1889700Z >>>>> 2/4/2026 2:51:21 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-04T02:51:21.1946370Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [22 s] 2026-02-04T02:51:21.1947480Z >>>>> 2/4/2026 2:51:21 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-02-04T02:51:38.3552140Z >>>>> 2/4/2026 2:51:38 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-04T02:51:38.3617910Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [17 s] 2026-02-04T02:51:38.3619890Z >>>>> 2/4/2026 2:51:38 AM HorizontalStackLayout_Spacing_With_Height Start 2026-02-04T02:52:00.6724210Z >>>>> 2/4/2026 2:52:00 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-02-04T02:52:00.6791610Z Passed HorizontalStackLayout_Spacing_With_Height [22 s] 2026-02-04T02:52:00.6799080Z >>>>> 2/4/2026 2:52:00 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-04T02:52:27.8882150Z >>>>> 2/4/2026 2:52:27 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-04T02:52:27.9080440Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [27 s] 2026-02-04T02:52:27.9198120Z >>>>> 2/4/2026 2:52:27 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-02-04T02:52:44.9783320Z >>>>> 2/4/2026 2:52:44 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-02-04T02:52:44.9836240Z Passed HorizontalStackLayout_Spacing_With_RTL [17 s] 2026-02-04T02:52:44.9837120Z >>>>> 2/4/2026 2:52:44 AM HorizontalStackLayout_Spacing_With_Width Start 2026-02-04T02:53:05.4631280Z >>>>> 2/4/2026 2:53:05 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-02-04T02:53:05.4682460Z Passed HorizontalStackLayout_Spacing_With_Width [20 s] 2026-02-04T02:53:05.4685190Z >>>>> 2/4/2026 2:53:05 AM VerticalStackLayout_IsVisible Start 2026-02-04T02:53:17.6679750Z >>>>> 2/4/2026 2:53:17 AM VerticalStackLayout_IsVisible Stop 2026-02-04T02:53:17.6752990Z Passed VerticalStackLayout_IsVisible [12 s] 2026-02-04T02:53:17.6758120Z >>>>> 2/4/2026 2:53:17 AM VerticalStackLayout_RTLFlowDirection Start 2026-02-04T02:53:31.4406210Z >>>>> 2/4/2026 2:53:31 AM VerticalStackLayout_RTLFlowDirection Stop 2026-02-04T02:53:31.4452410Z Passed VerticalStackLayout_RTLFlowDirection [13 s] 2026-02-04T02:53:31.4453810Z >>>>> 2/4/2026 2:53:31 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-02-04T02:53:51.4262070Z >>>>> 2/4/2026 2:53:51 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-04T02:53:51.4323810Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [19 s] 2026-02-04T02:53:51.4324770Z >>>>> 2/4/2026 2:53:51 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-04T02:54:17.5278280Z >>>>> 2/4/2026 2:54:17 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-04T02:54:17.5326710Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [26 s] 2026-02-04T02:54:17.5327630Z >>>>> 2/4/2026 2:54:17 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-02-04T02:54:30.9919840Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-04T02:54:31.0875080Z ##[error]The operation was canceled. 2026-02-04T02:54:31.0885100Z ##[section]Async Command Start: Update Build Number 2026-02-04T02:54:31.0902410Z Update build number to 11.0.0-ci+azdo.1278275 for build 1278275 2026-02-04T02:54:31.0902840Z ##[section]Async Command End: Update Build Number 2026-02-04T02:54:31.0906200Z ##[section]Async Command Start: Update Build Number 2026-02-04T02:54:31.0907010Z Update build number to 11.0.0-ci+azdo.1278275 for build 1278275 2026-02-04T02:54:31.0907350Z ##[section]Async Command End: Update Build Number 2026-02-04T02:54:31.0909920Z ##[section]Async Command Start: Update Build Number 2026-02-04T02:54:31.0910490Z Update build number to 11.0.0-ci+azdo.1278275 for build 1278275 2026-02-04T02:54:31.0911090Z ##[section]Async Command End: Update Build Number 2026-02-04T02:54:31.0913120Z ##[section]Async Command Start: Update Build Number 2026-02-04T02:54:31.0913580Z Update build number to 11.0.0-ci+azdo.1278275 for build 1278275 2026-02-04T02:54:31.0914350Z ##[section]Async Command End: Update Build Number 2026-02-04T02:54:31.0917190Z ##[section]Async Command Start: Update Build Number 2026-02-04T02:54:31.0917910Z Update build number to 11.0.0-ci+azdo.1278275 for build 1278275 2026-02-04T02:54:31.0918310Z ##[section]Async Command End: Update Build Number 2026-02-04T02:54:31.0922440Z ##[section]Async Command Start: Update Build Number 2026-02-04T02:54:31.0923560Z Update build number to 11.0.0-ci+azdo.1278275 for build 1278275 2026-02-04T02:54:31.0924880Z ##[section]Async Command End: Update Build Number 2026-02-04T02:54:31.0927420Z ##[section]Async Command Start: Update Build Number 2026-02-04T02:54:31.0928260Z Update build number to 11.0.0-ci+azdo.1278275 for build 1278275 2026-02-04T02:54:31.0928720Z ##[section]Async Command End: Update Build Number 2026-02-04T02:54:31.0931540Z ##[section]Async Command Start: Update Build Number 2026-02-04T02:54:31.0932310Z Update build number to 11.0.0-ci+azdo.1278275 for build 1278275 2026-02-04T02:54:31.0932690Z ##[section]Async Command End: Update Build Number 2026-02-04T02:54:31.0936300Z ##[section]Finishing: Controls Layout