2026-01-30T03:39:33.0969250Z ##[section]Starting: Controls Layout 2026-01-30T03:39:33.1004450Z ============================================================================== 2026-01-30T03:39:33.1005030Z Task : PowerShell 2026-01-30T03:39:33.1005280Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-01-30T03:39:33.1014020Z Version : 2.266.0 2026-01-30T03:39:33.1014330Z Author : Microsoft Corporation 2026-01-30T03:39:33.1014690Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-01-30T03:39:33.1015060Z ============================================================================== 2026-01-30T03:39:34.2190880Z Generating script. 2026-01-30T03:39:34.2230420Z ========================== Starting Command Output =========================== 2026-01-30T03:39:34.2264230Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/665eb311-f681-4633-8f81-0a54bfb591a3.ps1' 2026-01-30T03:39:35.4764800Z $ErrorActionPreference = 'stop' 2026-01-30T03:39:35.4795850Z $ProgressPreference = 'silentlyContinue' 2026-01-30T03:39:35.4801160Z Get-Content $PSCommandPath 2026-01-30T03:39:35.4802670Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-01-30T03:39:35.4807170Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-01-30T03:39:35.4812480Z $command += " --runtimevariant=""Mono""" 2026-01-30T03:39:35.4817330Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-01-30T03:39:35.4818020Z 2026-01-30T03:39:35.4821940Z $testFilter = "" 2026-01-30T03:39:35.4823220Z $testConfigrationArgs = "" 2026-01-30T03:39:35.4825970Z 2026-01-30T03:39:35.4886760Z "Layout".Split(",") | ForEach { 2026-01-30T03:39:35.4889580Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-30T03:39:35.4898140Z } 2026-01-30T03:39:35.4902660Z 2026-01-30T03:39:35.4916610Z $testFilter = $testFilter.TrimEnd("|") 2026-01-30T03:39:35.4925680Z 2026-01-30T03:39:35.4931800Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-30T03:39:35.5026240Z if ($testConfigrationArgs) { 2026-01-30T03:39:35.5028180Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-30T03:39:35.5029930Z } 2026-01-30T03:39:35.5032160Z if ($testFilter) { 2026-01-30T03:39:35.5033800Z $command += " --test-filter ""$testFilter""" 2026-01-30T03:39:35.5035300Z } 2026-01-30T03:39:35.5036410Z 2026-01-30T03:39:35.5038580Z $headless = true 2026-01-30T03:39:35.5044420Z if ($headless) { 2026-01-30T03:39:35.5051190Z $command += " --headless ""$headless""" 2026-01-30T03:39:35.5053740Z } 2026-01-30T03:39:35.5055730Z 2026-01-30T03:39:35.5060090Z Write-Host "Running command: $command" 2026-01-30T03:39:35.5061390Z 2026-01-30T03:39:35.5063020Z Invoke-Expression $command 2026-01-30T03:39:35.5073650Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-30T03:39:35.5081170Z } else { 2026-01-30T03:39:35.5084780Z exit $LASTEXITCODE 2026-01-30T03:39:35.5086410Z } 2026-01-30T03:39:35.8843270Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=Layout" 2026-01-30T03:39:37.3585490Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T03:39:39.2653560Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T03:39:41.0882140Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T03:39:42.2940330Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26064.3' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T03:39:43.3506130Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T03:39:44.8824140Z Looking for modules... 2026-01-30T03:39:50.3349760Z No modules found to install. 2026-01-30T03:39:50.3476700Z Module directory does not exist. 2026-01-30T03:39:50.3623500Z Analyzing build script... 2026-01-30T03:39:50.3661480Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-01-30T03:39:50.3683560Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-01-30T03:39:50.3700180Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-01-30T03:39:50.7042540Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-01-30T03:39:54.1590330Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-01-30T03:39:55.4448090Z Processing build script... 2026-01-30T03:39:55.4484100Z Installing addins... 2026-01-30T03:39:55.9075430Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-30T03:39:56.0376820Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-30T03:39:56.0855090Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-30T03:39:56.7265340Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T03:39:56.7267010Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T03:39:56.7269030Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T03:39:56.7270070Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T03:39:56.7282410Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T03:39:56.7289760Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T03:39:57.2070160Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-30T03:39:57.2072310Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-30T03:39:57.2074350Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-30T03:39:57.2075490Z Adding assembly reference to System.Runtime.dll... 2026-01-30T03:39:57.2076690Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-30T03:39:57.2077860Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-30T03:39:57.2079070Z Adding assembly reference to System.Threading.dll... 2026-01-30T03:39:57.2080060Z Adding assembly reference to System.Linq.dll... 2026-01-30T03:39:57.2081090Z Adding assembly reference to System.Collections.dll... 2026-01-30T03:39:57.2082260Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-30T03:39:57.2083430Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-30T03:39:57.2087130Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-30T03:39:57.2088930Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-30T03:39:57.2090850Z Adding assembly reference to System.ObjectModel.dll... 2026-01-30T03:39:57.2092380Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-30T03:39:57.2093640Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-30T03:39:57.2094980Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-30T03:39:57.2096190Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-30T03:39:57.2097440Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-30T03:39:57.2099090Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-30T03:39:57.2100490Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-30T03:39:57.2101780Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-30T03:39:57.2103020Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-30T03:39:57.2104360Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-30T03:39:57.2105590Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-30T03:39:57.2106800Z Adding assembly reference to mscorlib.dll... 2026-01-30T03:39:57.2108250Z Adding assembly reference to netstandard.dll... 2026-01-30T03:39:57.2109520Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-30T03:39:57.2110690Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-30T03:39:57.2112140Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-30T03:39:57.2113510Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-30T03:39:57.2114720Z Adding assembly reference to System.Memory.dll... 2026-01-30T03:39:57.2115970Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-30T03:39:57.2117290Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-30T03:39:57.2118610Z Adding assembly reference to System.ComponentModel.dll... 2026-01-30T03:39:57.2119790Z Adding assembly reference to System.Console.dll... 2026-01-30T03:39:57.2120960Z Adding assembly reference to System.Data.Common.dll... 2026-01-30T03:39:57.2122200Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-30T03:39:57.2123510Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-30T03:39:57.2124770Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-30T03:39:57.2126410Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-30T03:39:57.2127690Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-30T03:39:57.2128930Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-30T03:39:57.2130200Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-30T03:39:57.2132460Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-30T03:39:57.2133670Z Adding assembly reference to System.IO.Compression.dll... 2026-01-30T03:39:57.2135360Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-30T03:39:57.2136660Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-30T03:39:57.2137850Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-30T03:39:57.2139080Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-30T03:39:57.2140300Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-30T03:39:57.2141580Z Adding assembly reference to System.Net.Requests.dll... 2026-01-30T03:39:57.2142760Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-30T03:39:57.2143960Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-30T03:39:57.2145140Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-30T03:39:57.2146410Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-30T03:39:57.2147570Z Adding assembly reference to System.Net.Http.dll... 2026-01-30T03:39:57.2148780Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-30T03:39:57.2150420Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-30T03:39:57.2151600Z Adding assembly reference to System.Net.Mail.dll... 2026-01-30T03:39:57.2152780Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-30T03:39:57.2153990Z Adding assembly reference to System.Net.Ping.dll... 2026-01-30T03:39:57.2155210Z Adding assembly reference to System.Net.Security.dll... 2026-01-30T03:39:57.2156420Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-30T03:39:57.2157660Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-30T03:39:57.2158870Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-30T03:39:57.2160100Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-30T03:39:57.2161280Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-30T03:39:57.2162500Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-30T03:39:57.2163740Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-30T03:39:57.2165010Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-30T03:39:57.2166460Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-30T03:39:57.2167820Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-30T03:39:57.2169200Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-30T03:39:57.2170490Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-30T03:39:57.2171820Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-30T03:39:57.2173050Z Adding assembly reference to System.Security.Claims.dll... 2026-01-30T03:39:57.2174380Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-30T03:39:57.2176580Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-30T03:39:57.2177780Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-30T03:39:57.2179640Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-30T03:39:57.2180890Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-30T03:39:57.2182070Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-30T03:39:57.2183290Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-30T03:39:57.2184570Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-30T03:39:57.2185810Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-30T03:39:57.2186920Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-30T03:39:57.2187780Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-30T03:39:57.2188620Z Adding assembly reference to System.AppContext.dll... 2026-01-30T03:39:57.2189400Z Adding assembly reference to System.Buffers.dll... 2026-01-30T03:39:57.2190380Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-30T03:39:57.2191290Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-30T03:39:57.2192270Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-30T03:39:57.2193120Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-30T03:39:57.2193940Z Adding assembly reference to System.Configuration.dll... 2026-01-30T03:39:57.2196020Z Adding assembly reference to System.Core.dll... 2026-01-30T03:39:57.2197630Z Adding assembly reference to System.Private.Uri.dll... 2026-01-30T03:39:57.2199240Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-30T03:39:57.2200800Z Adding assembly reference to System.Data.dll... 2026-01-30T03:39:57.2202390Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-30T03:39:57.2204070Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-30T03:39:57.2205710Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-30T03:39:57.2207360Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-30T03:39:57.2209060Z Adding assembly reference to System.dll... 2026-01-30T03:39:57.2210580Z Adding assembly reference to System.Drawing.dll... 2026-01-30T03:39:57.2212090Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-30T03:39:57.2213760Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-30T03:39:57.2215310Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-30T03:39:57.2216930Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-30T03:39:57.2218590Z Adding assembly reference to System.Globalization.dll... 2026-01-30T03:39:57.2220320Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-30T03:39:57.2222020Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-30T03:39:57.2224630Z Adding assembly reference to System.IO.dll... 2026-01-30T03:39:57.2226940Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-30T03:39:57.2229290Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-30T03:39:57.2230920Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-30T03:39:57.2232600Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-30T03:39:57.2234380Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-30T03:39:57.2236040Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-30T03:39:57.2237610Z Adding assembly reference to System.Net.dll... 2026-01-30T03:39:57.2239180Z Adding assembly reference to System.Net.Quic.dll... 2026-01-30T03:39:57.2240900Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-30T03:39:57.2242520Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-30T03:39:57.2244100Z Adding assembly reference to System.Text.Json.dll... 2026-01-30T03:39:57.2245690Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-30T03:39:57.2247360Z Adding assembly reference to System.Numerics.dll... 2026-01-30T03:39:57.2248890Z Adding assembly reference to System.Reflection.dll... 2026-01-30T03:39:57.2250530Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-30T03:39:57.2252220Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-30T03:39:57.2253960Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-30T03:39:57.2255600Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-30T03:39:57.2257350Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-30T03:39:57.2259150Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-30T03:39:57.2260820Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-30T03:39:57.2262510Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-30T03:39:57.2264470Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-30T03:39:57.2266510Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-30T03:39:57.2268280Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-30T03:39:57.2270040Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-30T03:39:57.2271930Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-30T03:39:57.2273630Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-30T03:39:57.2275380Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-30T03:39:57.2277500Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-30T03:39:57.2279210Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-30T03:39:57.2281650Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-30T03:39:57.2282590Z Adding assembly reference to System.Security.dll... 2026-01-30T03:39:57.2283480Z Adding assembly reference to System.Security.Principal.dll... 2026-01-30T03:39:57.2284680Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-30T03:39:57.2285550Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-30T03:39:57.2286370Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-30T03:39:57.2287230Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-30T03:39:57.2288070Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-30T03:39:57.2288960Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-30T03:39:57.2289800Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-30T03:39:57.2290640Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-30T03:39:57.2291550Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-30T03:39:57.2292430Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-30T03:39:57.2293280Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-30T03:39:57.2294110Z Adding assembly reference to System.Transactions.dll... 2026-01-30T03:39:57.2294970Z Adding assembly reference to System.ValueTuple.dll... 2026-01-30T03:39:57.2295780Z Adding assembly reference to System.Web.dll... 2026-01-30T03:39:57.2296580Z Adding assembly reference to System.Windows.dll... 2026-01-30T03:39:57.2297350Z Adding assembly reference to System.Xml.dll... 2026-01-30T03:39:57.2298170Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-30T03:39:57.2298990Z Adding assembly reference to System.Private.Xml.dll... 2026-01-30T03:39:57.2299820Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-30T03:39:57.2300660Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-30T03:39:57.2301530Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-30T03:39:57.2302320Z Adding assembly reference to WindowsBase.dll... 2026-01-30T03:39:57.2303110Z Adding assembly reference to Cake.Core.dll... 2026-01-30T03:39:57.2303960Z Adding assembly reference to Cake.Common.dll... 2026-01-30T03:39:57.2304770Z Adding assembly reference to Spectre.Console.dll... 2026-01-30T03:39:57.2305570Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-30T03:39:57.2306400Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-30T03:39:57.2307260Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-30T03:39:57.2308040Z Importing namespace Cake.Common... 2026-01-30T03:39:57.2308790Z Importing namespace Cake.Common.Build... 2026-01-30T03:39:57.2309580Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-30T03:39:57.2310460Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-30T03:39:57.2311290Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-30T03:39:57.2312640Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-30T03:39:57.2313470Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-30T03:39:57.2314550Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-30T03:39:57.2315400Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-30T03:39:57.2316260Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-30T03:39:57.2317060Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-30T03:39:57.2317930Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-30T03:39:57.2318720Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-30T03:39:57.2319530Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-30T03:39:57.2321030Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-30T03:39:57.2322090Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-30T03:39:57.2322980Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-30T03:39:57.2323770Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-30T03:39:57.2324580Z Importing namespace Cake.Common.Build.GoCD... 2026-01-30T03:39:57.2325340Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-30T03:39:57.2326110Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-30T03:39:57.2326910Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-30T03:39:57.2327730Z Importing namespace Cake.Common.Build.MyGet... 2026-01-30T03:39:57.2328500Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-30T03:39:57.2329260Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-30T03:39:57.2330050Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-30T03:39:57.2330860Z Importing namespace Cake.Common.Diagnostics... 2026-01-30T03:39:57.2331610Z Importing namespace Cake.Common.IO... 2026-01-30T03:39:57.2332350Z Importing namespace Cake.Common.IO.Paths... 2026-01-30T03:39:57.2333080Z Importing namespace Cake.Common.Net... 2026-01-30T03:39:57.2333860Z Importing namespace Cake.Common.Security... 2026-01-30T03:39:57.2334630Z Importing namespace Cake.Common.Solution... 2026-01-30T03:39:57.2335440Z Importing namespace Cake.Common.Solution.Project... 2026-01-30T03:39:57.2336270Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-30T03:39:57.2337180Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-30T03:39:57.2337970Z Importing namespace Cake.Common.Text... 2026-01-30T03:39:57.2338720Z Importing namespace Cake.Common.Tools.Cake... 2026-01-30T03:39:57.2339510Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-30T03:39:57.2340370Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-30T03:39:57.2341200Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-30T03:39:57.2342080Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-30T03:39:57.2343520Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-30T03:39:57.2344340Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-30T03:39:57.2345190Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-30T03:39:57.2346210Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-30T03:39:57.2347130Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-30T03:39:57.2347960Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-30T03:39:57.2348780Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-30T03:39:57.2349620Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-30T03:39:57.2350500Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-30T03:39:57.2351340Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-30T03:39:57.2352150Z Importing namespace Cake.Common.Tools.Command... 2026-01-30T03:39:57.2352990Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-30T03:39:57.2353810Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-30T03:39:57.2354630Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-30T03:39:57.2355750Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-30T03:39:57.2356850Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-30T03:39:57.2357840Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-30T03:39:57.2359070Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-30T03:39:57.2360250Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-30T03:39:57.2361080Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-30T03:39:57.2362120Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-30T03:39:57.2363340Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-30T03:39:57.2364320Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-30T03:39:57.2365340Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-30T03:39:57.2366410Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-30T03:39:57.2367730Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-30T03:39:57.2368880Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-30T03:39:57.2369990Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-30T03:39:57.2371320Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-30T03:39:57.2372320Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-30T03:39:57.2373390Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-30T03:39:57.2374430Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-30T03:39:57.2381140Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-30T03:39:57.2382650Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-30T03:39:57.2383630Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-30T03:39:57.2384460Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-30T03:39:57.2386410Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-30T03:39:57.2430740Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-30T03:39:57.2432540Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-30T03:39:57.2433550Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-30T03:39:57.2434540Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-30T03:39:57.2435930Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-30T03:39:57.2437120Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-30T03:39:57.2438070Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-30T03:39:57.2438930Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-30T03:39:57.2439770Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-30T03:39:57.2440560Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-30T03:39:57.2441390Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-30T03:39:57.2442230Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-30T03:39:57.2443070Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-30T03:39:57.2443900Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-30T03:39:57.2444750Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-30T03:39:57.2445580Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-30T03:39:57.2446470Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-30T03:39:57.2447700Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-30T03:39:57.2448680Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-30T03:39:57.2449570Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-30T03:39:57.2450420Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-30T03:39:57.2451270Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-30T03:39:57.2452090Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-30T03:39:57.2452990Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-30T03:39:57.2453860Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-30T03:39:57.2454730Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-30T03:39:57.2455490Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-30T03:39:57.2456380Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-30T03:39:57.2457150Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-30T03:39:57.2457960Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-30T03:39:57.2458940Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-30T03:39:57.2459820Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-30T03:39:57.2460720Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-30T03:39:57.2462480Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-30T03:39:57.2463630Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-30T03:39:57.2464820Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-30T03:39:57.2466200Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-30T03:39:57.2467130Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-30T03:39:57.2468390Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-30T03:39:57.2469190Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-30T03:39:57.2470040Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-30T03:39:57.2470910Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-30T03:39:57.2471740Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-30T03:39:57.2472570Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-30T03:39:57.2473540Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-30T03:39:57.2474550Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-30T03:39:57.2475440Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-30T03:39:57.2476280Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-30T03:39:57.2477420Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-30T03:39:57.2478640Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-30T03:39:57.2479870Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-30T03:39:57.2480830Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-30T03:39:57.2481830Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-30T03:39:57.2482690Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-30T03:39:57.2483560Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-30T03:39:57.2484420Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-30T03:39:57.2485180Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-30T03:39:57.2486080Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-30T03:39:57.2486960Z Importing namespace Cake.Common.Tools.WiX... 2026-01-30T03:39:57.2487780Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-30T03:39:57.2488590Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-30T03:39:57.2489610Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-30T03:39:57.2490860Z Importing namespace Cake.Common.Xml... 2026-01-30T03:39:57.2491900Z Importing namespace Cake.Core... 2026-01-30T03:39:57.2492940Z Importing namespace Cake.Core.Diagnostics... 2026-01-30T03:39:57.2493840Z Importing namespace Cake.Core.IO... 2026-01-30T03:39:57.2494560Z Importing namespace Cake.Core.Scripting... 2026-01-30T03:39:57.2495340Z Importing namespace Cake.Core.Tooling... 2026-01-30T03:39:57.2496080Z Importing namespace Cake.FileHelpers... 2026-01-30T03:39:57.2496790Z Importing namespace NuGet.Common... 2026-01-30T03:39:57.2497490Z Importing namespace NuGet.Configuration... 2026-01-30T03:39:57.2499080Z Importing namespace NuGet.Protocol... 2026-01-30T03:39:57.2500140Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-30T03:39:57.2501670Z Importing namespace NuGet.Versioning... 2026-01-30T03:39:57.2502760Z Importing namespace System... 2026-01-30T03:39:57.2503520Z Importing namespace System.Collections.Generic... 2026-01-30T03:39:57.2504630Z Importing namespace System.IO... 2026-01-30T03:39:57.2505570Z Importing namespace System.Linq... 2026-01-30T03:39:57.2506360Z Importing namespace System.Text... 2026-01-30T03:39:57.2507120Z Importing namespace System.Threading.Tasks... 2026-01-30T03:39:57.2507700Z .NETStandard,Version=v2.0 2026-01-30T03:39:57.3295260Z Compiling build script... 2026-01-30T03:40:02.2739530Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-01-30T03:40:04.9541030Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-30T03:40:04.9549710Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-30T03:40:04.9603610Z Host OS System Arch: X64 2026-01-30T03:40:04.9606750Z Host Processor System Arch: X64 2026-01-30T03:40:04.9609000Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T03:40:04.9610040Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-01-30T03:40:04.9610890Z Build Configuration: Release 2026-01-30T03:40:04.9611790Z Build Runtime Identifier: maccatalyst-x64 2026-01-30T03:40:04.9612570Z Build Target Framework: net10.0-maccatalyst 2026-01-30T03:40:04.9613270Z Test Device: mac 2026-01-30T03:40:04.9614080Z Test Results Path: /Users/runner/work/1/a/test-results 2026-01-30T03:40:04.9822720Z 2026-01-30T03:40:04.9825210Z ======================================== 2026-01-30T03:40:04.9827770Z uitest 2026-01-30T03:40:04.9830800Z ======================================== 2026-01-30T03:40:04.9833560Z Executing task: uitest 2026-01-30T03:40:04.9861480Z Starting UI Tests... 2026-01-30T03:40:04.9873870Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-30T03:40:04.9883970Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-30T03:40:04.9998450Z Testing Device: mac 2026-01-30T03:40:04.9999590Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-01-30T03:40:05.0001810Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-01-30T03:40:05.0003030Z Results Directory: /Users/runner/work/1/a/test-results 2026-01-30T03:40:05.0055280Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-01-30T03:40:05.0886730Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T03:40:05.0984860Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-01-30T03:40:23.1958730Z Determining projects to restore... 2026-01-30T03:40:50.5517520Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 2.55 sec). 2026-01-30T03:40:51.3016480Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 3.88 sec). 2026-01-30T03:40:51.4359120Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 4 ms). 2026-01-30T03:40:53.6862450Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 6.13 sec). 2026-01-30T03:40:54.8313970Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 7.35 sec). 2026-01-30T03:40:57.5930140Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 3.8 sec). 2026-01-30T03:41:02.6473260Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 7.62 sec). 2026-01-30T03:41:04.5733330Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 1.65 sec). 2026-01-30T03:41:05.6334290Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 14.8 sec). 2026-01-30T03:41:08.7759700Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 10.84 sec). 2026-01-30T03:41:09.1204930Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 4.1 sec). 2026-01-30T03:41:11.5093070Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 20.05 sec). 2026-01-30T03:41:11.6618050Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 5.93 sec). 2026-01-30T03:41:45.0644760Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-30T03:41:54.4427870Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-30T03:42:01.7903350Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-30T03:42:42.5538470Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-30T03:42:46.5815640Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-30T03:44:39.7448220Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-30T03:44:41.4157300Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-30T03:44:42.0040670Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-30T03:44:45.3512820Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-30T03:44:45.5282700Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-30T03:44:45.6359670Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-30T03:44:46.4475890Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-30T03:45:05.5649940Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-01-30T03:45:05.6729000Z 2026-01-30T03:45:05.7075030Z Build succeeded. 2026-01-30T03:45:05.7115720Z 0 Warning(s) 2026-01-30T03:45:05.7160210Z 0 Error(s) 2026-01-30T03:45:05.7375860Z 2026-01-30T03:45:05.7921570Z Time Elapsed 00:04:58.29 2026-01-30T03:45:05.8982150Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-01-30T03:45:05.9752830Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T03:45:05.9765780Z Run Tests With Filter TestCategory=Layout 2026-01-30T03:45:05.9768880Z Log Directory: /Users/runner/work/1/a/logs 2026-01-30T03:45:05.9772130Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-01-30T03:45:05.9777620Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-30T03:45:05.9781140Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-30T03:45:05.9784470Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-01-30T03:45:05.9787970Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-30T03:45:05.9791270Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-30T03:45:05.9802240Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-30T03:45:05.9847670Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-30T03:45:05.9858480Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-01-30T03:45:05.9862140Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-01-30T03:45:05.9863610Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-01-30T03:45:05.9865980Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-01-30T03:45:06.4650720Z Downloading file: 50% 2026-01-30T03:45:06.5654530Z Downloading file: 100% 2026-01-30T03:45:06.6310280Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-01-30T03:45:06.6382260Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-01-30T03:45:06.6449770Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=Layout" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog /p:VStestUseMSBuildOutput=false 2026-01-30T03:45:06.6506340Z Downloading file: 15% 2026-01-30T03:45:13.6472290Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-01-30T03:45:13.8528100Z VSTest version 18.0.1 (x64) 2026-01-30T03:45:13.9044720Z 2026-01-30T03:45:14.1896680Z Starting test execution, please wait... 2026-01-30T03:45:14.2904930Z A total of 1 test files matched the specified pattern. 2026-01-30T03:45:15.3756730Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-30T03:45:15.6275570Z [xUnit.net 00:00:00.28] Discovering: Controls.TestCases.Mac.Tests 2026-01-30T03:45:16.1141760Z [xUnit.net 00:00:00.77] Discovered: Controls.TestCases.Mac.Tests 2026-01-30T03:45:16.2144130Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-30T03:45:16.3146480Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-01-30T03:45:19.9368130Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-30T03:51:10.9054900Z >>>>> 1/30/2026 3:51:10 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-01-30T03:51:16.9726500Z >>>>> 1/30/2026 3:51:16 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-01-30T03:53:00.8147100Z >>>>> 1/30/2026 3:53:00 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-01-30T03:53:01.0336940Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 44 s] 2026-01-30T03:53:01.0963820Z >>>>> 1/30/2026 3:53:00 AM VerifyAbsoluteLayout_AllProportional Start 2026-01-30T03:55:14.3443790Z >>>>> 1/30/2026 3:55:14 AM VerifyAbsoluteLayout_AllProportional Stop 2026-01-30T03:55:14.7574620Z Passed VerifyAbsoluteLayout_AllProportional [2 m 13 s] 2026-01-30T03:55:14.8579480Z >>>>> 1/30/2026 3:55:14 AM VerifyAbsoluteLayout_FlowDirection Start 2026-01-30T03:56:33.8407590Z >>>>> 1/30/2026 3:56:33 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-01-30T03:56:34.0145080Z Passed VerifyAbsoluteLayout_FlowDirection [1 m 19 s] 2026-01-30T03:56:34.0648810Z >>>>> 1/30/2026 3:56:34 AM VerifyAbsoluteLayout_HeightProportional Start 2026-01-30T03:57:33.3327720Z >>>>> 1/30/2026 3:57:33 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-01-30T03:57:33.3575860Z Passed VerifyAbsoluteLayout_HeightProportional [59 s] 2026-01-30T03:57:33.3653640Z >>>>> 1/30/2026 3:57:33 AM VerifyAbsoluteLayout_PositionProportional Start 2026-01-30T03:59:24.3401130Z >>>>> 1/30/2026 3:59:24 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-01-30T03:59:24.5611100Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 51 s] 2026-01-30T03:59:24.6287560Z >>>>> 1/30/2026 3:59:24 AM VerifyAbsoluteLayout_SizeProportional Start 2026-01-30T04:00:43.1879960Z >>>>> 1/30/2026 4:00:43 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-01-30T04:00:43.4916090Z Passed VerifyAbsoluteLayout_SizeProportional [1 m 18 s] 2026-01-30T04:00:43.5923670Z >>>>> 1/30/2026 4:00:43 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-01-30T04:02:24.5978780Z >>>>> 1/30/2026 4:02:24 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-01-30T04:02:24.6100320Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 41 s] 2026-01-30T04:02:24.6110130Z >>>>> 1/30/2026 4:02:24 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-01-30T04:03:09.7593330Z >>>>> 1/30/2026 4:03:09 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-01-30T04:03:09.7673730Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [45 s] 2026-01-30T04:03:09.7677300Z >>>>> 1/30/2026 4:03:09 AM VerifyAbsoluteLayout_Visibility Start 2026-01-30T04:03:24.2335160Z >>>>> 1/30/2026 4:03:24 AM VerifyAbsoluteLayout_Visibility Stop 2026-01-30T04:03:24.2444630Z Passed VerifyAbsoluteLayout_Visibility [14 s] 2026-01-30T04:03:24.2532930Z >>>>> 1/30/2026 4:03:24 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-01-30T04:04:17.3038550Z >>>>> 1/30/2026 4:04:17 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-01-30T04:04:17.3368020Z Passed VerifyAbsoluteLayout_WidthAndHeight [53 s] 2026-01-30T04:04:17.3381620Z >>>>> 1/30/2026 4:04:17 AM VerifyAbsoluteLayout_WidthProportional Start 2026-01-30T04:05:36.0149930Z >>>>> 1/30/2026 4:05:36 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-01-30T04:05:36.0282790Z Passed VerifyAbsoluteLayout_WidthProportional [1 m 18 s] 2026-01-30T04:05:36.0303100Z >>>>> 1/30/2026 4:05:36 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-01-30T04:07:02.7531280Z >>>>> 1/30/2026 4:07:02 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-01-30T04:07:03.3115470Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [1 m 26 s] 2026-01-30T04:07:03.4043960Z >>>>> 1/30/2026 4:07:03 AM VerifyAbsoluteLayout_XProportional Start 2026-01-30T04:08:34.7748570Z >>>>> 1/30/2026 4:08:34 AM VerifyAbsoluteLayout_XProportional Stop 2026-01-30T04:08:34.8940120Z Passed VerifyAbsoluteLayout_XProportional [1 m 31 s] 2026-01-30T04:08:34.9958090Z >>>>> 1/30/2026 4:08:34 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-01-30T04:10:35.0938950Z >>>>> 1/30/2026 4:10:35 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-01-30T04:10:35.1169540Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [2 m] 2026-01-30T04:10:35.1181410Z >>>>> 1/30/2026 4:10:35 AM VerifyAbsoluteLayout_YProportional Start 2026-01-30T04:11:25.6865020Z >>>>> 1/30/2026 4:11:25 AM VerifyAbsoluteLayout_YProportional Stop 2026-01-30T04:11:26.6421290Z Passed VerifyAbsoluteLayout_YProportional [50 s] 2026-01-30T04:11:39.5017470Z >>>>> 1/30/2026 4:11:39 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-01-30T04:11:43.6634780Z >>>>> 1/30/2026 4:11:43 AM FlexLayout_ValidateDefaultValues Start 2026-01-30T04:12:06.6934780Z >>>>> 1/30/2026 4:12:06 AM FlexLayout_ValidateDefaultValues Stop 2026-01-30T04:12:06.7488100Z Passed FlexLayout_ValidateDefaultValues [23 s] 2026-01-30T04:12:06.7696550Z >>>>> 1/30/2026 4:12:06 AM FlexLayout_SetWrapAlignContentStretch Start 2026-01-30T04:12:50.9071140Z >>>>> 1/30/2026 4:12:50 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-01-30T04:12:50.9249430Z Passed FlexLayout_SetWrapAlignContentStretch [44 s] 2026-01-30T04:12:50.9338860Z >>>>> 1/30/2026 4:12:50 AM FlexLayout_SetWrapAlignContentCenter Start 2026-01-30T04:13:32.3279210Z >>>>> 1/30/2026 4:13:32 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-01-30T04:13:32.3362760Z Passed FlexLayout_SetWrapAlignContentCenter [41 s] 2026-01-30T04:13:32.3370480Z >>>>> 1/30/2026 4:13:32 AM FlexLayout_SetWrapAlignContentStart Start 2026-01-30T04:14:06.2184660Z >>>>> 1/30/2026 4:14:06 AM FlexLayout_SetWrapAlignContentStart Stop 2026-01-30T04:14:06.2311340Z Passed FlexLayout_SetWrapAlignContentStart [33 s] 2026-01-30T04:14:06.2370710Z >>>>> 1/30/2026 4:14:06 AM FlexLayout_SetWrapAlignContentEnd Start 2026-01-30T04:14:49.0724930Z >>>>> 1/30/2026 4:14:48 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-01-30T04:14:49.1412070Z Passed FlexLayout_SetWrapAlignContentEnd [42 s] 2026-01-30T04:14:49.1972070Z >>>>> 1/30/2026 4:14:49 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-01-30T04:15:29.0582860Z >>>>> 1/30/2026 4:15:29 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-01-30T04:15:29.1165700Z Passed FlexLayout_SetWrapAlignContentSpaceAround [39 s] 2026-01-30T04:15:29.1567720Z >>>>> 1/30/2026 4:15:29 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-01-30T04:16:39.0561990Z >>>>> 1/30/2026 4:16:38 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-01-30T04:16:39.1842050Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [1 m 10 s] 2026-01-30T04:16:39.2166990Z >>>>> 1/30/2026 4:16:39 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-01-30T04:18:02.0964840Z >>>>> 1/30/2026 4:18:01 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-01-30T04:18:05.5365420Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [1 m 23 s] 2026-01-30T04:18:05.6435080Z >>>>> 1/30/2026 4:18:02 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-01-30T04:19:08.4497070Z >>>>> 1/30/2026 4:19:08 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-01-30T04:19:08.5438790Z Passed FlexLayout_SetWrapReverseAlignContentStretch [1 m 6 s] 2026-01-30T04:19:08.5530850Z >>>>> 1/30/2026 4:19:08 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-01-30T04:20:01.6484120Z >>>>> 1/30/2026 4:20:01 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-01-30T04:20:01.6630360Z Passed FlexLayout_SetWrapReverseAlignContentCenter [53 s] 2026-01-30T04:20:01.6786200Z >>>>> 1/30/2026 4:20:01 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-01-30T04:21:07.5557230Z >>>>> 1/30/2026 4:21:07 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-01-30T04:21:07.6719910Z Passed FlexLayout_SetWrapReverseAlignContentStart [1 m 5 s] 2026-01-30T04:21:07.7303800Z >>>>> 1/30/2026 4:21:07 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-01-30T04:22:22.3045150Z >>>>> 1/30/2026 4:22:22 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-01-30T04:22:22.3517680Z Passed FlexLayout_SetWrapReverseAlignContentEnd [1 m 14 s] 2026-01-30T04:22:22.3524130Z >>>>> 1/30/2026 4:22:22 AM FlexLayout_AlignItemsCenter Start 2026-01-30T04:23:06.6082510Z >>>>> 1/30/2026 4:23:06 AM FlexLayout_AlignItemsCenter Stop 2026-01-30T04:23:06.6592970Z Passed FlexLayout_AlignItemsCenter [44 s] 2026-01-30T04:23:06.6600350Z >>>>> 1/30/2026 4:23:06 AM FlexLayout_AlignItemsEnd Start 2026-01-30T04:23:45.4810840Z >>>>> 1/30/2026 4:23:45 AM FlexLayout_AlignItemsEnd Stop 2026-01-30T04:23:45.5337350Z Passed FlexLayout_AlignItemsEnd [38 s] 2026-01-30T04:23:45.5360440Z >>>>> 1/30/2026 4:23:45 AM FlexLayout_AlignItemsStretch Start 2026-01-30T04:24:26.6768840Z >>>>> 1/30/2026 4:24:26 AM FlexLayout_AlignItemsStretch Stop 2026-01-30T04:24:26.8067460Z Passed FlexLayout_AlignItemsStretch [41 s] 2026-01-30T04:24:26.8074260Z >>>>> 1/30/2026 4:24:26 AM FlexLayout_DirectionRowReverse Start 2026-01-30T04:25:00.7029140Z >>>>> 1/30/2026 4:25:00 AM FlexLayout_DirectionRowReverse Stop 2026-01-30T04:25:00.7398850Z Passed FlexLayout_DirectionRowReverse [34 s] 2026-01-30T04:25:00.7543570Z >>>>> 1/30/2026 4:25:00 AM FlexLayout_DirectionColumn Start 2026-01-30T04:25:37.6025480Z >>>>> 1/30/2026 4:25:37 AM FlexLayout_DirectionColumn Stop 2026-01-30T04:25:37.7163610Z Passed FlexLayout_DirectionColumn [36 s] 2026-01-30T04:25:37.7186700Z >>>>> 1/30/2026 4:25:37 AM FlexLayout_DirectionColumnReverse Start 2026-01-30T04:26:18.5065370Z >>>>> 1/30/2026 4:26:18 AM FlexLayout_DirectionColumnReverse Stop 2026-01-30T04:26:18.5240190Z Passed FlexLayout_DirectionColumnReverse [40 s] 2026-01-30T04:26:18.5244290Z >>>>> 1/30/2026 4:26:18 AM FlexLayout_JustifyContentCenter Start 2026-01-30T04:26:57.3617230Z >>>>> 1/30/2026 4:26:57 AM FlexLayout_JustifyContentCenter Stop 2026-01-30T04:26:57.3809610Z Passed FlexLayout_JustifyContentCenter [38 s] 2026-01-30T04:26:57.3857720Z >>>>> 1/30/2026 4:26:57 AM FlexLayout_JustifyContentEnd Start 2026-01-30T04:27:36.1698640Z >>>>> 1/30/2026 4:27:36 AM FlexLayout_JustifyContentEnd Stop 2026-01-30T04:27:36.1848530Z Passed FlexLayout_JustifyContentEnd [38 s] 2026-01-30T04:27:36.1853180Z >>>>> 1/30/2026 4:27:36 AM FlexLayout_JustifyContentSpaceBetween Start 2026-01-30T04:28:15.6712240Z >>>>> 1/30/2026 4:28:15 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-01-30T04:28:15.6934120Z Passed FlexLayout_JustifyContentSpaceBetween [39 s] 2026-01-30T04:28:15.6939280Z >>>>> 1/30/2026 4:28:15 AM FlexLayout_JustifyContentSpaceAround Start 2026-01-30T04:29:02.7362260Z >>>>> 1/30/2026 4:29:02 AM FlexLayout_JustifyContentSpaceAround Stop 2026-01-30T04:29:02.7553380Z Passed FlexLayout_JustifyContentSpaceAround [47 s] 2026-01-30T04:29:02.8181650Z >>>>> 1/30/2026 4:29:02 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-01-30T04:29:49.9983740Z >>>>> 1/30/2026 4:29:49 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-01-30T04:29:50.0628960Z Passed FlexLayout_JustifyContentSpaceEvenly [47 s] 2026-01-30T04:29:50.0688260Z >>>>> 1/30/2026 4:29:50 AM FlexLayout_AlignSelfStart Start 2026-01-30T04:30:33.1367920Z >>>>> 1/30/2026 4:30:33 AM FlexLayout_AlignSelfStart Stop 2026-01-30T04:30:33.1493220Z Passed FlexLayout_AlignSelfStart [43 s] 2026-01-30T04:30:33.1503480Z >>>>> 1/30/2026 4:30:33 AM FlexLayout_AlignSelfCenter Start 2026-01-30T04:31:19.7303940Z >>>>> 1/30/2026 4:31:19 AM FlexLayout_AlignSelfCenter Stop 2026-01-30T04:31:19.9546900Z Passed FlexLayout_AlignSelfCenter [46 s] 2026-01-30T04:31:19.9797630Z >>>>> 1/30/2026 4:31:19 AM FlexLayout_AlignSelfEnd Start 2026-01-30T04:32:10.9213020Z >>>>> 1/30/2026 4:32:10 AM FlexLayout_AlignSelfEnd Stop 2026-01-30T04:32:11.1260660Z Passed FlexLayout_AlignSelfEnd [51 s] 2026-01-30T04:32:11.2273070Z >>>>> 1/30/2026 4:32:11 AM FlexLayout_AlignSelfStretch Start 2026-01-30T04:32:55.3208640Z >>>>> 1/30/2026 4:32:55 AM FlexLayout_AlignSelfStretch Stop 2026-01-30T04:32:55.3849990Z Passed FlexLayout_AlignSelfStretch [44 s] 2026-01-30T04:32:55.4021160Z >>>>> 1/30/2026 4:32:55 AM FlexLayout_Child1Grow Start 2026-01-30T04:33:54.6211860Z >>>>> 1/30/2026 4:33:54 AM FlexLayout_Child1Grow Stop 2026-01-30T04:33:54.6691220Z Passed FlexLayout_Child1Grow [59 s] 2026-01-30T04:33:54.7945020Z >>>>> 1/30/2026 4:33:54 AM FlexLayout_Child1Shrink Start 2026-01-30T04:35:34.4366510Z >>>>> 1/30/2026 4:35:34 AM FlexLayout_Child1Shrink Stop 2026-01-30T04:35:34.4549710Z Passed FlexLayout_Child1Shrink [1 m 39 s] 2026-01-30T04:35:34.4563900Z >>>>> 1/30/2026 4:35:34 AM FlexLayout_Child1Order Start 2026-01-30T04:36:37.8024830Z >>>>> 1/30/2026 4:36:37 AM FlexLayout_Child1Order Stop 2026-01-30T04:36:37.8345620Z Passed FlexLayout_Child1Order [1 m 3 s] 2026-01-30T04:36:37.8363800Z >>>>> 1/30/2026 4:36:37 AM FlexLayout_BasisAuto_DirectionRow Start 2026-01-30T04:37:43.9983870Z >>>>> 1/30/2026 4:37:43 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-01-30T04:37:44.0216550Z Passed FlexLayout_BasisAuto_DirectionRow [1 m 6 s] 2026-01-30T04:37:44.0220500Z >>>>> 1/30/2026 4:37:43 AM FlexLayout_BasisFixed_DirectionRow Start 2026-01-30T04:38:36.0578100Z >>>>> 1/30/2026 4:38:36 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-01-30T04:38:36.1777060Z Passed FlexLayout_BasisFixed_DirectionRow [52 s] 2026-01-30T04:38:36.1821760Z >>>>> 1/30/2026 4:38:36 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-01-30T04:39:46.0921360Z >>>>> 1/30/2026 4:39:46 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-01-30T04:39:46.2224350Z Passed FlexLayout_BasisPercentage_DirectionRow [1 m 9 s] 2026-01-30T04:39:46.2609860Z >>>>> 1/30/2026 4:39:46 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-01-30T04:40:52.1839970Z >>>>> 1/30/2026 4:40:52 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-01-30T04:40:52.1972310Z Passed FlexLayout_BasisAuto_DirectionRowReverse [1 m 5 s] 2026-01-30T04:40:52.1993090Z >>>>> 1/30/2026 4:40:52 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-01-30T04:42:07.2346750Z >>>>> 1/30/2026 4:42:07 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-01-30T04:42:07.2870590Z Passed FlexLayout_BasisFixed_DirectionRowReverse [1 m 15 s] 2026-01-30T04:42:07.3875360Z >>>>> 1/30/2026 4:42:07 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-01-30T04:43:08.7527590Z >>>>> 1/30/2026 4:43:08 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-01-30T04:43:08.8178920Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [1 m 1 s] 2026-01-30T04:43:08.8183190Z >>>>> 1/30/2026 4:43:08 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-01-30T04:44:20.5257290Z >>>>> 1/30/2026 4:44:20 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-01-30T04:44:20.5721430Z Passed FlexLayout_BasisAuto_DirectionColumn [1 m 11 s] 2026-01-30T04:44:20.5789450Z >>>>> 1/30/2026 4:44:20 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-01-30T04:45:18.3768220Z >>>>> 1/30/2026 4:45:18 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-01-30T04:45:18.5273140Z Passed FlexLayout_BasisFixed_DirectionColumn [57 s] 2026-01-30T04:45:18.6244620Z >>>>> 1/30/2026 4:45:18 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-01-30T04:46:20.4917490Z >>>>> 1/30/2026 4:46:20 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-01-30T04:46:20.5114890Z Passed FlexLayout_BasisPercentage_DirectionColumn [1 m 1 s] 2026-01-30T04:46:20.5116650Z >>>>> 1/30/2026 4:46:20 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-01-30T04:47:02.1843810Z >>>>> 1/30/2026 4:47:02 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-01-30T04:47:02.2141880Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [41 s] 2026-01-30T04:47:02.2145250Z >>>>> 1/30/2026 4:47:02 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-01-30T04:47:41.2325570Z >>>>> 1/30/2026 4:47:41 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-01-30T04:47:41.2834730Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [39 s] 2026-01-30T04:47:41.2886920Z >>>>> 1/30/2026 4:47:41 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-01-30T04:48:42.7645750Z >>>>> 1/30/2026 4:48:42 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-01-30T04:48:42.8250320Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [1 m 1 s] 2026-01-30T04:48:42.8837990Z >>>>> 1/30/2026 4:48:42 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-01-30T04:49:56.1159510Z >>>>> 1/30/2026 4:49:56 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-01-30T04:49:56.1694510Z Passed FlexLayout_SetAlignItemsCenterWrap [1 m 13 s] 2026-01-30T04:49:56.1697560Z >>>>> 1/30/2026 4:49:56 AM FlexLayout_SetAlignItemsEndWrap Start 2026-01-30T04:51:02.1560360Z >>>>> 1/30/2026 4:51:02 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-01-30T04:51:02.1976940Z Passed FlexLayout_SetAlignItemsEndWrap [1 m 6 s] 2026-01-30T04:51:34.0307350Z >>>>> 1/30/2026 4:51:34 AM FixtureSetup for GridFeatureTests(Mac) 2026-01-30T04:51:39.2905170Z >>>>> 1/30/2026 4:51:39 AM VerifyGrid_BackgroundColor Start 2026-01-30T04:52:14.1403860Z >>>>> 1/30/2026 4:52:14 AM VerifyGrid_BackgroundColor Stop 2026-01-30T04:52:14.1865900Z Passed VerifyGrid_BackgroundColor [34 s] 2026-01-30T04:52:14.1928020Z >>>>> 1/30/2026 4:52:14 AM VerifyGrid_ColumnSpacing Start 2026-01-30T04:52:49.2259040Z >>>>> 1/30/2026 4:52:49 AM VerifyGrid_ColumnSpacing Stop 2026-01-30T04:52:49.2746580Z Passed VerifyGrid_ColumnSpacing [35 s] 2026-01-30T04:52:49.2751670Z >>>>> 1/30/2026 4:52:49 AM VerifyGrid_ColumnSpan Start 2026-01-30T04:53:19.4562770Z >>>>> 1/30/2026 4:53:19 AM VerifyGrid_ColumnSpan Stop 2026-01-30T04:53:19.8817530Z Passed VerifyGrid_ColumnSpan [30 s] 2026-01-30T04:53:19.8863260Z >>>>> 1/30/2026 4:53:19 AM VerifyGrid_FlowDirection Start 2026-01-30T04:53:44.2512990Z >>>>> 1/30/2026 4:53:44 AM VerifyGrid_FlowDirection Stop 2026-01-30T04:53:44.3590970Z Passed VerifyGrid_FlowDirection [24 s] 2026-01-30T04:53:44.3621590Z >>>>> 1/30/2026 4:53:44 AM VerifyGrid_HorizontalOptionsCenter Start 2026-01-30T04:54:11.0693760Z >>>>> 1/30/2026 4:54:11 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-01-30T04:54:11.1648290Z Passed VerifyGrid_HorizontalOptionsCenter [26 s] 2026-01-30T04:54:11.1653750Z >>>>> 1/30/2026 4:54:11 AM VerifyGrid_HorizontalOptionsEnd Start 2026-01-30T04:54:32.7332120Z >>>>> 1/30/2026 4:54:32 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-01-30T04:54:32.7559400Z Passed VerifyGrid_HorizontalOptionsEnd [21 s] 2026-01-30T04:54:32.7564420Z >>>>> 1/30/2026 4:54:32 AM VerifyGrid_HorizontalOptionsStart Start 2026-01-30T04:54:52.3790920Z >>>>> 1/30/2026 4:54:52 AM VerifyGrid_HorizontalOptionsStart Stop 2026-01-30T04:54:52.3972570Z Passed VerifyGrid_HorizontalOptionsStart [19 s] 2026-01-30T04:54:52.3979030Z >>>>> 1/30/2026 4:54:52 AM VerifyGrid_IsVisible Start 2026-01-30T04:55:15.6102120Z >>>>> 1/30/2026 4:55:15 AM VerifyGrid_IsVisible Stop 2026-01-30T04:55:15.6328830Z Passed VerifyGrid_IsVisible [23 s] 2026-01-30T04:55:15.6372400Z >>>>> 1/30/2026 4:55:15 AM VerifyGrid_NestedGrid Start 2026-01-30T04:55:44.2484690Z >>>>> 1/30/2026 4:55:44 AM VerifyGrid_NestedGrid Stop 2026-01-30T04:55:44.4425830Z Passed VerifyGrid_NestedGrid [28 s] 2026-01-30T04:55:44.4438130Z >>>>> 1/30/2026 4:55:44 AM VerifyGrid_Padding Start 2026-01-30T04:56:24.5915440Z >>>>> 1/30/2026 4:56:24 AM VerifyGrid_Padding Stop 2026-01-30T04:56:24.6153510Z Passed VerifyGrid_Padding [40 s] 2026-01-30T04:56:24.6161390Z >>>>> 1/30/2026 4:56:24 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-01-30T04:57:37.8715320Z >>>>> 1/30/2026 4:57:37 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-01-30T04:57:37.9298230Z Passed VerifyGrid_RowAndColumnTypeAbsolute [1 m 13 s] 2026-01-30T04:57:37.9301360Z >>>>> 1/30/2026 4:57:37 AM VerifyGrid_RowSpacing Start 2026-01-30T04:58:09.2603780Z >>>>> 1/30/2026 4:58:09 AM VerifyGrid_RowSpacing Stop 2026-01-30T04:58:09.2709560Z Passed VerifyGrid_RowSpacing [31 s] 2026-01-30T04:58:09.2713100Z >>>>> 1/30/2026 4:58:09 AM VerifyGrid_RowSpan Start 2026-01-30T04:58:44.5210160Z >>>>> 1/30/2026 4:58:44 AM VerifyGrid_RowSpan Stop 2026-01-30T04:58:44.5430750Z Passed VerifyGrid_RowSpan [35 s] 2026-01-30T04:58:44.5436900Z >>>>> 1/30/2026 4:58:44 AM VerifyGrid_SetColumn Start 2026-01-30T04:59:24.5201460Z >>>>> 1/30/2026 4:59:24 AM VerifyGrid_SetColumn Stop 2026-01-30T04:59:24.5398660Z Passed VerifyGrid_SetColumn [39 s] 2026-01-30T04:59:24.5404150Z >>>>> 1/30/2026 4:59:24 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-01-30T05:00:35.1722220Z >>>>> 1/30/2026 5:00:35 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-01-30T05:00:35.1931570Z Passed VerifyGrid_SetColumn_SetColumnSpacing [1 m 10 s] 2026-01-30T05:00:35.1934380Z >>>>> 1/30/2026 5:00:35 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-01-30T05:01:36.5103640Z >>>>> 1/30/2026 5:01:36 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-01-30T05:01:36.5294570Z Passed VerifyGrid_SetColumn_SetRowSpacing [1 m 1 s] 2026-01-30T05:01:36.5299740Z >>>>> 1/30/2026 5:01:36 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-01-30T05:02:38.2400420Z >>>>> 1/30/2026 5:02:38 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-01-30T05:02:38.2520330Z Passed VerifyGrid_SetColumnSpacingAndPadding [1 m 1 s] 2026-01-30T05:02:38.2522020Z >>>>> 1/30/2026 5:02:38 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-01-30T05:03:16.3890950Z >>>>> 1/30/2026 5:03:16 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-01-30T05:03:16.4023360Z Passed VerifyGrid_SetPaddingAndBackgroundColor [38 s] 2026-01-30T05:03:16.4027970Z >>>>> 1/30/2026 5:03:16 AM VerifyGrid_SetRow Start 2026-01-30T05:03:50.4670900Z >>>>> 1/30/2026 5:03:50 AM VerifyGrid_SetRow Stop 2026-01-30T05:03:50.4846820Z Passed VerifyGrid_SetRow [34 s] 2026-01-30T05:03:50.4852650Z >>>>> 1/30/2026 5:03:50 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-01-30T05:04:48.5525370Z >>>>> 1/30/2026 5:04:48 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-01-30T05:04:48.5640510Z Passed VerifyGrid_SetRow_SetColumnSpacing [58 s] 2026-01-30T05:04:48.5680140Z >>>>> 1/30/2026 5:04:48 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-01-30T05:05:48.0775610Z >>>>> 1/30/2026 5:05:48 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-01-30T05:05:48.0964690Z Passed VerifyGrid_SetRow_SetRowSpacing [59 s] 2026-01-30T05:05:48.0966980Z >>>>> 1/30/2026 5:05:48 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-01-30T05:06:51.9357440Z >>>>> 1/30/2026 5:06:51 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-01-30T05:06:51.9492020Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [1 m 3 s] 2026-01-30T05:06:51.9496350Z >>>>> 1/30/2026 5:06:51 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-01-30T05:07:52.1774630Z >>>>> 1/30/2026 5:07:52 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-01-30T05:07:52.2025550Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [1 m] 2026-01-30T05:07:52.2028140Z >>>>> 1/30/2026 5:07:52 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-01-30T05:08:55.4064100Z >>>>> 1/30/2026 5:08:55 AM VerifyGrid_SetRowSpacingAndPadding Stop 2026-01-30T05:08:55.4264090Z Passed VerifyGrid_SetRowSpacingAndPadding [1 m 3 s] 2026-01-30T05:08:55.4273380Z >>>>> 1/30/2026 5:08:55 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-01-30T05:09:27.8620260Z >>>>> 1/30/2026 5:09:27 AM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-01-30T05:09:27.8851140Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [32 s] 2026-01-30T05:09:27.8854530Z >>>>> 1/30/2026 5:09:27 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-01-30T05:09:59.2115460Z >>>>> 1/30/2026 5:09:59 AM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-01-30T05:09:59.2200160Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [31 s] 2026-01-30T05:09:59.2202810Z >>>>> 1/30/2026 5:09:59 AM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-01-30T05:10:30.1158830Z >>>>> 1/30/2026 5:10:30 AM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-01-30T05:10:30.1251610Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [30 s] 2026-01-30T05:10:30.1253650Z >>>>> 1/30/2026 5:10:30 AM VerifyGrid_VerticalOptionsCenter Start 2026-01-30T05:10:50.9290210Z >>>>> 1/30/2026 5:10:50 AM VerifyGrid_VerticalOptionsCenter Stop 2026-01-30T05:10:50.9386310Z Passed VerifyGrid_VerticalOptionsCenter [20 s] 2026-01-30T05:10:50.9391410Z >>>>> 1/30/2026 5:10:50 AM VerifyGrid_VerticalOptionsEnd Start 2026-01-30T05:11:14.9336950Z >>>>> 1/30/2026 5:11:14 AM VerifyGrid_VerticalOptionsEnd Stop 2026-01-30T05:11:14.9438120Z Passed VerifyGrid_VerticalOptionsEnd [24 s] 2026-01-30T05:11:14.9671020Z >>>>> 1/30/2026 5:11:14 AM VerifyGrid_VerticalOptionsStart Start 2026-01-30T05:11:37.0145640Z >>>>> 1/30/2026 5:11:37 AM VerifyGrid_VerticalOptionsStart Stop 2026-01-30T05:11:37.5210550Z Passed VerifyGrid_VerticalOptionsStart [22 s] 2026-01-30T05:11:40.5174060Z >>>>> 1/30/2026 5:11:40 AM FixtureSetup for Issue22075(Mac) 2026-01-30T05:11:41.0395580Z >>>>> 1/30/2026 5:11:41 AM CreateStackWithPadding Start 2026-01-30T05:11:45.3081890Z >>>>> 1/30/2026 5:11:45 AM CreateStackWithPadding Stop 2026-01-30T05:11:45.4957410Z Passed CreateStackWithPadding [4 s] 2026-01-30T05:11:49.3481780Z >>>>> 1/30/2026 5:11:49 AM FixtureSetup for Bugzilla34007(Mac) 2026-01-30T05:11:49.4994620Z >>>>> 1/30/2026 5:11:49 AM Issue34007TestFirstElementHasLowestZOrder Start 2026-01-30T05:11:55.8373210Z >>>>> 1/30/2026 5:11:55 AM Issue34007TestFirstElementHasLowestZOrder Stop 2026-01-30T05:11:57.0483320Z Passed Issue34007TestFirstElementHasLowestZOrder [6 s] 2026-01-30T05:14:48.7424650Z >>>>> 1/30/2026 5:14:48 AM FixtureSetup for Bugzilla34061(Mac) 2026-01-30T05:14:48.8949240Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-01-30T05:14:50.5088170Z Skipped Bugzilla34061Test [1 ms] 2026-01-30T05:14:51.0791200Z >>>>> 1/30/2026 5:14:51 AM FixtureSetup for Bugzilla40161(Mac) 2026-01-30T05:14:51.2182040Z >>>>> 1/30/2026 5:14:51 AM Issue1Test Start 2026-01-30T05:15:02.3223870Z >>>>> 1/30/2026 5:15:02 AM Issue1Test Stop 2026-01-30T05:15:02.4973100Z Passed Issue1Test [11 s] 2026-01-30T05:15:05.5206790Z >>>>> 1/30/2026 5:15:05 AM FixtureSetup for Bugzilla44176(Mac) 2026-01-30T05:15:05.6825160Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-30T05:15:07.2143620Z Skipped Bugzilla44176Test [< 1 ms] 2026-01-30T05:15:08.9452850Z >>>>> 1/30/2026 5:15:08 AM FixtureSetup for Bugzilla46458(Mac) 2026-01-30T05:15:09.0711650Z >>>>> 1/30/2026 5:15:09 AM GridIsEnabled Start 2026-01-30T05:15:31.6466910Z >>>>> 1/30/2026 5:15:31 AM GridIsEnabled Stop 2026-01-30T05:15:33.1469460Z Passed GridIsEnabled [22 s] 2026-01-30T05:15:34.6879440Z >>>>> 1/30/2026 5:15:34 AM FixtureSetup for Bugzilla51238(Mac) 2026-01-30T05:15:34.8380290Z >>>>> 1/30/2026 5:15:34 AM Issue1Test Start 2026-01-30T05:15:38.8227400Z >>>>> 1/30/2026 5:15:38 AM Issue1Test Stop 2026-01-30T05:15:39.3903300Z Passed Issue1Test [3 s] 2026-01-30T05:15:42.0996590Z >>>>> 1/30/2026 5:15:42 AM FixtureSetup for Bugzilla53445(Mac) 2026-01-30T05:15:42.2611940Z >>>>> 1/30/2026 5:15:42 AM Bugzilla53445Test Start 2026-01-30T05:15:59.2480090Z >>>>> 1/30/2026 5:15:59 AM Bugzilla53445Test Stop 2026-01-30T05:16:00.2751150Z Passed Bugzilla53445Test [16 s] 2026-01-30T05:16:02.6260060Z >>>>> 1/30/2026 5:16:02 AM FixtureSetup for Issue1267(Mac) 2026-01-30T05:16:02.7726770Z >>>>> 1/30/2026 5:16:02 AM StarInGridDoesNotCrash Start 2026-01-30T05:16:04.7388000Z >>>>> 1/30/2026 5:16:04 AM StarInGridDoesNotCrash Stop 2026-01-30T05:16:05.7769010Z Passed StarInGridDoesNotCrash [1 s] 2026-01-30T05:16:07.5353300Z >>>>> 1/30/2026 5:16:07 AM FixtureSetup for Issue15330(Mac) 2026-01-30T05:16:07.6624620Z >>>>> 1/30/2026 5:16:07 AM Issue15330Test Start 2026-01-30T05:16:10.8386490Z >>>>> 1/30/2026 5:16:10 AM Issue15330Test Stop 2026-01-30T05:16:12.2046270Z Passed Issue15330Test [3 s] 2026-01-30T05:16:14.1379230Z >>>>> 1/30/2026 5:16:13 AM FixtureSetup for Issue1601(Mac) 2026-01-30T05:16:14.1382550Z >>>>> 1/30/2026 5:16:13 AM Issue1601Test Start 2026-01-30T05:16:17.1884840Z >>>>> 1/30/2026 5:16:17 AM Issue1601Test Stop 2026-01-30T05:16:18.3663360Z Passed Issue1601Test [3 s] 2026-01-30T05:16:19.9870380Z >>>>> 1/30/2026 5:16:19 AM FixtureSetup for Issue19513(Mac) 2026-01-30T05:16:20.1072080Z >>>>> 1/30/2026 5:16:20 AM NegativeSpacingCrashes Start 2026-01-30T05:16:21.2071410Z >>>>> 1/30/2026 5:16:21 AM NegativeSpacingCrashes Stop 2026-01-30T05:16:21.6003660Z Passed NegativeSpacingCrashes [1 s] 2026-01-30T05:16:24.3192940Z >>>>> 1/30/2026 5:16:24 AM FixtureSetup for Issue21711(Mac) 2026-01-30T05:16:24.4460470Z >>>>> 1/30/2026 5:16:24 AM AddDoesNotCrash Start 2026-01-30T05:16:36.4414360Z >>>>> 1/30/2026 5:16:36 AM AddDoesNotCrash Stop 2026-01-30T05:16:36.4512690Z Passed AddDoesNotCrash [12 s] 2026-01-30T05:16:36.4513810Z >>>>> 1/30/2026 5:16:36 AM InsertDoesNotCrash Start 2026-01-30T05:16:40.0718510Z >>>>> 1/30/2026 5:16:40 AM InsertDoesNotCrash Stop 2026-01-30T05:16:40.0832230Z Passed InsertDoesNotCrash [3 s] 2026-01-30T05:16:40.0847030Z >>>>> 1/30/2026 5:16:40 AM RemoveDoesNotCrash Start 2026-01-30T05:16:43.1945740Z >>>>> 1/30/2026 5:16:43 AM RemoveDoesNotCrash Stop 2026-01-30T05:16:43.2110030Z Passed RemoveDoesNotCrash [3 s] 2026-01-30T05:16:43.2112370Z >>>>> 1/30/2026 5:16:43 AM UpdateDoesNotCrash Start 2026-01-30T05:16:46.7891810Z >>>>> 1/30/2026 5:16:46 AM UpdateDoesNotCrash Stop 2026-01-30T05:16:47.7101640Z Passed UpdateDoesNotCrash [3 s] 2026-01-30T05:16:50.0467320Z >>>>> 1/30/2026 5:16:50 AM FixtureSetup for Issue23484(Mac) 2026-01-30T05:16:50.1991470Z >>>>> 1/30/2026 5:16:50 AM ReusingNavigationPageDoesntBreakLayout Start 2026-01-30T05:17:07.3708690Z >>>>> 1/30/2026 5:17:07 AM ReusingNavigationPageDoesntBreakLayout Stop 2026-01-30T05:17:08.1992340Z Passed ReusingNavigationPageDoesntBreakLayout [17 s] 2026-01-30T05:17:10.5761030Z >>>>> 1/30/2026 5:17:10 AM FixtureSetup for Issue24246(Mac) 2026-01-30T05:17:10.7141040Z >>>>> 1/30/2026 5:17:10 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-01-30T05:17:18.0136770Z >>>>> 1/30/2026 5:17:18 AM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-01-30T05:17:18.2705460Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [7 s] 2026-01-30T05:17:20.9819850Z >>>>> 1/30/2026 5:17:20 AM FixtureSetup for Issue24434(Mac) 2026-01-30T05:17:21.1064030Z >>>>> 1/30/2026 5:17:21 AM ModifyingANonVisibleLayoutWorks Start 2026-01-30T05:17:26.7003170Z >>>>> 1/30/2026 5:17:26 AM ModifyingANonVisibleLayoutWorks Stop 2026-01-30T05:17:27.1395010Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-01-30T05:17:29.4407050Z >>>>> 1/30/2026 5:17:29 AM FixtureSetup for Issue24996(Mac) 2026-01-30T05:17:29.5775240Z >>>>> 1/30/2026 5:17:29 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-01-30T05:17:34.3667460Z >>>>> 1/30/2026 5:17:34 AM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-01-30T05:17:34.4857970Z >>>>> 1/30/2026 5:17:34 AM Log types: 2026-01-30T05:17:35.8506740Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [5 s] 2026-01-30T05:17:35.8523740Z Error Message: 2026-01-30T05:17:35.8562450Z Assert.That(condition, Is.True) 2026-01-30T05:17:35.8564690Z Expected: True 2026-01-30T05:17:35.8566910Z But was: False 2026-01-30T05:17:35.8575770Z 2026-01-30T05:17:35.8580040Z Stack Trace: 2026-01-30T05:17:35.8582170Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-30T05:17:35.8588110Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-30T05:17:35.8589870Z 2026-01-30T05:17:35.8594260Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-01-30T05:17:35.8596640Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-01-30T05:17:35.8599040Z 2026-01-30T05:17:35.8600730Z 2026-01-30T05:19:48.6857810Z >>>>> 1/30/2026 5:19:48 AM FixtureSetup for Issue2653(Mac) 2026-01-30T05:19:48.8443780Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-30T05:19:50.3581540Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-01-30T05:19:51.3446850Z >>>>> 1/30/2026 5:19:51 AM FixtureSetup for Issue2767(Mac) 2026-01-30T05:19:51.4683630Z >>>>> 1/30/2026 5:19:51 AM Issue2767Test Start 2026-01-30T05:19:53.3112750Z >>>>> 1/30/2026 5:19:53 AM Issue2767Test Stop 2026-01-30T05:19:53.5205710Z Passed Issue2767Test [1 s] 2026-01-30T05:22:03.7511170Z >>>>> 1/30/2026 5:22:03 AM FixtureSetup for Issue2858(Mac) 2026-01-30T05:22:03.8775500Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-01-30T05:22:05.3862440Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-01-30T05:22:05.8939440Z >>>>> 1/30/2026 5:22:05 AM FixtureSetup for Issue28945(Mac) 2026-01-30T05:22:06.0295450Z >>>>> 1/30/2026 5:22:06 AM MauiViewShouldPropagateFocus Start 2026-01-30T05:22:09.0214300Z >>>>> 1/30/2026 5:22:09 AM MauiViewShouldPropagateFocus Stop 2026-01-30T05:22:10.0523490Z Passed MauiViewShouldPropagateFocus [3 s] 2026-01-30T05:22:12.1399830Z >>>>> 1/30/2026 5:22:12 AM FixtureSetup for Issue29919(Mac) 2026-01-30T05:22:12.2916360Z >>>>> 1/30/2026 5:22:12 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-01-30T05:22:13.6963450Z >>>>> 1/30/2026 5:22:13 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-01-30T05:22:13.8562910Z Passed StackLayoutWindowsCrashWithZeroHeight [1 s] 2026-01-30T05:22:17.0366610Z >>>>> 1/30/2026 5:22:17 AM FixtureSetup for Issue2993(Mac) 2026-01-30T05:22:17.1843050Z >>>>> 1/30/2026 5:22:17 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-01-30T05:22:18.6785210Z >>>>> 1/30/2026 5:22:18 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-01-30T05:22:20.1862700Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-01-30T05:22:21.9103450Z >>>>> 1/30/2026 5:22:21 AM FixtureSetup for Issue3475(Mac) 2026-01-30T05:22:22.0587630Z >>>>> 1/30/2026 5:22:22 AM Issue3475TestsLayoutCompressionPerformance Start 2026-01-30T05:23:14.5539910Z >>>>> 1/30/2026 5:23:14 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-01-30T05:23:16.1460600Z Passed Issue3475TestsLayoutCompressionPerformance [52 s] 2026-01-30T05:23:17.9478410Z >>>>> 1/30/2026 5:23:17 AM FixtureSetup for Issue6260(Mac) 2026-01-30T05:23:18.0731350Z >>>>> 1/30/2026 5:23:18 AM NonAppCompatBasicSwitchTest Start 2026-01-30T05:23:19.2423850Z >>>>> 1/30/2026 5:23:19 AM NonAppCompatBasicSwitchTest Stop 2026-01-30T05:23:19.5727930Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-01-30T05:23:22.4004850Z >>>>> 1/30/2026 5:23:22 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-01-30T05:23:22.5309930Z >>>>> 1/30/2026 5:23:22 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-01-30T05:23:48.5725680Z >>>>> 1/30/2026 5:23:48 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-01-30T05:23:48.5827080Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [26 s] 2026-01-30T05:23:48.5849330Z >>>>> 1/30/2026 5:23:48 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-01-30T05:24:02.4850900Z >>>>> 1/30/2026 5:24:02 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-01-30T05:24:02.4927730Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [13 s] 2026-01-30T05:24:02.4931170Z >>>>> 1/30/2026 5:24:02 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-01-30T05:24:05.2504720Z >>>>> 1/30/2026 5:24:05 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-01-30T05:24:05.5207960Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-01-30T05:24:10.0739290Z >>>>> 1/30/2026 5:24:10 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-01-30T05:24:10.3343260Z >>>>> 1/30/2026 5:24:10 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-01-30T05:24:37.7467640Z >>>>> 1/30/2026 5:24:37 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-01-30T05:24:37.7558820Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [27 s] 2026-01-30T05:24:37.7560830Z >>>>> 1/30/2026 5:24:37 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-01-30T05:24:52.2211460Z >>>>> 1/30/2026 5:24:52 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-01-30T05:24:52.2324700Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [14 s] 2026-01-30T05:24:52.2345580Z >>>>> 1/30/2026 5:24:52 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-01-30T05:24:55.3371480Z >>>>> 1/30/2026 5:24:55 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-01-30T05:24:56.7540250Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [3 s] 2026-01-30T05:24:58.1001650Z >>>>> 1/30/2026 5:24:58 AM FixtureSetup for Issue6945(Mac) 2026-01-30T05:24:58.2278410Z >>>>> 1/30/2026 5:24:58 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-01-30T05:25:03.0559050Z >>>>> 1/30/2026 5:25:03 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-01-30T05:25:04.3424630Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [4 s] 2026-01-30T05:25:06.3872770Z >>>>> 1/30/2026 5:25:06 AM FixtureSetup for Issue9075(Mac) 2026-01-30T05:25:06.4949130Z >>>>> 1/30/2026 5:25:06 AM FlexLayoutCycleException Start 2026-01-30T05:25:08.2579070Z >>>>> 1/30/2026 5:25:08 AM FlexLayoutCycleException Stop 2026-01-30T05:25:09.6506890Z Passed FlexLayoutCycleException [1 s] 2026-01-30T05:25:11.1876650Z >>>>> 1/30/2026 5:25:11 AM FixtureSetup for StackLayoutIssue(Mac) 2026-01-30T05:25:11.3091820Z >>>>> 1/30/2026 5:25:11 AM StackLayoutIssueTestsAllElementsPresent Start 2026-01-30T05:25:15.9489080Z >>>>> 1/30/2026 5:25:15 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-01-30T05:25:17.3138490Z Passed StackLayoutIssueTestsAllElementsPresent [4 s] 2026-01-30T05:25:18.9739250Z >>>>> 1/30/2026 5:25:18 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-01-30T05:25:22.1216970Z >>>>> 1/30/2026 5:25:22 AM HorizontalStackLayout_IsVisible Start 2026-01-30T05:25:33.5910950Z >>>>> 1/30/2026 5:25:33 AM HorizontalStackLayout_IsVisible Stop 2026-01-30T05:25:33.7021810Z Passed HorizontalStackLayout_IsVisible [11 s] 2026-01-30T05:25:33.7023400Z >>>>> 1/30/2026 5:25:33 AM HorizontalStackLayout_RTLFlowDirection Start 2026-01-30T05:25:48.4456670Z >>>>> 1/30/2026 5:25:48 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-01-30T05:25:48.4559210Z Passed HorizontalStackLayout_RTLFlowDirection [14 s] 2026-01-30T05:25:48.4563950Z >>>>> 1/30/2026 5:25:48 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-01-30T05:26:11.2048410Z >>>>> 1/30/2026 5:26:11 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-01-30T05:26:11.2142000Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [22 s] 2026-01-30T05:26:11.2144190Z >>>>> 1/30/2026 5:26:11 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-01-30T05:26:40.4125510Z >>>>> 1/30/2026 5:26:40 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-01-30T05:26:40.4205620Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [29 s] 2026-01-30T05:26:40.4207290Z >>>>> 1/30/2026 5:26:40 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-01-30T05:27:00.5611300Z >>>>> 1/30/2026 5:27:00 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-01-30T05:27:00.5689190Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [20 s] 2026-01-30T05:27:00.5693060Z >>>>> 1/30/2026 5:27:00 AM HorizontalStackLayout_Spacing_With_Height Start 2026-01-30T05:27:27.9719460Z >>>>> 1/30/2026 5:27:27 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-01-30T05:27:27.9867830Z Passed HorizontalStackLayout_Spacing_With_Height [27 s] 2026-01-30T05:27:27.9979960Z >>>>> 1/30/2026 5:27:27 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-01-30T05:28:04.6857610Z >>>>> 1/30/2026 5:28:04 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-01-30T05:28:04.6973760Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [36 s] 2026-01-30T05:28:04.6980880Z >>>>> 1/30/2026 5:28:04 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-01-30T05:28:25.5424510Z >>>>> 1/30/2026 5:28:25 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-01-30T05:28:25.5522430Z Passed HorizontalStackLayout_Spacing_With_RTL [20 s] 2026-01-30T05:28:25.5524910Z >>>>> 1/30/2026 5:28:25 AM HorizontalStackLayout_Spacing_With_Width Start 2026-01-30T05:28:52.0859950Z >>>>> 1/30/2026 5:28:52 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-01-30T05:28:52.0953480Z Passed HorizontalStackLayout_Spacing_With_Width [26 s] 2026-01-30T05:28:52.0955320Z >>>>> 1/30/2026 5:28:52 AM VerticalStackLayout_IsVisible Start 2026-01-30T05:29:08.4671590Z >>>>> 1/30/2026 5:29:08 AM VerticalStackLayout_IsVisible Stop 2026-01-30T05:29:08.5135520Z Passed VerticalStackLayout_IsVisible [16 s] 2026-01-30T05:29:08.5156320Z >>>>> 1/30/2026 5:29:08 AM VerticalStackLayout_RTLFlowDirection Start 2026-01-30T05:29:31.8752490Z >>>>> 1/30/2026 5:29:31 AM VerticalStackLayout_RTLFlowDirection Stop 2026-01-30T05:29:31.8858820Z Passed VerticalStackLayout_RTLFlowDirection [23 s] 2026-01-30T05:29:31.8861870Z >>>>> 1/30/2026 5:29:31 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-01-30T05:30:06.4522450Z >>>>> 1/30/2026 5:30:06 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-01-30T05:30:06.4639890Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [34 s] 2026-01-30T05:30:06.4645420Z >>>>> 1/30/2026 5:30:06 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-01-30T05:30:49.8565100Z >>>>> 1/30/2026 5:30:49 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-01-30T05:30:49.8642830Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [43 s] 2026-01-30T05:30:49.8644930Z >>>>> 1/30/2026 5:30:49 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-01-30T05:31:12.2480740Z >>>>> 1/30/2026 5:31:12 AM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-01-30T05:31:12.2547730Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [22 s] 2026-01-30T05:31:12.2549010Z >>>>> 1/30/2026 5:31:12 AM VerticalStackLayout_Spacing_With_Height Start 2026-01-30T05:31:49.8821490Z >>>>> 1/30/2026 5:31:49 AM VerticalStackLayout_Spacing_With_Height Stop 2026-01-30T05:31:49.8927650Z Passed VerticalStackLayout_Spacing_With_Height [37 s] 2026-01-30T05:31:49.8939490Z >>>>> 1/30/2026 5:31:49 AM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-01-30T05:32:38.1085650Z >>>>> 1/30/2026 5:32:38 AM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-01-30T05:32:38.1191030Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [48 s] 2026-01-30T05:32:38.1194840Z >>>>> 1/30/2026 5:32:38 AM VerticalStackLayout_Spacing_With_RTL Start 2026-01-30T05:33:08.6176350Z >>>>> 1/30/2026 5:33:08 AM VerticalStackLayout_Spacing_With_RTL Stop 2026-01-30T05:33:08.6275450Z Passed VerticalStackLayout_Spacing_With_RTL [30 s] 2026-01-30T05:33:08.6282040Z >>>>> 1/30/2026 5:33:08 AM VerticalStackLayout_Spacing_With_Width Start 2026-01-30T05:33:41.7153510Z >>>>> 1/30/2026 5:33:41 AM VerticalStackLayout_Spacing_With_Width Stop 2026-01-30T05:33:43.2005930Z Passed VerticalStackLayout_Spacing_With_Width [33 s] 2026-01-30T05:33:45.1155910Z >>>>> 1/30/2026 5:33:45 AM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-01-30T05:33:48.3139520Z >>>>> 1/30/2026 5:33:48 AM TwoPaneView_WideMode Start 2026-01-30T05:33:59.8327830Z >>>>> 1/30/2026 5:33:59 AM TwoPaneView_WideMode Stop 2026-01-30T05:33:59.8404580Z Passed TwoPaneView_WideMode [11 s] 2026-01-30T05:33:59.8405710Z >>>>> 1/30/2026 5:33:59 AM TwoPaneView_IsTall_UsingRect Start 2026-01-30T05:34:21.3460190Z >>>>> 1/30/2026 5:34:21 AM TwoPaneView_IsTall_UsingRect Stop 2026-01-30T05:34:21.3524150Z Passed TwoPaneView_IsTall_UsingRect [21 s] 2026-01-30T05:34:21.3525830Z >>>>> 1/30/2026 5:34:21 AM TwoPaneView_Wide_UsingRect Start 2026-01-30T05:34:35.0281860Z >>>>> 1/30/2026 5:34:35 AM TwoPaneView_Wide_UsingRect Stop 2026-01-30T05:34:35.0348910Z Passed TwoPaneView_Wide_UsingRect [13 s] 2026-01-30T05:34:35.0350150Z >>>>> 1/30/2026 5:34:35 AM TwoPaneView_TallMode Start 2026-01-30T05:34:55.1233420Z >>>>> 1/30/2026 5:34:55 AM TwoPaneView_TallMode Stop 2026-01-30T05:34:55.1299490Z Passed TwoPaneView_TallMode [20 s] 2026-01-30T05:34:55.1302010Z >>>>> 1/30/2026 5:34:55 AM TwoPaneView_Pane1Priority Start 2026-01-30T05:35:14.6642910Z >>>>> 1/30/2026 5:35:14 AM TwoPaneView_Pane1Priority Stop 2026-01-30T05:35:14.6722460Z Passed TwoPaneView_Pane1Priority [19 s] 2026-01-30T05:35:14.6743670Z >>>>> 1/30/2026 5:35:14 AM TwoPaneView_Pane2Priority Start 2026-01-30T05:35:35.9693710Z >>>>> 1/30/2026 5:35:35 AM TwoPaneView_Pane2Priority Stop 2026-01-30T05:35:35.9750470Z Passed TwoPaneView_Pane2Priority [21 s] 2026-01-30T05:35:35.9753170Z >>>>> 1/30/2026 5:35:35 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-01-30T05:36:01.4562880Z >>>>> 1/30/2026 5:36:01 AM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-01-30T05:36:01.4619860Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [25 s] 2026-01-30T05:36:01.4621790Z >>>>> 1/30/2026 5:36:01 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-01-30T05:36:26.7267300Z >>>>> 1/30/2026 5:36:26 AM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-01-30T05:36:26.7325910Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [25 s] 2026-01-30T05:36:26.7329460Z >>>>> 1/30/2026 5:36:26 AM TwoPaneView_Pane2SizeIncrease Start 2026-01-30T05:36:48.6154120Z >>>>> 1/30/2026 5:36:48 AM TwoPaneView_Pane2SizeIncrease Stop 2026-01-30T05:36:48.6215440Z Passed TwoPaneView_Pane2SizeIncrease [21 s] 2026-01-30T05:36:48.6216550Z >>>>> 1/30/2026 5:36:48 AM TwoPaneView_Pane1SizeIncrease Start 2026-01-30T05:37:07.5562200Z >>>>> 1/30/2026 5:37:07 AM TwoPaneView_Pane1SizeIncrease Stop 2026-01-30T05:37:07.5631470Z Passed TwoPaneView_Pane1SizeIncrease [18 s] 2026-01-30T05:37:07.5633680Z >>>>> 1/30/2026 5:37:07 AM TwoPaneView_ZIsShadowEnabled Start 2026-01-30T05:37:22.2291370Z >>>>> 1/30/2026 5:37:22 AM TwoPaneView_ZIsShadowEnabled Stop 2026-01-30T05:37:22.2382920Z Passed TwoPaneView_ZIsShadowEnabled [14 s] 2026-01-30T05:37:22.2395290Z >>>>> 1/30/2026 5:37:22 AM TwoPaneView_IsVisible Start 2026-01-30T05:37:38.2321390Z >>>>> 1/30/2026 5:37:38 AM TwoPaneView_IsVisible Stop 2026-01-30T05:37:38.2386000Z Passed TwoPaneView_IsVisible [16 s] 2026-01-30T05:37:38.2387540Z >>>>> 1/30/2026 5:37:38 AM TwoPaneView_RTLFlowDirection Start 2026-01-30T05:37:51.5574090Z >>>>> 1/30/2026 5:37:51 AM TwoPaneView_RTLFlowDirection Stop 2026-01-30T05:37:51.5632250Z Passed TwoPaneView_RTLFlowDirection [13 s] 2026-01-30T05:37:51.5633380Z >>>>> 1/30/2026 5:37:51 AM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-01-30T05:38:14.6409230Z >>>>> 1/30/2026 5:38:14 AM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-01-30T05:38:15.5754800Z Passed TwoPaneView_IsWideWithRTL_UsingRect [23 s] 2026-01-30T05:38:15.7879680Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-30T05:38:16.3451960Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-01-30T05:38:16.3467500Z 2026-01-30T05:38:16.3690720Z Test Run Failed. 2026-01-30T05:38:16.3691810Z Total tests: 158 2026-01-30T05:38:16.3692280Z Passed: 153 2026-01-30T05:38:16.3692630Z Failed: 1 2026-01-30T05:38:16.3692990Z Skipped: 4 2026-01-30T05:38:16.3721430Z Total time: 1.8839 Hours 2026-01-30T05:38:17.5612580Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-01-30T05:38:17.6283450Z An error occurred when executing task 'uitest'. 2026-01-30T05:38:17.6896260Z Completed in 01:58:12.6824847 2026-01-30T05:38:17.9710670Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-01-30T05:38:17.9711730Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-01-30T05:38:17.9712590Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-01-30T05:38:17.9713550Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-01-30T05:38:17.9714490Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-01-30T05:38:17.9715490Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-01-30T05:38:17.9716510Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-01-30T05:38:17.9717240Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-01-30T05:38:17.9717970Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-01-30T05:38:17.9718850Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-01-30T05:38:17.9719480Z at Submission#0.<>b__0_24() 2026-01-30T05:38:17.9720100Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-01-30T05:38:17.9720950Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-01-30T05:38:17.9721690Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-01-30T05:38:17.9722420Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-01-30T05:38:17.9723330Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-01-30T05:38:17.9724280Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-01-30T05:38:17.9725220Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-01-30T05:38:17.9726220Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-01-30T05:38:17.9727870Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-01-30T05:38:17.9729190Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-01-30T05:38:17.9729980Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-01-30T05:38:17.9730680Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-01-30T05:38:17.9731520Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-01-30T05:38:17.9732160Z at Submission#0.<>d__0.MoveNext() 2026-01-30T05:38:17.9732620Z --- End of stack trace from previous location --- 2026-01-30T05:38:17.9733390Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-30T05:38:17.9734470Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-30T05:38:17.9735400Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-01-30T05:38:17.9736200Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-01-30T05:38:17.9737060Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-01-30T05:38:17.9737940Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-01-30T05:38:17.9738850Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-01-30T05:38:19.8717770Z 2026-01-30T05:38:19.9768580Z ##[error]PowerShell exited with code '1'. 2026-01-30T05:38:20.0182980Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-01-30T05:38:22.2035920Z Generating script. 2026-01-30T05:38:22.2056180Z ========================== Starting Command Output =========================== 2026-01-30T05:38:22.2202030Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/58d573c7-91e0-4e81-8f81-9549b739be1f.ps1' 2026-01-30T05:38:23.7364070Z $ErrorActionPreference = 'stop' 2026-01-30T05:38:23.7366870Z $ProgressPreference = 'silentlyContinue' 2026-01-30T05:38:23.7367710Z Get-Content $PSCommandPath 2026-01-30T05:38:23.7368610Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-01-30T05:38:23.7369620Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-01-30T05:38:23.7370280Z $command += " --runtimevariant=""Mono""" 2026-01-30T05:38:23.7370950Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-01-30T05:38:23.7371340Z 2026-01-30T05:38:23.7372630Z $testFilter = "" 2026-01-30T05:38:23.7373160Z $testConfigrationArgs = "" 2026-01-30T05:38:23.7376360Z 2026-01-30T05:38:23.7378150Z "Layout".Split(",") | ForEach { 2026-01-30T05:38:23.7379230Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-30T05:38:23.7382090Z } 2026-01-30T05:38:23.7382340Z 2026-01-30T05:38:23.7383960Z $testFilter = $testFilter.TrimEnd("|") 2026-01-30T05:38:23.7385150Z 2026-01-30T05:38:23.7386910Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-30T05:38:23.7387550Z if ($testConfigrationArgs) { 2026-01-30T05:38:23.7389030Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-30T05:38:23.7391580Z } 2026-01-30T05:38:23.7392040Z if ($testFilter) { 2026-01-30T05:38:23.7396080Z $command += " --test-filter ""$testFilter""" 2026-01-30T05:38:23.7397490Z } 2026-01-30T05:38:23.7397750Z 2026-01-30T05:38:23.7398550Z $headless = true 2026-01-30T05:38:23.7399640Z if ($headless) { 2026-01-30T05:38:23.7400370Z $command += " --headless ""$headless""" 2026-01-30T05:38:23.7401530Z } 2026-01-30T05:38:23.7401770Z 2026-01-30T05:38:23.7402870Z Write-Host "Running command: $command" 2026-01-30T05:38:23.7405120Z 2026-01-30T05:38:23.7406930Z Invoke-Expression $command 2026-01-30T05:38:23.7407590Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-30T05:38:23.7409040Z } else { 2026-01-30T05:38:23.7410210Z exit $LASTEXITCODE 2026-01-30T05:38:23.7411800Z } 2026-01-30T05:38:23.8899070Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=Layout" 2026-01-30T05:38:24.7724660Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T05:38:25.4968680Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T05:38:26.0219300Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T05:38:26.5252820Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26064.3' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T05:38:27.0249020Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-01-30T05:38:27.8575080Z Looking for modules... 2026-01-30T05:38:30.8911190Z No modules found to install. 2026-01-30T05:38:30.8971050Z Module directory does not exist. 2026-01-30T05:38:30.9038890Z Analyzing build script... 2026-01-30T05:38:30.9065290Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-01-30T05:38:30.9081090Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-01-30T05:38:30.9086260Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-01-30T05:38:31.1403170Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-01-30T05:38:32.7395600Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-01-30T05:38:33.5890950Z Processing build script... 2026-01-30T05:38:33.5919740Z Installing addins... 2026-01-30T05:38:33.8117710Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-30T05:38:33.8288760Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-30T05:38:33.8390640Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-30T05:38:34.0313290Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T05:38:34.0314860Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T05:38:34.0315630Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T05:38:34.0316350Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T05:38:34.0361410Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T05:38:34.0398430Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T05:38:34.3070430Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-30T05:38:34.3071310Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-30T05:38:34.3072100Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-30T05:38:34.3072800Z Adding assembly reference to System.Runtime.dll... 2026-01-30T05:38:34.3074140Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-30T05:38:34.3074890Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-30T05:38:34.3075630Z Adding assembly reference to System.Threading.dll... 2026-01-30T05:38:34.3076270Z Adding assembly reference to System.Linq.dll... 2026-01-30T05:38:34.3076910Z Adding assembly reference to System.Collections.dll... 2026-01-30T05:38:34.3077640Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-30T05:38:34.3078350Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-30T05:38:34.3079330Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-30T05:38:34.3080060Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-30T05:38:34.3080970Z Adding assembly reference to System.ObjectModel.dll... 2026-01-30T05:38:34.3081640Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-30T05:38:34.3082340Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-30T05:38:34.3083070Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-30T05:38:34.3083780Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-30T05:38:34.3084490Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-30T05:38:34.3085230Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-30T05:38:34.3085920Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-30T05:38:34.3086890Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-30T05:38:34.3087670Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-30T05:38:34.3088420Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-30T05:38:34.3089130Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-30T05:38:34.3089800Z Adding assembly reference to mscorlib.dll... 2026-01-30T05:38:34.3090930Z Adding assembly reference to netstandard.dll... 2026-01-30T05:38:34.3091640Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-30T05:38:34.3092530Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-30T05:38:34.3093210Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-30T05:38:34.3093900Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-30T05:38:34.3094610Z Adding assembly reference to System.Memory.dll... 2026-01-30T05:38:34.3095300Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-30T05:38:34.3096030Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-30T05:38:34.3096780Z Adding assembly reference to System.ComponentModel.dll... 2026-01-30T05:38:34.3097430Z Adding assembly reference to System.Console.dll... 2026-01-30T05:38:34.3098080Z Adding assembly reference to System.Data.Common.dll... 2026-01-30T05:38:34.3098780Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-30T05:38:34.3099520Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-30T05:38:34.3100250Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-30T05:38:34.3100990Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-30T05:38:34.3101730Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-30T05:38:34.3102440Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-30T05:38:34.3103130Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-30T05:38:34.3103830Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-30T05:38:34.3104550Z Adding assembly reference to System.IO.Compression.dll... 2026-01-30T05:38:34.3105230Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-30T05:38:34.3105920Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-30T05:38:34.3106740Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-30T05:38:34.3107410Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-30T05:38:34.3108070Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-30T05:38:34.3108770Z Adding assembly reference to System.Net.Requests.dll... 2026-01-30T05:38:34.3109440Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-30T05:38:34.3110110Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-30T05:38:34.3110820Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-30T05:38:34.3111530Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-30T05:38:34.3112190Z Adding assembly reference to System.Net.Http.dll... 2026-01-30T05:38:34.3112870Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-30T05:38:34.3113550Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-30T05:38:34.3114260Z Adding assembly reference to System.Net.Mail.dll... 2026-01-30T05:38:34.3115150Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-30T05:38:34.3115830Z Adding assembly reference to System.Net.Ping.dll... 2026-01-30T05:38:34.3116680Z Adding assembly reference to System.Net.Security.dll... 2026-01-30T05:38:34.3117340Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-30T05:38:34.3118030Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-30T05:38:34.3118700Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-30T05:38:34.3119440Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-30T05:38:34.3120130Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-30T05:38:34.3120840Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-30T05:38:34.3121530Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-30T05:38:34.3122250Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-30T05:38:34.3122960Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-30T05:38:34.3123730Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-30T05:38:34.3124510Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-30T05:38:34.3125240Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-30T05:38:34.3125980Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-30T05:38:34.3126690Z Adding assembly reference to System.Security.Claims.dll... 2026-01-30T05:38:34.3127430Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-30T05:38:34.3128140Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-30T05:38:34.3128830Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-30T05:38:34.3129530Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-30T05:38:34.3130260Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-30T05:38:34.3130940Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-30T05:38:34.3131610Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-30T05:38:34.3132330Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-30T05:38:34.3133010Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-30T05:38:34.3133690Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-30T05:38:34.3134370Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-30T05:38:34.3135070Z Adding assembly reference to System.AppContext.dll... 2026-01-30T05:38:34.3135720Z Adding assembly reference to System.Buffers.dll... 2026-01-30T05:38:34.3136390Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-30T05:38:34.3137110Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-30T05:38:34.3137870Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-30T05:38:34.3138740Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-30T05:38:34.3139400Z Adding assembly reference to System.Configuration.dll... 2026-01-30T05:38:34.3140570Z Adding assembly reference to System.Core.dll... 2026-01-30T05:38:34.3141220Z Adding assembly reference to System.Private.Uri.dll... 2026-01-30T05:38:34.3141910Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-30T05:38:34.3142570Z Adding assembly reference to System.Data.dll... 2026-01-30T05:38:34.3143280Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-30T05:38:34.3144000Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-30T05:38:34.3144700Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-30T05:38:34.3145400Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-30T05:38:34.3146070Z Adding assembly reference to System.dll... 2026-01-30T05:38:34.3146710Z Adding assembly reference to System.Drawing.dll... 2026-01-30T05:38:34.3147370Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-30T05:38:34.3148140Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-30T05:38:34.3148880Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-30T05:38:34.3149570Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-30T05:38:34.3150250Z Adding assembly reference to System.Globalization.dll... 2026-01-30T05:38:34.3150980Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-30T05:38:34.3151700Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-30T05:38:34.3152380Z Adding assembly reference to System.IO.dll... 2026-01-30T05:38:34.3153070Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-30T05:38:34.3153790Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-30T05:38:34.3154480Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-30T05:38:34.3155180Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-30T05:38:34.3155890Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-30T05:38:34.3156620Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-30T05:38:34.3157270Z Adding assembly reference to System.Net.dll... 2026-01-30T05:38:34.3157910Z Adding assembly reference to System.Net.Quic.dll... 2026-01-30T05:38:34.3158630Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-30T05:38:34.3159300Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-30T05:38:34.3159990Z Adding assembly reference to System.Text.Json.dll... 2026-01-30T05:38:34.3160650Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-30T05:38:34.3161350Z Adding assembly reference to System.Numerics.dll... 2026-01-30T05:38:34.3162000Z Adding assembly reference to System.Reflection.dll... 2026-01-30T05:38:34.3162670Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-30T05:38:34.3174820Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-30T05:38:34.3175620Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-30T05:38:34.3176530Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-30T05:38:34.3177290Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-30T05:38:34.3178040Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-30T05:38:34.3178730Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-30T05:38:34.3179440Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-30T05:38:34.3180250Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-30T05:38:34.3181030Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-30T05:38:34.3181770Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-30T05:38:34.3182530Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-30T05:38:34.3183280Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-30T05:38:34.3183990Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-30T05:38:34.3184710Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-30T05:38:34.3185460Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-30T05:38:34.3186230Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-30T05:38:34.3186980Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-30T05:38:34.3187710Z Adding assembly reference to System.Security.dll... 2026-01-30T05:38:34.3188380Z Adding assembly reference to System.Security.Principal.dll... 2026-01-30T05:38:34.3189120Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-30T05:38:34.3190000Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-30T05:38:34.3190680Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-30T05:38:34.3191360Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-30T05:38:34.3192040Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-30T05:38:34.3192750Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-30T05:38:34.3193440Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-30T05:38:34.3194130Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-30T05:38:34.3194820Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-30T05:38:34.3195560Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-30T05:38:34.3196250Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-30T05:38:34.3196920Z Adding assembly reference to System.Transactions.dll... 2026-01-30T05:38:34.3197620Z Adding assembly reference to System.ValueTuple.dll... 2026-01-30T05:38:34.3198470Z Adding assembly reference to System.Web.dll... 2026-01-30T05:38:34.3199110Z Adding assembly reference to System.Windows.dll... 2026-01-30T05:38:34.3199740Z Adding assembly reference to System.Xml.dll... 2026-01-30T05:38:34.3200550Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-30T05:38:34.3201200Z Adding assembly reference to System.Private.Xml.dll... 2026-01-30T05:38:34.3201870Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-30T05:38:34.3202570Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-30T05:38:34.3203290Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-30T05:38:34.3203930Z Adding assembly reference to WindowsBase.dll... 2026-01-30T05:38:34.3204560Z Adding assembly reference to Cake.Core.dll... 2026-01-30T05:38:34.3205180Z Adding assembly reference to Cake.Common.dll... 2026-01-30T05:38:34.3205850Z Adding assembly reference to Spectre.Console.dll... 2026-01-30T05:38:34.3206510Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-30T05:38:34.3207160Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-30T05:38:34.3207830Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-30T05:38:34.3208460Z Importing namespace Cake.Common... 2026-01-30T05:38:34.3209060Z Importing namespace Cake.Common.Build... 2026-01-30T05:38:34.3209680Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-30T05:38:34.3210380Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-30T05:38:34.3211040Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-30T05:38:34.3211710Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-30T05:38:34.3212380Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-30T05:38:34.3213050Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-30T05:38:34.3213710Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-30T05:38:34.3214400Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-30T05:38:34.3215080Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-30T05:38:34.3215750Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-30T05:38:34.3216400Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-30T05:38:34.3217060Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-30T05:38:34.3217730Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-30T05:38:34.3218440Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-30T05:38:34.3250630Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-30T05:38:34.3251410Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-30T05:38:34.3252100Z Importing namespace Cake.Common.Build.GoCD... 2026-01-30T05:38:34.3252740Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-30T05:38:34.3253380Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-30T05:38:34.3254390Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-30T05:38:34.3255080Z Importing namespace Cake.Common.Build.MyGet... 2026-01-30T05:38:34.3255730Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-30T05:38:34.3256530Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-30T05:38:34.3257180Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-30T05:38:34.3257860Z Importing namespace Cake.Common.Diagnostics... 2026-01-30T05:38:34.3258470Z Importing namespace Cake.Common.IO... 2026-01-30T05:38:34.3259080Z Importing namespace Cake.Common.IO.Paths... 2026-01-30T05:38:34.3259680Z Importing namespace Cake.Common.Net... 2026-01-30T05:38:34.3260330Z Importing namespace Cake.Common.Security... 2026-01-30T05:38:34.3260950Z Importing namespace Cake.Common.Solution... 2026-01-30T05:38:34.3261590Z Importing namespace Cake.Common.Solution.Project... 2026-01-30T05:38:34.3262260Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-30T05:38:34.3262990Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-30T05:38:34.3263630Z Importing namespace Cake.Common.Text... 2026-01-30T05:38:34.3264240Z Importing namespace Cake.Common.Tools.Cake... 2026-01-30T05:38:34.3264910Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-30T05:38:34.3265570Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-30T05:38:34.3266240Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-30T05:38:34.3266930Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-30T05:38:34.3267660Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-30T05:38:34.3268500Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-30T05:38:34.3269210Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-30T05:38:34.3269880Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-30T05:38:34.3270580Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-30T05:38:34.3271240Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-30T05:38:34.3271920Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-30T05:38:34.3272600Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-30T05:38:34.3273320Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-30T05:38:34.3274000Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-30T05:38:34.3274660Z Importing namespace Cake.Common.Tools.Command... 2026-01-30T05:38:34.3275330Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-30T05:38:34.3276000Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-30T05:38:34.3276660Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-30T05:38:34.3277330Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-30T05:38:34.3278020Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-30T05:38:34.3278670Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-30T05:38:34.3279520Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-30T05:38:34.3280200Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-30T05:38:34.3281040Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-30T05:38:34.3281710Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-30T05:38:34.3282370Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-30T05:38:34.3283030Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-30T05:38:34.3283730Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-30T05:38:34.3284420Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-30T05:38:34.3285130Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-30T05:38:34.3285840Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-30T05:38:34.3286500Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-30T05:38:34.3287180Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-30T05:38:34.3287850Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-30T05:38:34.3288550Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-30T05:38:34.3289210Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-30T05:38:34.3289870Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-30T05:38:34.3290520Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-30T05:38:34.3291210Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-30T05:38:34.3291870Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-30T05:38:34.3292550Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-30T05:38:34.3293240Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-30T05:38:34.3293980Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-30T05:38:34.3294680Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-30T05:38:34.3295370Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-30T05:38:34.3296110Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-30T05:38:34.3296800Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-30T05:38:34.3297460Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-30T05:38:34.3298110Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-30T05:38:34.3298780Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-30T05:38:34.3299440Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-30T05:38:34.3300140Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-30T05:38:34.3300860Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-30T05:38:34.3301590Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-30T05:38:34.3302300Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-30T05:38:34.3303150Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-30T05:38:34.3303830Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-30T05:38:34.3304620Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-30T05:38:34.3305290Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-30T05:38:34.3305940Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-30T05:38:34.3306570Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-30T05:38:34.3307170Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-30T05:38:34.3307780Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-30T05:38:34.3308390Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-30T05:38:34.3309010Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-30T05:38:34.3309620Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-30T05:38:34.3310220Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-30T05:38:34.3310820Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-30T05:38:34.3311420Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-30T05:38:34.3312010Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-30T05:38:34.3312610Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-30T05:38:34.3313230Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-30T05:38:34.3313850Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-30T05:38:34.3314470Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-30T05:38:34.3315090Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-30T05:38:34.3315700Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-30T05:38:34.3316320Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-30T05:38:34.3316940Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-30T05:38:34.3317560Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-30T05:38:34.3318200Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-30T05:38:34.3318830Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-30T05:38:34.3319450Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-30T05:38:34.3320060Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-30T05:38:34.3320680Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-30T05:38:34.3321290Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-30T05:38:34.3321910Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-30T05:38:34.3322540Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-30T05:38:34.3323160Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-30T05:38:34.3323760Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-30T05:38:34.3324360Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-30T05:38:34.3325030Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-30T05:38:34.3325850Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-30T05:38:34.3326510Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-30T05:38:34.3327240Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-30T05:38:34.3327860Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-30T05:38:34.3328470Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-30T05:38:34.3329100Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-30T05:38:34.3329730Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-30T05:38:34.3330380Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-30T05:38:34.3330980Z Importing namespace Cake.Common.Tools.WiX... 2026-01-30T05:38:34.3331590Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-30T05:38:34.3332190Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-30T05:38:34.3332830Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-30T05:38:34.3333440Z Importing namespace Cake.Common.Xml... 2026-01-30T05:38:34.3333990Z Importing namespace Cake.Core... 2026-01-30T05:38:34.3334560Z Importing namespace Cake.Core.Diagnostics... 2026-01-30T05:38:34.3335140Z Importing namespace Cake.Core.IO... 2026-01-30T05:38:34.3335740Z Importing namespace Cake.Core.Scripting... 2026-01-30T05:38:34.3336350Z Importing namespace Cake.Core.Tooling... 2026-01-30T05:38:34.3336920Z Importing namespace Cake.FileHelpers... 2026-01-30T05:38:34.3337530Z Importing namespace NuGet.Common... 2026-01-30T05:38:34.3338100Z Importing namespace NuGet.Configuration... 2026-01-30T05:38:34.3338670Z Importing namespace NuGet.Protocol... 2026-01-30T05:38:34.3339260Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-30T05:38:34.3339850Z Importing namespace NuGet.Versioning... 2026-01-30T05:38:34.3340430Z Importing namespace System... 2026-01-30T05:38:34.3341010Z Importing namespace System.Collections.Generic... 2026-01-30T05:38:34.3341580Z Importing namespace System.IO... 2026-01-30T05:38:34.3342130Z Importing namespace System.Linq... 2026-01-30T05:38:34.3342680Z Importing namespace System.Text... 2026-01-30T05:38:34.3343260Z Importing namespace System.Threading.Tasks... 2026-01-30T05:38:34.3343710Z .NETStandard,Version=v2.0 2026-01-30T05:38:34.3882030Z Compiling build script... 2026-01-30T05:38:37.3650050Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-01-30T05:38:38.7645600Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-30T05:38:38.7647610Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-01-30T05:38:38.7668250Z Host OS System Arch: X64 2026-01-30T05:38:38.7669420Z Host Processor System Arch: X64 2026-01-30T05:38:38.7670600Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T05:38:38.7671290Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-01-30T05:38:38.7671770Z Build Configuration: Release 2026-01-30T05:38:38.7672320Z Build Runtime Identifier: maccatalyst-x64 2026-01-30T05:38:38.7673410Z Build Target Framework: net10.0-maccatalyst 2026-01-30T05:38:38.7673860Z Test Device: mac 2026-01-30T05:38:38.7674360Z Test Results Path: /Users/runner/work/1/a/test-results 2026-01-30T05:38:38.7816460Z 2026-01-30T05:38:38.7817970Z ======================================== 2026-01-30T05:38:38.7819160Z uitest 2026-01-30T05:38:38.7820790Z ======================================== 2026-01-30T05:38:38.7822670Z Executing task: uitest 2026-01-30T05:38:38.7838140Z Starting UI Tests... 2026-01-30T05:38:38.7844640Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-30T05:38:38.7849430Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-01-30T05:38:38.7968820Z Testing Device: mac 2026-01-30T05:38:38.7970640Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-01-30T05:38:38.7971410Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-01-30T05:38:38.7974250Z Results Directory: /Users/runner/work/1/a/test-results 2026-01-30T05:38:38.8008770Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-01-30T05:38:38.8716680Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T05:38:38.8775160Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-01-30T05:38:42.7759220Z Determining projects to restore... 2026-01-30T05:38:52.4921360Z All projects are up-to-date for restore. 2026-01-30T05:39:01.3909620Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-30T05:39:01.4332720Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-30T05:39:01.8009810Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-30T05:39:02.6198910Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-30T05:39:03.0215360Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-30T05:39:03.9726480Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-30T05:39:04.4245960Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-30T05:39:04.6981120Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-30T05:39:04.9759210Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-30T05:39:05.1712620Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-30T05:39:05.3486920Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-30T05:39:05.5089390Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-30T05:39:07.5216020Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-01-30T05:39:07.8997770Z 2026-01-30T05:39:07.9054350Z Build succeeded. 2026-01-30T05:39:07.9098760Z 0 Warning(s) 2026-01-30T05:39:07.9124340Z 0 Error(s) 2026-01-30T05:39:07.9143720Z 2026-01-30T05:39:07.9160530Z Time Elapsed 00:00:28.22 2026-01-30T05:39:08.0780590Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-01-30T05:39:08.1441100Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-01-30T05:39:08.1488960Z Run Tests With Filter TestCategory=Layout 2026-01-30T05:39:08.1581180Z Log Directory: /Users/runner/work/1/a/logs 2026-01-30T05:39:08.1628260Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-01-30T05:39:08.1716530Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-30T05:39:08.1831580Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-30T05:39:08.1952950Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-01-30T05:39:08.1995810Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-01-30T05:39:08.2007900Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-30T05:39:08.2044140Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-30T05:39:08.2072650Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-30T05:39:08.2116120Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-01-30T05:39:08.2161270Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-01-30T05:39:08.2188670Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=Layout" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog /p:VStestUseMSBuildOutput=false 2026-01-30T05:39:12.5588020Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-01-30T05:39:12.6766170Z VSTest version 18.0.1 (x64) 2026-01-30T05:39:12.6782230Z 2026-01-30T05:39:12.8484070Z Starting test execution, please wait... 2026-01-30T05:39:12.9026590Z A total of 1 test files matched the specified pattern. 2026-01-30T05:39:13.5256820Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-30T05:39:13.6632920Z [xUnit.net 00:00:00.15] Discovering: Controls.TestCases.Mac.Tests 2026-01-30T05:39:13.8904960Z [xUnit.net 00:00:00.38] Discovered: Controls.TestCases.Mac.Tests 2026-01-30T05:39:13.9123030Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-30T05:39:13.9464550Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-01-30T05:39:14.8889960Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-30T05:39:46.9139410Z >>>>> 1/30/2026 5:39:46 AM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-01-30T05:39:50.1711970Z >>>>> 1/30/2026 5:39:49 AM VerifyAbsoluteLayout_LayoutBounds Start 2026-01-30T05:40:42.2112070Z >>>>> 1/30/2026 5:40:42 AM VerifyAbsoluteLayout_LayoutBounds Stop 2026-01-30T05:40:42.2895040Z Passed VerifyAbsoluteLayout_LayoutBounds [52 s] 2026-01-30T05:40:42.2896240Z >>>>> 1/30/2026 5:40:42 AM VerifyAbsoluteLayout_AllProportional Start 2026-01-30T05:41:29.5653270Z >>>>> 1/30/2026 5:41:29 AM VerifyAbsoluteLayout_AllProportional Stop 2026-01-30T05:41:29.5775910Z Passed VerifyAbsoluteLayout_AllProportional [47 s] 2026-01-30T05:41:29.5777130Z >>>>> 1/30/2026 5:41:29 AM VerifyAbsoluteLayout_FlowDirection Start 2026-01-30T05:42:01.3808010Z >>>>> 1/30/2026 5:42:01 AM VerifyAbsoluteLayout_FlowDirection Stop 2026-01-30T05:42:01.3878530Z Passed VerifyAbsoluteLayout_FlowDirection [31 s] 2026-01-30T05:42:01.3880160Z >>>>> 1/30/2026 5:42:01 AM VerifyAbsoluteLayout_HeightProportional Start 2026-01-30T05:42:31.3997590Z >>>>> 1/30/2026 5:42:31 AM VerifyAbsoluteLayout_HeightProportional Stop 2026-01-30T05:42:31.4128210Z Passed VerifyAbsoluteLayout_HeightProportional [30 s] 2026-01-30T05:42:31.4140420Z >>>>> 1/30/2026 5:42:31 AM VerifyAbsoluteLayout_PositionProportional Start 2026-01-30T05:43:20.7592190Z >>>>> 1/30/2026 5:43:20 AM VerifyAbsoluteLayout_PositionProportional Stop 2026-01-30T05:43:20.7659370Z Passed VerifyAbsoluteLayout_PositionProportional [49 s] 2026-01-30T05:43:20.7660580Z >>>>> 1/30/2026 5:43:20 AM VerifyAbsoluteLayout_SizeProportional Start 2026-01-30T05:43:50.2515500Z >>>>> 1/30/2026 5:43:50 AM VerifyAbsoluteLayout_SizeProportional Stop 2026-01-30T05:43:50.2572380Z Passed VerifyAbsoluteLayout_SizeProportional [29 s] 2026-01-30T05:43:50.2574860Z >>>>> 1/30/2026 5:43:50 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-01-30T05:44:43.7048780Z >>>>> 1/30/2026 5:44:43 AM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-01-30T05:44:43.7121870Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [53 s] 2026-01-30T05:44:43.7123030Z >>>>> 1/30/2026 5:44:43 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-01-30T05:45:14.3345770Z >>>>> 1/30/2026 5:45:14 AM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-01-30T05:45:14.3409020Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [30 s] 2026-01-30T05:45:14.3412270Z >>>>> 1/30/2026 5:45:14 AM VerifyAbsoluteLayout_Visibility Start 2026-01-30T05:45:25.7934280Z >>>>> 1/30/2026 5:45:25 AM VerifyAbsoluteLayout_Visibility Stop 2026-01-30T05:45:25.8023080Z Passed VerifyAbsoluteLayout_Visibility [11 s] 2026-01-30T05:45:25.8039760Z >>>>> 1/30/2026 5:45:25 AM VerifyAbsoluteLayout_WidthAndHeight Start 2026-01-30T05:45:58.2983630Z >>>>> 1/30/2026 5:45:58 AM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-01-30T05:45:58.3065190Z Passed VerifyAbsoluteLayout_WidthAndHeight [32 s] 2026-01-30T05:45:58.3066300Z >>>>> 1/30/2026 5:45:58 AM VerifyAbsoluteLayout_WidthProportional Start 2026-01-30T05:46:27.8713210Z >>>>> 1/30/2026 5:46:27 AM VerifyAbsoluteLayout_WidthProportional Stop 2026-01-30T05:46:27.8780400Z Passed VerifyAbsoluteLayout_WidthProportional [29 s] 2026-01-30T05:46:27.8782220Z >>>>> 1/30/2026 5:46:27 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-01-30T05:47:02.4717030Z >>>>> 1/30/2026 5:47:02 AM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-01-30T05:47:02.4886700Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [34 s] 2026-01-30T05:47:02.4972070Z >>>>> 1/30/2026 5:47:02 AM VerifyAbsoluteLayout_XProportional Start 2026-01-30T05:47:42.9248740Z >>>>> 1/30/2026 5:47:42 AM VerifyAbsoluteLayout_XProportional Stop 2026-01-30T05:47:42.9309980Z Passed VerifyAbsoluteLayout_XProportional [40 s] 2026-01-30T05:47:42.9312330Z >>>>> 1/30/2026 5:47:42 AM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-01-30T05:48:57.7183900Z >>>>> 1/30/2026 5:48:57 AM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-01-30T05:48:57.7246310Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 14 s] 2026-01-30T05:48:57.7248910Z >>>>> 1/30/2026 5:48:57 AM VerifyAbsoluteLayout_YProportional Start 2026-01-30T05:49:42.9895000Z >>>>> 1/30/2026 5:49:42 AM VerifyAbsoluteLayout_YProportional Stop 2026-01-30T05:49:44.2423400Z Passed VerifyAbsoluteLayout_YProportional [45 s] 2026-01-30T05:49:46.5039130Z >>>>> 1/30/2026 5:49:46 AM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-01-30T05:49:51.1364080Z >>>>> 1/30/2026 5:49:51 AM FlexLayout_ValidateDefaultValues Start 2026-01-30T05:50:12.9790350Z >>>>> 1/30/2026 5:50:12 AM FlexLayout_ValidateDefaultValues Stop 2026-01-30T05:50:12.9897660Z Passed FlexLayout_ValidateDefaultValues [21 s] 2026-01-30T05:50:12.9904910Z >>>>> 1/30/2026 5:50:12 AM FlexLayout_SetWrapAlignContentStretch Start 2026-01-30T05:50:55.0360630Z >>>>> 1/30/2026 5:50:55 AM FlexLayout_SetWrapAlignContentStretch Stop 2026-01-30T05:50:55.0430850Z Passed FlexLayout_SetWrapAlignContentStretch [42 s] 2026-01-30T05:50:55.0432970Z >>>>> 1/30/2026 5:50:55 AM FlexLayout_SetWrapAlignContentCenter Start 2026-01-30T05:51:34.9384410Z >>>>> 1/30/2026 5:51:34 AM FlexLayout_SetWrapAlignContentCenter Stop 2026-01-30T05:51:34.9588070Z Passed FlexLayout_SetWrapAlignContentCenter [39 s] 2026-01-30T05:51:34.9608110Z >>>>> 1/30/2026 5:51:34 AM FlexLayout_SetWrapAlignContentStart Start 2026-01-30T05:52:19.1366900Z >>>>> 1/30/2026 5:52:19 AM FlexLayout_SetWrapAlignContentStart Stop 2026-01-30T05:52:19.1489460Z Passed FlexLayout_SetWrapAlignContentStart [44 s] 2026-01-30T05:52:19.1493880Z >>>>> 1/30/2026 5:52:19 AM FlexLayout_SetWrapAlignContentEnd Start 2026-01-30T05:53:05.4374320Z >>>>> 1/30/2026 5:53:05 AM FlexLayout_SetWrapAlignContentEnd Stop 2026-01-30T05:53:05.4491760Z Passed FlexLayout_SetWrapAlignContentEnd [46 s] 2026-01-30T05:53:05.4498040Z >>>>> 1/30/2026 5:53:05 AM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-01-30T05:53:44.5363230Z >>>>> 1/30/2026 5:53:44 AM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-01-30T05:53:44.5433760Z Passed FlexLayout_SetWrapAlignContentSpaceAround [39 s] 2026-01-30T05:53:44.5435430Z >>>>> 1/30/2026 5:53:44 AM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-01-30T05:54:25.3644210Z >>>>> 1/30/2026 5:54:25 AM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-01-30T05:54:25.3760580Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [40 s] 2026-01-30T05:54:25.3774070Z >>>>> 1/30/2026 5:54:25 AM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-01-30T05:55:05.6859680Z >>>>> 1/30/2026 5:55:05 AM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-01-30T05:55:05.7053040Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [40 s] 2026-01-30T05:55:05.7054370Z >>>>> 1/30/2026 5:55:05 AM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-01-30T05:55:40.3094590Z >>>>> 1/30/2026 5:55:40 AM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-01-30T05:55:40.3166410Z Passed FlexLayout_SetWrapReverseAlignContentStretch [34 s] 2026-01-30T05:55:40.3168530Z >>>>> 1/30/2026 5:55:40 AM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-01-30T05:56:24.9776340Z >>>>> 1/30/2026 5:56:24 AM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-01-30T05:56:24.9888220Z Passed FlexLayout_SetWrapReverseAlignContentCenter [44 s] 2026-01-30T05:56:24.9897810Z >>>>> 1/30/2026 5:56:24 AM FlexLayout_SetWrapReverseAlignContentStart Start 2026-01-30T05:57:16.5034410Z >>>>> 1/30/2026 5:57:16 AM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-01-30T05:57:16.5147270Z Passed FlexLayout_SetWrapReverseAlignContentStart [51 s] 2026-01-30T05:57:16.5174820Z >>>>> 1/30/2026 5:57:16 AM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-01-30T05:58:12.9471230Z >>>>> 1/30/2026 5:58:12 AM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-01-30T05:58:12.9574130Z Passed FlexLayout_SetWrapReverseAlignContentEnd [56 s] 2026-01-30T05:58:12.9576490Z >>>>> 1/30/2026 5:58:12 AM FlexLayout_AlignItemsCenter Start 2026-01-30T05:58:51.1430550Z >>>>> 1/30/2026 5:58:51 AM FlexLayout_AlignItemsCenter Stop 2026-01-30T05:58:51.1531820Z Passed FlexLayout_AlignItemsCenter [38 s] 2026-01-30T05:58:51.1537190Z >>>>> 1/30/2026 5:58:51 AM FlexLayout_AlignItemsEnd Start 2026-01-30T05:59:28.7104320Z >>>>> 1/30/2026 5:59:28 AM FlexLayout_AlignItemsEnd Stop 2026-01-30T05:59:28.7385660Z Passed FlexLayout_AlignItemsEnd [37 s] 2026-01-30T05:59:28.7439340Z >>>>> 1/30/2026 5:59:28 AM FlexLayout_AlignItemsStretch Start 2026-01-30T05:59:57.5949000Z >>>>> 1/30/2026 5:59:57 AM FlexLayout_AlignItemsStretch Stop 2026-01-30T05:59:57.6063610Z Passed FlexLayout_AlignItemsStretch [28 s] 2026-01-30T05:59:57.6066500Z >>>>> 1/30/2026 5:59:57 AM FlexLayout_DirectionRowReverse Start 2026-01-30T06:00:22.3953820Z >>>>> 1/30/2026 6:00:22 AM FlexLayout_DirectionRowReverse Stop 2026-01-30T06:00:22.4065170Z Passed FlexLayout_DirectionRowReverse [24 s] 2026-01-30T06:00:22.4068410Z >>>>> 1/30/2026 6:00:22 AM FlexLayout_DirectionColumn Start 2026-01-30T06:00:55.8911130Z >>>>> 1/30/2026 6:00:55 AM FlexLayout_DirectionColumn Stop 2026-01-30T06:00:55.9007970Z Passed FlexLayout_DirectionColumn [33 s] 2026-01-30T06:00:55.9112980Z >>>>> 1/30/2026 6:00:55 AM FlexLayout_DirectionColumnReverse Start 2026-01-30T06:01:23.7147130Z >>>>> 1/30/2026 6:01:23 AM FlexLayout_DirectionColumnReverse Stop 2026-01-30T06:01:23.7234070Z Passed FlexLayout_DirectionColumnReverse [27 s] 2026-01-30T06:01:23.7238960Z >>>>> 1/30/2026 6:01:23 AM FlexLayout_JustifyContentCenter Start 2026-01-30T06:01:44.5118540Z >>>>> 1/30/2026 6:01:44 AM FlexLayout_JustifyContentCenter Stop 2026-01-30T06:01:44.5202500Z Passed FlexLayout_JustifyContentCenter [20 s] 2026-01-30T06:01:44.5205470Z >>>>> 1/30/2026 6:01:44 AM FlexLayout_JustifyContentEnd Start 2026-01-30T06:02:17.4761270Z >>>>> 1/30/2026 6:02:17 AM FlexLayout_JustifyContentEnd Stop 2026-01-30T06:02:17.4877450Z Passed FlexLayout_JustifyContentEnd [32 s] 2026-01-30T06:02:17.4881900Z >>>>> 1/30/2026 6:02:17 AM FlexLayout_JustifyContentSpaceBetween Start 2026-01-30T06:02:48.8442850Z >>>>> 1/30/2026 6:02:48 AM FlexLayout_JustifyContentSpaceBetween Stop 2026-01-30T06:02:48.8454030Z Passed FlexLayout_JustifyContentSpaceBetween [31 s] 2026-01-30T06:02:48.8458630Z >>>>> 1/30/2026 6:02:48 AM FlexLayout_JustifyContentSpaceAround Start 2026-01-30T06:03:17.0188610Z >>>>> 1/30/2026 6:03:17 AM FlexLayout_JustifyContentSpaceAround Stop 2026-01-30T06:03:17.0267830Z Passed FlexLayout_JustifyContentSpaceAround [28 s] 2026-01-30T06:03:17.0270820Z >>>>> 1/30/2026 6:03:17 AM FlexLayout_JustifyContentSpaceEvenly Start 2026-01-30T06:03:47.3689320Z >>>>> 1/30/2026 6:03:47 AM FlexLayout_JustifyContentSpaceEvenly Stop 2026-01-30T06:03:47.3824100Z Passed FlexLayout_JustifyContentSpaceEvenly [30 s] 2026-01-30T06:03:47.3828550Z >>>>> 1/30/2026 6:03:47 AM FlexLayout_AlignSelfStart Start 2026-01-30T06:04:11.7995370Z >>>>> 1/30/2026 6:04:11 AM FlexLayout_AlignSelfStart Stop 2026-01-30T06:04:11.8073890Z Passed FlexLayout_AlignSelfStart [24 s] 2026-01-30T06:04:11.8076830Z >>>>> 1/30/2026 6:04:11 AM FlexLayout_AlignSelfCenter Start 2026-01-30T06:04:32.9779830Z >>>>> 1/30/2026 6:04:32 AM FlexLayout_AlignSelfCenter Stop 2026-01-30T06:04:32.9873750Z Passed FlexLayout_AlignSelfCenter [21 s] 2026-01-30T06:04:32.9877750Z >>>>> 1/30/2026 6:04:32 AM FlexLayout_AlignSelfEnd Start 2026-01-30T06:04:54.1255960Z >>>>> 1/30/2026 6:04:54 AM FlexLayout_AlignSelfEnd Stop 2026-01-30T06:04:54.1313570Z Passed FlexLayout_AlignSelfEnd [21 s] 2026-01-30T06:04:54.1316400Z >>>>> 1/30/2026 6:04:54 AM FlexLayout_AlignSelfStretch Start 2026-01-30T06:05:17.8063700Z >>>>> 1/30/2026 6:05:17 AM FlexLayout_AlignSelfStretch Stop 2026-01-30T06:05:17.8137100Z Passed FlexLayout_AlignSelfStretch [23 s] 2026-01-30T06:05:17.8215330Z >>>>> 1/30/2026 6:05:17 AM FlexLayout_Child1Grow Start 2026-01-30T06:05:47.0339000Z >>>>> 1/30/2026 6:05:47 AM FlexLayout_Child1Grow Stop 2026-01-30T06:05:47.0393560Z Passed FlexLayout_Child1Grow [29 s] 2026-01-30T06:05:47.0394880Z >>>>> 1/30/2026 6:05:47 AM FlexLayout_Child1Shrink Start 2026-01-30T06:06:21.1004180Z >>>>> 1/30/2026 6:06:21 AM FlexLayout_Child1Shrink Stop 2026-01-30T06:06:21.1078100Z Passed FlexLayout_Child1Shrink [34 s] 2026-01-30T06:06:21.1081050Z >>>>> 1/30/2026 6:06:21 AM FlexLayout_Child1Order Start 2026-01-30T06:06:54.5331930Z >>>>> 1/30/2026 6:06:54 AM FlexLayout_Child1Order Stop 2026-01-30T06:06:54.5423380Z Passed FlexLayout_Child1Order [33 s] 2026-01-30T06:06:54.5425010Z >>>>> 1/30/2026 6:06:54 AM FlexLayout_BasisAuto_DirectionRow Start 2026-01-30T06:07:21.7738000Z >>>>> 1/30/2026 6:07:21 AM FlexLayout_BasisAuto_DirectionRow Stop 2026-01-30T06:07:21.7800930Z Passed FlexLayout_BasisAuto_DirectionRow [27 s] 2026-01-30T06:07:21.7802160Z >>>>> 1/30/2026 6:07:21 AM FlexLayout_BasisFixed_DirectionRow Start 2026-01-30T06:07:46.7339940Z >>>>> 1/30/2026 6:07:46 AM FlexLayout_BasisFixed_DirectionRow Stop 2026-01-30T06:07:46.7398060Z Passed FlexLayout_BasisFixed_DirectionRow [24 s] 2026-01-30T06:07:46.7399310Z >>>>> 1/30/2026 6:07:46 AM FlexLayout_BasisPercentage_DirectionRow Start 2026-01-30T06:08:16.6988550Z >>>>> 1/30/2026 6:08:16 AM FlexLayout_BasisPercentage_DirectionRow Stop 2026-01-30T06:08:16.7039490Z Passed FlexLayout_BasisPercentage_DirectionRow [29 s] 2026-01-30T06:08:16.7040670Z >>>>> 1/30/2026 6:08:16 AM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-01-30T06:08:41.9005050Z >>>>> 1/30/2026 6:08:41 AM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-01-30T06:08:41.9054550Z Passed FlexLayout_BasisAuto_DirectionRowReverse [25 s] 2026-01-30T06:08:41.9056600Z >>>>> 1/30/2026 6:08:41 AM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-01-30T06:09:07.0712700Z >>>>> 1/30/2026 6:09:07 AM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-01-30T06:09:07.0776270Z Passed FlexLayout_BasisFixed_DirectionRowReverse [25 s] 2026-01-30T06:09:07.0779040Z >>>>> 1/30/2026 6:09:07 AM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-01-30T06:09:36.1783630Z >>>>> 1/30/2026 6:09:36 AM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-01-30T06:09:36.1844400Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [29 s] 2026-01-30T06:09:36.1845520Z >>>>> 1/30/2026 6:09:36 AM FlexLayout_BasisAuto_DirectionColumn Start 2026-01-30T06:10:01.8423800Z >>>>> 1/30/2026 6:10:01 AM FlexLayout_BasisAuto_DirectionColumn Stop 2026-01-30T06:10:01.8477780Z Passed FlexLayout_BasisAuto_DirectionColumn [25 s] 2026-01-30T06:10:01.8481290Z >>>>> 1/30/2026 6:10:01 AM FlexLayout_BasisFixed_DirectionColumn Start 2026-01-30T06:10:27.0557670Z >>>>> 1/30/2026 6:10:27 AM FlexLayout_BasisFixed_DirectionColumn Stop 2026-01-30T06:10:27.0673600Z Passed FlexLayout_BasisFixed_DirectionColumn [25 s] 2026-01-30T06:10:27.0692180Z >>>>> 1/30/2026 6:10:27 AM FlexLayout_BasisPercentage_DirectionColumn Start 2026-01-30T06:10:59.2740780Z >>>>> 1/30/2026 6:10:59 AM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-01-30T06:10:59.2804820Z Passed FlexLayout_BasisPercentage_DirectionColumn [32 s] 2026-01-30T06:10:59.2806370Z >>>>> 1/30/2026 6:10:59 AM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-01-30T06:11:23.9987600Z >>>>> 1/30/2026 6:11:23 AM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-01-30T06:11:24.0045990Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [24 s] 2026-01-30T06:11:24.0048740Z >>>>> 1/30/2026 6:11:24 AM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-01-30T06:11:49.1449560Z >>>>> 1/30/2026 6:11:49 AM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-01-30T06:11:49.1508670Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [25 s] 2026-01-30T06:11:49.1511810Z >>>>> 1/30/2026 6:11:49 AM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-01-30T06:12:22.5118010Z >>>>> 1/30/2026 6:12:22 AM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-01-30T06:12:22.5175160Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [33 s] 2026-01-30T06:12:22.5178960Z >>>>> 1/30/2026 6:12:22 AM FlexLayout_SetAlignItemsCenterWrap Start 2026-01-30T06:12:59.8963960Z >>>>> 1/30/2026 6:12:59 AM FlexLayout_SetAlignItemsCenterWrap Stop 2026-01-30T06:12:59.9024390Z Passed FlexLayout_SetAlignItemsCenterWrap [37 s] 2026-01-30T06:12:59.9028020Z >>>>> 1/30/2026 6:12:59 AM FlexLayout_SetAlignItemsEndWrap Start 2026-01-30T06:13:36.9966400Z >>>>> 1/30/2026 6:13:36 AM FlexLayout_SetAlignItemsEndWrap Stop 2026-01-30T06:13:37.4243850Z Passed FlexLayout_SetAlignItemsEndWrap [37 s] 2026-01-30T06:13:39.7471330Z >>>>> 1/30/2026 6:13:39 AM FixtureSetup for GridFeatureTests(Mac) 2026-01-30T06:13:42.4076090Z >>>>> 1/30/2026 6:13:42 AM VerifyGrid_BackgroundColor Start 2026-01-30T06:13:57.3813380Z >>>>> 1/30/2026 6:13:57 AM VerifyGrid_BackgroundColor Stop 2026-01-30T06:13:57.3880930Z Passed VerifyGrid_BackgroundColor [14 s] 2026-01-30T06:13:57.3885960Z >>>>> 1/30/2026 6:13:57 AM VerifyGrid_ColumnSpacing Start 2026-01-30T06:14:18.5413690Z >>>>> 1/30/2026 6:14:18 AM VerifyGrid_ColumnSpacing Stop 2026-01-30T06:14:18.5894740Z Passed VerifyGrid_ColumnSpacing [21 s] 2026-01-30T06:14:18.6009560Z >>>>> 1/30/2026 6:14:18 AM VerifyGrid_ColumnSpan Start 2026-01-30T06:14:38.8056670Z >>>>> 1/30/2026 6:14:38 AM VerifyGrid_ColumnSpan Stop 2026-01-30T06:14:38.8117490Z Passed VerifyGrid_ColumnSpan [20 s] 2026-01-30T06:14:38.8119780Z >>>>> 1/30/2026 6:14:38 AM VerifyGrid_FlowDirection Start 2026-01-30T06:14:54.1263460Z >>>>> 1/30/2026 6:14:54 AM VerifyGrid_FlowDirection Stop 2026-01-30T06:14:54.1405900Z Passed VerifyGrid_FlowDirection [15 s] 2026-01-30T06:14:54.1511610Z >>>>> 1/30/2026 6:14:54 AM VerifyGrid_HorizontalOptionsCenter Start 2026-01-30T06:15:08.9823460Z >>>>> 1/30/2026 6:15:08 AM VerifyGrid_HorizontalOptionsCenter Stop 2026-01-30T06:15:08.9891470Z Passed VerifyGrid_HorizontalOptionsCenter [14 s] 2026-01-30T06:15:08.9892850Z >>>>> 1/30/2026 6:15:08 AM VerifyGrid_HorizontalOptionsEnd Start 2026-01-30T06:15:23.5220880Z >>>>> 1/30/2026 6:15:23 AM VerifyGrid_HorizontalOptionsEnd Stop 2026-01-30T06:15:23.5272800Z Passed VerifyGrid_HorizontalOptionsEnd [14 s] 2026-01-30T06:15:23.5274810Z >>>>> 1/30/2026 6:15:23 AM VerifyGrid_HorizontalOptionsStart Start 2026-01-30T06:15:37.9505660Z >>>>> 1/30/2026 6:15:37 AM VerifyGrid_HorizontalOptionsStart Stop 2026-01-30T06:15:37.9559900Z Passed VerifyGrid_HorizontalOptionsStart [14 s] 2026-01-30T06:15:37.9561270Z >>>>> 1/30/2026 6:15:37 AM VerifyGrid_IsVisible Start 2026-01-30T06:15:51.3253630Z >>>>> 1/30/2026 6:15:51 AM VerifyGrid_IsVisible Stop 2026-01-30T06:15:51.3305930Z Passed VerifyGrid_IsVisible [13 s] 2026-01-30T06:15:51.3308260Z >>>>> 1/30/2026 6:15:51 AM VerifyGrid_NestedGrid Start 2026-01-30T06:16:05.7640210Z >>>>> 1/30/2026 6:16:05 AM VerifyGrid_NestedGrid Stop 2026-01-30T06:16:05.7716900Z Passed VerifyGrid_NestedGrid [14 s] 2026-01-30T06:16:05.7727450Z >>>>> 1/30/2026 6:16:05 AM VerifyGrid_Padding Start 2026-01-30T06:16:26.8656930Z >>>>> 1/30/2026 6:16:26 AM VerifyGrid_Padding Stop 2026-01-30T06:16:26.8970150Z Passed VerifyGrid_Padding [21 s] 2026-01-30T06:16:26.8971270Z >>>>> 1/30/2026 6:16:26 AM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-01-30T06:17:09.9418860Z >>>>> 1/30/2026 6:17:09 AM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-01-30T06:17:09.9471430Z Passed VerifyGrid_RowAndColumnTypeAbsolute [43 s] 2026-01-30T06:17:09.9473180Z >>>>> 1/30/2026 6:17:09 AM VerifyGrid_RowSpacing Start 2026-01-30T06:17:31.2959120Z >>>>> 1/30/2026 6:17:31 AM VerifyGrid_RowSpacing Stop 2026-01-30T06:17:31.3026050Z Passed VerifyGrid_RowSpacing [21 s] 2026-01-30T06:17:31.3034110Z >>>>> 1/30/2026 6:17:31 AM VerifyGrid_RowSpan Start 2026-01-30T06:17:53.6183750Z >>>>> 1/30/2026 6:17:53 AM VerifyGrid_RowSpan Stop 2026-01-30T06:17:53.6250410Z Passed VerifyGrid_RowSpan [22 s] 2026-01-30T06:17:53.6253460Z >>>>> 1/30/2026 6:17:53 AM VerifyGrid_SetColumn Start 2026-01-30T06:18:14.4490230Z >>>>> 1/30/2026 6:18:14 AM VerifyGrid_SetColumn Stop 2026-01-30T06:18:14.4548750Z Passed VerifyGrid_SetColumn [20 s] 2026-01-30T06:18:14.4550280Z >>>>> 1/30/2026 6:18:14 AM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-01-30T06:18:53.0180140Z >>>>> 1/30/2026 6:18:53 AM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-01-30T06:18:53.0340920Z Passed VerifyGrid_SetColumn_SetColumnSpacing [38 s] 2026-01-30T06:18:53.0364620Z >>>>> 1/30/2026 6:18:53 AM VerifyGrid_SetColumn_SetRowSpacing Start 2026-01-30T06:19:32.3536330Z >>>>> 1/30/2026 6:19:32 AM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-01-30T06:19:32.3595940Z Passed VerifyGrid_SetColumn_SetRowSpacing [39 s] 2026-01-30T06:19:32.3598510Z >>>>> 1/30/2026 6:19:32 AM VerifyGrid_SetColumnSpacingAndPadding Start 2026-01-30T06:20:08.8856430Z >>>>> 1/30/2026 6:20:08 AM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-01-30T06:20:08.8924880Z Passed VerifyGrid_SetColumnSpacingAndPadding [36 s] 2026-01-30T06:20:08.8929530Z >>>>> 1/30/2026 6:20:08 AM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-01-30T06:20:35.7981400Z >>>>> 1/30/2026 6:20:35 AM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-01-30T06:20:35.8038180Z Passed VerifyGrid_SetPaddingAndBackgroundColor [26 s] 2026-01-30T06:20:35.8039630Z >>>>> 1/30/2026 6:20:35 AM VerifyGrid_SetRow Start 2026-01-30T06:20:56.5074150Z >>>>> 1/30/2026 6:20:56 AM VerifyGrid_SetRow Stop 2026-01-30T06:20:56.5128740Z Passed VerifyGrid_SetRow [20 s] 2026-01-30T06:20:56.5129850Z >>>>> 1/30/2026 6:20:56 AM VerifyGrid_SetRow_SetColumnSpacing Start 2026-01-30T06:21:35.2883580Z >>>>> 1/30/2026 6:21:35 AM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-01-30T06:21:35.2941960Z Passed VerifyGrid_SetRow_SetColumnSpacing [38 s] 2026-01-30T06:21:35.2944520Z >>>>> 1/30/2026 6:21:35 AM VerifyGrid_SetRow_SetRowSpacing Start 2026-01-30T06:22:14.1292780Z >>>>> 1/30/2026 6:22:14 AM VerifyGrid_SetRow_SetRowSpacing Stop 2026-01-30T06:22:14.1348340Z Passed VerifyGrid_SetRow_SetRowSpacing [38 s] 2026-01-30T06:22:14.1349360Z >>>>> 1/30/2026 6:22:14 AM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-01-30T06:22:53.0857800Z >>>>> 1/30/2026 6:22:53 AM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-01-30T06:22:53.0922790Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [38 s] 2026-01-30T06:22:53.0929460Z >>>>> 1/30/2026 6:22:53 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-01-30T06:23:34.2908920Z >>>>> 1/30/2026 6:23:34 AM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-01-30T06:23:34.2962160Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [41 s] 2026-01-30T06:23:34.2963400Z >>>>> 1/30/2026 6:23:34 AM VerifyGrid_SetRowSpacingAndPadding Start 2026-01-30T06:24:06.1099850Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-01-30T06:24:06.1808030Z ##[error]The operation was canceled. 2026-01-30T06:24:06.1821790Z ##[section]Async Command Start: Update Build Number 2026-01-30T06:24:06.1836950Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T06:24:06.1837460Z ##[section]Async Command End: Update Build Number 2026-01-30T06:24:06.1841080Z ##[section]Async Command Start: Update Build Number 2026-01-30T06:24:06.1841920Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T06:24:06.1842320Z ##[section]Async Command End: Update Build Number 2026-01-30T06:24:06.1845230Z ##[section]Async Command Start: Update Build Number 2026-01-30T06:24:06.1845850Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T06:24:06.1846270Z ##[section]Async Command End: Update Build Number 2026-01-30T06:24:06.1848540Z ##[section]Async Command Start: Update Build Number 2026-01-30T06:24:06.1849110Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T06:24:06.1849500Z ##[section]Async Command End: Update Build Number 2026-01-30T06:24:06.1851720Z ##[section]Async Command Start: Update Build Number 2026-01-30T06:24:06.1852340Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T06:24:06.1852700Z ##[section]Async Command End: Update Build Number 2026-01-30T06:24:06.1854940Z ##[section]Async Command Start: Update Build Number 2026-01-30T06:24:06.1855710Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T06:24:06.1856120Z ##[section]Async Command End: Update Build Number 2026-01-30T06:24:06.1858470Z ##[section]Async Command Start: Update Build Number 2026-01-30T06:24:06.1859080Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T06:24:06.1859460Z ##[section]Async Command End: Update Build Number 2026-01-30T06:24:06.1861700Z ##[section]Async Command Start: Update Build Number 2026-01-30T06:24:06.1862350Z Update build number to 10.0.40-ci+azdo.1272667 for build 1272667 2026-01-30T06:24:06.1862690Z ##[section]Async Command End: Update Build Number 2026-01-30T06:24:06.1865260Z ##[section]Finishing: Controls Layout