2026-03-06T21:13:19.0063730Z ##[section]Starting: Controls Border,BoxView,Brush,Button 2026-03-06T21:13:19.0090550Z ============================================================================== 2026-03-06T21:13:19.0091080Z Task : PowerShell 2026-03-06T21:13:19.0091430Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-06T21:13:19.0091760Z Version : 2.268.1 2026-03-06T21:13:19.0092030Z Author : Microsoft Corporation 2026-03-06T21:13:19.0092270Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-06T21:13:19.0092820Z ============================================================================== 2026-03-06T21:13:19.2352710Z Generating script. 2026-03-06T21:13:19.2366460Z ========================== Starting Command Output =========================== 2026-03-06T21:13:19.2378790Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/ce0db9da-bb9f-493c-8816-70485f2d2f38.ps1' 2026-03-06T21:13:19.7743600Z $ErrorActionPreference = 'stop' 2026-03-06T21:13:19.7746090Z $ProgressPreference = 'silentlyContinue' 2026-03-06T21:13:19.7746920Z Get-Content $PSCommandPath 2026-03-06T21:13:19.7748460Z $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-03-06T21:13:19.7750180Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-06T21:13:19.7750960Z $command += " --runtimevariant=""CoreCLR""" 2026-03-06T21:13:19.7752240Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-06T21:13:19.7753070Z 2026-03-06T21:13:19.7753930Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-06T21:13:19.7754930Z $deviceType = "" 2026-03-06T21:13:19.7755370Z if ($deviceType) { 2026-03-06T21:13:19.7757890Z $command += " --skin=""$deviceType""" 2026-03-06T21:13:19.7768680Z } 2026-03-06T21:13:19.7812790Z 2026-03-06T21:13:19.7818170Z $testFilter = "" 2026-03-06T21:13:19.7818650Z $testConfigrationArgs = "" 2026-03-06T21:13:19.7819600Z 2026-03-06T21:13:19.7820570Z "Border,BoxView,Brush,Button".Split(",") | ForEach { 2026-03-06T21:13:19.7823580Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-06T21:13:19.7828080Z } 2026-03-06T21:13:19.7831290Z 2026-03-06T21:13:19.7833460Z $testFilter = $testFilter.TrimEnd("|") 2026-03-06T21:13:19.7833710Z 2026-03-06T21:13:19.7835000Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-06T21:13:19.7836890Z if ($testConfigrationArgs) { 2026-03-06T21:13:19.7839400Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-06T21:13:19.7839890Z } 2026-03-06T21:13:19.7841410Z if ($testFilter) { 2026-03-06T21:13:19.7841950Z $command += " --test-filter ""$testFilter""" 2026-03-06T21:13:19.7842460Z } 2026-03-06T21:13:19.7842630Z 2026-03-06T21:13:19.7843120Z $headless = true 2026-03-06T21:13:19.7843950Z if ($headless) { 2026-03-06T21:13:19.7845990Z $command += " --headless ""$headless""" 2026-03-06T21:13:19.7847020Z } 2026-03-06T21:13:19.7847160Z 2026-03-06T21:13:19.7848500Z Write-Host "Running command: $command" 2026-03-06T21:13:19.7848760Z 2026-03-06T21:13:19.7849150Z Invoke-Expression $command 2026-03-06T21:13:19.7849660Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-06T21:13:19.7851320Z } else { 2026-03-06T21:13:19.7852950Z exit $LASTEXITCODE 2026-03-06T21:13:19.7853320Z } 2026-03-06T21:13:19.9297870Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="CoreCLR" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=Border|TestCategory=BoxView|TestCategory=Brush|TestCategory=Button" 2026-03-06T21:13:20.4431820Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-06T21:13:20.8711300Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-06T21:13:21.2963250Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-06T21:13:21.6647470Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-06T21:13:22.0347740Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-06T21:13:22.8567010Z Looking for modules... 2026-03-06T21:13:26.7866080Z No modules found to install. 2026-03-06T21:13:26.7939520Z Module directory does not exist. 2026-03-06T21:13:26.8005580Z Analyzing build script... 2026-03-06T21:13:26.8032870Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-06T21:13:26.8048050Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-06T21:13:26.8057700Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-06T21:13:27.0911430Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-06T21:13:28.8055860Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-06T21:13:29.8154090Z Processing build script... 2026-03-06T21:13:29.8177770Z Installing addins... 2026-03-06T21:13:30.0642560Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-06T21:13:30.0936310Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-06T21:13:30.1186750Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-06T21:13:30.3218170Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-06T21:13:30.3219140Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-06T21:13:30.3219890Z is referencing an older version of Cake.Core (0.33.0). 2026-03-06T21:13:30.3220560Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-06T21:13:30.3223180Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-06T21:13:30.3227690Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-06T21:13:30.6570660Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-06T21:13:30.6572180Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-06T21:13:30.6574190Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-06T21:13:30.6580520Z Adding assembly reference to System.Runtime.dll... 2026-03-06T21:13:30.6582860Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-06T21:13:30.6584710Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-06T21:13:30.6586850Z Adding assembly reference to System.Threading.dll... 2026-03-06T21:13:30.6589580Z Adding assembly reference to System.Linq.dll... 2026-03-06T21:13:30.6594200Z Adding assembly reference to System.Collections.dll... 2026-03-06T21:13:30.6596280Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-06T21:13:30.6598370Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-06T21:13:30.6600100Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-06T21:13:30.6604370Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-06T21:13:30.6607410Z Adding assembly reference to System.ObjectModel.dll... 2026-03-06T21:13:30.6611020Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-06T21:13:30.6612720Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-06T21:13:30.6617350Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-06T21:13:30.6618850Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-06T21:13:30.6620810Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-06T21:13:30.6623430Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-06T21:13:30.6626240Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-06T21:13:30.6628010Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-06T21:13:30.6630260Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-06T21:13:30.6632130Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-06T21:13:30.6634090Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-06T21:13:30.6636060Z Adding assembly reference to mscorlib.dll... 2026-03-06T21:13:30.6638710Z Adding assembly reference to netstandard.dll... 2026-03-06T21:13:30.6642990Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-06T21:13:30.6645310Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-06T21:13:30.6647570Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-06T21:13:30.6649540Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-06T21:13:30.6651500Z Adding assembly reference to System.Memory.dll... 2026-03-06T21:13:30.6665950Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-06T21:13:30.6668130Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-06T21:13:30.6669010Z Adding assembly reference to System.ComponentModel.dll... 2026-03-06T21:13:30.6669640Z Adding assembly reference to System.Console.dll... 2026-03-06T21:13:30.6670300Z Adding assembly reference to System.Data.Common.dll... 2026-03-06T21:13:30.6670940Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-06T21:13:30.6671600Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-06T21:13:30.6672340Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-06T21:13:30.6673690Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-06T21:13:30.6674350Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-06T21:13:30.6675200Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-06T21:13:30.6676070Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-06T21:13:30.6676720Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-06T21:13:30.6677370Z Adding assembly reference to System.IO.Compression.dll... 2026-03-06T21:13:30.6678030Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-06T21:13:30.6678900Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-06T21:13:30.6679550Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-06T21:13:30.6680200Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-06T21:13:30.6680850Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-06T21:13:30.6681470Z Adding assembly reference to System.Net.Requests.dll... 2026-03-06T21:13:30.6682080Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-06T21:13:30.6682700Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-06T21:13:30.6683890Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-06T21:13:30.6684560Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-06T21:13:30.6685180Z Adding assembly reference to System.Net.Http.dll... 2026-03-06T21:13:30.6685830Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-06T21:13:30.6686460Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-06T21:13:30.6687100Z Adding assembly reference to System.Net.Mail.dll... 2026-03-06T21:13:30.6687730Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-06T21:13:30.6688350Z Adding assembly reference to System.Net.Ping.dll... 2026-03-06T21:13:30.6688970Z Adding assembly reference to System.Net.Security.dll... 2026-03-06T21:13:30.6689620Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-06T21:13:30.6690250Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-06T21:13:30.6690890Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-06T21:13:30.6691510Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-06T21:13:30.6692170Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-06T21:13:30.6692930Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-06T21:13:30.6693600Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-06T21:13:30.6694230Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-06T21:13:30.6694940Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-06T21:13:30.6695750Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-06T21:13:30.6705210Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-06T21:13:30.6754140Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-06T21:13:30.6764560Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-06T21:13:30.6767100Z Adding assembly reference to System.Security.Claims.dll... 2026-03-06T21:13:30.6769990Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-06T21:13:30.6780660Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-06T21:13:30.6784650Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-06T21:13:30.6787450Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-06T21:13:30.6790540Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-06T21:13:30.6793500Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-06T21:13:30.6801010Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-06T21:13:30.6807680Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-06T21:13:30.6811620Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-06T21:13:30.6816800Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-06T21:13:30.6818600Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-06T21:13:30.6819930Z Adding assembly reference to System.AppContext.dll... 2026-03-06T21:13:30.6821060Z Adding assembly reference to System.Buffers.dll... 2026-03-06T21:13:30.6821750Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-06T21:13:30.6822490Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-06T21:13:30.6823470Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-06T21:13:30.6824190Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-06T21:13:30.6824850Z Adding assembly reference to System.Configuration.dll... 2026-03-06T21:13:30.6826790Z Adding assembly reference to System.Core.dll... 2026-03-06T21:13:30.6828970Z Adding assembly reference to System.Private.Uri.dll... 2026-03-06T21:13:30.6832760Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-06T21:13:30.6833470Z Adding assembly reference to System.Data.dll... 2026-03-06T21:13:30.6834430Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-06T21:13:30.6835470Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-06T21:13:30.6838080Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-06T21:13:30.6839730Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-06T21:13:30.6841300Z Adding assembly reference to System.dll... 2026-03-06T21:13:30.6842930Z Adding assembly reference to System.Drawing.dll... 2026-03-06T21:13:30.6844520Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-06T21:13:30.6846120Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-06T21:13:30.6847760Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-06T21:13:30.6850040Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-06T21:13:30.6855120Z Adding assembly reference to System.Globalization.dll... 2026-03-06T21:13:30.6857060Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-06T21:13:30.6858030Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-06T21:13:30.6858720Z Adding assembly reference to System.IO.dll... 2026-03-06T21:13:30.6859830Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-06T21:13:30.6860500Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-06T21:13:30.6861160Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-06T21:13:30.6862000Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-06T21:13:30.6862700Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-06T21:13:30.6863870Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-06T21:13:30.6864930Z Adding assembly reference to System.Net.dll... 2026-03-06T21:13:30.6866910Z Adding assembly reference to System.Net.Quic.dll... 2026-03-06T21:13:30.6867780Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-06T21:13:30.6869010Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-06T21:13:30.6870840Z Adding assembly reference to System.Text.Json.dll... 2026-03-06T21:13:30.6871920Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-06T21:13:30.6873740Z Adding assembly reference to System.Numerics.dll... 2026-03-06T21:13:30.6875910Z Adding assembly reference to System.Reflection.dll... 2026-03-06T21:13:30.6876620Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-06T21:13:30.6879610Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-06T21:13:30.6881330Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-06T21:13:30.6882040Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-06T21:13:30.6883430Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-06T21:13:30.6884150Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-06T21:13:30.6884810Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-06T21:13:30.6885590Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-06T21:13:30.6886300Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-06T21:13:30.6887020Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-06T21:13:30.6888060Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-06T21:13:30.6888870Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-06T21:13:30.6889600Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-06T21:13:30.6890260Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-06T21:13:30.6891590Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-06T21:13:30.6892300Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-06T21:13:30.6893030Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-06T21:13:30.6893780Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-06T21:13:30.6894440Z Adding assembly reference to System.Security.dll... 2026-03-06T21:13:30.6895080Z Adding assembly reference to System.Security.Principal.dll... 2026-03-06T21:13:30.6895760Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-06T21:13:30.6896410Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-06T21:13:30.6897070Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-06T21:13:30.6897730Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-06T21:13:30.6898410Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-06T21:13:30.6899060Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-06T21:13:30.6899690Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-06T21:13:30.6900350Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-06T21:13:30.6901040Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-06T21:13:30.6901690Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-06T21:13:30.6902350Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-06T21:13:30.6903000Z Adding assembly reference to System.Transactions.dll... 2026-03-06T21:13:30.6903670Z Adding assembly reference to System.ValueTuple.dll... 2026-03-06T21:13:30.6904300Z Adding assembly reference to System.Web.dll... 2026-03-06T21:13:30.6904900Z Adding assembly reference to System.Windows.dll... 2026-03-06T21:13:30.6905480Z Adding assembly reference to System.Xml.dll... 2026-03-06T21:13:30.6906100Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-06T21:13:30.6906720Z Adding assembly reference to System.Private.Xml.dll... 2026-03-06T21:13:30.6907340Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-06T21:13:30.6907990Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-06T21:13:30.6908640Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-06T21:13:30.6909240Z Adding assembly reference to WindowsBase.dll... 2026-03-06T21:13:30.6909820Z Adding assembly reference to Cake.Core.dll... 2026-03-06T21:13:30.6910410Z Adding assembly reference to Cake.Common.dll... 2026-03-06T21:13:30.6911040Z Adding assembly reference to Spectre.Console.dll... 2026-03-06T21:13:30.6911640Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-06T21:13:30.6912240Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-06T21:13:30.6912830Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-06T21:13:30.6913420Z Importing namespace Cake.Common... 2026-03-06T21:13:30.6914420Z Importing namespace Cake.Common.Build... 2026-03-06T21:13:30.6915040Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-06T21:13:30.6915670Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-06T21:13:30.6916310Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-06T21:13:30.6916990Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-06T21:13:30.6917620Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-06T21:13:30.6918240Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-06T21:13:30.6918870Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-06T21:13:30.6919560Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-06T21:13:30.6920210Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-06T21:13:30.6920820Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-06T21:13:30.6921430Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-06T21:13:30.6922070Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-06T21:13:30.6922710Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-06T21:13:30.6923370Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-06T21:13:30.6923970Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-06T21:13:30.6924570Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-06T21:13:30.6925160Z Importing namespace Cake.Common.Build.GoCD... 2026-03-06T21:13:30.6925790Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-06T21:13:30.6926380Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-06T21:13:30.6926990Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-06T21:13:30.6927590Z Importing namespace Cake.Common.Build.MyGet... 2026-03-06T21:13:30.6928220Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-06T21:13:30.6928820Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-06T21:13:30.6929430Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-06T21:13:30.6930020Z Importing namespace Cake.Common.Diagnostics... 2026-03-06T21:13:30.6930590Z Importing namespace Cake.Common.IO... 2026-03-06T21:13:30.6931210Z Importing namespace Cake.Common.IO.Paths... 2026-03-06T21:13:30.6931770Z Importing namespace Cake.Common.Net... 2026-03-06T21:13:30.6932340Z Importing namespace Cake.Common.Security... 2026-03-06T21:13:30.6932920Z Importing namespace Cake.Common.Solution... 2026-03-06T21:13:30.6933540Z Importing namespace Cake.Common.Solution.Project... 2026-03-06T21:13:30.6934170Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-06T21:13:30.6934830Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-06T21:13:30.6935420Z Importing namespace Cake.Common.Text... 2026-03-06T21:13:30.6936030Z Importing namespace Cake.Common.Tools.Cake... 2026-03-06T21:13:30.6936620Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-06T21:13:30.6937580Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-06T21:13:30.6938210Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-06T21:13:30.6938900Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-06T21:13:30.6939530Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-06T21:13:30.6940160Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-06T21:13:30.6940790Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-06T21:13:30.6941450Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-06T21:13:30.6942060Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-06T21:13:30.6942680Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-06T21:13:30.6943310Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-06T21:13:30.6943970Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-06T21:13:30.6944610Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-06T21:13:30.6945230Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-06T21:13:30.6945880Z Importing namespace Cake.Common.Tools.Command... 2026-03-06T21:13:30.6946570Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-06T21:13:30.6947180Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-06T21:13:30.6947840Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-06T21:13:30.6948460Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-06T21:13:30.6949070Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-06T21:13:30.6949670Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-06T21:13:30.6950290Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-06T21:13:30.6950930Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-06T21:13:30.6951550Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-06T21:13:30.6952170Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-06T21:13:30.6952820Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-06T21:13:30.6953440Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-06T21:13:30.6954080Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-06T21:13:30.6954710Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-06T21:13:30.6955400Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-06T21:13:30.6956010Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-06T21:13:30.6956630Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-06T21:13:30.6957270Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-06T21:13:30.6957930Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-06T21:13:30.6958540Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-06T21:13:30.6959160Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-06T21:13:30.6960160Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-06T21:13:30.6960820Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-06T21:13:30.6961430Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-06T21:13:30.6962030Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-06T21:13:30.6962670Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-06T21:13:30.6963360Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-06T21:13:30.6964010Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-06T21:13:30.6964660Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-06T21:13:30.6965310Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-06T21:13:30.6966000Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-06T21:13:30.6966650Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-06T21:13:30.6967890Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-06T21:13:30.6968570Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-06T21:13:30.6969220Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-06T21:13:30.6969840Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-06T21:13:30.6970500Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-06T21:13:30.6971160Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-06T21:13:30.6971860Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-06T21:13:30.6972530Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-06T21:13:30.6973180Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-06T21:13:30.6973830Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-06T21:13:30.6974510Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-06T21:13:30.6975160Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-06T21:13:30.6975790Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-06T21:13:30.6976400Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-06T21:13:30.6977050Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-06T21:13:30.6977640Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-06T21:13:30.6978250Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-06T21:13:30.6978840Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-06T21:13:30.6979440Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-06T21:13:30.6980060Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-06T21:13:30.6980650Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-06T21:13:30.6981230Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-06T21:13:30.6981810Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-06T21:13:30.6982430Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-06T21:13:30.6983600Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-06T21:13:30.6984210Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-06T21:13:30.6984820Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-06T21:13:30.6985460Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-06T21:13:30.6986060Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-06T21:13:30.6986660Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-06T21:13:30.6987260Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-06T21:13:30.6987910Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-06T21:13:30.6988520Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-06T21:13:30.6989150Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-06T21:13:30.6989760Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-06T21:13:30.6990380Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-06T21:13:30.6990980Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-06T21:13:30.6991580Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-06T21:13:30.6992180Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-06T21:13:30.6992830Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-06T21:13:30.6993420Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-06T21:13:30.6994020Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-06T21:13:30.6994610Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-06T21:13:30.6995240Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-06T21:13:30.6995950Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-06T21:13:30.6996580Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-06T21:13:30.6997180Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-06T21:13:30.7015480Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-06T21:13:30.7016110Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-06T21:13:30.7016750Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-06T21:13:30.7017350Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-06T21:13:30.7017960Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-06T21:13:30.7018550Z Importing namespace Cake.Common.Tools.WiX... 2026-03-06T21:13:30.7019160Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-06T21:13:30.7019750Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-06T21:13:30.7020320Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-06T21:13:30.7020880Z Importing namespace Cake.Common.Xml... 2026-03-06T21:13:30.7021430Z Importing namespace Cake.Core... 2026-03-06T21:13:30.7021960Z Importing namespace Cake.Core.Diagnostics... 2026-03-06T21:13:30.7022510Z Importing namespace Cake.Core.IO... 2026-03-06T21:13:30.7023610Z Importing namespace Cake.Core.Scripting... 2026-03-06T21:13:30.7024150Z Importing namespace Cake.Core.Tooling... 2026-03-06T21:13:30.7024690Z Importing namespace Cake.FileHelpers... 2026-03-06T21:13:30.7025200Z Importing namespace NuGet.Common... 2026-03-06T21:13:30.7025730Z Importing namespace NuGet.Configuration... 2026-03-06T21:13:30.7026290Z Importing namespace NuGet.Protocol... 2026-03-06T21:13:30.7026880Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-06T21:13:30.7027460Z Importing namespace NuGet.Versioning... 2026-03-06T21:13:30.7028010Z Importing namespace System... 2026-03-06T21:13:30.7028580Z Importing namespace System.Collections.Generic... 2026-03-06T21:13:30.7029190Z Importing namespace System.IO... 2026-03-06T21:13:30.7029720Z Importing namespace System.Linq... 2026-03-06T21:13:30.7030250Z Importing namespace System.Text... 2026-03-06T21:13:30.7030780Z Importing namespace System.Threading.Tasks... 2026-03-06T21:13:30.7031210Z .NETStandard,Version=v2.0 2026-03-06T21:13:30.7385460Z Compiling build script... 2026-03-06T21:13:33.6555970Z /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-03-06T21:13:34.9488770Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-06T21:13:34.9491750Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-06T21:13:34.9512580Z Host OS System Arch: X64 2026-03-06T21:13:34.9513780Z Host Processor System Arch: X64 2026-03-06T21:13:34.9515030Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-06T21:13:34.9516650Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-06T21:13:34.9517870Z Build Configuration: Release 2026-03-06T21:13:34.9518560Z Build Runtime Identifier: maccatalyst-x64 2026-03-06T21:13:34.9519360Z Build Target Framework: net11.0-maccatalyst 2026-03-06T21:13:34.9520000Z Test Device: mac 2026-03-06T21:13:34.9520670Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-06T21:13:34.9522120Z Use CoreCLR: False 2026-03-06T21:13:34.9652940Z 2026-03-06T21:13:34.9654290Z ======================================== 2026-03-06T21:13:34.9654850Z uitest 2026-03-06T21:13:34.9655610Z ======================================== 2026-03-06T21:13:34.9656420Z Executing task: uitest 2026-03-06T21:13:34.9672180Z Starting UI Tests... 2026-03-06T21:13:34.9675750Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-03-06T21:13:34.9678640Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-03-06T21:13:34.9782480Z Testing Device: mac 2026-03-06T21:13:34.9784340Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-06T21:13:34.9787120Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-06T21:13:34.9793380Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-06T21:13:34.9822970Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-06T21:13:35.0344160Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-06T21:13:35.0408250Z 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-03-06T21:13:42.1415890Z Determining projects to restore... 2026-03-06T21:14:04.7143170Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 2.38 sec). 2026-03-06T21:14:09.0684130Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 7.47 sec). 2026-03-06T21:14:09.1173120Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 27 ms). 2026-03-06T21:14:14.6843590Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 13.08 sec). 2026-03-06T21:14:14.7043660Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3 ms). 2026-03-06T21:14:16.0835400Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 1.36 sec). 2026-03-06T21:14:18.4211980Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 2.31 sec). 2026-03-06T21:14:18.5831740Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 8 ms). 2026-03-06T21:14:19.2941720Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 17.68 sec). 2026-03-06T21:14:19.8808150Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 163 ms). 2026-03-06T21:14:20.9027680Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 16.07 sec). 2026-03-06T21:14:20.9973060Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 11.8 sec). 2026-03-06T21:14:22.3785490Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 3.78 sec). 2026-03-06T21:14:51.3006180Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net11.0/Microsoft.Maui.Graphics.dll 2026-03-06T21:14:52.3124680Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net11.0/Controls.CustomAttributes.dll 2026-03-06T21:15:03.4689610Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net11.0/Microsoft.Maui.Essentials.dll 2026-03-06T21:15:24.0118490Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net11.0/Microsoft.Maui.dll 2026-03-06T21:15:26.1992760Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-06T21:16:55.8281240Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net11.0/Microsoft.Maui.Controls.dll 2026-03-06T21:16:56.2258600Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net11.0/UITest.Core.dll 2026-03-06T21:16:56.2591420Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-06T21:16:57.0414480Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-06T21:16:57.6160260Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net11.0/UITest.Appium.dll 2026-03-06T21:16:57.7155120Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net11.0/UITest.NUnit.dll 2026-03-06T21:16:58.3526880Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-06T21:17:09.6218690Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-03-06T21:17:09.8574740Z 2026-03-06T21:17:09.9219420Z Build succeeded. 2026-03-06T21:17:09.9221810Z 0 Warning(s) 2026-03-06T21:17:09.9224160Z 0 Error(s) 2026-03-06T21:17:09.9239390Z 2026-03-06T21:17:09.9239960Z Time Elapsed 00:03:33.52 2026-03-06T21:17:10.0117510Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Border_BoxView_Brush_Button.log' 2026-03-06T21:17:10.0119950Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-06T21:17:10.0131810Z Run Tests With Filter TestCategory=Border|TestCategory=BoxView|TestCategory=Brush|TestCategory=Button 2026-03-06T21:17:10.0136800Z Log Directory: /Users/runner/work/1/a/logs 2026-03-06T21:17:10.0138760Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-06T21:17:10.0141560Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-06T21:17:10.0144080Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-06T21:17:10.0146360Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-06T21:17:10.0150070Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-06T21:17:10.0151410Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-06T21:17:10.0152890Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-06T21:17:10.0153920Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-06T21:17:10.0156250Z 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-03-06T21:17:10.0158160Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Border_BoxView_Brush_Button.binlog 2026-03-06T21:17:10.0229220Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-06T21:17:10.0277440Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-06T21:17:10.2921810Z Downloading file: 15% 2026-03-06T21:17:10.2931220Z Downloading file: 50% 2026-03-06T21:17:10.3070870Z Downloading file: 100% 2026-03-06T21:17:10.3224860Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-06T21:17:10.3324560Z 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-03-06T21:17:10.3337340Z 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=Border|TestCategory=BoxView|TestCategory=Brush|TestCategory=Button" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Border_BoxView_Brush_Button.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-Border_BoxView_Brush_Button.binlog /p:VStestUseMSBuildOutput=false 2026-03-06T21:17:12.3132260Z 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-03-06T21:17:12.6919710Z A total of 1 test files matched the specified pattern. 2026-03-06T21:17:13.4048200Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 11.0.0-preview.3.26152.106) 2026-03-06T21:17:13.5440460Z [xUnit.net 00:00:00.15] Discovering: Controls.TestCases.Mac.Tests 2026-03-06T21:17:13.7529170Z [xUnit.net 00:00:00.36] Discovered: Controls.TestCases.Mac.Tests 2026-03-06T21:17:13.7855240Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-06T21:17:13.8139940Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-03-06T21:17:14.3333350Z NUnit3TestExecutor discovered 97 of 97 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-06T21:40:46.0710360Z >>>>> 3/6/2026 9:40:43 PM The SaveDeviceDiagnosticInfo threw an exception during BorderFeatureTests(Mac). 2026-03-06T21:40:46.0967300Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T21:40:46.0970940Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:40:46.0979130Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T21:40:46.0983690Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.BorderFeatureTests(Mac) 2026-03-06T21:40:46.0987760Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:40:46.0991450Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T21:40:46.0995300Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:40:46.0998340Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:46.1001830Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:46.1004450Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:46.1005420Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:40:46.1006440Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:40:46.1007800Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:40:46.1015050Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:40:46.1018970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:40:46.4177470Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:40:46.4179510Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:40:46.4182420Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:40:46.4186490Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:40:46.4189660Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:40:46.4192540Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:40:46.4196180Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:40:46.4197930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:40:46.4202250Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:40:46.4206080Z --TearDown 2026-03-06T21:40:46.4209310Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:40:46.4211940Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T21:40:46.4214810Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:40:46.4218940Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:40:49.1800080Z Failed Border_PaddingWithContent_Label [23 m 20 s] 2026-03-06T21:40:49.1821930Z Error Message: 2026-03-06T21:40:49.1961590Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:40:49.2083560Z Stack Trace: 2026-03-06T21:40:49.2119850Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:40:49.2144330Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.2185950Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.2490490Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.2514990Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:40:49.2519690Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:40:49.2523360Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:40:49.2539640Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:40:49.2622730Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:40:49.2644550Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:40:49.2650960Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:40:49.2653830Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:40:49.2656310Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:40:49.2662900Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:40:49.2668190Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:40:49.2674330Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:40:49.2694710Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:40:49.2697260Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:40:49.2704780Z 2026-03-06T21:40:49.2708070Z Failed Border_Shadow [23 m 20 s] 2026-03-06T21:40:49.2921530Z Error Message: 2026-03-06T21:40:49.3124800Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:40:49.3221920Z Stack Trace: 2026-03-06T21:40:49.3230450Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:40:49.3603010Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.3971980Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.3984290Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4009440Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:40:49.4012090Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:40:49.4016370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:40:49.4023380Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:40:49.4027180Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:40:49.4044110Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:40:49.4045490Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:40:49.4049730Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:40:49.4054410Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:40:49.4058390Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:40:49.4060820Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:40:49.4063780Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:40:49.4076530Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:40:49.4080540Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:40:49.4087240Z 2026-03-06T21:40:49.4093510Z Failed Border_StrokeColorWithPaddingAndContent_Image [23 m 20 s] 2026-03-06T21:40:49.4098900Z Error Message: 2026-03-06T21:40:49.4101840Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:40:49.4108130Z Stack Trace: 2026-03-06T21:40:49.4111980Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:40:49.4115650Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4119660Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4121870Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4123980Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:40:49.4127780Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:40:49.4129640Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:40:49.4136650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:40:49.4159230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:40:49.4177370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:40:49.4180150Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:40:49.4182550Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:40:49.4184640Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:40:49.4186990Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:40:49.4189820Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:40:49.4194720Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:40:49.4196180Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:40:49.4198140Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:40:49.4200080Z 2026-03-06T21:40:49.4201600Z Failed Border_StrokeColorWithStrokeShape_RoundRectangle [23 m 20 s] 2026-03-06T21:40:49.4203130Z Error Message: 2026-03-06T21:40:49.4204700Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:40:49.4206660Z Stack Trace: 2026-03-06T21:40:49.4210950Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:40:49.4216360Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4218800Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4221460Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4223620Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:40:49.4225490Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:40:49.4235750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:40:49.4264880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:40:49.4280580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:40:49.4310240Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:40:49.4312360Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:40:49.4315730Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:40:49.4318530Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:40:49.4321050Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:40:49.4331940Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:40:49.4341020Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:40:49.4388190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:40:49.4461030Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:40:49.4474880Z 2026-03-06T21:40:49.4515090Z Failed Border_StrokeColorWithStrokeThickness [23 m 20 s] 2026-03-06T21:40:49.4522530Z Error Message: 2026-03-06T21:40:49.4571690Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:40:49.4667600Z Stack Trace: 2026-03-06T21:40:49.4691120Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:40:49.4732040Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4793640Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4799120Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.4805810Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:40:49.4818020Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:40:49.4839310Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:40:49.4854280Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:40:49.4919030Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:40:49.4938170Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:40:49.4969800Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:40:49.4980240Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:40:49.5003040Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:40:49.5025100Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:40:49.5050130Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:40:49.5098330Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:40:49.5117460Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:40:49.5137830Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:40:49.5180860Z 2026-03-06T21:40:49.5231710Z Failed Border_StrokeShapeWithStrokeThickness_Ellipse [23 m 20 s] 2026-03-06T21:40:49.5246860Z Error Message: 2026-03-06T21:40:49.5290510Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:40:49.5424610Z Stack Trace: 2026-03-06T21:40:49.5441950Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:40:49.5467790Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.5472120Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.5602850Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:40:49.5632740Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:40:49.5699290Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:40:49.5719100Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:40:49.5723320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:40:49.5735200Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:40:49.5777440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:40:49.5794510Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:40:49.5822910Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:40:49.5835650Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:40:49.5859760Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:40:49.5879320Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:40:49.5918870Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:40:49.5946350Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:40:49.5964610Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:40:49.6003390Z 2026-03-06T21:44:04.1848440Z >>>>> 3/6/2026 9:44:04 PM The SaveDeviceDiagnosticInfo threw an exception during BoxViewFeatureTests(Mac). 2026-03-06T21:44:04.1851520Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T21:44:04.1854480Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:44:04.1856110Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T21:44:04.1858620Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.BoxViewFeatureTests(Mac) 2026-03-06T21:44:04.1859650Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:44:04.1860800Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T21:44:04.1862100Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:44:04.1863430Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:04.1864580Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:04.1865760Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:04.1867000Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:44:04.1868110Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:44:04.1869290Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:44:04.1870650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:44:04.1872220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:44:04.1873430Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:44:04.1874580Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:44:04.1875900Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:44:04.1877330Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:44:04.1878760Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:44:04.1880160Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:44:04.1881400Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:44:04.1882260Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:04.1883740Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:04.1884340Z --TearDown 2026-03-06T21:44:04.1884890Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:44:04.1885780Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T21:44:04.1886470Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:04.1887150Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:06.5145370Z Failed BoxView_ColorWithOpacity [3 m 20 s] 2026-03-06T21:44:06.5156310Z Error Message: 2026-03-06T21:44:06.5170050Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:44:06.5177710Z Stack Trace: 2026-03-06T21:44:06.5182500Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:44:06.5185890Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5189390Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5191530Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5197490Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:44:06.5199660Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:44:06.5205920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:44:06.5209480Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:44:06.5223870Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:44:06.5225950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:44:06.5228060Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:44:06.5229840Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:44:06.5230980Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:44:06.5232010Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:44:06.5232990Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:44:06.5233960Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:44:06.5238390Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:06.5239510Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:06.5240170Z 2026-03-06T21:44:06.5241000Z Failed BoxView_ColorWithOpacityAndShadow [3 m 20 s] 2026-03-06T21:44:06.5241620Z Error Message: 2026-03-06T21:44:06.5242260Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:44:06.5244060Z Stack Trace: 2026-03-06T21:44:06.5244680Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:44:06.5245450Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5246690Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5247930Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5249020Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:44:06.5259890Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:44:06.5260890Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:44:06.5262070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:44:06.5273470Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:44:06.5275870Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:44:06.5276790Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:44:06.5278810Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:44:06.5280660Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:44:06.5281840Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:44:06.5283550Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:44:06.5284360Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:44:06.5285690Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:06.5290140Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:06.5290470Z 2026-03-06T21:44:06.5290960Z Failed BoxView_CornerRadiusWithColor [3 m 20 s] 2026-03-06T21:44:06.5292160Z Error Message: 2026-03-06T21:44:06.5293670Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:44:06.5296130Z Stack Trace: 2026-03-06T21:44:06.5297050Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:44:06.5297920Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5313530Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5315740Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5317590Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:44:06.5318670Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:44:06.5319400Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:44:06.5320830Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:44:06.5321740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:44:06.5322750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:44:06.5325130Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:44:06.5326770Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:44:06.5327910Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:44:06.5330330Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:44:06.5331590Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:44:06.5332810Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:44:06.5334300Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:06.5335060Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:06.5335340Z 2026-03-06T21:44:06.5337990Z Failed BoxView_CornerRadiusWithColorAndShadow [3 m 20 s] 2026-03-06T21:44:06.5339310Z Error Message: 2026-03-06T21:44:06.5340860Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:44:06.5342280Z Stack Trace: 2026-03-06T21:44:06.5343040Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:44:06.5344010Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5345020Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5346290Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5347540Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:44:06.5349600Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:44:06.5351490Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:44:06.5353460Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:44:06.5355630Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:44:06.5356590Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:44:06.5357250Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:44:06.5357960Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:44:06.5358770Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:44:06.5359570Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:44:06.5360390Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:44:06.5361450Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:44:06.5362290Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:06.5363570Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:06.5364030Z 2026-03-06T21:44:06.5364970Z Failed BoxView_CornerRadiusWithFlowDirection [3 m 20 s] 2026-03-06T21:44:06.5365940Z Error Message: 2026-03-06T21:44:06.5366870Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:44:06.5368060Z Stack Trace: 2026-03-06T21:44:06.5368990Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:44:06.5370100Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5370830Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5425380Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5440930Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:44:06.5445180Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:44:06.5449240Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:44:06.5453670Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:44:06.5516810Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:44:06.5546650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:44:06.5552540Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:44:06.5560260Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:44:06.5561780Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:44:06.5563050Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:44:06.5564540Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:44:06.5565830Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:44:06.5566800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:06.5567970Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:06.5568550Z 2026-03-06T21:44:06.5569180Z Failed BoxView_CornerRadiusWithOpacityAndShadow [3 m 20 s] 2026-03-06T21:44:06.5569800Z Error Message: 2026-03-06T21:44:06.5570660Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:44:06.5571760Z Stack Trace: 2026-03-06T21:44:06.5572490Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:44:06.5573550Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5574460Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5575450Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5576390Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:44:06.5577620Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:44:06.5578790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:44:06.5580180Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:44:06.5581370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:44:06.5582620Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:44:06.5583830Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:44:06.5593650Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:44:06.5595220Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:44:06.5596880Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:44:06.5604830Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:44:06.5606140Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:44:06.5607540Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:06.5608760Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:06.5609220Z 2026-03-06T21:44:06.5620240Z Failed BoxView_IsVisible [3 m 20 s] 2026-03-06T21:44:06.5621890Z Error Message: 2026-03-06T21:44:06.5623150Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:44:06.5624270Z Stack Trace: 2026-03-06T21:44:06.5625380Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:44:06.5626930Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5628190Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5629440Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:44:06.5630620Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:44:06.5631830Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:44:06.5632860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:44:06.5633840Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:44:06.5634790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:44:06.5642020Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:44:06.5649060Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:44:06.5650550Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:44:06.5773340Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:44:06.5775430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:44:06.5776790Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:44:06.5777750Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:44:06.5778800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:44:06.5779670Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:44:06.5780000Z 2026-03-06T21:47:25.9913200Z Failed Button_SetBorderColorAndTextColor_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:25.9917860Z Error Message: 2026-03-06T21:47:25.9921480Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:25.9924480Z Stack Trace: 2026-03-06T21:47:25.9926640Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:25.9928840Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:25.9930560Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:25.9932370Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:25.9934150Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:25.9936770Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:25.9939190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:25.9940950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:25.9942710Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:25.9944550Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:25.9946570Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:25.9949120Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:25.9951530Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:25.9954970Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:25.9957490Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:25.9960600Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:25.9963280Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:25.9965010Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:25.9966160Z 2026-03-06T21:47:25.9967500Z Failed Button_SetBorderWidthEntryAndLineBreakMode_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:25.9969250Z Error Message: 2026-03-06T21:47:25.9971360Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:25.9972900Z Stack Trace: 2026-03-06T21:47:25.9974500Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:25.9976800Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:25.9979000Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:25.9981140Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:25.9982630Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:25.9984220Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:25.9986880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:25.9989220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:25.9991720Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:25.9993650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:25.9995420Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:25.9997140Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:25.9998900Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.0001110Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.0004670Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.0007590Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.0009960Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.0012220Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.0013780Z 2026-03-06T21:47:26.0434380Z Failed Button_SetCommandAndCommandParameter [3 m 21 s] 2026-03-06T21:47:26.0455660Z Error Message: 2026-03-06T21:47:26.0457330Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.0458830Z Stack Trace: 2026-03-06T21:47:26.0460020Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.0461020Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0462060Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0463920Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0465040Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.0466100Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.0467180Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.0468300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.0469840Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.0470690Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.0471470Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.0472530Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.0474010Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.0476490Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.0477790Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.0479130Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.0480430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.0481290Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.0481870Z 2026-03-06T21:47:26.0482930Z Failed Button_SetCornerRadiusAndBorderWidth_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.0483890Z Error Message: 2026-03-06T21:47:26.0485350Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.0486900Z Stack Trace: 2026-03-06T21:47:26.0487640Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.0488990Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0490240Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0491740Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0493150Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.0494050Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.0495260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.0496430Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.0497870Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.0498810Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.0499780Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.0501260Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.0502090Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.0502930Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.0503770Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.0504540Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.0505290Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.0506290Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.0506760Z 2026-03-06T21:47:26.0507360Z Failed Button_setFontAttributesAndFontFamily_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.0507860Z Error Message: 2026-03-06T21:47:26.0508490Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.0510430Z Stack Trace: 2026-03-06T21:47:26.0511120Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.0512220Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0513440Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0514510Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0515790Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.0516600Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.0517620Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.0518470Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.0519250Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.0520050Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.0520700Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.0521690Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.0523170Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.0524070Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.0524950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.0526730Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.0527480Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.0528150Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.0528420Z 2026-03-06T21:47:26.0528850Z Failed Button_setFontAttributesAndText_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.0529310Z Error Message: 2026-03-06T21:47:26.0529980Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.0530610Z Stack Trace: 2026-03-06T21:47:26.0531130Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.0531780Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0532470Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0533450Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.0534420Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.0535140Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.0535840Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.0536590Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.0551060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.0552310Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.0553250Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.0554280Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.0555380Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.0556510Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.0557510Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.0558260Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.0559110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.0560010Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.0560940Z 2026-03-06T21:47:26.1706440Z Failed Button_setFontAttributesAndTextTransform_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.1707880Z Error Message: 2026-03-06T21:47:26.1708860Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1709740Z Stack Trace: 2026-03-06T21:47:26.1710820Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1711760Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1712650Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1713580Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1714380Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1714990Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1715670Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1716440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1717270Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1717960Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1718600Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1719360Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1720230Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1721090Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1721950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1723530Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1724190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1724830Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1725140Z 2026-03-06T21:47:26.1725690Z Failed Button_setFontFamilyAndText_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.1726150Z Error Message: 2026-03-06T21:47:26.1726780Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1727440Z Stack Trace: 2026-03-06T21:47:26.1727960Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1728660Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1729330Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1730050Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1730820Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1731460Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1732140Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1733270Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1738060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1740660Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1741670Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1743120Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1745210Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1746600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1748110Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1749460Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1751090Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1752070Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1752450Z 2026-03-06T21:47:26.1753770Z Failed Button_setFontFamilyAndTextTransform_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.1756160Z Error Message: 2026-03-06T21:47:26.1759630Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1762080Z Stack Trace: 2026-03-06T21:47:26.1764220Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1766410Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1767330Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1768240Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1769190Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1771850Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1772840Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1773860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1775080Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1776060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1776970Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1777980Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1791400Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1792420Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1793350Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1794310Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1795100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1795850Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1796300Z 2026-03-06T21:47:26.1796890Z Failed Button_setFontSizeAndLineBreakMode_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.1797470Z Error Message: 2026-03-06T21:47:26.1798230Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1799000Z Stack Trace: 2026-03-06T21:47:26.1799630Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1800410Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1811820Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1813010Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1814140Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1815170Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1816160Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1817650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1818830Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1821190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1822320Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1824030Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1826040Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1827760Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1829200Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1830290Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1831520Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1832470Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1832910Z 2026-03-06T21:47:26.1833840Z Failed Button_setFontSizeAndText_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.1834370Z Error Message: 2026-03-06T21:47:26.1835000Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1836520Z Stack Trace: 2026-03-06T21:47:26.1837050Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1837840Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1838610Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1839300Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1840270Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1841070Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1842510Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1843750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1844810Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1845500Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1846160Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1847070Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1847940Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1848840Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1849720Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1850510Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1852080Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1852720Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1853170Z 2026-03-06T21:47:26.1853650Z Failed Button_setFontSizeAndTextTransform_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.1854270Z Error Message: 2026-03-06T21:47:26.1855440Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1856440Z Stack Trace: 2026-03-06T21:47:26.1857150Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1858190Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1859080Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1860120Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1861070Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1861990Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1862950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1864000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1865290Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1866320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1867260Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1868570Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1869710Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1870930Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1872130Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1873450Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1874460Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1875560Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1876020Z 2026-03-06T21:47:26.1876670Z Failed Button_SetIsEnabledFalse_VerifyButtonState [3 m 21 s] 2026-03-06T21:47:26.1877420Z Error Message: 2026-03-06T21:47:26.1878290Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1879240Z Stack Trace: 2026-03-06T21:47:26.1880210Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1881180Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1882210Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1883190Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1885410Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1886310Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1887370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1888450Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1889660Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1890680Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1891710Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1892850Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1894150Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1895430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1897360Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1898690Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1899580Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1900590Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1901150Z 2026-03-06T21:47:26.1901770Z Failed Button_SetIsVisibleFalse_VerifyButtonState [3 m 21 s] 2026-03-06T21:47:26.1902380Z Error Message: 2026-03-06T21:47:26.1903430Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1904270Z Stack Trace: 2026-03-06T21:47:26.1905170Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1906080Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1907070Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1908020Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1908880Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1910110Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1911220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1912480Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1913550Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1914660Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1915580Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1916700Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1919880Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1921230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1922580Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1924130Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1925290Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1926350Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1926930Z 2026-03-06T21:47:26.1927570Z Failed Button_SetLineBreakModeCharacterWrap_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.1928450Z Error Message: 2026-03-06T21:47:26.1929440Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1930540Z Stack Trace: 2026-03-06T21:47:26.1931500Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1932640Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1933770Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1934900Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1935860Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1937270Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1938430Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1939560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1940790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1941860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1942890Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1943980Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1945290Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1946600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1947940Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1949210Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1950330Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1951370Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1951820Z 2026-03-06T21:47:26.1953550Z Failed Button_SetLineBreakModeHeadTruncation_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:26.1954780Z Error Message: 2026-03-06T21:47:26.1955710Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1956710Z Stack Trace: 2026-03-06T21:47:26.1957460Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1958570Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1959560Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1960610Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1961570Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1962550Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1963630Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1964760Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1965970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.1967080Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.1968150Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.1969250Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.1970600Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.1971770Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.1973050Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.1974000Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.1975080Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.1975930Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.1976360Z 2026-03-06T21:47:26.1978300Z >>>>> 3/6/2026 9:47:25 PM The SaveDeviceDiagnosticInfo threw an exception during ButtonFeatureTests(Mac). 2026-03-06T21:47:26.1979460Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T21:47:26.1980360Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:47:26.1981620Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T21:47:26.1983900Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.ButtonFeatureTests(Mac) 2026-03-06T21:47:26.1985010Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:26.1986350Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T21:47:26.1987490Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:26.1989940Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1991270Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1992280Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:26.1993880Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:26.1994850Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:26.1996490Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:26.1997720Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:26.1999580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:26.2000970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:26.2002170Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:26.2003440Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:26.2005230Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:26.2006550Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:26.2007980Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:26.2009100Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:26.2010410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.2011310Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:26.2012190Z --TearDown 2026-03-06T21:47:26.2013280Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:47:26.2014410Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T21:47:26.2015490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:26.2016510Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5223690Z Failed Button_SetLineBreakModeMiddleTruncation_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:27.5225840Z Error Message: 2026-03-06T21:47:27.5226910Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:27.5228060Z Stack Trace: 2026-03-06T21:47:27.5228810Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:27.5229750Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5230690Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5231720Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5232620Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:27.5235170Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:27.5236240Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:27.5239010Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:27.5240200Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:27.5241370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:27.5242290Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:27.5244060Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:27.5244940Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:27.5246510Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:27.5248140Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:27.5249430Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:27.5250440Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:27.5252070Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5252500Z 2026-03-06T21:47:27.5253260Z Failed Button_SetLineBreakModeTailTruncation_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:27.5253850Z Error Message: 2026-03-06T21:47:27.5254540Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:27.5255880Z Stack Trace: 2026-03-06T21:47:27.5257070Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:27.5258050Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5263960Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5270520Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5273020Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:27.5296940Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:27.5297720Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:27.5298480Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:27.5299240Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:27.5299900Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:27.5300560Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:27.5301290Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:27.5302090Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:27.5303660Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:27.5304490Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:27.5305220Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:27.5305870Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:27.5306520Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5306790Z 2026-03-06T21:47:27.5307230Z Failed Button_SetLineBreakModeWordWrap_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:27.5307730Z Error Message: 2026-03-06T21:47:27.5308350Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:27.5308970Z Stack Trace: 2026-03-06T21:47:27.5309470Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:27.5310160Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5310800Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5311450Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5312070Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:27.5312690Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:27.5313350Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:27.5314080Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:27.5314860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:27.5315580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:27.5316220Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:27.5316940Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:27.5317750Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:27.5318620Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:27.5319440Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:27.5320180Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:27.5320860Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:27.5321480Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5321750Z 2026-03-06T21:47:27.5322210Z Failed Button_setPaddingAndText_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:27.5322640Z Error Message: 2026-03-06T21:47:27.5323270Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:27.5324330Z Stack Trace: 2026-03-06T21:47:27.5324850Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:27.5325540Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5326170Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5326820Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5327450Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:27.5328070Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:27.5328740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:27.5329510Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:27.5330320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:27.5331000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:27.5331650Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:27.5332380Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:27.5333190Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:27.5334030Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:27.5334860Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:27.5335640Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:27.5336290Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:27.5336940Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5337250Z 2026-03-06T21:47:27.5337680Z Failed Button_setShadowAndText_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:27.5338120Z Error Message: 2026-03-06T21:47:27.5338730Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:27.5339360Z Stack Trace: 2026-03-06T21:47:27.5339920Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:27.5340570Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5341220Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5341890Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5342540Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:27.5343140Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:27.5343790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:27.5344990Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:27.5345780Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:27.5346440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:27.5347070Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:27.5347820Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:27.5348610Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:27.5349420Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:27.5350240Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:27.5350990Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:27.5351640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:27.5352280Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5352570Z 2026-03-06T21:47:27.5353000Z Failed Button_setTextAndTextColor_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:27.5353440Z Error Message: 2026-03-06T21:47:27.5354070Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:27.5354720Z Stack Trace: 2026-03-06T21:47:27.5355230Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:27.5355880Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5356530Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5357190Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5357790Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:27.5358380Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:27.5359030Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:27.5359800Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:27.5360580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:27.5361240Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:27.5361890Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:27.5362660Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:27.5363450Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:27.5364280Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:27.5365490Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:27.5366230Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:27.5367030Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:27.5367660Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5367970Z 2026-03-06T21:47:27.5368400Z Failed Button_setTextAndTextTransform_VerifyVisualState [3 m 21 s] 2026-03-06T21:47:27.5368840Z Error Message: 2026-03-06T21:47:27.5369490Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:27.5370090Z Stack Trace: 2026-03-06T21:47:27.5370610Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:27.5371380Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5372060Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5372710Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5373320Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:27.5373920Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:27.5374590Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:27.5375440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:27.5376260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:27.5376950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:27.5377620Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:27.5378320Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:27.5379110Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:27.5379930Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:27.5380790Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:27.5381520Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:27.5382190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:27.5382860Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5383130Z 2026-03-06T21:47:27.5383540Z Failed Button_VerifiesAllEventHandlersExecute [3 m 21 s] 2026-03-06T21:47:27.5383970Z Error Message: 2026-03-06T21:47:27.5384590Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:47:27.5385220Z Stack Trace: 2026-03-06T21:47:27.5385730Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:47:27.5386860Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5387510Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5388150Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:47:27.5388750Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:47:27.5389440Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:47:27.5390160Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:47:27.5390920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:47:27.5391670Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:47:27.5392360Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:47:27.5393010Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:47:27.5393740Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:47:27.5394740Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:47:27.5395580Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:47:27.5396390Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:47:27.5397130Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:47:27.5397770Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:47:27.5398420Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:47:27.5398690Z 2026-03-06T21:50:46.4817100Z >>>>> 3/6/2026 9:50:46 PM The SaveDeviceDiagnosticInfo threw an exception during ButtonUITests(Mac). 2026-03-06T21:50:46.4970660Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T21:50:46.5058090Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:50:46.5418700Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T21:50:46.5545210Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.ButtonUITests(Mac) 2026-03-06T21:50:46.5557070Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:50:46.5561600Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T21:50:46.5566470Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:50:46.5616270Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:50:46.5620620Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:50:46.5624400Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:50:46.5633380Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:50:46.5645180Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:50:46.5648480Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:50:46.5654530Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:50:46.5659320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:50:46.5813490Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:50:46.5817200Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:50:46.5819320Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:50:46.5822490Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:50:46.5826000Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:50:46.5841750Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:50:46.5848290Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:50:46.5851360Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:50:46.5855950Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:50:46.5860430Z --TearDown 2026-03-06T21:50:46.5862970Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:50:46.5867460Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T21:50:46.5870110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:50:46.5873540Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:50:47.0298390Z Failed Clicked [3 m 20 s] 2026-03-06T21:50:47.0299130Z Error Message: 2026-03-06T21:50:47.0300460Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:50:47.0301480Z Stack Trace: 2026-03-06T21:50:47.0302340Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:50:47.0303380Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:50:47.0319400Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:50:47.0320530Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:50:47.0321490Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:50:47.0322350Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:50:47.0323300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:50:47.0324390Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:50:47.0325560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:50:47.0327400Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:50:47.0328320Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:50:47.0329650Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:50:47.0330880Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:50:47.0332080Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:50:47.0333540Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:50:47.0334800Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:50:47.0335740Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:50:47.0336650Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:50:47.0337100Z 2026-03-06T21:54:04.9897850Z >>>>> 3/6/2026 9:54:04 PM The SaveDeviceDiagnosticInfo threw an exception during Bugzilla36009(Mac). 2026-03-06T21:54:04.9903190Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T21:54:04.9904300Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:54:04.9905240Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T21:54:04.9906240Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Bugzilla36009(Mac) 2026-03-06T21:54:04.9907030Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:54:04.9907760Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T21:54:04.9908440Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:54:04.9909360Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:54:04.9910140Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:54:04.9910820Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:54:04.9911490Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:54:04.9912090Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:54:04.9912750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:54:04.9913520Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:54:04.9914410Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:54:04.9915210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:54:04.9915920Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:54:04.9918340Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:54:04.9921590Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:54:04.9922860Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:54:04.9923850Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:54:04.9925160Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:54:04.9926230Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:54:04.9927070Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:54:04.9927650Z --TearDown 2026-03-06T21:54:04.9928540Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:54:04.9929420Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T21:54:04.9930120Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:54:04.9931020Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:54:05.0923980Z Failed Bugzilla36009Test [3 m 18 s] 2026-03-06T21:54:05.1047630Z Error Message: 2026-03-06T21:54:05.1052500Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:54:05.1053940Z Stack Trace: 2026-03-06T21:54:05.1054860Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:54:05.1056330Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:54:05.1057690Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:54:05.1059030Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:54:05.1060100Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:54:05.1061070Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:54:05.1062210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:54:05.1063540Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:54:05.1064880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:54:05.1066130Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:54:05.1067200Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:54:05.1068250Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:54:05.1069530Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:54:05.1070800Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:54:05.1071960Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:54:05.1074280Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:54:05.1075210Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:54:05.1076400Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:54:05.1076870Z 2026-03-06T21:57:22.2055640Z >>>>> 3/6/2026 9:57:22 PM The SaveDeviceDiagnosticInfo threw an exception during Bugzilla40092(Mac). 2026-03-06T21:57:22.2108310Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T21:57:22.2126740Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:57:22.2148970Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T21:57:22.2167860Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Bugzilla40092(Mac) 2026-03-06T21:57:22.2343650Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:57:22.2347630Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T21:57:22.2349890Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:57:22.2352010Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:57:22.2354060Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:57:22.2355720Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:57:22.2359550Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:57:22.2360950Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:57:22.2361950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:57:22.2366190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:57:22.2370950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:57:22.2372140Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:57:22.2373740Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:57:22.2374860Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:57:22.2376310Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:57:22.2377770Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:57:22.2379510Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:57:22.2380980Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:57:22.2382360Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:57:22.2383340Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:57:22.2386140Z --TearDown 2026-03-06T21:57:22.2387880Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T21:57:22.2389900Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T21:57:22.2391890Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:57:22.2393390Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:57:23.1831620Z Failed AllScreenIsBlack [3 m 17 s] 2026-03-06T21:57:23.2835890Z Error Message: 2026-03-06T21:57:23.3557820Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T21:57:23.4560830Z Stack Trace: 2026-03-06T21:57:23.5241660Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T21:57:23.6030380Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:57:23.6759010Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:57:23.7563390Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T21:57:23.8276870Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T21:57:23.9057810Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T21:57:23.9712020Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T21:57:24.0722940Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T21:57:24.1727450Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T21:57:24.2054040Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T21:57:24.3064080Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T21:57:24.3254300Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T21:57:24.4257180Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T21:57:24.4960220Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T21:57:24.6007390Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T21:57:24.7012100Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T21:57:24.7870710Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T21:57:24.8890250Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T21:57:24.9439800Z 2026-03-06T22:00:48.1126430Z >>>>> 3/6/2026 10:00:48 PM The SaveDeviceDiagnosticInfo threw an exception during Bugzilla57717(Mac). 2026-03-06T22:00:48.1166650Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:00:48.1173930Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:00:48.1181090Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:00:48.1191350Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Bugzilla57717(Mac) 2026-03-06T22:00:48.1195470Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:00:48.1206150Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:00:48.1230790Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:00:48.1238710Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:00:48.1300320Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:00:48.1302590Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:00:48.1304240Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:00:48.1306040Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:00:48.1308140Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:00:48.1309300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:00:48.1310580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:00:48.1313970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:00:48.1315800Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:00:48.1317370Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:00:48.1318600Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:00:48.1320730Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:00:48.1322070Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:00:48.1323190Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:00:48.1324140Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:00:48.1325450Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:00:48.1326310Z --TearDown 2026-03-06T22:00:48.1327640Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:00:48.1328730Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:00:48.1329780Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:00:48.1330770Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:00:48.7212650Z Failed ButtonBackgroundColorAutomatedTest [3 m 25 s] 2026-03-06T22:00:48.7214770Z Error Message: 2026-03-06T22:00:48.7216540Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:00:48.7219400Z Stack Trace: 2026-03-06T22:00:48.7221940Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:00:48.7226960Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:00:48.7235960Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:00:48.7240810Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:00:48.7245480Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:00:48.7249810Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:00:48.7253190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:00:48.7257310Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:00:48.7262130Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:00:48.7265230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:00:48.7267830Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:00:48.7272240Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:00:48.7275380Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:00:48.7278740Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:00:48.7282000Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:00:48.7286690Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:00:48.7290830Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:00:48.7293410Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:00:48.7294310Z 2026-03-06T22:04:09.4272320Z >>>>> 3/6/2026 10:04:09 PM The SaveDeviceDiagnosticInfo threw an exception during Bugzilla57749(Mac). 2026-03-06T22:04:09.4298390Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:04:09.4336490Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:04:09.4350650Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:04:09.4438450Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Bugzilla57749(Mac) 2026-03-06T22:04:09.4460610Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:04:09.4487910Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:04:09.4498540Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:04:09.4572450Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:04:09.4574000Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:04:09.4576140Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:04:09.4582920Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:04:09.4584150Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:04:09.4585980Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:04:09.4589920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:04:09.4594050Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:04:09.4596200Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:04:09.4600310Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:04:09.4602590Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:04:09.4604500Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:04:09.4605790Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:04:09.4607160Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:04:09.4608260Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:04:09.4609250Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:04:09.4610280Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:04:09.4611200Z --TearDown 2026-03-06T22:04:09.4612020Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:04:09.4613070Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:04:09.4614080Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:04:09.4615090Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:04:09.7637140Z Failed Bugzilla57749Test [3 m 21 s] 2026-03-06T22:04:09.7639490Z Error Message: 2026-03-06T22:04:09.7640510Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:04:09.7641600Z Stack Trace: 2026-03-06T22:04:09.7642440Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:04:09.7643690Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:04:09.7644890Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:04:09.7646250Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:04:09.7647400Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:04:09.7648540Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:04:09.7649580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:04:09.7650740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:04:09.7652890Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:04:09.7653870Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:04:09.7654770Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:04:09.7655890Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:04:09.7657020Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:04:09.7658180Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:04:09.7659400Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:04:09.7660480Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:04:09.7661600Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:04:09.7662570Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:04:09.7663030Z 2026-03-06T22:07:28.3141460Z >>>>> 3/6/2026 10:07:28 PM The SaveDeviceDiagnosticInfo threw an exception during Github1776(Mac). 2026-03-06T22:07:28.3151700Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:07:28.3198250Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:07:28.3209550Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:07:28.3224200Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Github1776(Mac) 2026-03-06T22:07:28.3229000Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:07:28.3236060Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:07:28.3287860Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:07:28.3291430Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:07:28.3296780Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:07:28.3357700Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:07:28.3373510Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:07:28.3376400Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:07:28.3379010Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:07:28.3381620Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:07:28.3384510Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:07:28.3387590Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:07:28.3393900Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:07:28.3405490Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:07:28.3420920Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:07:28.3422400Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:07:28.3423630Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:07:28.3424720Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:07:28.3425850Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:07:28.3427030Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:07:28.3428160Z --TearDown 2026-03-06T22:07:28.3429350Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:07:28.3430980Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:07:28.3433350Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:07:28.3434370Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:07:29.2774400Z Failed GitHub1776Test [3 m 18 s] 2026-03-06T22:07:29.2775260Z Error Message: 2026-03-06T22:07:29.2776400Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:07:29.2777370Z Stack Trace: 2026-03-06T22:07:29.2778160Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:07:29.2779200Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:07:29.2780500Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:07:29.2781830Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:07:29.2782760Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:07:29.2783700Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:07:29.2784950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:07:29.2785930Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:07:29.2786920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:07:29.2787590Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:07:29.2788240Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:07:29.2788980Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:07:29.2790070Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:07:29.2791060Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:07:29.2791950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:07:29.2793650Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:07:29.2794340Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:07:29.2794990Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:07:29.2795280Z 2026-03-06T22:10:45.9073190Z >>>>> 3/6/2026 10:10:45 PM The SaveDeviceDiagnosticInfo threw an exception during Issue12211(Mac). 2026-03-06T22:10:45.9078800Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:10:45.9083940Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:10:45.9085460Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:10:45.9088120Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12211(Mac) 2026-03-06T22:10:45.9090610Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:10:45.9091990Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:10:45.9094530Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:10:45.9096610Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:10:45.9098680Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:10:45.9101500Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:10:45.9104540Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:10:45.9107690Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:10:45.9109890Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:10:45.9112750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:10:45.9114830Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:10:45.9117880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:10:45.9119290Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:10:45.9120340Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:10:45.9121640Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:10:45.9122850Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:10:45.9124430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:10:45.9125660Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:10:45.9126760Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:10:45.9127660Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:10:45.9131600Z --TearDown 2026-03-06T22:10:45.9132990Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:10:45.9134340Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:10:45.9136610Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:10:45.9138260Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:10:47.2905070Z Failed WhenChangingBoxViewOpacityThenValueIsCorrectlySet [3 m 17 s] 2026-03-06T22:10:47.2905960Z Error Message: 2026-03-06T22:10:47.2906960Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:10:47.2907990Z Stack Trace: 2026-03-06T22:10:47.2909020Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:10:47.2910670Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:10:47.2912140Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:10:47.2913710Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:10:47.2914980Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:10:47.2916320Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:10:47.2918010Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:10:47.2919360Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:10:47.2920680Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:10:47.2921670Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:10:47.2922660Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:10:47.2923410Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:10:47.2924270Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:10:47.2925090Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:10:47.2925950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:10:47.2926700Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:10:47.2927350Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:10:47.2928040Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:10:47.2928310Z 2026-03-06T22:14:04.7748420Z >>>>> 3/6/2026 10:14:04 PM The SaveDeviceDiagnosticInfo threw an exception during Issue17366(Mac). 2026-03-06T22:14:04.7802320Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:14:04.7804630Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:14:04.7825650Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:14:04.7830540Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17366(Mac) 2026-03-06T22:14:04.7831300Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:14:04.7832020Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:14:04.7832650Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:14:04.7833440Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:14:04.7833990Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:14:04.7834650Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:14:04.7835190Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:14:04.7835870Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:14:04.7836820Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:14:04.7837440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:14:04.7838100Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:14:04.7838650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:14:04.7839300Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:14:04.7839890Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:14:04.7840750Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:14:04.7841420Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:14:04.7842100Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:14:04.7842740Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:14:04.7843270Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:14:04.7843780Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:14:04.7844190Z --TearDown 2026-03-06T22:14:04.7845470Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:14:04.7846110Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:14:04.7846640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:14:04.7847150Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:14:05.3899160Z Failed Issue17366Test [3 m 18 s] 2026-03-06T22:14:05.3900030Z Error Message: 2026-03-06T22:14:05.3900810Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:14:05.3902010Z Stack Trace: 2026-03-06T22:14:05.3904220Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:14:05.3905550Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:14:05.3906370Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:14:05.3907100Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:14:05.3908270Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:14:05.3908990Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:14:05.3909790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:14:05.3910630Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:14:05.3911680Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:14:05.3912500Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:14:05.3913020Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:14:05.3913620Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:14:05.3914500Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:14:05.3915710Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:14:05.3916380Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:14:05.3917870Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:14:05.3919350Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:14:05.3920500Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:14:05.3920790Z 2026-03-06T22:17:17.8327310Z >>>>> 3/6/2026 10:17:17 PM The SaveDeviceDiagnosticInfo threw an exception during Issue18235(Mac). 2026-03-06T22:17:17.8337280Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:17:17.8349320Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:17:17.8351990Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:17:17.8369800Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18235(Mac) 2026-03-06T22:17:17.8371970Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:17:17.8426630Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:17:17.8430810Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:17:17.8433620Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:17:17.8541040Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:17:17.8578440Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:17:17.8583830Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:17:17.8588300Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:17:17.8597630Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:17:17.8608700Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:17:17.8609690Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:17:17.8613170Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:17:17.8615080Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:17:17.8619000Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:17:17.8620480Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:17:17.8622090Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:17:17.8623600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:17:17.8627590Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:17:17.8628940Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:17:17.8630290Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:17:17.8631510Z --TearDown 2026-03-06T22:17:17.8632730Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:17:17.8634080Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:17:17.8635450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:17:17.8636730Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:17:18.9018390Z Failed VerifyButtonText [3 m 13 s] 2026-03-06T22:17:18.9019000Z Error Message: 2026-03-06T22:17:18.9019750Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:17:18.9020540Z Stack Trace: 2026-03-06T22:17:18.9021200Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:17:18.9021970Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:17:18.9022730Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:17:18.9023540Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:17:18.9024250Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:17:18.9024950Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:17:18.9025710Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:17:18.9026600Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:17:18.9028190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:17:18.9028970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:17:18.9029750Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:17:18.9030610Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:17:18.9031550Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:17:18.9032470Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:17:18.9033440Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:17:18.9034280Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:17:18.9035020Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:17:18.9035720Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:17:18.9036160Z 2026-03-06T22:20:32.2754640Z >>>>> 3/6/2026 10:20:32 PM The SaveDeviceDiagnosticInfo threw an exception during Issue18242(Mac). 2026-03-06T22:20:32.2800450Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:20:32.2812590Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:20:32.2830010Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:20:32.2858260Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18242(Mac) 2026-03-06T22:20:32.2877510Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:20:32.2918470Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:20:32.2957540Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:20:32.2961020Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:20:32.2964010Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:20:32.2964780Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:20:32.2965430Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:20:32.2966030Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:20:32.2966740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:20:32.2968190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:20:32.2970320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:20:32.2980620Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:20:32.2983600Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:20:32.3053880Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:20:32.3057560Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:20:32.3061290Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:20:32.3063960Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:20:32.3066360Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:20:32.3068250Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:20:32.3070770Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:20:32.3072520Z --TearDown 2026-03-06T22:20:32.3074160Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:20:32.3084020Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:20:32.3085330Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:20:32.3086090Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:20:32.5407400Z Failed Issue18242Test [3 m 14 s] 2026-03-06T22:20:32.5408220Z Error Message: 2026-03-06T22:20:32.5409090Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:20:32.5409940Z Stack Trace: 2026-03-06T22:20:32.5410560Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:20:32.5411100Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:20:32.5411620Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:20:32.5412140Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:20:32.5412680Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:20:32.5413170Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:20:32.5413700Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:20:32.5414310Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:20:32.5415000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:20:32.5416070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:20:32.5416790Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:20:32.5417420Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:20:32.5418100Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:20:32.5418760Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:20:32.5419950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:20:32.5420580Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:20:32.5421110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:20:32.5421620Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:20:32.5421870Z 2026-03-06T22:23:46.1135010Z >>>>> 3/6/2026 10:23:46 PM The SaveDeviceDiagnosticInfo threw an exception during Issue18617(Mac). 2026-03-06T22:23:46.1144250Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:23:46.1150320Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:23:46.1157160Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:23:46.1181810Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18617(Mac) 2026-03-06T22:23:46.1186120Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:23:46.1197580Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:23:46.1200070Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:23:46.1218740Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:23:46.1221910Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:23:46.1222690Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:23:46.1223840Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:23:46.1225590Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:23:46.1226230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:23:46.1228770Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:23:46.1229450Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:23:46.1230060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:23:46.1230580Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:23:46.1231190Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:23:46.1231900Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:23:46.1233720Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:23:46.1234470Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:23:46.1235080Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:23:46.1235650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:23:46.1236590Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:23:46.1237290Z --TearDown 2026-03-06T22:23:46.1238230Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:23:46.1240110Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:23:46.1240790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:23:46.1242000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:23:46.1243090Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:23:46.1244070Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:23:47.5654550Z Failed CommandCanExecuteDisableButton [3 m 13 s] 2026-03-06T22:23:47.5655140Z Error Message: 2026-03-06T22:23:47.5656700Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:23:47.5657410Z Stack Trace: 2026-03-06T22:23:47.5658000Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:23:47.5658740Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:23:47.5659280Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:23:47.5660090Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:23:47.5660680Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:23:47.5661220Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:23:47.5661830Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:23:47.5662440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:23:47.5663150Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:23:47.5663710Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:23:47.5664260Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:23:47.5664870Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:23:47.5665530Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:23:47.5666210Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:23:47.5666910Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:23:47.5667510Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:23:47.5668040Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:23:47.5668600Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:23:47.5668820Z 2026-03-06T22:26:59.6576300Z >>>>> 3/6/2026 10:26:59 PM The SaveDeviceDiagnosticInfo threw an exception during Issue18937(Mac). 2026-03-06T22:26:59.6604500Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:26:59.6659000Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:26:59.6717650Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:26:59.6718810Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18937(Mac) 2026-03-06T22:26:59.6728390Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:26:59.6734380Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:26:59.6737410Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:26:59.6745190Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:26:59.6746420Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:26:59.6766400Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:26:59.6767020Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:26:59.6767680Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:26:59.6768230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:26:59.6768850Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:26:59.6769540Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:26:59.6770090Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:26:59.6770610Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:26:59.6771230Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:26:59.6771880Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:26:59.6772610Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:26:59.6773400Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:26:59.6774010Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:26:59.6774810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:26:59.6775540Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:26:59.6776150Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:26:59.6776660Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:26:59.6777060Z --TearDown 2026-03-06T22:26:59.6777550Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:26:59.6778660Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:26:59.6779290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:26:59.6779990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:26:59.6780610Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:26:59.6781120Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:26:59.6781590Z Failed ExceptionShouldNotOccurWhenIsClippedToBoundsIsTrue [3 m 13 s] 2026-03-06T22:26:59.6781970Z Error Message: 2026-03-06T22:26:59.6782500Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:26:59.6783020Z Stack Trace: 2026-03-06T22:26:59.6783440Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:26:59.6783970Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:26:59.6784520Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:26:59.6785040Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:26:59.6785530Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:26:59.6786020Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:26:59.6786590Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:26:59.6787200Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:26:59.6787830Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:26:59.6788370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:26:59.6788910Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:26:59.6789490Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:26:59.6790140Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:26:59.6790850Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:26:59.6791510Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:26:59.6792110Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:26:59.6792730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:26:59.6793450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:26:59.6794050Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:26:59.6794760Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:26:59.6795010Z 2026-03-06T22:30:14.6169910Z >>>>> 3/6/2026 10:30:14 PM The SaveDeviceDiagnosticInfo threw an exception during Issue19283(Mac). 2026-03-06T22:30:14.6189060Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:30:14.6226740Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:30:14.6228690Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:30:14.6233150Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19283(Mac) 2026-03-06T22:30:14.6233840Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:30:14.6234770Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:30:14.6235620Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:30:14.6236360Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:30:14.6237450Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:30:14.6239120Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:30:14.6239670Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:30:14.6241500Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:30:14.6242750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:30:14.6245240Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:30:14.6246220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:30:14.6247560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:30:14.6249350Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:30:14.6251250Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:30:14.6254220Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:30:14.6255800Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:30:14.6259020Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:30:14.6261340Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:30:14.6270190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:30:14.6271790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:30:14.6274170Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:30:14.6275540Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:30:14.6277550Z --TearDown 2026-03-06T22:30:14.6281720Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:30:14.6282360Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:30:14.6283070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:30:14.6284150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:30:14.6284760Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:30:14.6285290Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:30:14.7262360Z Failed ButtonStillWorksWhenItHasPointerOverVSMSet [3 m 14 s] 2026-03-06T22:30:14.7262930Z Error Message: 2026-03-06T22:30:14.7263840Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:30:14.7264390Z Stack Trace: 2026-03-06T22:30:14.7264830Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:30:14.7265590Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:30:14.7266310Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:30:14.7266900Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:30:14.7267430Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:30:14.7268260Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:30:14.7268840Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:30:14.7269770Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:30:14.7270450Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:30:14.7271070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:30:14.7271620Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:30:14.7272220Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:30:14.7272940Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:30:14.7273620Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:30:14.7274310Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:30:14.7274950Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:30:14.7275590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:30:14.7276310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:30:14.7277730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:30:14.7278290Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:30:14.7278510Z 2026-03-06T22:33:27.9843650Z >>>>> 3/6/2026 10:33:27 PM The SaveDeviceDiagnosticInfo threw an exception during Issue19877(Mac). 2026-03-06T22:33:27.9844520Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:33:27.9845250Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:33:27.9845890Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:33:27.9985760Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19877(Mac) 2026-03-06T22:33:27.9989870Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:33:28.0010300Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:33:28.0012800Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:33:28.0018460Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:33:28.0026660Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:33:28.0033060Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:33:28.0037480Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:33:28.0045720Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:33:28.0051550Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:33:28.0054920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:33:28.0057210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:33:28.0061610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:33:28.0073280Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:33:28.0075870Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:33:28.0078130Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:33:28.0086550Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:33:28.0088530Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:33:28.0132790Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:33:28.0133570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:33:28.0134300Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:33:28.0135330Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:33:28.0136120Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:33:28.0136560Z --TearDown 2026-03-06T22:33:28.0137030Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:33:28.0137620Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:33:28.0138240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:33:28.0138930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:33:28.0139570Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:33:28.0140080Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:33:28.3277380Z Failed BorderRoundRectangleWithImage [3 m 13 s] 2026-03-06T22:33:28.3278000Z Error Message: 2026-03-06T22:33:28.3278770Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:33:28.3279480Z Stack Trace: 2026-03-06T22:33:28.3280420Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:33:28.3281260Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:33:28.3282010Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:33:28.3282780Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:33:28.3283560Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:33:28.3284230Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:33:28.3284970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:33:28.3285820Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:33:28.3286740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:33:28.3287500Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:33:28.3288220Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:33:28.3289040Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:33:28.3289980Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:33:28.3290910Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:33:28.3291840Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:33:28.3292900Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:33:28.3293550Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:33:28.3295070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:33:28.3295710Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:33:28.3296380Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:33:28.3297030Z 2026-03-06T22:36:42.0110450Z >>>>> 3/6/2026 10:36:42 PM The SaveDeviceDiagnosticInfo threw an exception during Issue19926(Mac). 2026-03-06T22:36:42.0184360Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:36:42.0275140Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:36:42.0339710Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:36:42.0593480Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19926(Mac) 2026-03-06T22:36:42.0594360Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:36:42.0596270Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:36:42.0600280Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:36:42.0602180Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:36:42.0603970Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:36:42.0605750Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:36:42.0607550Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:36:42.0609290Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:36:42.0611070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:36:42.0612920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:36:42.0614940Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:36:42.0616520Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:36:42.0618390Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:36:42.0619760Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:36:42.0621120Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:36:42.0622750Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:36:42.0624540Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:36:42.0626030Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:36:42.0628500Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:36:42.0632490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:36:42.0637200Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:36:42.0638560Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:36:42.0640200Z --TearDown 2026-03-06T22:36:42.0644010Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:36:42.0648350Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:36:42.0651690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:36:42.0656590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:36:42.0659450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:36:42.0662480Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:36:43.3314610Z Failed PropertiesShouldBeCorrectlyApplied [3 m 14 s] 2026-03-06T22:36:43.3315290Z Error Message: 2026-03-06T22:36:43.3316780Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:36:43.3317370Z Stack Trace: 2026-03-06T22:36:43.3317890Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:36:43.3318820Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:36:43.3319700Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:36:43.3320280Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:36:43.3320810Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:36:43.3321290Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:36:43.3321820Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:36:43.3322440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:36:43.3323300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:36:43.3324360Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:36:43.3325240Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:36:43.3326560Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:36:43.3327900Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:36:43.3329080Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:36:43.3329840Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:36:43.3330490Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:36:43.3331120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:36:43.3332390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:36:43.3333030Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:36:43.3333560Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:36:43.3333790Z 2026-03-06T22:39:55.3745960Z >>>>> 3/6/2026 10:39:55 PM The SaveDeviceDiagnosticInfo threw an exception during Issue20156(Mac). 2026-03-06T22:39:55.3803650Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:39:55.3806310Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:39:55.3821870Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:39:55.3841140Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20156(Mac) 2026-03-06T22:39:55.3843790Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:39:55.3844580Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:39:55.3845200Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:39:55.3845910Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:39:55.3846470Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:39:55.3847060Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:39:55.3847610Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:39:55.3848540Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:39:55.3849400Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:39:55.3850080Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:39:55.3850740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:39:55.3852060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:39:55.3852620Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:39:55.3853240Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:39:55.3853950Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:39:55.3854720Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:39:55.3855420Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:39:55.3856420Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:39:55.3857220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:39:55.3859660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:39:55.3860540Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:39:55.3861210Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:39:55.3861620Z --TearDown 2026-03-06T22:39:55.3862070Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:39:55.3862660Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:39:55.3863320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:39:55.3864060Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:39:55.3864880Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:39:55.3865580Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:39:55.3866870Z Failed BorderShouldHaveNoThickness [3 m 13 s] 2026-03-06T22:39:55.3867660Z Error Message: 2026-03-06T22:39:55.3868540Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:39:55.3869250Z Stack Trace: 2026-03-06T22:39:55.3869840Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:39:55.3870600Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:39:55.3871370Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:39:55.3872170Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:39:55.3872880Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:39:55.3873560Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:39:55.3874340Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:39:55.3875260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:39:55.3876150Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:39:55.3876940Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:39:55.3877680Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:39:55.3878570Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:39:55.3879410Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:39:55.3880580Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:39:55.3881600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:39:55.3882560Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:39:55.3883430Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:39:55.3884520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:39:55.3885390Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:39:55.3886120Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:39:55.3886730Z 2026-03-06T22:43:12.7382790Z >>>>> 3/6/2026 10:43:12 PM The SaveDeviceDiagnosticInfo threw an exception during Issue21173(Mac). 2026-03-06T22:43:12.7452310Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:43:12.7647770Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:43:12.7714390Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:43:12.7737870Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21173(Mac) 2026-03-06T22:43:12.7747380Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:43:12.7757910Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:43:12.7762440Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:43:12.7776480Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:43:12.7785160Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:43:12.7798210Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:43:12.7802650Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:43:12.7844440Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:43:12.7900210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:43:12.7903530Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:43:12.7906890Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:43:12.7911030Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:43:12.7913590Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:43:12.7917380Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:43:12.7919770Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:43:12.7923230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:43:12.7932240Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:43:12.7936650Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:43:12.7942970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:43:12.7949180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:43:12.7952970Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:43:12.7955990Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:43:12.7961180Z --TearDown 2026-03-06T22:43:12.7966710Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:43:12.7971890Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:43:12.7976170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:43:12.7981800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:43:12.7988840Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:43:12.7999800Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:43:13.4064290Z Failed BorderWithRoundRectangleShouldRoundCornersOfContentWithinIt [3 m 17 s] 2026-03-06T22:43:13.4065670Z Error Message: 2026-03-06T22:43:13.4066630Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:43:13.4067750Z Stack Trace: 2026-03-06T22:43:13.4068490Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:43:13.4069410Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:43:13.4070340Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:43:13.4071370Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:43:13.4072260Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:43:13.4073150Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:43:13.4074130Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:43:13.4075480Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:43:13.4076880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:43:13.4077900Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:43:13.4078830Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:43:13.4079990Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:43:13.4081260Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:43:13.4082540Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:43:13.4085200Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:43:13.4086650Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:43:13.4087860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:43:13.4088860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:43:13.4089670Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:43:13.4090330Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:43:13.4090650Z 2026-03-06T22:46:26.3507890Z >>>>> 3/6/2026 10:46:26 PM The SaveDeviceDiagnosticInfo threw an exception during Issue21202(Mac). 2026-03-06T22:46:26.3526980Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:46:26.3537120Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:46:26.3575130Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:46:26.3581970Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21202(Mac) 2026-03-06T22:46:26.3584250Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:46:26.3585940Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:46:26.3587830Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:46:26.3607800Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:46:26.3609190Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:46:26.3610230Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:46:26.3611120Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:46:26.3612740Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:46:26.3613390Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:46:26.3614110Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:46:26.3615420Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:46:26.3616210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:46:26.3617280Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:46:26.3618350Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:46:26.3619450Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:46:26.3620290Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:46:26.3620980Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:46:26.3622710Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:46:26.3623930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:46:26.3625230Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:46:26.3626700Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:46:26.3627860Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:46:26.3628440Z --TearDown 2026-03-06T22:46:26.3628900Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:46:26.3629510Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:46:26.3630200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:46:26.3630920Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:46:26.3631850Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:46:26.3632690Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:46:26.9202450Z Failed Issue21202Test [3 m 13 s] 2026-03-06T22:46:26.9203060Z Error Message: 2026-03-06T22:46:26.9203780Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:46:26.9204540Z Stack Trace: 2026-03-06T22:46:26.9205110Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:46:26.9205850Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:46:26.9206560Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:46:26.9207330Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:46:26.9208030Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:46:26.9208700Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:46:26.9209440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:46:26.9210320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:46:26.9211190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:46:26.9211940Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:46:26.9212650Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:46:26.9213510Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:46:26.9214410Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:46:26.9215330Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:46:26.9217000Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:46:26.9218000Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:46:26.9218630Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:46:26.9219360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:46:26.9219950Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:46:26.9220460Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:46:26.9220720Z 2026-03-06T22:49:39.5472310Z >>>>> 3/6/2026 10:49:39 PM The SaveDeviceDiagnosticInfo threw an exception during Issue21325(Mac). 2026-03-06T22:49:39.5478420Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:49:39.5510370Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:49:39.5512790Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:49:39.5517490Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21325(Mac) 2026-03-06T22:49:39.5556520Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:49:39.5562480Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:49:39.5564360Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:49:39.5566270Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:49:39.5568320Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:49:39.5572250Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:49:39.5578750Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:49:39.5585850Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:49:39.5604140Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:49:39.5608830Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:49:39.5611180Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:49:39.5618800Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:49:39.5621530Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:49:39.5628140Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:49:39.5630830Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:49:39.5632910Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:49:39.5635830Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:49:39.5646490Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:49:39.5648380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:49:39.5650360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:49:39.5655490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:49:39.5661780Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:49:39.5663060Z --TearDown 2026-03-06T22:49:39.5664330Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:49:39.5739870Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:49:39.5743910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:49:39.5745710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:49:39.5747420Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:49:39.5748700Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:49:40.5153430Z Failed VerifyGreyShades [3 m 13 s] 2026-03-06T22:49:40.5154950Z Error Message: 2026-03-06T22:49:40.5155830Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:49:40.5156590Z Stack Trace: 2026-03-06T22:49:40.5157170Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:49:40.5157940Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:49:40.5158700Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:49:40.5159440Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:49:40.5160120Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:49:40.5160810Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:49:40.5161600Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:49:40.5162450Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:49:40.5163320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:49:40.5164080Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:49:40.5164820Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:49:40.5165640Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:49:40.5166530Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:49:40.5168250Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:49:40.5169180Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:49:40.5170000Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:49:40.5170860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:49:40.5171870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:49:40.5172700Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:49:40.5173400Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:49:40.5173750Z 2026-03-06T22:52:54.6397460Z >>>>> 3/6/2026 10:52:54 PM The SaveDeviceDiagnosticInfo threw an exception during Issue21394(Mac). 2026-03-06T22:52:54.6399400Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:52:54.6403160Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:52:54.6405500Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:52:54.6406390Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21394(Mac) 2026-03-06T22:52:54.6408540Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:52:54.6412130Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:52:54.6414080Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:52:54.6417230Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:52:54.6420500Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:52:54.6422690Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:52:54.6428600Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:52:54.6430730Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:52:54.6432730Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:52:54.6434610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:52:54.6438590Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:52:54.6442060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:52:54.6446840Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:52:54.6448700Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:52:54.6451170Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:52:54.6454570Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:52:54.6461330Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:52:54.6464500Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:52:54.6466260Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:52:54.6471050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:52:54.6471730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:52:54.6478610Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:52:54.6491670Z --TearDown 2026-03-06T22:52:54.6493150Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:52:54.6493800Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:52:54.6494450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:52:54.6497070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:52:54.6498730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:52:54.6499290Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:52:55.5151010Z Failed Issue21394Test [3 m 15 s] 2026-03-06T22:52:55.5151800Z Error Message: 2026-03-06T22:52:55.5152520Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:52:55.5153290Z Stack Trace: 2026-03-06T22:52:55.5153870Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:52:55.5154620Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:52:55.5155350Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:52:55.5156130Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:52:55.5156830Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:52:55.5157600Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:52:55.5158350Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:52:55.5159270Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:52:55.5160140Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:52:55.5160900Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:52:55.5161630Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:52:55.5162480Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:52:55.5164090Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:52:55.5165020Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:52:55.5165990Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:52:55.5166830Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:52:55.5167690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:52:55.5168780Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:52:55.5169430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:52:55.5169950Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:52:55.5170190Z 2026-03-06T22:56:13.0735100Z >>>>> 3/6/2026 10:56:13 PM The SaveDeviceDiagnosticInfo threw an exception during Issue21513(Mac). 2026-03-06T22:56:13.0765250Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:56:13.0779630Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:56:13.0839570Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:56:13.0841930Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21513(Mac) 2026-03-06T22:56:13.0843530Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:56:13.0845070Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:56:13.0848030Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:56:13.0849350Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:56:13.0851710Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:56:13.0855770Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:56:13.0859090Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:56:13.0860140Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:56:13.0861690Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:56:13.0863230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:56:13.0864500Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:56:13.0865790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:56:13.0867060Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:56:13.0870490Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:56:13.0873370Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:56:13.0875140Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:56:13.0876450Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:56:13.0877630Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:56:13.0878780Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:56:13.0880000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:56:13.0881110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:56:13.0882020Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:56:13.0882610Z --TearDown 2026-03-06T22:56:13.0883190Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:56:13.0883910Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:56:13.0884720Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:56:13.0885640Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:56:13.0886410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:56:13.0888160Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:56:13.5205130Z Failed Issue21513Test [3 m 18 s] 2026-03-06T22:56:13.5207770Z Error Message: 2026-03-06T22:56:13.5210990Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:56:13.5213990Z Stack Trace: 2026-03-06T22:56:13.5216540Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:56:13.5217730Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:56:13.5221660Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:56:13.5222420Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:56:13.5223170Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:56:13.5224490Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:56:13.5226610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:56:13.5229330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:56:13.5230210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:56:13.5231000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:56:13.5232500Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:56:13.5233960Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:56:13.5235430Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:56:13.5236750Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:56:13.5238450Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:56:13.5239690Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:56:13.5240840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:56:13.5242690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:56:13.5243930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:56:13.5244940Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:56:13.5246370Z 2026-03-06T22:59:30.0470030Z >>>>> 3/6/2026 10:59:30 PM The SaveDeviceDiagnosticInfo threw an exception during Issue22042(Mac). 2026-03-06T22:59:30.0476170Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T22:59:30.0484010Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:59:30.0487240Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T22:59:30.0492300Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22042(Mac) 2026-03-06T22:59:30.0494060Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:59:30.0495630Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T22:59:30.0496870Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:59:30.0498220Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:59:30.0499400Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:59:30.0500720Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:59:30.0501810Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:59:30.0503370Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:59:30.0504670Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:59:30.0506270Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:59:30.0507800Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:59:30.0509230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:59:30.0510520Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:59:30.0511670Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:59:30.0516770Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:59:30.0518850Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:59:30.0520890Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:59:30.0522780Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:59:30.0524340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:59:30.0526910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:59:30.0528550Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:59:30.0529510Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:59:30.0530380Z --TearDown 2026-03-06T22:59:30.0531240Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T22:59:30.0532150Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T22:59:30.0533250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:59:30.0534400Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:59:30.0535590Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:59:30.0536360Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:59:31.6243570Z Failed BorderColorShouldChange [3 m 16 s] 2026-03-06T22:59:31.6248020Z Error Message: 2026-03-06T22:59:31.6250190Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T22:59:31.6252800Z Stack Trace: 2026-03-06T22:59:31.6255180Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T22:59:31.6258200Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:59:31.6259890Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:59:31.6261230Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T22:59:31.6262720Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T22:59:31.6264350Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T22:59:31.6267460Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T22:59:31.6269320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T22:59:31.6270330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T22:59:31.6271990Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T22:59:31.6274610Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T22:59:31.6276150Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T22:59:31.6277020Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T22:59:31.6277850Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T22:59:31.6278680Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T22:59:31.6280380Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T22:59:31.6281380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:59:31.6282250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T22:59:31.6283000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T22:59:31.6283690Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T22:59:31.6283960Z 2026-03-06T23:02:47.5001310Z >>>>> 3/6/2026 11:02:47 PM The SaveDeviceDiagnosticInfo threw an exception during Issue22306_1(Mac). 2026-03-06T23:02:47.5017500Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:02:47.5024970Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:02:47.5076850Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:02:47.5079850Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22306_1(Mac) 2026-03-06T23:02:47.5085140Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:02:47.5091020Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:02:47.5124270Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:02:47.5132840Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:47.5136200Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:47.5143230Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:47.5145930Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:02:47.5175890Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:02:47.5176900Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:02:47.5177640Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:02:47.5179000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:02:47.5179610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:02:47.5181010Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:02:47.5181670Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:02:47.5182360Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:02:47.5183690Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:02:47.5185820Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:02:47.5186490Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:02:47.5187320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:02:47.5188120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:02:47.5189620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:02:47.5190640Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:02:47.5191070Z --TearDown 2026-03-06T23:02:47.5191530Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:02:47.5192350Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:02:47.5193010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:02:47.5193750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:02:47.5194380Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:02:47.5194950Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:02:48.2584050Z Failed ButtonLayoutResizesWithImagePosition [3 m 17 s] 2026-03-06T23:02:48.2584580Z Error Message: 2026-03-06T23:02:48.2585700Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:02:48.2586400Z Stack Trace: 2026-03-06T23:02:48.2586900Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:02:48.2587700Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:48.2589200Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:48.2589830Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:48.2590370Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:02:48.2590890Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:02:48.2591560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:02:48.2592290Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:02:48.2592950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:02:48.2594170Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:02:48.2594770Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:02:48.2595550Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:02:48.2596320Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:02:48.2597030Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:02:48.2597800Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:02:48.2598490Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:02:48.2599150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:02:48.2599990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:02:48.2600650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:02:48.2601190Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:02:48.2601460Z 2026-03-06T23:02:48.2601810Z Failed ButtonMeasuresLargerThanDefault [3 m 17 s] 2026-03-06T23:02:48.2602180Z Error Message: 2026-03-06T23:02:48.2602710Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:02:48.2603290Z Stack Trace: 2026-03-06T23:02:48.2603730Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:02:48.2604370Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:48.2605140Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:48.2605910Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:02:48.2606680Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:02:48.2607400Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:02:48.2608180Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:02:48.2609130Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:02:48.2610130Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:02:48.2611000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:02:48.2611880Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:02:48.2612930Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:02:48.2613860Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:02:48.2614950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:02:48.2616970Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:02:48.2617690Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:02:48.2618800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:02:48.2620070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:02:48.2620930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:02:48.2621470Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:02:48.2621710Z 2026-03-06T23:06:02.1113490Z >>>>> 3/6/2026 11:06:02 PM The SaveDeviceDiagnosticInfo threw an exception during Issue22306_2(Mac). 2026-03-06T23:06:02.1140910Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:06:02.1143000Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:06:02.1145640Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:06:02.1155700Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22306_2(Mac) 2026-03-06T23:06:02.1171000Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:06:02.1182260Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:06:02.1226700Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:06:02.1229280Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:06:02.1231060Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:06:02.1236560Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:06:02.1249950Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:06:02.1251140Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:06:02.1281260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:06:02.1290250Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:06:02.1291580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:06:02.1293680Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:06:02.1294290Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:06:02.1294940Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:06:02.1295790Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:06:02.1297150Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:06:02.1298520Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:06:02.1299150Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:06:02.1299780Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:06:02.1300510Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:06:02.1301110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:06:02.1301620Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:06:02.1302040Z --TearDown 2026-03-06T23:06:02.1302510Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:06:02.1303270Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:06:02.1303900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:06:02.1304590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:06:02.1305220Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:06:02.1305740Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:06:03.2844030Z Failed BorderWidthAffectsTheImageSizing [3 m 14 s] 2026-03-06T23:06:03.2844830Z Error Message: 2026-03-06T23:06:03.2845570Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:06:03.2846270Z Stack Trace: 2026-03-06T23:06:03.2846900Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:06:03.2847640Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:06:03.2848360Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:06:03.2849090Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:06:03.2849840Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:06:03.2850510Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:06:03.2851350Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:06:03.2852200Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:06:03.2853100Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:06:03.2853860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:06:03.2854590Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:06:03.2855410Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:06:03.2856340Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:06:03.2858030Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:06:03.2858950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:06:03.2859820Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:06:03.2860690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:06:03.2861820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:06:03.2862460Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:06:03.2862970Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:06:03.2863190Z 2026-03-06T23:09:18.6309690Z >>>>> 3/6/2026 11:09:18 PM The SaveDeviceDiagnosticInfo threw an exception during Issue22306_3(Mac). 2026-03-06T23:09:18.6330430Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:09:18.6339550Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:09:18.6434880Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:09:18.6441170Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22306_3(Mac) 2026-03-06T23:09:18.6459800Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:18.6462930Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:09:18.6475300Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:18.6487890Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:18.6491370Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:18.6494430Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:18.6506340Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:18.6513470Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:18.6618010Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:18.6629080Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:18.6632650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:18.6636740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:18.6646300Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:18.6649330Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:18.6654540Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:18.6658110Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:18.6664230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:18.6683190Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:18.6690630Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:18.6696670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:18.6698360Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:18.6701750Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:18.6703310Z --TearDown 2026-03-06T23:09:18.6703900Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:09:18.6704550Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:09:18.6705270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:18.6706100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:18.6708070Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:18.6708680Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.8998380Z Failed VerifyButtonPage1 [3 m 16 s] 2026-03-06T23:09:19.9023490Z Error Message: 2026-03-06T23:09:19.9024100Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:19.9025050Z Stack Trace: 2026-03-06T23:09:19.9025760Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:19.9026330Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9026860Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9027410Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9029690Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:19.9031060Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:19.9032710Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:19.9035540Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:19.9036190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:19.9036900Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:19.9037460Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:19.9038070Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:19.9039280Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:19.9040040Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:19.9040760Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:19.9041370Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:19.9042010Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9042740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9043360Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:19.9043880Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.9044140Z 2026-03-06T23:09:19.9044460Z Failed VerifyButtonPage2 [3 m 16 s] 2026-03-06T23:09:19.9044790Z Error Message: 2026-03-06T23:09:19.9045310Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:19.9045880Z Stack Trace: 2026-03-06T23:09:19.9046350Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:19.9047030Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9047560Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9048120Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9048620Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:19.9049360Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:19.9049910Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:19.9050560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:19.9051200Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:19.9051750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:19.9052280Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:19.9052900Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:19.9053550Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:19.9054280Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:19.9054980Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:19.9055580Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:19.9056550Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9057240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9057870Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:19.9058380Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.9058630Z 2026-03-06T23:09:19.9058940Z Failed VerifyButtonPage3 [3 m 16 s] 2026-03-06T23:09:19.9059270Z Error Message: 2026-03-06T23:09:19.9059780Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:19.9060290Z Stack Trace: 2026-03-06T23:09:19.9060740Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:19.9061290Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9061800Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9062340Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9062840Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:19.9063350Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:19.9063890Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:19.9064500Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:19.9065160Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:19.9065720Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:19.9066230Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:19.9066810Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:19.9067490Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:19.9068170Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:19.9068840Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:19.9069470Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:19.9070090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9070780Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9071380Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:19.9071920Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.9072140Z 2026-03-06T23:09:19.9072650Z Failed VerifyButtonPage4 [3 m 16 s] 2026-03-06T23:09:19.9073020Z Error Message: 2026-03-06T23:09:19.9073530Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:19.9074030Z Stack Trace: 2026-03-06T23:09:19.9074440Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:19.9075000Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9075530Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9076060Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9076570Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:19.9077080Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:19.9077630Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:19.9078300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:19.9078950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:19.9079560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:19.9080080Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:19.9080660Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:19.9081300Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:19.9082000Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:19.9082660Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:19.9083250Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:19.9083910Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9084620Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9085240Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:19.9085740Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.9085990Z 2026-03-06T23:09:19.9086300Z Failed VerifyButtonPage5 [3 m 16 s] 2026-03-06T23:09:19.9086630Z Error Message: 2026-03-06T23:09:19.9087170Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:19.9087820Z Stack Trace: 2026-03-06T23:09:19.9088250Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:19.9088790Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9089350Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9090150Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9090670Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:19.9091160Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:19.9091730Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:19.9092350Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:19.9092990Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:19.9093560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:19.9094310Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:19.9094950Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:19.9095620Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:19.9096330Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:19.9097160Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:19.9097780Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:19.9098440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9099200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9099820Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:19.9100360Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.9100620Z 2026-03-06T23:09:19.9100950Z Failed VerifyButtonPage6 [3 m 16 s] 2026-03-06T23:09:19.9101370Z Error Message: 2026-03-06T23:09:19.9101940Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:19.9102500Z Stack Trace: 2026-03-06T23:09:19.9102940Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:19.9103500Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9104050Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9104710Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9105240Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:19.9105760Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:19.9106320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:19.9107030Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:19.9107720Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:19.9108720Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:19.9109260Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:19.9109910Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:19.9110580Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:19.9111280Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:19.9112010Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:19.9112650Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:19.9113310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9114040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9114720Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:19.9115250Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.9115520Z 2026-03-06T23:09:19.9115850Z Failed VerifyButtonPage7 [3 m 16 s] 2026-03-06T23:09:19.9116200Z Error Message: 2026-03-06T23:09:19.9116730Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:19.9117260Z Stack Trace: 2026-03-06T23:09:19.9117740Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:19.9118300Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9118920Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9119510Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9120040Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:19.9120550Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:19.9121110Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:19.9121790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:19.9122450Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:19.9123030Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:19.9123570Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:19.9124210Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:19.9124900Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:19.9125600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:19.9126520Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:19.9127320Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:19.9128020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9128810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9129530Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:19.9130100Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.9130390Z 2026-03-06T23:09:19.9130740Z Failed VerifyButtonPage8 [3 m 16 s] 2026-03-06T23:09:19.9131110Z Error Message: 2026-03-06T23:09:19.9131680Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:09:19.9132240Z Stack Trace: 2026-03-06T23:09:19.9132750Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:09:19.9133350Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9133940Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9134780Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:09:19.9135400Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:09:19.9135960Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:09:19.9136690Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:09:19.9137370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:09:19.9138180Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:09:19.9138790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:09:19.9139360Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:09:19.9140010Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:09:19.9140800Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:09:19.9141590Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:09:19.9142330Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:09:19.9143020Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:09:19.9143710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9144470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:09:19.9145440Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:09:19.9146020Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:09:19.9146260Z 2026-03-06T23:12:32.6889790Z >>>>> 3/6/2026 11:12:32 PM The SaveDeviceDiagnosticInfo threw an exception during Issue22306(Mac). 2026-03-06T23:12:32.6892480Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:12:32.6897070Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:12:32.6901460Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:12:32.6907350Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22306(Mac) 2026-03-06T23:12:32.6908910Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:12:32.6911990Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:12:32.6913880Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:12:32.6914680Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:12:32.6919800Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:12:32.6920390Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:12:32.6920900Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:12:32.6921460Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:12:32.6922380Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:12:32.6937820Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:12:32.6938790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:12:32.6939380Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:12:32.6940000Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:12:32.6940710Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:12:32.6941490Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:12:32.6942200Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:12:32.6942960Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:12:32.6943750Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:12:32.6944380Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:12:32.6945170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:12:32.6947110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:12:32.6947710Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:12:32.6948140Z --TearDown 2026-03-06T23:12:32.6948590Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:12:32.6949190Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:12:32.6949820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:12:32.6950530Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:12:32.6951180Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:12:32.6951690Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:12:33.4884120Z Failed ButtonsLayoutResolveWhenParentSizeChanges [3 m 14 s] 2026-03-06T23:12:33.4884740Z Error Message: 2026-03-06T23:12:33.4885480Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:12:33.4886010Z Stack Trace: 2026-03-06T23:12:33.4886430Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:12:33.4886970Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:12:33.4887530Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:12:33.4888130Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:12:33.4888660Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:12:33.4889290Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:12:33.4889880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:12:33.4890490Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:12:33.4891120Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:12:33.4891700Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:12:33.4892220Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:12:33.4892820Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:12:33.4893470Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:12:33.4894160Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:12:33.4894970Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:12:33.4895600Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:12:33.4896250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:12:33.4897560Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:12:33.4898160Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:12:33.4898660Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:12:33.4898910Z 2026-03-06T23:15:46.5287460Z >>>>> 3/6/2026 11:15:46 PM The SaveDeviceDiagnosticInfo threw an exception during Issue22433(Mac). 2026-03-06T23:15:46.5305260Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:15:46.5307620Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:15:46.5309590Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:15:46.5313300Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22433(Mac) 2026-03-06T23:15:46.5333790Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:15:46.5340130Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:15:46.5341070Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:15:46.5349510Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:15:46.5352930Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:15:46.5358840Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:15:46.5361470Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:15:46.5363080Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:15:46.5366350Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:15:46.5370480Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:15:46.5375090Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:15:46.5378530Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:15:46.5380740Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:15:46.5381430Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:15:46.5403450Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:15:46.5404210Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:15:46.5409630Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:15:46.5413620Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:15:46.5414400Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:15:46.5416020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:15:46.5416820Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:15:46.5417390Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:15:46.5417800Z --TearDown 2026-03-06T23:15:46.5418250Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:15:46.5418870Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:15:46.5419520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:15:46.5420240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:15:46.5420890Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:15:46.5421590Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:15:47.0142300Z Failed ButtonLayoutAndSpacingTests [3 m 13 s] 2026-03-06T23:15:47.0142860Z Error Message: 2026-03-06T23:15:47.0143400Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:15:47.0143920Z Stack Trace: 2026-03-06T23:15:47.0144350Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:15:47.0145040Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:15:47.0145630Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:15:47.0146140Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:15:47.0146650Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:15:47.0147290Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:15:47.0147840Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:15:47.0148440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:15:47.0149060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:15:47.0149600Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:15:47.0150130Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:15:47.0150690Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:15:47.0151360Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:15:47.0152020Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:15:47.0152670Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:15:47.0153280Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:15:47.0154460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:15:47.0155140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:15:47.0155750Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:15:47.0156340Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:15:47.0156580Z 2026-03-06T23:19:02.4743030Z >>>>> 3/6/2026 11:19:02 PM The SaveDeviceDiagnosticInfo threw an exception during Issue22549(Mac). 2026-03-06T23:19:02.4748920Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:19:02.4751360Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:19:02.4752560Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:19:02.4774540Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22549(Mac) 2026-03-06T23:19:02.4780330Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:19:02.4782240Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:19:02.4785150Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:19:02.4806940Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:19:02.4808670Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:19:02.4810120Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:19:02.4811790Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:19:02.4813580Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:19:02.4815610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:19:02.4817930Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:19:02.4818670Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:19:02.4820740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:19:02.4822740Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:19:02.4825640Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:19:02.4827500Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:19:02.4830040Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:19:02.4832030Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:19:02.4836620Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:19:02.4848960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:19:02.4852820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:19:02.4853580Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:19:02.4854140Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:19:02.4854770Z --TearDown 2026-03-06T23:19:02.4860480Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:19:02.4873060Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:19:02.4875650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:19:02.4877220Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:19:03.5789650Z Failed BindingOnStrokeShapeShouldWork [3 m 15 s] 2026-03-06T23:19:03.5790910Z Error Message: 2026-03-06T23:19:03.5792100Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:19:03.5793110Z Stack Trace: 2026-03-06T23:19:03.5793920Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:19:03.5794950Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:19:03.5796350Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:19:03.5797450Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:19:03.5798760Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:19:03.5799650Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:19:03.5800460Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:19:03.5801330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:19:03.5802230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:19:03.5803040Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:19:03.5803770Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:19:03.5804610Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:19:03.5805550Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:19:03.5806480Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:19:03.5807430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:19:03.5808310Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:19:03.5809190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:19:03.5810920Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:19:03.5811800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-06T23:19:03.5812520Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:19:03.5812830Z 2026-03-06T23:22:15.8962500Z >>>>> 3/6/2026 11:22:15 PM The SaveDeviceDiagnosticInfo threw an exception during Issue22606(Mac). 2026-03-06T23:22:15.8968820Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:22:15.8970940Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:22:15.8974900Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:22:15.8978850Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22606(Mac) 2026-03-06T23:22:15.8980500Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:22:15.8981220Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:22:15.8981770Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:22:15.8982320Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:22:15.8982840Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:22:15.8983410Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:22:15.8983920Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:22:15.8984410Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:22:15.8984940Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:22:15.8985580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:22:15.8986210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:22:15.8986770Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:22:15.8987320Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:22:15.8987910Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:22:15.8988550Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:22:15.8989220Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:22:15.8989910Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:22:15.8991150Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:22:15.8991970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:22:15.8993460Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:22:15.8993890Z --TearDown 2026-03-06T23:22:15.8994340Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:22:15.8994910Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:22:15.8996120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:22:15.8997110Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:22:17.0850920Z Failed BorderBackgroundExpandsOnContentSizeChanged [3 m 13 s] 2026-03-06T23:22:17.0851860Z Error Message: 2026-03-06T23:22:17.0852590Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:22:17.0853410Z Stack Trace: 2026-03-06T23:22:17.0853980Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:22:17.0854750Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:22:17.0855480Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:22:17.0856210Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:22:17.0856910Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:22:17.0857620Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:22:17.0858350Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:22:17.0859200Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:22:17.0860100Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:22:17.0860860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:22:17.0861590Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:22:17.0862390Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:22:17.0863310Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:22:17.0864230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:22:17.0865150Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:22:17.0866010Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:22:17.0866870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:22:17.0867800Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:22:17.0868270Z 2026-03-06T23:25:30.1061530Z >>>>> 3/6/2026 11:25:30 PM The SaveDeviceDiagnosticInfo threw an exception during Issue23575(Mac). 2026-03-06T23:25:30.1079850Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:25:30.1096050Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:25:30.1101790Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:25:30.1134280Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue23575(Mac) 2026-03-06T23:25:30.1153780Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:25:30.1201550Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:25:30.1203670Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:25:30.1206280Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:25:30.1214290Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:25:30.1217370Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:25:30.1226540Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:25:30.1232320Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:25:30.1235030Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:25:30.1240250Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:25:30.1303390Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:25:30.1309120Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:25:30.1311010Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:25:30.1312630Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:25:30.1313430Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:25:30.1314240Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:25:30.1315060Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:25:30.1316670Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:25:30.1317360Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:25:30.1317980Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:25:30.1318420Z --TearDown 2026-03-06T23:25:30.1318880Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:25:30.1319450Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:25:30.1320090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:25:30.1320740Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:25:30.7111060Z Failed LinearGradientShouldHaveTheSameTopColorAsBackground [3 m 14 s] 2026-03-06T23:25:30.7111670Z Error Message: 2026-03-06T23:25:30.7112190Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:25:30.7112710Z Stack Trace: 2026-03-06T23:25:30.7113130Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:25:30.7113690Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:25:30.7114210Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:25:30.7114740Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:25:30.7115240Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:25:30.7115780Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:25:30.7116320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:25:30.7116920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:25:30.7117550Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:25:30.7118200Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:25:30.7118720Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:25:30.7119360Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:25:30.7120080Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:25:30.7120830Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:25:30.7121500Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:25:30.7122090Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:25:30.7122750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:25:30.7123350Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:25:30.7123570Z 2026-03-06T23:28:43.9752420Z >>>>> 3/6/2026 11:28:43 PM The SaveDeviceDiagnosticInfo threw an exception during Issue24034(Mac). 2026-03-06T23:28:43.9759120Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:28:43.9768020Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:28:43.9770270Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:28:43.9772850Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue24034(Mac) 2026-03-06T23:28:43.9774660Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:28:43.9775450Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:28:43.9781880Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:28:43.9785550Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:28:43.9788690Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:28:43.9792430Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:28:43.9793220Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:28:43.9795050Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:28:43.9795960Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:28:43.9798340Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:28:43.9799210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:28:43.9800220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:28:43.9800990Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:28:43.9801870Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:28:43.9803010Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:28:43.9804180Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:28:43.9822440Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:28:43.9823860Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:28:43.9824880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:28:43.9849000Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:28:43.9850140Z --TearDown 2026-03-06T23:28:43.9850630Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:28:43.9851280Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:28:43.9853690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:28:43.9854470Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:28:44.2815310Z Failed ShadowShouldUpdate [3 m 13 s] 2026-03-06T23:28:44.2815790Z Error Message: 2026-03-06T23:28:44.2816320Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:28:44.2816850Z Stack Trace: 2026-03-06T23:28:44.2817270Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:28:44.2817800Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:28:44.2818310Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:28:44.2819520Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:28:44.2820060Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:28:44.2820540Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:28:44.2821070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:28:44.2821690Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:28:44.2822340Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:28:44.2822890Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:28:44.2823410Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:28:44.2824040Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:28:44.2824690Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:28:44.2825350Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:28:44.2826000Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:28:44.2826620Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:28:44.2827240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:28:44.2827840Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:28:44.2828080Z 2026-03-06T23:31:58.7978300Z >>>>> 3/6/2026 11:31:58 PM The SaveDeviceDiagnosticInfo threw an exception during Issue24746(Mac). 2026-03-06T23:31:58.7981260Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:31:58.7988520Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:31:58.7995760Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:31:58.8004010Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue24746(Mac) 2026-03-06T23:31:58.8008180Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:31:58.8015920Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:31:58.8018610Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:31:58.8048380Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:31:58.8049920Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:31:58.8052400Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:31:58.8055950Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:31:58.8059030Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:31:58.8063970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:31:58.8068310Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:31:58.8072810Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:31:58.8074290Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:31:58.8076410Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:31:58.8079070Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:31:58.8081310Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:31:58.8084440Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:31:58.8095210Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:31:58.8098060Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:31:58.8101890Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:31:58.8108610Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:31:58.8113280Z --TearDown 2026-03-06T23:31:58.8115220Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:31:58.8116380Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:31:58.8118800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:31:58.8120450Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:31:59.4141760Z Failed ButtonPaddingIsAddedWhenNeeded [3 m 14 s] 2026-03-06T23:31:59.4142340Z Error Message: 2026-03-06T23:31:59.4142890Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:31:59.4143430Z Stack Trace: 2026-03-06T23:31:59.4143880Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:31:59.4144660Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:31:59.4145550Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:31:59.4146290Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:31:59.4146930Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:31:59.4147970Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:31:59.4149020Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:31:59.4149800Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:31:59.4150740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:31:59.4153040Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:31:59.4154110Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:31:59.4155090Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:31:59.4155890Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:31:59.4157170Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:31:59.4157840Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:31:59.4158450Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:31:59.4159220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:31:59.4160000Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:31:59.4160370Z 2026-03-06T23:35:15.3194410Z >>>>> 3/6/2026 11:35:15 PM The SaveDeviceDiagnosticInfo threw an exception during Issue24847(Mac). 2026-03-06T23:35:15.3216640Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:35:15.3221900Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:35:15.3224000Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:35:15.3229650Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue24847(Mac) 2026-03-06T23:35:15.3232390Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:35:15.3234820Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:35:15.3242440Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:35:15.3243580Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:35:15.3248350Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:35:15.3257590Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:35:15.3260820Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:35:15.3267110Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:35:15.3276370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:35:15.3279120Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:35:15.3281150Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:35:15.3287660Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:35:15.3298120Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:35:15.3303270Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:35:15.3306330Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:35:15.3307560Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:35:15.3308810Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:35:15.3310130Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:35:15.3340270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:35:15.3342570Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:35:15.3343990Z --TearDown 2026-03-06T23:35:15.3346440Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:35:15.3347660Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:35:15.3350670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:35:15.3351540Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:35:16.0479140Z Failed BackgroundFrameResizesFastAndCorrectly [3 m 16 s] 2026-03-06T23:35:16.0481520Z Error Message: 2026-03-06T23:35:16.0483200Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:35:16.0484320Z Stack Trace: 2026-03-06T23:35:16.0484920Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:35:16.0486740Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:35:16.0487670Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:35:16.0488650Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:35:16.0489710Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:35:16.0490580Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:35:16.0491520Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:35:16.0492600Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:35:16.0494610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:35:16.0495450Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:35:16.0496120Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:35:16.0496900Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:35:16.0497750Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:35:16.0498610Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:35:16.0500850Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:35:16.0501680Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:35:16.0502510Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:35:16.0503290Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:35:16.0503620Z 2026-03-06T23:38:29.0598550Z >>>>> 3/6/2026 11:38:29 PM The SaveDeviceDiagnosticInfo threw an exception during Issue24916(Mac). 2026-03-06T23:38:29.0605700Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:38:29.0612190Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:38:29.0639680Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:38:29.0659640Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue24916(Mac) 2026-03-06T23:38:29.0662450Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:38:29.0678760Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:38:29.0681030Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:38:29.0685100Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:38:29.0686900Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:38:29.0693170Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:38:29.0695260Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:38:29.0702780Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:38:29.0706000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:38:29.0726510Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:38:29.0728400Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:38:29.0730230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:38:29.0732200Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:38:29.0734710Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:38:29.0736190Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:38:29.0737670Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:38:29.0794580Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:38:29.0795450Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:38:29.0796710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:38:29.0797360Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:38:29.0797840Z --TearDown 2026-03-06T23:38:29.0798310Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:38:29.0798880Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:38:29.0799530Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:38:29.0800140Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:38:29.5488600Z Failed ImageSourceInitializesCorrectly [3 m 13 s] 2026-03-06T23:38:29.5489310Z Error Message: 2026-03-06T23:38:29.5489880Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:38:29.5490450Z Stack Trace: 2026-03-06T23:38:29.5490990Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:38:29.5491560Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:38:29.5492130Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:38:29.5492650Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:38:29.5493160Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:38:29.5493650Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:38:29.5494230Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:38:29.5494860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:38:29.5495490Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:38:29.5496070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:38:29.5496590Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:38:29.5497190Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:38:29.5497840Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:38:29.5498570Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:38:29.5499240Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:38:29.5499840Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:38:29.5500460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:38:29.5501090Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:38:29.5501310Z 2026-03-06T23:41:45.1539300Z >>>>> 3/6/2026 11:41:45 PM The SaveDeviceDiagnosticInfo threw an exception during Issue25074_2(Mac). 2026-03-06T23:41:45.1547940Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:41:45.1551620Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:41:45.1554920Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:41:45.1559390Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25074_2(Mac) 2026-03-06T23:41:45.1591410Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:41:45.1599470Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:41:45.1603380Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:41:45.1612610Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:41:45.1614900Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:41:45.1617640Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:41:45.1619660Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:41:45.1621070Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:41:45.1623300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:41:45.1625340Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:41:45.1627540Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:41:45.1629970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:41:45.1634000Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:41:45.1636090Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:41:45.1646030Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:41:45.1649000Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:41:45.1650570Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:41:45.1652340Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:41:45.1654590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:41:45.1656830Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:41:45.1658350Z --TearDown 2026-03-06T23:41:45.1659600Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:41:45.1661990Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:41:45.1663570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:41:45.1665280Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:41:46.1564300Z Failed ButtonTitleFillsSpaceWhenImageChanges [3 m 16 s] 2026-03-06T23:41:46.1564810Z Error Message: 2026-03-06T23:41:46.1565750Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:41:46.1566270Z Stack Trace: 2026-03-06T23:41:46.1566710Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:41:46.1567270Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:41:46.1567820Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:41:46.1568520Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:41:46.1569340Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:41:46.1569980Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:41:46.1571000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:41:46.1572070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:41:46.1573150Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:41:46.1573860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:41:46.1574440Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:41:46.1575050Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:41:46.1575740Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:41:46.1576440Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:41:46.1577120Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:41:46.1577760Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:41:46.1578650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:41:46.1579310Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:41:46.1579530Z 2026-03-06T23:44:59.8468170Z >>>>> 3/6/2026 11:44:59 PM The SaveDeviceDiagnosticInfo threw an exception during Issue25074(Mac). 2026-03-06T23:44:59.8472140Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:44:59.8476930Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:44:59.8482550Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:44:59.8487330Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25074(Mac) 2026-03-06T23:44:59.8536850Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:44:59.8579890Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:44:59.8583840Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:44:59.8584790Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:44:59.8587000Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:44:59.8588350Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:44:59.8589270Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:44:59.8589880Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:44:59.8590510Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:44:59.8591330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:44:59.8592060Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:44:59.8592860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:44:59.8593850Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:44:59.8594600Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:44:59.8595370Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:44:59.8596430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:44:59.8597230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:44:59.8597940Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:44:59.8598750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:44:59.8599710Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:44:59.8600370Z --TearDown 2026-03-06T23:44:59.8601110Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:44:59.8602050Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:44:59.8603740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:44:59.8604960Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:45:01.1807500Z Failed ButtonResizesWhenTitleOrImageChanges [3 m 14 s] 2026-03-06T23:45:01.1808050Z Error Message: 2026-03-06T23:45:01.1808590Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:45:01.1809130Z Stack Trace: 2026-03-06T23:45:01.1809550Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:45:01.1810070Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:45:01.1811260Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:45:01.1811820Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:45:01.1812330Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:45:01.1812810Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:45:01.1813360Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:45:01.1813990Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:45:01.1814620Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:45:01.1815190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:45:01.1815760Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:45:01.1816360Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:45:01.1817000Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:45:01.1817670Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:45:01.1818370Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:45:01.1818980Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:45:01.1819610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:45:01.1820240Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:45:01.1820460Z 2026-03-06T23:48:15.1967910Z >>>>> 3/6/2026 11:48:15 PM The SaveDeviceDiagnosticInfo threw an exception during Issue25193(Mac). 2026-03-06T23:48:15.1979170Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:48:15.1981270Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:48:15.1984000Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:48:15.1984990Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25193(Mac) 2026-03-06T23:48:15.1987080Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:48:15.1987820Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:48:15.1993040Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:48:15.1996420Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:48:15.2021560Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:48:15.2022460Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:48:15.2023040Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:48:15.2024770Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:48:15.2025410Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:48:15.2026300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:48:15.2027010Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:48:15.2027650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:48:15.2028220Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:48:15.2028880Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:48:15.2029600Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:48:15.2030430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:48:15.2031210Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:48:15.2031910Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:48:15.2032630Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:48:15.2033300Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:48:15.2033760Z --TearDown 2026-03-06T23:48:15.2034250Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:48:15.2034930Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:48:15.2035630Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:48:15.2036300Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:48:16.2813840Z Failed BackgroundGradientsShouldRenderCorrectly [3 m 15 s] 2026-03-06T23:48:16.2814510Z Error Message: 2026-03-06T23:48:16.2815030Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:48:16.2815610Z Stack Trace: 2026-03-06T23:48:16.2816030Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:48:16.2816570Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:48:16.2817130Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:48:16.2817660Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:48:16.2818160Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:48:16.2818640Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:48:16.2819220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:48:16.2819840Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:48:16.2821180Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:48:16.2821750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:48:16.2822270Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:48:16.2822870Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:48:16.2823510Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:48:16.2824220Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:48:16.2824900Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:48:16.2825500Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:48:16.2826150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:48:16.2826750Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:48:16.2826970Z 2026-03-06T23:51:28.7807480Z >>>>> 3/6/2026 11:51:28 PM The SaveDeviceDiagnosticInfo threw an exception during Issue25489(Mac). 2026-03-06T23:51:28.7809790Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:51:28.7810820Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:51:28.7811990Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:51:28.7813010Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25489(Mac) 2026-03-06T23:51:28.7813950Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:51:28.7814900Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:51:28.7815630Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:51:28.7816310Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:51:28.7816940Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:51:28.7817610Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:51:28.7818500Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:51:28.7819120Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:51:28.7819750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:51:28.7820480Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:51:28.7821390Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:51:28.7822170Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:51:28.7825120Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:51:28.7827600Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:51:28.7828870Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:51:28.7830400Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:51:28.7832260Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:51:28.7833530Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:51:28.7834770Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:51:28.7835810Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:51:28.7836560Z --TearDown 2026-03-06T23:51:28.7837280Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:51:28.7838210Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:51:28.7839450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:51:28.7840450Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:51:29.8434400Z Failed RemoveExtraPaddingFromButton [3 m 13 s] 2026-03-06T23:51:29.8435260Z Error Message: 2026-03-06T23:51:29.8436160Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:51:29.8437050Z Stack Trace: 2026-03-06T23:51:29.8437770Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:51:29.8438580Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:51:29.8439370Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:51:29.8440280Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:51:29.8441020Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:51:29.8441750Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:51:29.8443390Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:51:29.8444140Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:51:29.8444850Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:51:29.8445530Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:51:29.8446180Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:51:29.8446830Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:51:29.8447800Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:51:29.8449230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:51:29.8450100Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:51:29.8450890Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:51:29.8451650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:51:29.8452370Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:51:29.8452610Z 2026-03-06T23:54:42.1233050Z >>>>> 3/6/2026 11:54:42 PM The SaveDeviceDiagnosticInfo threw an exception during Issue26057(Mac). 2026-03-06T23:54:42.1239130Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-03-06T23:54:42.1240890Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:54:42.1242300Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-03-06T23:54:42.1242980Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue26057(Mac) 2026-03-06T23:54:42.1244870Z System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:54:42.1245630Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-03-06T23:54:42.1247980Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:54:42.1252380Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:54:42.1260540Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:54:42.1261730Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:54:42.1264020Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:54:42.1264600Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:54:42.1266320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:54:42.1270780Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:54:42.1274790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:54:42.1316050Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:54:42.1318050Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:54:42.1319860Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:54:42.1337200Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:54:42.1341160Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:54:42.1346280Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:54:42.1348520Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:54:42.1349240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:54:42.1349940Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:54:42.1353690Z --TearDown 2026-03-06T23:54:42.1359490Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-03-06T23:54:42.1361730Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-03-06T23:54:42.1404670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:54:42.1407670Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:54:43.3556220Z Failed GradientLayerShouldApplyProperly [3 m 13 s] 2026-03-06T23:54:43.3556840Z Error Message: 2026-03-06T23:54:43.3557360Z OneTimeSetUp: System.InvalidOperationException : A new session could not be created. Details: Failed to launch 'com.microsoft.maui.uitests' application (SessionNotCreated) 2026-03-06T23:54:43.3557850Z Stack Trace: 2026-03-06T23:54:43.3558280Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-03-06T23:54:43.3558850Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:54:43.3559380Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:54:43.3559910Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-03-06T23:54:43.3560430Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-03-06T23:54:43.3560940Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-03-06T23:54:43.3561480Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-03-06T23:54:43.3562090Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-03-06T23:54:43.3562720Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-03-06T23:54:43.3563300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-03-06T23:54:43.3563820Z at OpenQA.Selenium.Appium.Mac.MacDriver..ctor(Uri remoteAddress, AppiumOptions AppiumOptions) 2026-03-06T23:54:43.3564440Z at UITest.Appium.AppiumCatalystApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumCatalystApp.cs:line 11 2026-03-06T23:54:43.3565130Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 40 2026-03-06T23:54:43.3565800Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-03-06T23:54:43.3566480Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-03-06T23:54:43.3567080Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-03-06T23:54:43.3567730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-06T23:54:43.3568330Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-03-06T23:54:43.3569230Z 2026-03-06T23:56:16.4210550Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-06T23:56:16.8294620Z ##[error]The operation was canceled. 2026-03-06T23:56:16.8381720Z ##[section]Async Command Start: Update Build Number 2026-03-06T23:56:16.8389650Z Update build number to 11.0.0-ci+pr.32654.azdo.1323779 for build 1323779 2026-03-06T23:56:16.8390120Z ##[section]Async Command End: Update Build Number 2026-03-06T23:56:16.8401770Z ##[section]Async Command Start: Update Build Number 2026-03-06T23:56:16.8404220Z Update build number to 11.0.0-ci+pr.32654.azdo.1323779 for build 1323779 2026-03-06T23:56:16.8405150Z ##[section]Async Command End: Update Build Number 2026-03-06T23:56:16.8417510Z ##[section]Async Command Start: Update Build Number 2026-03-06T23:56:16.8423440Z Update build number to 11.0.0-ci+pr.32654.azdo.1323779 for build 1323779 2026-03-06T23:56:16.8424200Z ##[section]Async Command End: Update Build Number 2026-03-06T23:56:16.8428040Z ##[section]Async Command Start: Update Build Number 2026-03-06T23:56:16.8434730Z Update build number to 11.0.0-ci+pr.32654.azdo.1323779 for build 1323779 2026-03-06T23:56:16.8435350Z ##[section]Async Command End: Update Build Number 2026-03-06T23:56:16.8442650Z ##[section]Finishing: Controls Border,BoxView,Brush,Button