2026-02-03T11:13:55.3604460Z ##[section]Starting: Controls SearchBar,Shape,Slider 2026-02-03T11:13:55.3623810Z ============================================================================== 2026-02-03T11:13:55.3624140Z Task : PowerShell 2026-02-03T11:13:55.3624350Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-03T11:13:55.3624580Z Version : 2.268.1 2026-02-03T11:13:55.3624780Z Author : Microsoft Corporation 2026-02-03T11:13:55.3624950Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-03T11:13:55.3625240Z ============================================================================== 2026-02-03T11:13:55.5899230Z Generating script. 2026-02-03T11:13:55.5914580Z ========================== Starting Command Output =========================== 2026-02-03T11:13:55.5934820Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/7ac23ee3-efe7-4c78-9d48-1faa06560e3b.ps1' 2026-02-03T11:13:56.4206160Z $ErrorActionPreference = 'stop' 2026-02-03T11:13:56.4212410Z $ProgressPreference = 'silentlyContinue' 2026-02-03T11:13:56.4213240Z Get-Content $PSCommandPath 2026-02-03T11:13:56.4215370Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-02-03T11:13:56.4218230Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-03T11:13:56.4219380Z $command += " --runtimevariant=""Mono""" 2026-02-03T11:13:56.4221010Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-03T11:13:56.4223180Z 2026-02-03T11:13:56.4224730Z $testFilter = "" 2026-02-03T11:13:56.4225430Z $testConfigrationArgs = "" 2026-02-03T11:13:56.4226360Z 2026-02-03T11:13:56.4228150Z "SearchBar,Shape,Slider".Split(",") | ForEach { 2026-02-03T11:13:56.4229740Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-03T11:13:56.4230780Z } 2026-02-03T11:13:56.4231090Z 2026-02-03T11:13:56.4231830Z $testFilter = $testFilter.TrimEnd("|") 2026-02-03T11:13:56.4232150Z 2026-02-03T11:13:56.4233020Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-03T11:13:56.4233900Z if ($testConfigrationArgs) { 2026-02-03T11:13:56.4234660Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-03T11:13:56.4235800Z } 2026-02-03T11:13:56.4236750Z if ($testFilter) { 2026-02-03T11:13:56.4237780Z $command += " --test-filter ""$testFilter""" 2026-02-03T11:13:56.4238440Z } 2026-02-03T11:13:56.4238650Z 2026-02-03T11:13:56.4239490Z $headless = true 2026-02-03T11:13:56.4240000Z if ($headless) { 2026-02-03T11:13:56.4240870Z $command += " --headless ""$headless""" 2026-02-03T11:13:56.4241490Z } 2026-02-03T11:13:56.4241720Z 2026-02-03T11:13:56.4242250Z Write-Host "Running command: $command" 2026-02-03T11:13:56.4242540Z 2026-02-03T11:13:56.4243780Z Invoke-Expression $command 2026-02-03T11:13:56.4244970Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-03T11:13:56.4256080Z } else { 2026-02-03T11:13:56.4261170Z exit $LASTEXITCODE 2026-02-03T11:13:56.4263750Z } 2026-02-03T11:13:56.6031790Z 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=SearchBar|TestCategory=Shape|TestCategory=Slider" 2026-02-03T11:13:57.2348360Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-03T11:13:58.1376900Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-03T11:13:58.9973830Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-03T11:13:59.5561080Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26064.3' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-03T11:14:00.2322210Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-03T11:14:01.2084340Z Looking for modules... 2026-02-03T11:14:05.1557870Z No modules found to install. 2026-02-03T11:14:05.1707510Z Module directory does not exist. 2026-02-03T11:14:05.1780100Z Analyzing build script... 2026-02-03T11:14:05.1809280Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-03T11:14:05.1827600Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-03T11:14:05.1834920Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-03T11:14:05.5356320Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-03T11:14:07.6086840Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-03T11:14:08.7664150Z Processing build script... 2026-02-03T11:14:08.7684550Z Installing addins... 2026-02-03T11:14:09.2176230Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-03T11:14:09.2717980Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-03T11:14:09.3081730Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-03T11:14:09.6265030Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-03T11:14:09.6267590Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-03T11:14:09.6268970Z is referencing an older version of Cake.Core (0.33.0). 2026-02-03T11:14:09.6270860Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-03T11:14:09.6273840Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-03T11:14:09.6279410Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-03T11:14:09.9775850Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-03T11:14:09.9778210Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-03T11:14:09.9780440Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-03T11:14:09.9783070Z Adding assembly reference to System.Runtime.dll... 2026-02-03T11:14:09.9796330Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-03T11:14:09.9799290Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-03T11:14:09.9807050Z Adding assembly reference to System.Threading.dll... 2026-02-03T11:14:09.9808830Z Adding assembly reference to System.Linq.dll... 2026-02-03T11:14:09.9810630Z Adding assembly reference to System.Collections.dll... 2026-02-03T11:14:09.9814870Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-03T11:14:09.9822730Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-03T11:14:09.9826520Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-03T11:14:09.9828940Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-03T11:14:09.9829740Z Adding assembly reference to System.ObjectModel.dll... 2026-02-03T11:14:09.9830580Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-03T11:14:09.9833210Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-03T11:14:09.9836070Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-03T11:14:09.9838100Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-03T11:14:09.9840320Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-03T11:14:09.9842450Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-03T11:14:09.9844400Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-03T11:14:09.9846240Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-03T11:14:09.9854320Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-03T11:14:09.9856700Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-03T11:14:09.9859560Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-03T11:14:09.9861170Z Adding assembly reference to mscorlib.dll... 2026-02-03T11:14:09.9861890Z Adding assembly reference to netstandard.dll... 2026-02-03T11:14:09.9863340Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-03T11:14:09.9864380Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-03T11:14:09.9865160Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-03T11:14:09.9865880Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-03T11:14:09.9866570Z Adding assembly reference to System.Memory.dll... 2026-02-03T11:14:09.9867350Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-03T11:14:09.9869100Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-03T11:14:09.9872130Z Adding assembly reference to System.ComponentModel.dll... 2026-02-03T11:14:09.9873950Z Adding assembly reference to System.Console.dll... 2026-02-03T11:14:09.9875970Z Adding assembly reference to System.Data.Common.dll... 2026-02-03T11:14:09.9878160Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-03T11:14:09.9881260Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-03T11:14:09.9884980Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-03T11:14:09.9888460Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-03T11:14:09.9910640Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-03T11:14:09.9916840Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-03T11:14:09.9920070Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-03T11:14:09.9923100Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-03T11:14:09.9924410Z Adding assembly reference to System.IO.Compression.dll... 2026-02-03T11:14:09.9926510Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-03T11:14:09.9932230Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-03T11:14:09.9934600Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-03T11:14:09.9940440Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-03T11:14:09.9942140Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-03T11:14:09.9942950Z Adding assembly reference to System.Net.Requests.dll... 2026-02-03T11:14:09.9943740Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-03T11:14:09.9944720Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-03T11:14:09.9945500Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-03T11:14:09.9946260Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-03T11:14:09.9947170Z Adding assembly reference to System.Net.Http.dll... 2026-02-03T11:14:09.9948100Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-03T11:14:09.9950160Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-03T11:14:09.9951350Z Adding assembly reference to System.Net.Mail.dll... 2026-02-03T11:14:09.9952340Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-03T11:14:09.9953180Z Adding assembly reference to System.Net.Ping.dll... 2026-02-03T11:14:09.9953930Z Adding assembly reference to System.Net.Security.dll... 2026-02-03T11:14:09.9954660Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-03T11:14:09.9955420Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-03T11:14:09.9956160Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-03T11:14:09.9956930Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-03T11:14:09.9957640Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-03T11:14:09.9958370Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-03T11:14:09.9959110Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-03T11:14:09.9959960Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-03T11:14:09.9960740Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-03T11:14:09.9961510Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-03T11:14:09.9962840Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-03T11:14:09.9963600Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-03T11:14:09.9964380Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-03T11:14:09.9965110Z Adding assembly reference to System.Security.Claims.dll... 2026-02-03T11:14:09.9966370Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-03T11:14:09.9967090Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-03T11:14:09.9967810Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-03T11:14:09.9968530Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-03T11:14:09.9969300Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-03T11:14:09.9970000Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-03T11:14:09.9971110Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-03T11:14:09.9971890Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-03T11:14:09.9972590Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-03T11:14:09.9973290Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-03T11:14:09.9973990Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-03T11:14:09.9974700Z Adding assembly reference to System.AppContext.dll... 2026-02-03T11:14:09.9975370Z Adding assembly reference to System.Buffers.dll... 2026-02-03T11:14:09.9976090Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-03T11:14:09.9976820Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-03T11:14:09.9977580Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-03T11:14:09.9978370Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-03T11:14:09.9979160Z Adding assembly reference to System.Configuration.dll... 2026-02-03T11:14:09.9979880Z Adding assembly reference to System.Core.dll... 2026-02-03T11:14:09.9980560Z Adding assembly reference to System.Private.Uri.dll... 2026-02-03T11:14:09.9981320Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-03T11:14:09.9982010Z Adding assembly reference to System.Data.dll... 2026-02-03T11:14:09.9982710Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-03T11:14:09.9983440Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-03T11:14:09.9984210Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-03T11:14:09.9984910Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-03T11:14:09.9985580Z Adding assembly reference to System.dll... 2026-02-03T11:14:09.9986280Z Adding assembly reference to System.Drawing.dll... 2026-02-03T11:14:09.9986980Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-03T11:14:09.9987670Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-03T11:14:09.9988360Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-03T11:14:09.9989110Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-03T11:14:09.9989820Z Adding assembly reference to System.Globalization.dll... 2026-02-03T11:14:09.9990530Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-03T11:14:09.9991630Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-03T11:14:09.9992700Z Adding assembly reference to System.IO.dll... 2026-02-03T11:14:10.0028440Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-03T11:14:10.0029220Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-03T11:14:10.0029940Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-03T11:14:10.0030640Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-03T11:14:10.0031780Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-03T11:14:10.0032510Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-03T11:14:10.0033190Z Adding assembly reference to System.Net.dll... 2026-02-03T11:14:10.0033860Z Adding assembly reference to System.Net.Quic.dll... 2026-02-03T11:14:10.0034560Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-03T11:14:10.0035230Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-03T11:14:10.0035970Z Adding assembly reference to System.Text.Json.dll... 2026-02-03T11:14:10.0036680Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-03T11:14:10.0037410Z Adding assembly reference to System.Numerics.dll... 2026-02-03T11:14:10.0038070Z Adding assembly reference to System.Reflection.dll... 2026-02-03T11:14:10.0038740Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-03T11:14:10.0039450Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-03T11:14:10.0040130Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-03T11:14:10.0040850Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-03T11:14:10.0041600Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-03T11:14:10.0042310Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-03T11:14:10.0042970Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-03T11:14:10.0043720Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-03T11:14:10.0044540Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-03T11:14:10.0045290Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-03T11:14:10.0046020Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-03T11:14:10.0046760Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-03T11:14:10.0047560Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-03T11:14:10.0048310Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-03T11:14:10.0049220Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-03T11:14:10.0049960Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-03T11:14:10.0050730Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-03T11:14:10.0051900Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-03T11:14:10.0052620Z Adding assembly reference to System.Security.dll... 2026-02-03T11:14:10.0053340Z Adding assembly reference to System.Security.Principal.dll... 2026-02-03T11:14:10.0054040Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-03T11:14:10.0054760Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-03T11:14:10.0055440Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-03T11:14:10.0056350Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-03T11:14:10.0057020Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-03T11:14:10.0057700Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-03T11:14:10.0058380Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-03T11:14:10.0059070Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-03T11:14:10.0059750Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-03T11:14:10.0060450Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-03T11:14:10.0061130Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-03T11:14:10.0061790Z Adding assembly reference to System.Transactions.dll... 2026-02-03T11:14:10.0062470Z Adding assembly reference to System.ValueTuple.dll... 2026-02-03T11:14:10.0063120Z Adding assembly reference to System.Web.dll... 2026-02-03T11:14:10.0063780Z Adding assembly reference to System.Windows.dll... 2026-02-03T11:14:10.0064410Z Adding assembly reference to System.Xml.dll... 2026-02-03T11:14:10.0065040Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-03T11:14:10.0065670Z Adding assembly reference to System.Private.Xml.dll... 2026-02-03T11:14:10.0066340Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-03T11:14:10.0067010Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-03T11:14:10.0067690Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-03T11:14:10.0068330Z Adding assembly reference to WindowsBase.dll... 2026-02-03T11:14:10.0069830Z Adding assembly reference to Cake.Core.dll... 2026-02-03T11:14:10.0070550Z Adding assembly reference to Cake.Common.dll... 2026-02-03T11:14:10.0071180Z Adding assembly reference to Spectre.Console.dll... 2026-02-03T11:14:10.0071890Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-03T11:14:10.0072540Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-03T11:14:10.0073170Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-03T11:14:10.0073920Z Importing namespace Cake.Common... 2026-02-03T11:14:10.0074520Z Importing namespace Cake.Common.Build... 2026-02-03T11:14:10.0075150Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-03T11:14:10.0075820Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-03T11:14:10.0077200Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-03T11:14:10.0077880Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-03T11:14:10.0078530Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-03T11:14:10.0079160Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-03T11:14:10.0079830Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-03T11:14:10.0080530Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-03T11:14:10.0081310Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-03T11:14:10.0082490Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-03T11:14:10.0083160Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-03T11:14:10.0083890Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-03T11:14:10.0084560Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-03T11:14:10.0085290Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-03T11:14:10.0086100Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-03T11:14:10.0086760Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-03T11:14:10.0087430Z Importing namespace Cake.Common.Build.GoCD... 2026-02-03T11:14:10.0088060Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-03T11:14:10.0088760Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-03T11:14:10.0089440Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-03T11:14:10.0090100Z Importing namespace Cake.Common.Build.MyGet... 2026-02-03T11:14:10.0090750Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-03T11:14:10.0091440Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-03T11:14:10.0092080Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-03T11:14:10.0092710Z Importing namespace Cake.Common.Diagnostics... 2026-02-03T11:14:10.0093330Z Importing namespace Cake.Common.IO... 2026-02-03T11:14:10.0093980Z Importing namespace Cake.Common.IO.Paths... 2026-02-03T11:14:10.0094610Z Importing namespace Cake.Common.Net... 2026-02-03T11:14:10.0095230Z Importing namespace Cake.Common.Security... 2026-02-03T11:14:10.0095870Z Importing namespace Cake.Common.Solution... 2026-02-03T11:14:10.0096570Z Importing namespace Cake.Common.Solution.Project... 2026-02-03T11:14:10.0097270Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-03T11:14:10.0097950Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-03T11:14:10.0098580Z Importing namespace Cake.Common.Text... 2026-02-03T11:14:10.0099230Z Importing namespace Cake.Common.Tools.Cake... 2026-02-03T11:14:10.0099860Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-03T11:14:10.0100570Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-03T11:14:10.0101250Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-03T11:14:10.0101930Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-03T11:14:10.0103020Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-03T11:14:10.0103710Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-03T11:14:10.0104480Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-03T11:14:10.0105180Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-03T11:14:10.0105870Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-03T11:14:10.0106530Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-03T11:14:10.0107510Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-03T11:14:10.0108210Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-03T11:14:10.0108920Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-03T11:14:10.0109630Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-03T11:14:10.0110570Z Importing namespace Cake.Common.Tools.Command... 2026-02-03T11:14:10.0111560Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-03T11:14:10.0112340Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-03T11:14:10.0113090Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-03T11:14:10.0113820Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-03T11:14:10.0114520Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-03T11:14:10.0115170Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-03T11:14:10.0115870Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-03T11:14:10.0116550Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-03T11:14:10.0117240Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-03T11:14:10.0117930Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-03T11:14:10.0118660Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-03T11:14:10.0119340Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-03T11:14:10.0120030Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-03T11:14:10.0120780Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-03T11:14:10.0121480Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-03T11:14:10.0122160Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-03T11:14:10.0122820Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-03T11:14:10.0123490Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-03T11:14:10.0124200Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-03T11:14:10.0124880Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-03T11:14:10.0125550Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-03T11:14:10.0126260Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-03T11:14:10.0126930Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-03T11:14:10.0127580Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-03T11:14:10.0128710Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-03T11:14:10.0129460Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-03T11:14:10.0130160Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-03T11:14:10.0130870Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-03T11:14:10.0131580Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-03T11:14:10.0132280Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-03T11:14:10.0133190Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-03T11:14:10.0133880Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-03T11:14:10.0134610Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-03T11:14:10.0135300Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-03T11:14:10.0135950Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-03T11:14:10.0136740Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-03T11:14:10.0137710Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-03T11:14:10.0138650Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-03T11:14:10.0139960Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-03T11:14:10.0140970Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-03T11:14:10.0141880Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-03T11:14:10.0142790Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-03T11:14:10.0143530Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-03T11:14:10.0144250Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-03T11:14:10.0144970Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-03T11:14:10.0145720Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-03T11:14:10.0146430Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-03T11:14:10.0147140Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-03T11:14:10.0147800Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-03T11:14:10.0148470Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-03T11:14:10.0149230Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-03T11:14:10.0149980Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-03T11:14:10.0150630Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-03T11:14:10.0151400Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-03T11:14:10.0152050Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-03T11:14:10.0152890Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-03T11:14:10.0153610Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-03T11:14:10.0154290Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-03T11:14:10.0155090Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-03T11:14:10.0156300Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-03T11:14:10.0156990Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-03T11:14:10.0157660Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-03T11:14:10.0158330Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-03T11:14:10.0159050Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-03T11:14:10.0159750Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-03T11:14:10.0160680Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-03T11:14:10.0161400Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-03T11:14:10.0162060Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-03T11:14:10.0162730Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-03T11:14:10.0163410Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-03T11:14:10.0164140Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-03T11:14:10.0164810Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-03T11:14:10.0165490Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-03T11:14:10.0166170Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-03T11:14:10.0166860Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-03T11:14:10.0167580Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-03T11:14:10.0168310Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-03T11:14:10.0169120Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-03T11:14:10.0169900Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-03T11:14:10.0170570Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-03T11:14:10.0171350Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-03T11:14:10.0172380Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-03T11:14:10.0173340Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-03T11:14:10.0174390Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-03T11:14:10.0175140Z Importing namespace Cake.Common.Tools.WiX... 2026-02-03T11:14:10.0175840Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-03T11:14:10.0176520Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-03T11:14:10.0177140Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-03T11:14:10.0177770Z Importing namespace Cake.Common.Xml... 2026-02-03T11:14:10.0178400Z Importing namespace Cake.Core... 2026-02-03T11:14:10.0179020Z Importing namespace Cake.Core.Diagnostics... 2026-02-03T11:14:10.0179640Z Importing namespace Cake.Core.IO... 2026-02-03T11:14:10.0180230Z Importing namespace Cake.Core.Scripting... 2026-02-03T11:14:10.0180890Z Importing namespace Cake.Core.Tooling... 2026-02-03T11:14:10.0181520Z Importing namespace Cake.FileHelpers... 2026-02-03T11:14:10.0182130Z Importing namespace NuGet.Common... 2026-02-03T11:14:10.0183390Z Importing namespace NuGet.Configuration... 2026-02-03T11:14:10.0184050Z Importing namespace NuGet.Protocol... 2026-02-03T11:14:10.0184690Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-03T11:14:10.0185330Z Importing namespace NuGet.Versioning... 2026-02-03T11:14:10.0185950Z Importing namespace System... 2026-02-03T11:14:10.0186580Z Importing namespace System.Collections.Generic... 2026-02-03T11:14:10.0187200Z Importing namespace System.IO... 2026-02-03T11:14:10.0188070Z Importing namespace System.Linq... 2026-02-03T11:14:10.0188670Z Importing namespace System.Text... 2026-02-03T11:14:10.0189340Z Importing namespace System.Threading.Tasks... 2026-02-03T11:14:10.0189830Z .NETStandard,Version=v2.0 2026-02-03T11:14:10.0760710Z Compiling build script... 2026-02-03T11:14:13.8344650Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-03T11:14:15.5229350Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-03T11:14:15.5230230Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-03T11:14:15.5244560Z Host OS System Arch: X64 2026-02-03T11:14:15.5246400Z Host Processor System Arch: X64 2026-02-03T11:14:15.5252750Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-03T11:14:15.5253940Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-03T11:14:15.5254510Z Build Configuration: Release 2026-02-03T11:14:15.5255010Z Build Runtime Identifier: maccatalyst-x64 2026-02-03T11:14:15.5255530Z Build Target Framework: net11.0-maccatalyst 2026-02-03T11:14:15.5256080Z Test Device: mac 2026-02-03T11:14:15.5256560Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-03T11:14:15.5257600Z Use CoreCLR: False 2026-02-03T11:14:15.5390040Z 2026-02-03T11:14:15.5391330Z ======================================== 2026-02-03T11:14:15.5392310Z uitest 2026-02-03T11:14:15.5392860Z ======================================== 2026-02-03T11:14:15.5393830Z Executing task: uitest 2026-02-03T11:14:15.5415940Z Starting UI Tests... 2026-02-03T11:14:15.5421600Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-03T11:14:15.5423090Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-03T11:14:15.5539260Z Testing Device: mac 2026-02-03T11:14:15.5540100Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-03T11:14:15.5541060Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-03T11:14:15.5541900Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-03T11:14:15.5573360Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-03T11:14:15.6210450Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-03T11:14:15.6300520Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-02-03T11:14:32.0898400Z Determining projects to restore... 2026-02-03T11:14:46.5887620Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 2.88 sec). 2026-02-03T11:14:48.9045800Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 5.24 sec). 2026-02-03T11:14:50.0666410Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 6.66 sec). 2026-02-03T11:14:52.6345920Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 3.1 sec). 2026-02-03T11:14:52.7551270Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 2.41 sec). 2026-02-03T11:14:59.8639820Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 13.24 sec). 2026-02-03T11:15:00.4129750Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 16.93 sec). 2026-02-03T11:15:00.4940270Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 11 ms). 2026-02-03T11:15:01.0345110Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 8.4 sec). 2026-02-03T11:15:01.6016180Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 8.97 sec). 2026-02-03T11:15:02.9756310Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 1.91 sec). 2026-02-03T11:15:06.6854350Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 5.6 sec). 2026-02-03T11:15:07.1305290Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 7.15 sec). 2026-02-03T11:15:20.5011540Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net11.0/Controls.CustomAttributes.dll 2026-02-03T11:15:25.6721850Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net11.0/Microsoft.Maui.Graphics.dll 2026-02-03T11:15:28.1436010Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net11.0/Microsoft.Maui.Essentials.dll 2026-02-03T11:15:42.4893460Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net11.0/Microsoft.Maui.dll 2026-02-03T11:15:43.6755100Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-03T11:16:42.0530670Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net11.0/Microsoft.Maui.Controls.dll 2026-02-03T11:16:42.4208990Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-03T11:16:42.4959090Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net11.0/UITest.Core.dll 2026-02-03T11:16:42.6842150Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-03T11:16:44.0677980Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net11.0/UITest.Appium.dll 2026-02-03T11:16:44.5508700Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net11.0/UITest.NUnit.dll 2026-02-03T11:16:45.2058910Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-03T11:16:58.7764850Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-03T11:16:58.8330610Z 2026-02-03T11:16:58.8337730Z Build succeeded. 2026-02-03T11:16:58.8338790Z 0 Warning(s) 2026-02-03T11:16:58.8343260Z 0 Error(s) 2026-02-03T11:16:58.8348200Z 2026-02-03T11:16:58.8353160Z Time Elapsed 00:02:40.96 2026-02-03T11:16:58.9768100Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-SearchBar_Shape_Slider.log' 2026-02-03T11:16:58.9778780Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-03T11:16:58.9788120Z Run Tests With Filter TestCategory=SearchBar|TestCategory=Shape|TestCategory=Slider 2026-02-03T11:16:58.9801240Z Log Directory: /Users/runner/work/1/a/logs 2026-02-03T11:16:58.9802810Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-03T11:16:58.9805990Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-03T11:16:58.9807710Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-03T11:16:58.9810580Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-03T11:16:58.9812340Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-03T11:16:58.9814090Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-03T11:16:58.9816000Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-03T11:16:58.9817750Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-03T11:16:58.9821890Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-02-03T11:16:58.9825380Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-SearchBar_Shape_Slider.binlog 2026-02-03T11:16:58.9916630Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-03T11:16:58.9964700Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-03T11:16:59.2832090Z Downloading file: 15% 2026-02-03T11:16:59.2839920Z Downloading file: 50% 2026-02-03T11:16:59.2970090Z Downloading file: 100% 2026-02-03T11:16:59.2994990Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-03T11:16:59.3006510Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-02-03T11:16:59.3036020Z 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=SearchBar|TestCategory=Shape|TestCategory=Slider" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-SearchBar_Shape_Slider.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-SearchBar_Shape_Slider.binlog /p:VStestUseMSBuildOutput=false 2026-02-03T11:17:01.7009920Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v11.0) 2026-02-03T11:17:02.1961310Z A total of 1 test files matched the specified pattern. 2026-02-03T11:17:02.9979530Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 11.0.0-preview.1.26081.107) 2026-02-03T11:17:03.1763110Z [xUnit.net 00:00:00.20] Discovering: Controls.TestCases.Mac.Tests 2026-02-03T11:17:03.4162300Z [xUnit.net 00:00:00.44] Discovered: Controls.TestCases.Mac.Tests 2026-02-03T11:17:03.4453570Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-03T11:17:03.4829300Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-03T11:17:04.0405890Z NUnit3TestExecutor discovered 128 of 128 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-03T11:39:14.7750880Z >>>>> 2/3/2026 11:39:14 AM The SaveDeviceDiagnosticInfo threw an exception during Bugzilla29128(Mac). 2026-02-03T11:39:14.7758720Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-03T11:39:14.7761250Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T11:39:14.7763390Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-03T11:39:14.7765540Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Bugzilla29128(Mac) 2026-02-03T11:39:14.7769720Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T11:39:14.7781200Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-03T11:39:14.7782500Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T11:39:14.7783420Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T11:39:14.7784240Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T11:39:14.7785300Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T11:39:14.7786270Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T11:39:14.7787220Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T11:39:14.7788120Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T11:39:14.7789120Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T11:39:14.7790260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T11:39:14.7791120Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T11:39:14.7792940Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T11:39:14.7793690Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T11:39:14.7794590Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T11:39:14.7795360Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T11:39:14.7796280Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T11:39:14.7798050Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T11:39:14.7798790Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T11:39:14.7799410Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T11:39:14.7799890Z --TearDown 2026-02-03T11:39:14.7800400Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T11:39:14.7801050Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-03T11:39:14.7801670Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T11:39:14.7802310Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T11:39:15.4167390Z Failed Bugzilla29128Test [22 m 2 s] 2026-02-03T11:39:15.4167980Z Error Message: 2026-02-03T11:39:15.4168820Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T11:39:15.4169620Z Stack Trace: 2026-02-03T11:39:15.4170060Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T11:39:15.4170660Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T11:39:15.4171200Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T11:39:15.4171740Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T11:39:15.4172300Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T11:39:15.4172800Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T11:39:15.4173350Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T11:39:15.4173990Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T11:39:15.4174680Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T11:39:15.4175250Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T11:39:15.4175780Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T11:39:15.4176410Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T11:39:15.4177080Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T11:39:15.4178340Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T11:39:15.4179030Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T11:39:15.4179680Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T11:39:15.4180230Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T11:39:15.4180760Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T11:39:15.4181240Z 2026-02-03T12:01:16.6262060Z >>>>> 2/3/2026 12:01:16 PM The SaveDeviceDiagnosticInfo threw an exception during Bugzilla41619(Mac). 2026-02-03T12:01:16.6276310Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-03T12:01:16.6278570Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T12:01:16.6281050Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-03T12:01:16.6282270Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Bugzilla41619(Mac) 2026-02-03T12:01:16.6283480Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T12:01:16.6285510Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-03T12:01:16.6286920Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T12:01:16.6287640Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:01:16.6288290Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:01:16.6289120Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:01:16.6290690Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T12:01:16.6291980Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T12:01:16.6292830Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T12:01:16.6293930Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T12:01:16.6294920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T12:01:16.6295700Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T12:01:16.6296360Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T12:01:16.6297210Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T12:01:16.6298000Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T12:01:16.6298780Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T12:01:16.6300530Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T12:01:16.6301280Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T12:01:16.6301950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:01:16.6302720Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:01:16.6303430Z --TearDown 2026-02-03T12:01:16.6304080Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T12:01:16.6305800Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-03T12:01:16.6306630Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:01:16.6307290Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:01:16.8687800Z Failed SliderBinding [22 m 1 s] 2026-02-03T12:01:16.8688440Z Error Message: 2026-02-03T12:01:16.8689320Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T12:01:16.8694550Z Stack Trace: 2026-02-03T12:01:16.8695200Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T12:01:16.8696170Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:01:16.8696980Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:01:16.8698020Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:01:16.8698670Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T12:01:16.8699290Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T12:01:16.8699980Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T12:01:16.8700860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T12:01:16.8702020Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T12:01:16.8702940Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T12:01:16.8703820Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T12:01:16.8704660Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T12:01:16.8705600Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T12:01:16.8706730Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T12:01:16.8707760Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T12:01:16.8708660Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T12:01:16.8709430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:01:16.8710770Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:01:16.8711090Z 2026-02-03T12:23:17.7495280Z >>>>> 2/3/2026 12:23:17 PM The SaveDeviceDiagnosticInfo threw an exception during Bugzilla51825(Mac). 2026-02-03T12:23:17.7498790Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-03T12:23:17.7500960Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T12:23:17.7502820Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-03T12:23:17.7504090Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Bugzilla51825(Mac) 2026-02-03T12:23:17.7505000Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T12:23:17.7505900Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-03T12:23:17.7506480Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T12:23:17.7507030Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:23:17.7507560Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:23:17.7508090Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:23:17.7508630Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T12:23:17.7509120Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T12:23:17.7509650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T12:23:17.7510270Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T12:23:17.7510940Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T12:23:17.7511500Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T12:23:17.7512040Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T12:23:17.7512660Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T12:23:17.7513340Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T12:23:17.7514140Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T12:23:17.7515080Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T12:23:17.7515780Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T12:23:17.7516390Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:23:17.7516940Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:23:17.7518380Z --TearDown 2026-02-03T12:23:17.7519030Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T12:23:17.7519660Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-03T12:23:17.7521180Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:23:17.7521740Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:23:18.4476520Z Failed Bugzilla51825Test [22 m 1 s] 2026-02-03T12:23:18.4477830Z Error Message: 2026-02-03T12:23:18.4479480Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T12:23:18.4480720Z Stack Trace: 2026-02-03T12:23:18.4481170Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T12:23:18.4481760Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:23:18.4482290Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:23:18.4482820Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:23:18.4483320Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T12:23:18.4483860Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T12:23:18.4484420Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T12:23:18.4485050Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T12:23:18.4485710Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T12:23:18.4486260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T12:23:18.4486780Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T12:23:18.4487380Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T12:23:18.4488060Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T12:23:18.4488740Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T12:23:18.4489410Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T12:23:18.4490040Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T12:23:18.4490580Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:23:18.4491100Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:23:18.4491350Z 2026-02-03T12:45:19.1073060Z >>>>> 2/3/2026 12:45:19 PM The SaveDeviceDiagnosticInfo threw an exception during Github1625(Mac). 2026-02-03T12:45:19.1075680Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-03T12:45:19.1088920Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T12:45:19.1098780Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-03T12:45:19.1121530Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Github1625(Mac) 2026-02-03T12:45:19.1123680Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T12:45:19.1129810Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-03T12:45:19.1141550Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T12:45:19.1174590Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:45:19.1175480Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:45:19.1181050Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:45:19.1190930Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T12:45:19.1194820Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T12:45:19.1195630Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T12:45:19.1196650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T12:45:19.1197430Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T12:45:19.1198080Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T12:45:19.1198740Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T12:45:19.1199470Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T12:45:19.1200490Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T12:45:19.1201310Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T12:45:19.1202140Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T12:45:19.1202940Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T12:45:19.1203570Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:45:19.1204220Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:45:19.1204700Z --TearDown 2026-02-03T12:45:19.1205230Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T12:45:19.1205900Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-03T12:45:19.1206560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:45:19.1207160Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:45:19.9655480Z Failed SettingSliderToSpecificValueWorks [22 m 1 s] 2026-02-03T12:45:19.9668200Z Error Message: 2026-02-03T12:45:19.9727110Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T12:45:19.9762070Z Stack Trace: 2026-02-03T12:45:19.9764080Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T12:45:19.9766000Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:45:19.9768510Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:45:19.9770370Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T12:45:19.9772200Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T12:45:19.9774120Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T12:45:19.9776210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T12:45:19.9777420Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T12:45:19.9780000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T12:45:19.9782190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T12:45:19.9784480Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T12:45:19.9786830Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T12:45:19.9789270Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T12:45:19.9792040Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T12:45:19.9794610Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T12:45:19.9797120Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T12:45:19.9799640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T12:45:19.9802030Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T12:45:19.9803860Z 2026-02-03T13:07:21.0842590Z >>>>> 2/3/2026 1:07:21 PM The SaveDeviceDiagnosticInfo threw an exception during Issue12685(Mac). 2026-02-03T13:07:21.0879150Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-03T13:07:21.0897760Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T13:07:21.0905650Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-03T13:07:21.0925980Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12685(Mac) 2026-02-03T13:07:21.0939610Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T13:07:21.0948250Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-03T13:07:21.0954890Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T13:07:21.0977050Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:07:21.0999310Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:07:21.1003740Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:07:21.1042000Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T13:07:21.1045140Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T13:07:21.1048530Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T13:07:21.1062320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T13:07:21.1086700Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T13:07:21.1101650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T13:07:21.1120550Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T13:07:21.1215530Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T13:07:21.1219810Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T13:07:21.1221680Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T13:07:21.1241890Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T13:07:21.1245780Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T13:07:21.1252090Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:07:21.1255480Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T13:07:21.1258270Z --TearDown 2026-02-03T13:07:21.1262420Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T13:07:21.1268770Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-03T13:07:21.1271450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:07:21.1274910Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-03T13:07:21.6388530Z Failed ShapesPathReceiveGestureRecognizers [22 m 1 s] 2026-02-03T13:07:21.6498590Z Error Message: 2026-02-03T13:07:21.6503080Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T13:07:21.6506320Z Stack Trace: 2026-02-03T13:07:21.6510210Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T13:07:21.6523770Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:07:21.6527670Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:07:21.6531570Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:07:21.6535500Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T13:07:21.6539110Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T13:07:21.6542730Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T13:07:21.6544650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-03T13:07:21.6548490Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-03T13:07:21.6556290Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-03T13:07:21.6559710Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-02-03T13:07:21.6569140Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T13:07:21.6579890Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T13:07:21.6583730Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T13:07:21.6586830Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T13:07:21.6588630Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T13:07:21.6590710Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:07:21.6593540Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-03T13:07:21.6605740Z 2026-02-03T13:29:23.0546200Z >>>>> 2/3/2026 1:29:23 PM The SaveDeviceDiagnosticInfo threw an exception during Issue18111(Mac). 2026-02-03T13:29:23.0548330Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-03T13:29:23.0549300Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T13:29:23.0549970Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-03T13:29:23.0550850Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18111(Mac) 2026-02-03T13:29:23.0551750Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T13:29:23.0552770Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-03T13:29:23.0553360Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T13:29:23.0553920Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:29:23.0554510Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T13:29:23.0555690Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T13:29:23.0556260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T13:29:23.0556870Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T13:29:23.0557530Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T13:29:23.0558390Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T13:29:23.0559750Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T13:29:23.0560370Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T13:29:23.0560930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:29:23.0561500Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-03T13:29:23.0562060Z --TearDown 2026-02-03T13:29:23.0562520Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T13:29:23.0563130Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-03T13:29:23.0563690Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:29:23.0564320Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-03T13:29:23.1468260Z Failed SettingMaximumTrackColorOnSliderWorks [22 m 1 s] 2026-02-03T13:29:23.1468900Z Error Message: 2026-02-03T13:29:23.1469690Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T13:29:23.1470670Z Stack Trace: 2026-02-03T13:29:23.1471100Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T13:29:23.1471660Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:29:23.1472180Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T13:29:23.1472670Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T13:29:23.1473210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T13:29:23.1473820Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T13:29:23.1474510Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T13:29:23.1475180Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T13:29:23.1475860Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T13:29:23.1476490Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T13:29:23.1477410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:29:23.1477990Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-03T13:29:23.1478310Z 2026-02-03T13:51:24.7643360Z >>>>> 2/3/2026 1:51:24 PM The SaveDeviceDiagnosticInfo threw an exception during Issue19095(Mac). 2026-02-03T13:51:24.7656880Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-03T13:51:24.7658580Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T13:51:24.7661290Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-03T13:51:24.7662670Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19095(Mac) 2026-02-03T13:51:24.7664730Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T13:51:24.7666630Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-03T13:51:24.7667750Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T13:51:24.7668900Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:51:24.7669840Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T13:51:24.7670730Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T13:51:24.7671760Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T13:51:24.7672900Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T13:51:24.7674100Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T13:51:24.7675380Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T13:51:24.7676720Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T13:51:24.7677950Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T13:51:24.7678950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:51:24.7680050Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-03T13:51:24.7680890Z --TearDown 2026-02-03T13:51:24.7681680Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-03T13:51:24.7682770Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-03T13:51:24.7683980Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:51:24.7685180Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-03T13:51:26.1500600Z Failed PolygonWithFillRuleNonZero [22 m 1 s] 2026-02-03T13:51:26.1503870Z Error Message: 2026-02-03T13:51:26.1506750Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Mac2Driver server is not listening within 120000ms timeout. Try to increase the value of 'serverStartupTimeout' capability, check the server logs and make sure the xcodebuild host process could be started manually from a terminal 2026-02-03T13:51:26.1508330Z Stack Trace: 2026-02-03T13:51:26.1509160Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-03T13:51:26.1510180Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-03T13:51:26.1511660Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-03T13:51:26.1512640Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-03T13:51:26.1513650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-03T13:51:26.1514850Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-02-03T13:51:26.1560010Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-02-03T13:51:26.1561520Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-03T13:51:26.1562600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-03T13:51:26.1563790Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-03T13:51:26.1564790Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-03T13:51:26.1566010Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-03T13:51:26.1566600Z 2026-02-03T14:04:21.0267590Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-03T14:04:21.2337180Z ##[error]The operation was canceled. 2026-02-03T14:04:21.2366080Z ##[section]Async Command Start: Update Build Number 2026-02-03T14:04:21.2380550Z Update build number to 11.0.0-ci+azdo.1277707 for build 1277707 2026-02-03T14:04:21.2381340Z ##[section]Async Command End: Update Build Number 2026-02-03T14:04:21.2392350Z ##[section]Async Command Start: Update Build Number 2026-02-03T14:04:21.2393480Z Update build number to 11.0.0-ci+azdo.1277707 for build 1277707 2026-02-03T14:04:21.2393960Z ##[section]Async Command End: Update Build Number 2026-02-03T14:04:21.2396910Z ##[section]Async Command Start: Update Build Number 2026-02-03T14:04:21.2397560Z Update build number to 11.0.0-ci+azdo.1277707 for build 1277707 2026-02-03T14:04:21.2397910Z ##[section]Async Command End: Update Build Number 2026-02-03T14:04:21.2400060Z ##[section]Async Command Start: Update Build Number 2026-02-03T14:04:21.2400680Z Update build number to 11.0.0-ci+azdo.1277707 for build 1277707 2026-02-03T14:04:21.2401000Z ##[section]Async Command End: Update Build Number 2026-02-03T14:04:21.2404260Z ##[section]Finishing: Controls SearchBar,Shape,Slider