2026-01-30T14:13:20.8496316Z ##[section]Starting: Controls (API 30) TabbedPage,TableView,TimePicker,TitleView,ToolbarItem 2026-01-30T14:13:20.8501354Z ============================================================================== 2026-01-30T14:13:20.8501451Z Task : PowerShell 2026-01-30T14:13:20.8501510Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-01-30T14:13:20.8501591Z Version : 2.266.0 2026-01-30T14:13:20.8501646Z Author : Microsoft Corporation 2026-01-30T14:13:20.8501713Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-01-30T14:13:20.8501795Z ============================================================================== 2026-01-30T14:13:21.0650881Z Generating script. 2026-01-30T14:13:21.0658931Z ========================== Starting Command Output =========================== 2026-01-30T14:13:21.0670653Z [command]/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/mnt/vss/_work/_temp/961a4ad9-5208-47cd-964c-97ad38f0aae5.ps1' 2026-01-30T14:13:21.2751789Z $ErrorActionPreference = 'stop' 2026-01-30T14:13:21.2753970Z $ProgressPreference = 'silentlyContinue' 2026-01-30T14:13:21.2754268Z Get-Content $PSCommandPath 2026-01-30T14:13:21.2754635Z $command = "./build.ps1 -Script eng/devices/android.cake --target=uitest --project=""/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj""" 2026-01-30T14:13:21.2755080Z $command += " --appproject=""/mnt/vss/_work/1/Controls.TestCases.HostApp/"" --device=""android-emulator-64_30"" --apiversion=""30"" --configuration=""Release""" 2026-01-30T14:13:21.2755423Z $command += " --runtimevariant=""Mono""" 2026-01-30T14:13:21.2755735Z $command += " --results=""/mnt/vss/_work/1/a/test-results"" --binlog=""/mnt/vss/_work/1/a/logs"" --verbosity=diagnostic" 2026-01-30T14:13:21.2755960Z 2026-01-30T14:13:21.2756106Z $testFilter = "" 2026-01-30T14:13:21.2756254Z $testConfigrationArgs = "" 2026-01-30T14:13:21.2756314Z 2026-01-30T14:13:21.2756492Z "TabbedPage,TableView,TimePicker,TitleView,ToolbarItem".Split(",") | ForEach { 2026-01-30T14:13:21.2756785Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-30T14:13:21.2756933Z } 2026-01-30T14:13:21.2756993Z 2026-01-30T14:13:21.2757133Z $testFilter = $testFilter.TrimEnd("|") 2026-01-30T14:13:21.2757195Z 2026-01-30T14:13:21.2757359Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-30T14:13:21.2757563Z if ($testConfigrationArgs) { 2026-01-30T14:13:21.2757733Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-30T14:13:21.2757918Z } 2026-01-30T14:13:21.2758124Z if ($testFilter) { 2026-01-30T14:13:21.2758357Z $command += " --test-filter ""$testFilter""" 2026-01-30T14:13:21.2758577Z } 2026-01-30T14:13:21.2758652Z 2026-01-30T14:13:21.2758864Z $headless = true 2026-01-30T14:13:21.2759092Z if ($headless) { 2026-01-30T14:13:21.2759309Z $command += " --headless ""$headless""" 2026-01-30T14:13:21.2759514Z } 2026-01-30T14:13:21.2759684Z 2026-01-30T14:13:21.2759896Z Write-Host "Running command: $command" 2026-01-30T14:13:21.2760015Z 2026-01-30T14:13:21.2760158Z Invoke-Expression $command 2026-01-30T14:13:21.2760355Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-30T14:13:21.2761063Z } else { 2026-01-30T14:13:21.2761436Z exit $LASTEXITCODE 2026-01-30T14:13:21.2761569Z } 2026-01-30T14:13:21.3288327Z Running command: ./build.ps1 -Script eng/devices/android.cake --target=uitest --project="/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --appproject="/mnt/vss/_work/1/Controls.TestCases.HostApp/" --device="android-emulator-64_30" --apiversion="30" --configuration="Release" --runtimevariant="Mono" --results="/mnt/vss/_work/1/a/test-results" --binlog="/mnt/vss/_work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=TabbedPage|TestCategory=TableView|TestCategory=TimePicker|TestCategory=TitleView|TestCategory=ToolbarItem" 2026-01-30T14:13:21.7051897Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T14:13:22.0700834Z Tool 'powershell' is up to date (version '7.4.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T14:13:22.4623930Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T14:13:22.7575384Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26064.3' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T14:13:23.7255938Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T14:13:24.1867747Z Looking for modules... 2026-01-30T14:13:26.4810232Z No modules found to install. 2026-01-30T14:13:26.4852963Z Module directory does not exist. 2026-01-30T14:13:26.4905811Z Analyzing build script... 2026-01-30T14:13:26.4922958Z Analyzing /mnt/vss/_work/1/s/eng/devices/android.cake... 2026-01-30T14:13:26.4941104Z Analyzing /mnt/vss/_work/1/s/eng/devices/uitests-shared.cake... 2026-01-30T14:13:26.4946188Z Analyzing /mnt/vss/_work/1/s/eng/cake/helpers.cake... 2026-01-30T14:13:26.6043492Z Analyzing /mnt/vss/_work/1/s/eng/cake/dotnet.cake... 2026-01-30T14:13:27.3352288Z Analyzing /mnt/vss/_work/1/s/eng/devices/devices-shared.cake... 2026-01-30T14:13:28.4945263Z Processing build script... 2026-01-30T14:13:28.4960397Z Installing addins... 2026-01-30T14:13:28.5354291Z Missing /home/cloudtest/.nuget/packages/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 2026-01-30T14:13:28.5926707Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-01-30T14:13:28.8453930Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.adb/index.json 249ms 2026-01-30T14:13:28.8508059Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-01-30T14:13:28.9166696Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.adb/index.json 65ms 2026-01-30T14:13:28.9705047Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 2026-01-30T14:13:29.0473049Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 76ms 2026-01-30T14:13:29.0514139Z Acquiring lock for the installation of Cake.Android.Adb 3.2.0 2026-01-30T14:13:29.0542899Z Acquired lock for the installation of Cake.Android.Adb 3.2.0 2026-01-30T14:13:29.1002239Z Installed Cake.Android.Adb 3.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json with content hash uWbgHIzlYIKqdiIpftJ1X7IoCpuOu5Pu8Mcc8d3veGJcSxV05hTGoZfDKlL2zZW5MuQff7GoM8YmOJE7VS8gOA==. 2026-01-30T14:13:29.1571673Z The addin Cake.Android.Adb will reference tools/Addins/Cake.Android.Adb.3.2.0/lib/netstandard2.0/Cake.Android.Adb.dll. 2026-01-30T14:13:29.1597269Z Missing /home/cloudtest/.nuget/packages/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 2026-01-30T14:13:29.1604705Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-01-30T14:13:29.2405162Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 79ms 2026-01-30T14:13:29.2412446Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-01-30T14:13:29.3136709Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 71ms 2026-01-30T14:13:29.3153108Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 2026-01-30T14:13:29.3831710Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 67ms 2026-01-30T14:13:29.3832188Z Acquiring lock for the installation of Cake.Android.AvdManager 2.2.0 2026-01-30T14:13:29.3832384Z Acquired lock for the installation of Cake.Android.AvdManager 2.2.0 2026-01-30T14:13:29.3853537Z Installed Cake.Android.AvdManager 2.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json with content hash D84SBq2yO07I9dWvcafaWzdOIZZZRyME3PrKZ03csJaVSyQIUGaOw8r83Oe9/hZVcXvJ/OdAycocYWqh1ejUQA==. 2026-01-30T14:13:29.3905303Z The addin Cake.Android.AvdManager will reference tools/Addins/Cake.Android.AvdManager.2.2.0/lib/netstandard2.0/Cake.Android.AvdManager.dll. 2026-01-30T14:13:29.4060088Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-30T14:13:29.4215929Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-30T14:13:29.4353850Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-30T14:13:29.4827912Z Verifying assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T14:13:29.4829184Z The assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T14:13:29.4829507Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T14:13:29.4829891Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T14:13:29.4831992Z Verifying assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T14:13:29.4832360Z The assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T14:13:29.4832920Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T14:13:29.4833230Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T14:13:29.4834930Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T14:13:29.4835266Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T14:13:29.4835557Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T14:13:29.4835826Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T14:13:29.4838037Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T14:13:29.4840023Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T14:13:29.6430128Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-30T14:13:29.6430562Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-30T14:13:29.6430852Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-30T14:13:29.6431123Z Adding assembly reference to System.Runtime.dll... 2026-01-30T14:13:29.6431403Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-30T14:13:29.6431690Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-30T14:13:29.6431967Z Adding assembly reference to System.Threading.dll... 2026-01-30T14:13:29.6432265Z Adding assembly reference to System.Linq.dll... 2026-01-30T14:13:29.6432814Z Adding assembly reference to System.Collections.dll... 2026-01-30T14:13:29.6433154Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-30T14:13:29.6433443Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-30T14:13:29.6433765Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-30T14:13:29.6434049Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-30T14:13:29.6434305Z Adding assembly reference to System.ObjectModel.dll... 2026-01-30T14:13:29.6434576Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-30T14:13:29.6434848Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-30T14:13:29.6435123Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-30T14:13:29.6435393Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-30T14:13:29.6435674Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-30T14:13:29.6435947Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-30T14:13:29.6436257Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-30T14:13:29.6436527Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-30T14:13:29.6436793Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-30T14:13:29.6437064Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-30T14:13:29.6437335Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-30T14:13:29.6437597Z Adding assembly reference to mscorlib.dll... 2026-01-30T14:13:29.6437833Z Adding assembly reference to netstandard.dll... 2026-01-30T14:13:29.6438094Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-30T14:13:29.6438360Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-30T14:13:29.6438621Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-30T14:13:29.6438894Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-30T14:13:29.6439145Z Adding assembly reference to System.Memory.dll... 2026-01-30T14:13:29.6439425Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-30T14:13:29.6440062Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-30T14:13:29.6440329Z Adding assembly reference to System.ComponentModel.dll... 2026-01-30T14:13:29.6440583Z Adding assembly reference to System.Console.dll... 2026-01-30T14:13:29.6440848Z Adding assembly reference to System.Data.Common.dll... 2026-01-30T14:13:29.6441115Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-30T14:13:29.6441384Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-30T14:13:29.6441672Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-30T14:13:29.6441950Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-30T14:13:29.6442227Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-30T14:13:29.6442602Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-30T14:13:29.6442961Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-30T14:13:29.6443218Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-30T14:13:29.6443468Z Adding assembly reference to System.IO.Compression.dll... 2026-01-30T14:13:29.6443738Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-30T14:13:29.6443999Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-30T14:13:29.6444262Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-30T14:13:29.6444518Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-30T14:13:29.6444772Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-30T14:13:29.6445015Z Adding assembly reference to System.Net.Requests.dll... 2026-01-30T14:13:29.6445262Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-30T14:13:29.6445518Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-30T14:13:29.6445786Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-30T14:13:29.6446032Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-30T14:13:29.6446272Z Adding assembly reference to System.Net.Http.dll... 2026-01-30T14:13:29.6446544Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-30T14:13:29.6446796Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-30T14:13:29.6447033Z Adding assembly reference to System.Net.Mail.dll... 2026-01-30T14:13:29.6447293Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-30T14:13:29.6447545Z Adding assembly reference to System.Net.Ping.dll... 2026-01-30T14:13:29.6447783Z Adding assembly reference to System.Net.Security.dll... 2026-01-30T14:13:29.6448026Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-30T14:13:29.6448284Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-30T14:13:29.6448541Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-30T14:13:29.6448867Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-30T14:13:29.6449116Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-30T14:13:29.6449391Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-30T14:13:29.6449642Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-30T14:13:29.6449887Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-30T14:13:29.6450173Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-30T14:13:29.6450465Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-30T14:13:29.6450738Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-30T14:13:29.6451018Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-30T14:13:29.6451302Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-30T14:13:29.6451552Z Adding assembly reference to System.Security.Claims.dll... 2026-01-30T14:13:29.6451819Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-30T14:13:29.6452083Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-30T14:13:29.6452341Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-30T14:13:29.6452788Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-30T14:13:29.6453213Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-30T14:13:29.6453563Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-30T14:13:29.6454069Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-30T14:13:29.6454329Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-30T14:13:29.6454769Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-30T14:13:29.6455111Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-30T14:13:29.6455468Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-30T14:13:29.6455785Z Adding assembly reference to System.AppContext.dll... 2026-01-30T14:13:29.6456023Z Adding assembly reference to System.Buffers.dll... 2026-01-30T14:13:29.6456364Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-30T14:13:29.6456859Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-30T14:13:29.6457276Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-30T14:13:29.6457673Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-30T14:13:29.6458140Z Adding assembly reference to System.Configuration.dll... 2026-01-30T14:13:29.6458385Z Adding assembly reference to System.Core.dll... 2026-01-30T14:13:29.6458624Z Adding assembly reference to System.Private.Uri.dll... 2026-01-30T14:13:29.6458889Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-30T14:13:29.6459133Z Adding assembly reference to System.Data.dll... 2026-01-30T14:13:29.6459378Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-30T14:13:29.6459718Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-30T14:13:29.6459978Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-30T14:13:29.6460394Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-30T14:13:29.6460752Z Adding assembly reference to System.dll... 2026-01-30T14:13:29.6461126Z Adding assembly reference to System.Drawing.dll... 2026-01-30T14:13:29.6461496Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-30T14:13:29.6461869Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-30T14:13:29.6462226Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-30T14:13:29.6462906Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-30T14:13:29.6463315Z Adding assembly reference to System.Globalization.dll... 2026-01-30T14:13:29.6463710Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-30T14:13:29.6464126Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-30T14:13:29.6464493Z Adding assembly reference to System.IO.dll... 2026-01-30T14:13:29.6464885Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-30T14:13:29.6465270Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-30T14:13:29.6465688Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-30T14:13:29.6466097Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-30T14:13:29.6466517Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-30T14:13:29.6466917Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-30T14:13:29.6467303Z Adding assembly reference to System.Net.dll... 2026-01-30T14:13:29.6467681Z Adding assembly reference to System.Net.Quic.dll... 2026-01-30T14:13:29.6468073Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-30T14:13:29.6468477Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-30T14:13:29.6468875Z Adding assembly reference to System.Text.Json.dll... 2026-01-30T14:13:29.6469296Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-30T14:13:29.6469553Z Adding assembly reference to System.Numerics.dll... 2026-01-30T14:13:29.6469823Z Adding assembly reference to System.Reflection.dll... 2026-01-30T14:13:29.6470089Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-30T14:13:29.6470361Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-30T14:13:29.6470635Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-30T14:13:29.6470917Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-30T14:13:29.6471206Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-30T14:13:29.6471486Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-30T14:13:29.6471750Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-30T14:13:29.6472112Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-30T14:13:29.6472419Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-30T14:13:29.6472938Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-30T14:13:29.6473244Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-30T14:13:29.6473534Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-30T14:13:29.6473813Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-30T14:13:29.6474091Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-30T14:13:29.6474380Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-30T14:13:29.6474673Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-30T14:13:29.6474959Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-30T14:13:29.6475265Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-30T14:13:29.6475556Z Adding assembly reference to System.Security.dll... 2026-01-30T14:13:29.6475821Z Adding assembly reference to System.Security.Principal.dll... 2026-01-30T14:13:29.6476102Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-30T14:13:29.6476370Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-30T14:13:29.6476630Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-30T14:13:29.6476906Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-30T14:13:29.6477181Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-30T14:13:29.6477446Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-30T14:13:29.6477707Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-30T14:13:29.6477977Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-30T14:13:29.6478251Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-30T14:13:29.6478527Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-30T14:13:29.6478791Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-30T14:13:29.6479172Z Adding assembly reference to System.Transactions.dll... 2026-01-30T14:13:29.6479576Z Adding assembly reference to System.ValueTuple.dll... 2026-01-30T14:13:29.6479963Z Adding assembly reference to System.Web.dll... 2026-01-30T14:13:29.6480344Z Adding assembly reference to System.Windows.dll... 2026-01-30T14:13:29.6480729Z Adding assembly reference to System.Xml.dll... 2026-01-30T14:13:29.6481107Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-30T14:13:29.6481499Z Adding assembly reference to System.Private.Xml.dll... 2026-01-30T14:13:29.6481904Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-30T14:13:29.6482319Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-30T14:13:29.6482931Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-30T14:13:29.6483307Z Adding assembly reference to WindowsBase.dll... 2026-01-30T14:13:29.6483680Z Adding assembly reference to Cake.Core.dll... 2026-01-30T14:13:29.6484072Z Adding assembly reference to Cake.Common.dll... 2026-01-30T14:13:29.6484458Z Adding assembly reference to Spectre.Console.dll... 2026-01-30T14:13:29.6484842Z Adding assembly reference to Cake.Android.Adb.dll... 2026-01-30T14:13:29.6485243Z Adding assembly reference to Cake.Android.AvdManager.dll... 2026-01-30T14:13:29.6485652Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-30T14:13:29.6486047Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-30T14:13:29.6486445Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-30T14:13:29.6486864Z Importing namespace Cake.AndroidAdb... 2026-01-30T14:13:29.6487244Z Importing namespace Cake.AndroidAvdManager... 2026-01-30T14:13:29.6487622Z Importing namespace Cake.AndroidEmulator... 2026-01-30T14:13:29.6487987Z Importing namespace Cake.Common... 2026-01-30T14:13:29.6488363Z Importing namespace Cake.Common.Build... 2026-01-30T14:13:29.6488753Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-30T14:13:29.6489156Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-30T14:13:29.6489574Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-30T14:13:29.6489979Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-30T14:13:29.6490379Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-30T14:13:29.6490774Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-30T14:13:29.6491192Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-30T14:13:29.6491616Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-30T14:13:29.6492012Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-30T14:13:29.6492410Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-30T14:13:29.6492922Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-30T14:13:29.6493327Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-30T14:13:29.6493723Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-30T14:13:29.6494142Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-30T14:13:29.6494553Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-30T14:13:29.6494964Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-30T14:13:29.6495333Z Importing namespace Cake.Common.Build.GoCD... 2026-01-30T14:13:29.6495695Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-30T14:13:29.6496071Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-30T14:13:29.6496445Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-30T14:13:29.6496813Z Importing namespace Cake.Common.Build.MyGet... 2026-01-30T14:13:29.6497197Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-30T14:13:29.6497647Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-30T14:13:29.6498023Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-30T14:13:29.6498399Z Importing namespace Cake.Common.Diagnostics... 2026-01-30T14:13:29.6498810Z Importing namespace Cake.Common.IO... 2026-01-30T14:13:29.6499188Z Importing namespace Cake.Common.IO.Paths... 2026-01-30T14:13:29.6499541Z Importing namespace Cake.Common.Net... 2026-01-30T14:13:29.6499886Z Importing namespace Cake.Common.Security... 2026-01-30T14:13:29.6500255Z Importing namespace Cake.Common.Solution... 2026-01-30T14:13:29.6500630Z Importing namespace Cake.Common.Solution.Project... 2026-01-30T14:13:29.6501028Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-30T14:13:29.6501481Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-30T14:13:29.6501847Z Importing namespace Cake.Common.Text... 2026-01-30T14:13:29.6502208Z Importing namespace Cake.Common.Tools.Cake... 2026-01-30T14:13:29.6502673Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-30T14:13:29.6503094Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-30T14:13:29.6503490Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-30T14:13:29.6503891Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-30T14:13:29.6504297Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-30T14:13:29.6504712Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-30T14:13:29.6505107Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-30T14:13:29.6505494Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-30T14:13:29.6505893Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-30T14:13:29.6506283Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-30T14:13:29.6506675Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-30T14:13:29.6507064Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-30T14:13:29.6507471Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-30T14:13:29.6507868Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-30T14:13:29.6508252Z Importing namespace Cake.Common.Tools.Command... 2026-01-30T14:13:29.6508641Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-30T14:13:29.6509030Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-30T14:13:29.6509412Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-30T14:13:29.6509792Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-30T14:13:29.6510206Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-30T14:13:29.6510582Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-30T14:13:29.6510955Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-30T14:13:29.6511344Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-30T14:13:29.6511861Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-30T14:13:29.6512246Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-30T14:13:29.6512732Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-30T14:13:29.6513137Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-30T14:13:29.6513542Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-30T14:13:29.6513942Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-30T14:13:29.6514332Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-30T14:13:29.6514726Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-30T14:13:29.6515114Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-30T14:13:29.6515519Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-30T14:13:29.6515916Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-30T14:13:29.6516253Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-30T14:13:29.6516504Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-30T14:13:29.6516754Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-30T14:13:29.6517003Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-30T14:13:29.6517254Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-30T14:13:29.6517502Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-30T14:13:29.6517763Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-30T14:13:29.6518021Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-30T14:13:29.6518288Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-30T14:13:29.6518551Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-30T14:13:29.6518809Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-30T14:13:29.6519082Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-30T14:13:29.6519344Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-30T14:13:29.6519591Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-30T14:13:29.6519831Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-30T14:13:29.6520080Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-30T14:13:29.6520328Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-30T14:13:29.6520591Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-30T14:13:29.6520854Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-30T14:13:29.6521125Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-30T14:13:29.6521390Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-30T14:13:29.6521718Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-30T14:13:29.6522144Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-30T14:13:29.6522753Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-30T14:13:29.6523132Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-30T14:13:29.6523389Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-30T14:13:29.6523646Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-30T14:13:29.6523895Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-30T14:13:29.6524177Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-30T14:13:29.6524434Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-30T14:13:29.6524680Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-30T14:13:29.6524922Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-30T14:13:29.6525167Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-30T14:13:29.6525421Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-30T14:13:29.6525653Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-30T14:13:29.6525883Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-30T14:13:29.6526119Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-30T14:13:29.6526368Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-30T14:13:29.6526606Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-30T14:13:29.6526847Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-30T14:13:29.6527086Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-30T14:13:29.6527335Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-30T14:13:29.6527571Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-30T14:13:29.6527808Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-30T14:13:29.6528049Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-30T14:13:29.6528299Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-30T14:13:29.6528540Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-30T14:13:29.6528779Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-30T14:13:29.6529022Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-30T14:13:29.6529260Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-30T14:13:29.6529503Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-30T14:13:29.6529746Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-30T14:13:29.6529989Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-30T14:13:29.6530228Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-30T14:13:29.6530464Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-30T14:13:29.6530701Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-30T14:13:29.6530968Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-30T14:13:29.6531236Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-30T14:13:29.6531490Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-30T14:13:29.6531808Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-30T14:13:29.6532055Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-30T14:13:29.6532296Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-30T14:13:29.6532610Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-30T14:13:29.6533031Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-30T14:13:29.6533281Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-30T14:13:29.6533515Z Importing namespace Cake.Common.Tools.WiX... 2026-01-30T14:13:29.6533747Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-30T14:13:29.6533984Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-30T14:13:29.6534219Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-30T14:13:29.6534445Z Importing namespace Cake.Common.Xml... 2026-01-30T14:13:29.6534661Z Importing namespace Cake.Core... 2026-01-30T14:13:29.6534896Z Importing namespace Cake.Core.Diagnostics... 2026-01-30T14:13:29.6535117Z Importing namespace Cake.Core.IO... 2026-01-30T14:13:29.6535342Z Importing namespace Cake.Core.Scripting... 2026-01-30T14:13:29.6535568Z Importing namespace Cake.Core.Tooling... 2026-01-30T14:13:29.6535800Z Importing namespace Cake.FileHelpers... 2026-01-30T14:13:29.6536015Z Importing namespace NuGet.Common... 2026-01-30T14:13:29.6536238Z Importing namespace NuGet.Configuration... 2026-01-30T14:13:29.6536457Z Importing namespace NuGet.Protocol... 2026-01-30T14:13:29.6536697Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-30T14:13:29.6536923Z Importing namespace NuGet.Versioning... 2026-01-30T14:13:29.6537140Z Importing namespace System... 2026-01-30T14:13:29.6537369Z Importing namespace System.Collections.Generic... 2026-01-30T14:13:29.6537595Z Importing namespace System.IO... 2026-01-30T14:13:29.6537810Z Importing namespace System.Linq... 2026-01-30T14:13:29.6538024Z Importing namespace System.Text... 2026-01-30T14:13:29.6538250Z Importing namespace System.Threading.Tasks... 2026-01-30T14:13:29.6538427Z .NETStandard,Version=v2.0 2026-01-30T14:13:29.7066375Z Compiling build script... 2026-01-30T14:13:31.4769104Z /mnt/vss/_work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-01-30T14:13:31.4769711Z /mnt/vss/_work/1/s/eng/devices/android.cake(237,9): warning CS0219: The variable 'platform' is assigned but its value is never used 2026-01-30T14:13:32.3044233Z Local Dotnet: True 2026-01-30T14:13:32.3047777Z ANDROID_SDK_ROOT: /usr/local/lib/android/sdk 2026-01-30T14:13:32.3048184Z ANDROID_HOME: /usr/local/lib/android/sdk 2026-01-30T14:13:32.3053516Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-01-30T14:13:32.3054938Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-01-30T14:13:32.3055918Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-01-30T14:13:32.3056938Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-01-30T14:13:32.3066816Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/13.0 2026-01-30T14:13:32.3067261Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/latest 2026-01-30T14:13:32.3067507Z Android SDK Root: /usr/local/lib/android/sdk 2026-01-30T14:13:32.3067816Z Project File: /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-30T14:13:32.3068084Z Build Binary Log (binlog): /mnt/vss/_work/1/a/logs 2026-01-30T14:13:32.3068306Z Build Configuration: Release 2026-01-30T14:13:32.3068524Z Build Target Framework: net10.0-android 2026-01-30T14:13:32.3068743Z Use CoreCLR: False 2026-01-30T14:13:32.3075034Z Using local dotnet: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-30T14:13:32.3076250Z DOTNET_TOOL_PATH: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-30T14:13:32.3086208Z Host OS System Arch: X64 2026-01-30T14:13:32.3087088Z Host Processor System Arch: X64 2026-01-30T14:13:32.3163856Z 2026-01-30T14:13:32.3164260Z ======================================== 2026-01-30T14:13:32.3164493Z connectToDevice 2026-01-30T14:13:32.3164736Z ======================================== 2026-01-30T14:13:32.3165002Z Executing task: connectToDevice 2026-01-30T14:13:32.3179808Z Create for: emulator 2026-01-30T14:13:32.3180079Z Host OS System Arch: X64 2026-01-30T14:13:32.3180306Z Host Processor System Arch: X64 2026-01-30T14:13:32.3180574Z Going to run image: system-images;android-30;google_apis_playstore;x86_64 2026-01-30T14:13:32.3192273Z Test Device ID: system-images;android-30;google_apis_playstore;x86_64 2026-01-30T14:13:32.3192751Z Trying to boot the emulator... 2026-01-30T14:13:32.3193135Z Deleting AVD if exists: Emulator_30... 2026-01-30T14:13:32.3248809Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-30T14:13:32.3262458Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager delete avd -n Emulator_30 2026-01-30T14:13:32.4944344Z Error: There is no Android Virtual Device named 'Emulator_30'. 2026-01-30T14:13:32.4944651Z null 2026-01-30T14:13:32.4991031Z Creating AVD: Emulator_30 (system-images;android-30;google_apis_playstore;x86_64)... 2026-01-30T14:13:32.5006555Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-30T14:13:32.5007327Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager create avd -n Emulator_30 -k "system-images;android-30;google_apis_playstore;x86_64" --device "Nexus 5X" --force 2026-01-30T14:13:33.6477758Z Pre-authorizing ADB keys for emulator... 2026-01-30T14:13:33.6485266Z Ensuring ADB keys are correctly configured... 2026-01-30T14:13:33.6485649Z Stopping ADB server... 2026-01-30T14:13:33.6503840Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:33.6504335Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-01-30T14:13:33.9622664Z cannot connect to daemon at tcp:5037: Connection refused 2026-01-30T14:13:34.9633670Z Ensuring ADB key directory exists... 2026-01-30T14:13:34.9642344Z Executing: chmod 700 /home/cloudtest/.android 2026-01-30T14:13:34.9661541Z Cleaning up old ADB keys... 2026-01-30T14:13:34.9665517Z Trying ADB keygen method: adb keygen /home/cloudtest/.android/adbkey 2026-01-30T14:13:34.9667722Z Executing: adb keygen /home/cloudtest/.android/adbkey 2026-01-30T14:13:35.1884865Z ADB keygen successful with method: keygen /home/cloudtest/.android/adbkey 2026-01-30T14:13:36.1889096Z Keys verified to exist after generation. 2026-01-30T14:13:36.1889412Z ADB keys generated successfully! 2026-01-30T14:13:36.1889591Z Setting correct permissions for ADB keys... 2026-01-30T14:13:36.1890053Z Executing: chmod 600 /home/cloudtest/.android/adbkey 2026-01-30T14:13:36.1906838Z Executing: chmod 600 /home/cloudtest/.android/adbkey.pub 2026-01-30T14:13:36.1923178Z Setting ADB_VENDOR_KEYS environment variable... 2026-01-30T14:13:36.1924405Z Setting environment variable: ADB_VENDOR_KEYS = '/home/cloudtest/.android/adbkey.pub' 2026-01-30T14:13:36.1926462Z Executing: sh -c "export ADB_VENDOR_KEYS=/home/cloudtest/.android/adbkey.pub" 2026-01-30T14:13:36.1941208Z Starting ADB server with new keys... 2026-01-30T14:13:36.1954554Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:36.1954989Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-01-30T14:13:36.1978282Z * daemon not running; starting now at tcp:5037 2026-01-30T14:13:39.2132982Z * daemon started successfully 2026-01-30T14:13:41.2140899Z Pushing ADB keys to the device... 2026-01-30T14:13:41.2141600Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-30T14:13:41.2175887Z Push attempt 1 failed. Retrying in 1 second... 2026-01-30T14:13:42.2179285Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-30T14:13:42.2211906Z Push attempt 2 failed. Retrying in 1 second... 2026-01-30T14:13:43.2214336Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-30T14:13:43.2248734Z Push attempt 3 failed. Retrying in 1 second... 2026-01-30T14:13:44.2256609Z Error ensuring ADB keys: Failed to push ADB keys after multiple attempts. 2026-01-30T14:13:44.2257098Z Trying to restart ADB just in case... 2026-01-30T14:13:44.2258414Z Attempting to recover ADB connection... 2026-01-30T14:13:44.2266409Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:44.2267052Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-01-30T14:13:46.2352702Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:46.2353424Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-01-30T14:13:46.2375809Z * daemon not running; starting now at tcp:5037 2026-01-30T14:13:49.2404367Z * daemon started successfully 2026-01-30T14:13:52.2432990Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:52.2433616Z Executing: /usr/local/lib/android/sdk/platform-tools/adb devices -l 2026-01-30T14:13:52.2478049Z List of devices attached 2026-01-30T14:13:52.2478161Z 2026-01-30T14:13:52.2503348Z Recovery check: found 0 devices 2026-01-30T14:13:52.2503633Z ADB connection recovery attempt completed. 2026-01-30T14:13:52.2503950Z Failed to pre-authorize ADB keys (will retry during boot): Failed to push ADB keys after multiple attempts. 2026-01-30T14:13:52.2504581Z Starting Emulator: Emulator_30... 2026-01-30T14:13:52.2528226Z Resolved tool to path /usr/local/lib/android/sdk/emulator/emulator 2026-01-30T14:13:52.2528741Z Executing: /usr/local/lib/android/sdk/emulator/emulator -avd Emulator_30 -gpu swiftshader_indirect -no-window -no-snapshot -no-audio -no-boot-anim 2026-01-30T14:13:52.2547138Z Finished executing task: connectToDevice 2026-01-30T14:13:52.2561396Z Completed in 00:00:19.9394984 2026-01-30T14:13:52.2567531Z 2026-01-30T14:13:52.2567801Z ======================================== 2026-01-30T14:13:52.2568089Z uitest-prepare 2026-01-30T14:13:52.2568269Z ======================================== 2026-01-30T14:13:52.2568485Z Executing task: uitest-prepare 2026-01-30T14:13:52.2571907Z Preparing UI Tests... 2026-01-30T14:13:52.2576249Z Looking for .apk files in /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android 2026-01-30T14:13:52.2720804Z Test App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T14:13:52.2721193Z Test App Package Name: com.microsoft.maui.uitests 2026-01-30T14:13:52.2721463Z Test Results Directory: /mnt/vss/_work/1/a/test-results 2026-01-30T14:13:52.2721664Z Testing Device: android-emulator-64_30 2026-01-30T14:13:52.2721855Z Testing App Project: /mnt/vss/_work/1/Controls.TestCases.HostApp/ 2026-01-30T14:13:52.2722080Z Testing App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T14:13:52.2722353Z Results Directory: /mnt/vss/_work/1/a/test-results 2026-01-30T14:13:52.2728403Z Waiting for the emulator to finish booting... 2026-01-30T14:13:52.2750621Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:52.2757216Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:52.2758158Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:13:52.2783603Z adb: no devices/emulators found 2026-01-30T14:13:52.7454553Z WARNING: cannnot unmap ptr 0x7fc740c01000 as it is in the protected range from 0x7fc6c0c00000 to 0x7fc740e00000 2026-01-30T14:13:53.2793908Z Waiting 0/120 seconds for the emulator to boot up. 2026-01-30T14:13:53.2801896Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:53.2808574Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:53.2809540Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:13:53.2837542Z adb: device offline 2026-01-30T14:13:54.2845706Z Waiting 1/120 seconds for the emulator to boot up. 2026-01-30T14:13:54.2853737Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:54.2860635Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:54.2861265Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:13:54.2890875Z adb: device offline 2026-01-30T14:13:55.2899093Z Waiting 2/120 seconds for the emulator to boot up. 2026-01-30T14:13:55.2907597Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:55.2915283Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:55.2916054Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:13:55.2943825Z adb: device offline 2026-01-30T14:13:56.2950799Z Waiting 3/120 seconds for the emulator to boot up. 2026-01-30T14:13:56.2960978Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:56.2968464Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:56.2969276Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:13:56.2999522Z adb: device offline 2026-01-30T14:13:57.3006742Z Waiting 4/120 seconds for the emulator to boot up. 2026-01-30T14:13:57.3015159Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:57.3021174Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:57.3021527Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:13:57.3050407Z adb: device offline 2026-01-30T14:13:58.3056013Z Waiting 5/120 seconds for the emulator to boot up. 2026-01-30T14:13:58.3064045Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:58.3069677Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:58.3070143Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:13:58.3099783Z adb: device offline 2026-01-30T14:13:59.3105938Z Waiting 6/120 seconds for the emulator to boot up. 2026-01-30T14:13:59.3113545Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:59.3119709Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:13:59.3120209Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:13:59.3149934Z adb: device offline 2026-01-30T14:14:00.3158071Z Waiting 7/120 seconds for the emulator to boot up. 2026-01-30T14:14:00.3165364Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:00.3171596Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:00.3172773Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:00.3203572Z adb: device offline 2026-01-30T14:14:01.3210875Z Waiting 8/120 seconds for the emulator to boot up. 2026-01-30T14:14:01.3220683Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:01.3228161Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:01.3228698Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:01.3257620Z adb: device offline 2026-01-30T14:14:02.3264480Z Waiting 9/120 seconds for the emulator to boot up. 2026-01-30T14:14:02.3272324Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:02.3279014Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:02.3280372Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:02.3310764Z adb: device offline 2026-01-30T14:14:03.3317488Z Waiting 10/120 seconds for the emulator to boot up. 2026-01-30T14:14:03.3325021Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:03.3331936Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:03.3332874Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:03.3361598Z adb: device offline 2026-01-30T14:14:04.3368313Z Waiting 11/120 seconds for the emulator to boot up. 2026-01-30T14:14:04.3380928Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:04.3390980Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:04.3391756Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:04.3429421Z adb: device offline 2026-01-30T14:14:05.3438861Z Waiting 12/120 seconds for the emulator to boot up. 2026-01-30T14:14:05.3446480Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:05.3453113Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:05.3453915Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:05.3486081Z adb: device offline 2026-01-30T14:14:06.3492934Z Waiting 13/120 seconds for the emulator to boot up. 2026-01-30T14:14:06.3500535Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:06.3507438Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:06.3508016Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:06.3541017Z adb: device offline 2026-01-30T14:14:07.3549814Z Waiting 14/120 seconds for the emulator to boot up. 2026-01-30T14:14:07.3561925Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:07.3570599Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:07.3572174Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:07.3606579Z adb: device offline 2026-01-30T14:14:08.3613546Z Waiting 15/120 seconds for the emulator to boot up. 2026-01-30T14:14:08.3625819Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:08.3634987Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:08.3635759Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:08.3673399Z adb: device offline 2026-01-30T14:14:09.3714661Z Waiting 16/120 seconds for the emulator to boot up. 2026-01-30T14:14:09.3715668Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:09.3721136Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:09.3723490Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:09.3762470Z adb: device offline 2026-01-30T14:14:10.3779981Z Waiting 17/120 seconds for the emulator to boot up. 2026-01-30T14:14:10.3787719Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:10.3795244Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:10.3797064Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:10.3917206Z adb: device offline 2026-01-30T14:14:11.3919952Z Waiting 18/120 seconds for the emulator to boot up. 2026-01-30T14:14:11.3932354Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:11.3959077Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:11.3960534Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:11.3984844Z adb: device offline 2026-01-30T14:14:12.4027159Z Waiting 19/120 seconds for the emulator to boot up. 2026-01-30T14:14:12.4064658Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:12.4070539Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:12.4071140Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:12.4121249Z adb: device offline 2026-01-30T14:14:13.4129552Z Waiting 20/120 seconds for the emulator to boot up. 2026-01-30T14:14:13.4169911Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:13.4223028Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:13.4224162Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:13.4239549Z adb: device offline 2026-01-30T14:14:14.4249817Z Waiting 21/120 seconds for the emulator to boot up. 2026-01-30T14:14:14.4258894Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:14.4267515Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:14.4269784Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:14.4333728Z adb: device offline 2026-01-30T14:14:15.4365131Z Waiting 22/120 seconds for the emulator to boot up. 2026-01-30T14:14:15.4425511Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:15.4426169Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:15.4427410Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:15.4467913Z adb: device offline 2026-01-30T14:14:16.4478786Z Waiting 23/120 seconds for the emulator to boot up. 2026-01-30T14:14:16.4510435Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:16.4511001Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:16.4511657Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:16.4616185Z adb: device offline 2026-01-30T14:14:17.4627090Z Waiting 24/120 seconds for the emulator to boot up. 2026-01-30T14:14:17.4638868Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:17.4648101Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:17.4683816Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:17.4698611Z adb: device offline 2026-01-30T14:14:18.4717895Z Waiting 25/120 seconds for the emulator to boot up. 2026-01-30T14:14:18.4755380Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:18.4766296Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:18.4767505Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:18.4796056Z adb: device offline 2026-01-30T14:14:19.4807269Z Waiting 26/120 seconds for the emulator to boot up. 2026-01-30T14:14:19.4886656Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:19.4901111Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:19.4901978Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:19.4902396Z adb: device offline 2026-01-30T14:14:20.4909741Z Waiting 27/120 seconds for the emulator to boot up. 2026-01-30T14:14:20.4922369Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:20.4932269Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:20.4933672Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:20.4967682Z adb: device offline 2026-01-30T14:14:21.4975787Z Waiting 28/120 seconds for the emulator to boot up. 2026-01-30T14:14:21.4988247Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:21.4997583Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:21.5002679Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:21.5041238Z adb: device offline 2026-01-30T14:14:22.5054592Z Waiting 29/120 seconds for the emulator to boot up. 2026-01-30T14:14:22.5067232Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:22.5091506Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:22.5092375Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:22.5192709Z adb: device offline 2026-01-30T14:14:23.5211881Z Waiting 30/120 seconds for the emulator to boot up. 2026-01-30T14:14:23.5220314Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:23.5227657Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:23.5228990Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:23.5259703Z adb: device offline 2026-01-30T14:14:24.5267430Z Waiting 31/120 seconds for the emulator to boot up. 2026-01-30T14:14:24.5277216Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:24.5286018Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:24.5287299Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T14:14:24.6352746Z 1 2026-01-30T14:14:24.6356412Z 1 2026-01-30T14:14:24.6357858Z Waited 32 seconds for the emulator to boot up. 2026-01-30T14:14:24.6358194Z Setting Logcat properties... 2026-01-30T14:14:24.6385767Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:24.6398135Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:24.6398793Z Executing: /usr/local/lib/android/sdk/platform-tools/adb logcat -c 2026-01-30T14:14:24.8017699Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:24.8025118Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:24.8026092Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell logcat -G 16M 2026-01-30T14:14:24.9238570Z Finished setting Logcat properties. 2026-01-30T14:14:24.9239324Z Setting the ADB properties... 2026-01-30T14:14:24.9249180Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:24.9256200Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:24.9257748Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell setprop debug.mono.log default,mono_log_level=debug,mono_log_mask=all 2026-01-30T14:14:25.0418297Z 2026-01-30T14:14:25.0428369Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:25.0436862Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:14:25.0437875Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop debug.mono.log 2026-01-30T14:14:25.1305274Z default,mono_log_level=debug,mono_log_mask=all 2026-01-30T14:14:25.1306419Z default,mono_log_level=debug,mono_log_mask=all 2026-01-30T14:14:25.1310117Z default,mono_log_level=debug,mono_log_mask=all 2026-01-30T14:14:25.1310405Z Finished setting ADB properties. 2026-01-30T14:14:25.1310965Z Install with xharness: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T14:14:25.1311321Z Use the Android emulators in a headless mode: 2026-01-30T14:14:25.1311751Z Setting environment variable: HEADLESS = 'False' 2026-01-30T14:14:25.1312058Z The platform version to run tests: 2026-01-30T14:14:25.1312633Z Setting environment variable: DEVICE_SKIN = 'Nexus 5X' 2026-01-30T14:14:25.1337835Z Resolved tool to path /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-30T14:14:25.1339597Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet --diagnostics tool run xharness android install --app="/mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk" --package-name="com.microsoft.maui.uitests" --output-directory="/mnt/vss/_work/1/a/test-results" --verbosity="Debug" 2026-01-30T14:14:25.3836659Z [11.0.0-prerelease.26064.3+31e0b8e08f57890f7b7004b93361d69cd4b21079] XHarness command issued: android install --app=/mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk --package-name=com.microsoft.maui.uitests --output-directory=/mnt/vss/_work/1/a/test-results --verbosity=Debug 2026-01-30T14:14:25.4986732Z dbug: ADBRunner using ADB.exe supplied from /home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/tools/net10.0/any/../../../runtimes/any/native/adb/linux/adb 2026-01-30T14:14:25.4989107Z dbug: Full resolved path:'/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb' 2026-01-30T14:14:25.5097799Z info: Will attempt to find device supporting architectures: 'arm64-v8a', 'x86_64' 2026-01-30T14:14:25.5124216Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb start-server' 2026-01-30T14:14:25.5360706Z dbug: 2026-01-30T14:14:25.5401105Z info: Finding attached devices/emulators... 2026-01-30T14:14:25.5405687Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb devices -l' 2026-01-30T14:14:25.5533063Z dbug: Found 1 possible devices 2026-01-30T14:14:25.5536285Z dbug: Evaluating output line for device serial: emulator-5554 device product:sdk_gphone_x86_64 model:sdk_gphone_x86_64 device:generic_x86_64_arm64 transport_id:1 2026-01-30T14:14:25.5539482Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 shell getprop ro.product.cpu.abilist' 2026-01-30T14:14:25.6904026Z dbug: Found 1 possible devices. Using 'emulator-5554' 2026-01-30T14:14:25.6913555Z info: Active Android device set to serial 'emulator-5554' 2026-01-30T14:14:25.6926371Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop ro.product.cpu.abi' 2026-01-30T14:14:25.8395324Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop ro.build.version.sdk' 2026-01-30T14:14:25.9697500Z info: Waiting for device to be available (max 5 minutes) 2026-01-30T14:14:25.9705035Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 wait-for-device' 2026-01-30T14:14:25.9831234Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop sys.boot_completed' 2026-01-30T14:14:26.0484138Z dbug: sys.boot_completed = '1' 2026-01-30T14:14:26.0488738Z dbug: Waited 0 seconds for device boot completion 2026-01-30T14:14:26.0514242Z dbug: Working with emulator-5554 (API 30) 2026-01-30T14:14:26.0515921Z dbug: Check current adb install and/or package verification settings 2026-01-30T14:14:26.0517640Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 shell settings get global verifier_verify_adb_installs' 2026-01-30T14:14:26.2963332Z dbug: verifier_verify_adb_installs = 0 2026-01-30T14:14:26.2964225Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 shell settings get global package_verifier_enable' 2026-01-30T14:14:26.4220678Z dbug: package_verifier_enable = 2026-01-30T14:14:26.4221403Z warn: Installing debug apks on a device might be rejected with INSTALL_FAILED_VERIFICATION_FAILURE. Make sure to set 'package_verifier_enable' to '0' 2026-01-30T14:14:26.4224659Z info: Attempting to remove apk 'com.microsoft.maui.uitests'.. 2026-01-30T14:14:26.4232802Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 uninstall com.microsoft.maui.uitests' 2026-01-30T14:14:26.8503228Z info: APK 'com.microsoft.maui.uitests' was not on device 2026-01-30T14:14:26.8508776Z info: Attempting to install /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T14:14:26.8510496Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 install /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk' 2026-01-30T14:14:40.4168695Z info: Successfully installed /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T14:14:40.4170243Z info: Killing all running processes for 'com.microsoft.maui.uitests': 2026-01-30T14:14:40.4170947Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 shell am kill --user all com.microsoft.maui.uitests' 2026-01-30T14:14:40.5208511Z dbug: Success! 2026-01-30T14:14:40.5209485Z 2026-01-30T14:14:40.5228499Z XHarness exit code: 0 2026-01-30T14:14:40.5462202Z Finished executing task: uitest-prepare 2026-01-30T14:14:40.5462753Z Completed in 00:00:48.2892022 2026-01-30T14:14:40.5463932Z 2026-01-30T14:14:40.5464440Z ======================================== 2026-01-30T14:14:40.5464672Z uitest 2026-01-30T14:14:40.5464907Z ======================================== 2026-01-30T14:14:40.5465422Z Executing task: uitest 2026-01-30T14:14:40.5473753Z Build UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-30T14:14:40.5493047Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet build "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --configuration Release /p:ExtraDefineConstants=ANDROID /bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android.binlog 2026-01-30T14:14:41.8305590Z Determining projects to restore... 2026-01-30T14:14:48.8671286Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 1.25 sec). 2026-01-30T14:14:49.3848516Z Restored /mnt/vss/_work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 1.9 sec). 2026-01-30T14:14:49.5956294Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 6 ms). 2026-01-30T14:14:51.1003938Z Restored /mnt/vss/_work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 3.55 sec). 2026-01-30T14:14:52.7627259Z Restored /mnt/vss/_work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 3.85 sec). 2026-01-30T14:14:53.8667309Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 5.53 sec). 2026-01-30T14:14:55.7264067Z Restored /mnt/vss/_work/1/s/src/Essentials/src/Essentials.csproj (in 7.41 sec). 2026-01-30T14:14:55.7598438Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 4.62 sec). 2026-01-30T14:14:56.3504848Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 8.82 sec). 2026-01-30T14:14:56.5972715Z Restored /mnt/vss/_work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 9.09 sec). 2026-01-30T14:14:56.6088156Z Restored /mnt/vss/_work/1/s/src/Core/src/Core.csproj (in 9.11 sec). 2026-01-30T14:14:56.6160690Z Restored /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj (in 3.81 sec). 2026-01-30T14:14:56.6179617Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 7.01 sec). 2026-01-30T14:15:06.5758399Z Controls.CustomAttributes -> /mnt/vss/_work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-30T14:15:07.3835522Z Graphics -> /mnt/vss/_work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-30T14:15:08.2776976Z Essentials -> /mnt/vss/_work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-30T14:15:13.2651866Z Core -> /mnt/vss/_work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-30T14:15:13.8686397Z Controls.BindingSourceGen -> /mnt/vss/_work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-30T14:15:35.6118459Z Controls.Core -> /mnt/vss/_work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-30T14:15:35.8187810Z VisualTestUtils -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-30T14:15:35.9834075Z UITest.Core -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-30T14:15:36.1805399Z UITest.NUnit -> /mnt/vss/_work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-30T14:15:36.1988056Z VisualTestUtils.MagickNet -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-30T14:15:36.3989336Z UITest.Appium -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-30T14:15:36.6892954Z UITest.Analyzers -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-30T14:15:48.7688270Z Controls.TestCases.Android.Tests -> /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-01-30T14:15:48.8053029Z 2026-01-30T14:15:48.8054116Z Build succeeded. 2026-01-30T14:15:48.8055485Z 0 Warning(s) 2026-01-30T14:15:48.8055822Z 0 Error(s) 2026-01-30T14:15:48.8055919Z 2026-01-30T14:15:48.8056163Z Time Elapsed 00:01:07.97 2026-01-30T14:15:48.8523142Z Setting environment variable: APPIUM_LOG_FILE = '/mnt/vss/_work/1/a/logs/appium_android_Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.log' 2026-01-30T14:15:48.8523867Z Run UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-30T14:15:48.8524148Z Retry UITests run Count: 0 2026-01-30T14:15:48.8529709Z Run Tests With Filter TestCategory=TabbedPage|TestCategory=TableView|TestCategory=TimePicker|TestCategory=TitleView|TestCategory=ToolbarItem 2026-01-30T14:15:48.8534874Z Log Directory: /mnt/vss/_work/1/a/logs 2026-01-30T14:15:48.8535243Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-01-30T14:15:48.8535943Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-30T14:15:48.8536437Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T14:15:48.8536953Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T14:15:48.8537510Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T14:15:48.8538026Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-30T14:15:48.8538655Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-30T14:15:48.8539000Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-30T14:15:48.8539926Z Setting environment variable: PATH = '/mnt/vss/_work/1/s/.dotnet:/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-01-30T14:15:48.8540581Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.binlog 2026-01-30T14:15:48.8560455Z Creating directory /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger 2026-01-30T14:15:48.8566661Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-01-30T14:15:49.0370440Z Downloading file: 15% 2026-01-30T14:15:49.0370718Z Downloading file: 50% 2026-01-30T14:15:49.0738685Z Downloading file: 100% 2026-01-30T14:15:49.0755630Z Download complete, saved to: /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-01-30T14:15:49.0760757Z Unzipping file /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-01-30T14:15:49.0771732Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet test "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --filter "TestCategory=TabbedPage|TestCategory=TableView|TestCategory=TimePicker|TestCategory=TitleView|TestCategory=ToolbarItem" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/mnt/vss/_work/1/a/test-results" -dl:CentralLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.binlog /p:VStestUseMSBuildOutput=false 2026-01-30T14:15:49.8741937Z Test run for /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll (.NETCoreApp,Version=v10.0) 2026-01-30T14:15:49.9230762Z VSTest version 18.0.1 (x64) 2026-01-30T14:15:49.9266550Z 2026-01-30T14:15:50.0067041Z Starting test execution, please wait... 2026-01-30T14:15:50.0380163Z A total of 1 test files matched the specified pattern. 2026-01-30T14:15:50.4020820Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-30T14:15:50.4157984Z Running selected tests in /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-01-30T14:15:50.8723968Z NUnit3TestExecutor discovered 127 of 127 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-30T14:15:59.0326517Z >>>>> 01/30/2026 14:15:58 Bugzilla30317ItemSourceCtorContentPage Start 2026-01-30T14:15:59.0326933Z >>>>> 01/30/2026 14:15:58 FixtureSetup for Bugzilla30317ItemSourceCtorContentPage 2026-01-30T14:16:07.8517017Z >>>>> 01/30/2026 14:16:07 Bugzilla30317ItemSourceCtorContentPage Stop 2026-01-30T14:16:08.5463311Z Passed Bugzilla30317ItemSourceCtorContentPage [9 s] 2026-01-30T14:16:08.5464439Z >>>>> 01/30/2026 14:16:08 Bugzilla30317ItemSourceOnAppearingContentPage Start 2026-01-30T14:16:08.5465170Z >>>>> 01/30/2026 14:16:08 FixtureSetup for Bugzilla30317ItemSourceOnAppearingContentPage 2026-01-30T14:16:17.2536457Z >>>>> 01/30/2026 14:16:17 Bugzilla30317ItemSourceOnAppearingContentPage Stop 2026-01-30T14:16:17.8293471Z Passed Bugzilla30317ItemSourceOnAppearingContentPage [9 s] 2026-01-30T14:16:17.8294182Z >>>>> 01/30/2026 14:16:17 Bugzilla30317ItemSourceTabbedPage Start 2026-01-30T14:16:17.8294624Z >>>>> 01/30/2026 14:16:17 FixtureSetup for Bugzilla30317ItemSourceTabbedPage 2026-01-30T14:16:37.1340393Z >>>>> 01/30/2026 14:16:37 Bugzilla30317ItemSourceTabbedPage Stop 2026-01-30T14:16:37.6651207Z >>>>> 01/30/2026 14:16:37 FixtureSetup for Bugzilla31333(Android) 2026-01-30T14:16:38.8253537Z Passed Bugzilla30317ItemSourceTabbedPage [19 s] 2026-01-30T14:16:40.2891259Z >>>>> 01/30/2026 14:16:40 Issue31333FocusEditorInListViewCell Start 2026-01-30T14:16:42.6901266Z >>>>> 01/30/2026 14:16:42 Issue31333FocusEditorInListViewCell Stop 2026-01-30T14:16:42.8986168Z Passed Issue31333FocusEditorInListViewCell [2 s] 2026-01-30T14:16:42.8987107Z >>>>> 01/30/2026 14:16:42 Issue31333FocusEditorInTableViewCell Start 2026-01-30T14:16:44.5566286Z >>>>> 01/30/2026 14:16:44 Issue31333FocusEditorInTableViewCell Stop 2026-01-30T14:16:44.7556312Z Passed Issue31333FocusEditorInTableViewCell [1 s] 2026-01-30T14:16:44.7565720Z >>>>> 01/30/2026 14:16:44 Issue31333FocusEntryInListViewCell Start 2026-01-30T14:16:46.9698490Z >>>>> 01/30/2026 14:16:46 Issue31333FocusEntryInListViewCell Stop 2026-01-30T14:16:47.0526957Z Passed Issue31333FocusEntryInListViewCell [2 s] 2026-01-30T14:16:47.0527453Z >>>>> 01/30/2026 14:16:47 Issue31333FocusEntryInTableViewCell Start 2026-01-30T14:16:48.9204395Z >>>>> 01/30/2026 14:16:48 Issue31333FocusEntryInTableViewCell Stop 2026-01-30T14:16:49.5216419Z >>>>> 01/30/2026 14:16:49 FixtureSetup for Bugzilla32801(Android) 2026-01-30T14:16:50.0557256Z Passed Issue31333FocusEntryInTableViewCell [1 s] 2026-01-30T14:16:52.2463110Z >>>>> 01/30/2026 14:16:52 Bugzilla32801Test Start 2026-01-30T14:16:57.9413634Z >>>>> 01/30/2026 14:16:57 Bugzilla32801Test Stop 2026-01-30T14:16:58.2533734Z Passed Bugzilla32801Test [5 s] 2026-01-30T14:16:58.4886712Z >>>>> 01/30/2026 14:16:58 FixtureSetup for Bugzilla36955(Android) 2026-01-30T14:17:01.6883007Z >>>>> 01/30/2026 14:17:01 Bugzilla36955Test Start 2026-01-30T14:17:03.8264052Z >>>>> 01/30/2026 14:17:03 Bugzilla36955Test Stop 2026-01-30T14:17:04.5025388Z >>>>> 01/30/2026 14:17:04 FixtureSetup for Bugzilla37841(Android) 2026-01-30T14:17:04.6942811Z Passed Bugzilla36955Test [2 s] 2026-01-30T14:17:07.0546487Z >>>>> 01/30/2026 14:17:07 TextAndEntryCellsDataBindInTableView Start 2026-01-30T14:18:09.7163308Z >>>>> 01/30/2026 14:18:09 TextAndEntryCellsDataBindInTableView Stop 2026-01-30T14:18:10.0585001Z Passed TextAndEntryCellsDataBindInTableView [1 m 2 s] 2026-01-30T14:18:10.2789438Z >>>>> 01/30/2026 14:18:10 FixtureSetup for Bugzilla38112(Android) 2026-01-30T14:18:12.8678286Z >>>>> 01/30/2026 14:18:12 Bugzilla38112_SwitchIsStillDisabled Start 2026-01-30T14:18:14.5947468Z >>>>> 01/30/2026 14:18:14 Bugzilla38112_SwitchIsStillDisabled Stop 2026-01-30T14:18:14.6776973Z Passed Bugzilla38112_SwitchIsStillDisabled [1 s] 2026-01-30T14:18:14.8146487Z >>>>> 01/30/2026 14:18:14 Bugzilla38112_SwitchIsStillOnScreen Start 2026-01-30T14:18:14.8146874Z >>>>> 01/30/2026 14:18:14 Bugzilla38112_SwitchIsStillOnScreen Stop 2026-01-30T14:18:15.5420862Z >>>>> 01/30/2026 14:18:15 FixtureSetup for Bugzilla41153(Android) 2026-01-30T14:18:16.1777350Z Passed Bugzilla38112_SwitchIsStillOnScreen [365 ms] 2026-01-30T14:18:18.2511399Z >>>>> 01/30/2026 14:18:18 Bugzilla41153Test Start 2026-01-30T14:18:37.6406724Z >>>>> 01/30/2026 14:18:37 Bugzilla41153Test Stop 2026-01-30T14:18:37.7516467Z Passed Bugzilla41153Test [19 s] 2026-01-30T14:18:38.1456621Z >>>>> 01/30/2026 14:18:38 FixtureSetup for Bugzilla42074(Android) 2026-01-30T14:18:40.7370430Z >>>>> 01/30/2026 14:18:40 TimePickerCancelShouldUnfocus Start 2026-01-30T14:18:43.7549086Z >>>>> 01/30/2026 14:18:43 TimePickerCancelShouldUnfocus Stop 2026-01-30T14:18:44.2782082Z >>>>> 01/30/2026 14:18:44 FixtureSetup for Bugzilla43519(Android) 2026-01-30T14:18:45.2386562Z Passed TimePickerCancelShouldUnfocus [3 s] 2026-01-30T14:18:46.8498188Z >>>>> 01/30/2026 14:18:46 TabbedModalNavigation Start 2026-01-30T14:18:50.7906630Z >>>>> 01/30/2026 14:18:50 TabbedModalNavigation Stop 2026-01-30T14:18:51.3576543Z Passed TabbedModalNavigation [4 s] 2026-01-30T14:18:51.3608879Z >>>>> 01/30/2026 14:18:51 FixtureSetup for Bugzilla44044(Android) 2026-01-30T14:18:53.8482860Z >>>>> 01/30/2026 14:18:53 Bugzilla44044Test Start 2026-01-30T14:18:59.1550551Z >>>>> 01/30/2026 14:18:59 Bugzilla44044Test Stop 2026-01-30T14:18:59.7389578Z >>>>> 01/30/2026 14:18:59 FixtureSetup for Bugzilla44129(Android) 2026-01-30T14:18:59.8569775Z Passed Bugzilla44044Test [5 s] 2026-01-30T14:19:02.3646889Z >>>>> 01/30/2026 14:19:02 Issue44129Test Start 2026-01-30T14:19:03.8847981Z >>>>> 01/30/2026 14:19:03 Issue44129Test Stop 2026-01-30T14:19:04.5477890Z >>>>> 01/30/2026 14:19:04 FixtureSetup for Bugzilla52419(Android) 2026-01-30T14:19:05.3652724Z Passed Issue44129Test [1 s] 2026-01-30T14:19:07.3131596Z >>>>> 01/30/2026 14:19:07 Bugzilla52419Test Start 2026-01-30T14:19:15.9867747Z >>>>> 01/30/2026 14:19:15 Bugzilla52419Test Stop 2026-01-30T14:19:16.3204260Z Passed Bugzilla52419Test [8 s] 2026-01-30T14:19:16.5150403Z >>>>> 01/30/2026 14:19:16 FixtureSetup for Bugzilla57317(Android) 2026-01-30T14:19:19.0795691Z >>>>> 01/30/2026 14:19:19 Bugzilla57317Test Start 2026-01-30T14:19:23.0367357Z >>>>> 01/30/2026 14:19:23 Bugzilla57317Test Stop 2026-01-30T14:19:23.5878072Z Passed Bugzilla57317Test [4 s] 2026-01-30T14:19:23.6309325Z >>>>> 01/30/2026 14:19:23 FixtureSetup for Bugzilla59580(Android) 2026-01-30T14:19:26.1792863Z >>>>> 01/30/2026 14:19:26 RaisingCommandCanExecuteChangedCausesCrashOnAndroid Start 2026-01-30T14:19:30.1431726Z >>>>> 01/30/2026 14:19:30 RaisingCommandCanExecuteChangedCausesCrashOnAndroid Stop 2026-01-30T14:19:30.6810659Z Passed RaisingCommandCanExecuteChangedCausesCrashOnAndroid [4 s] 2026-01-30T14:19:30.7280232Z >>>>> 01/30/2026 14:19:30 FixtureSetup for ContextActionCellTest(Android) 2026-01-30T14:19:33.1624588Z >>>>> 01/30/2026 14:19:33 VerifyContextActionCell Start 2026-01-30T14:19:37.0075650Z >>>>> 01/30/2026 14:19:37 VerifyContextActionCell Stop 2026-01-30T14:19:37.6328305Z >>>>> 01/30/2026 14:19:37 FixtureSetup for Issue1028(Android) 2026-01-30T14:19:37.6631167Z Passed VerifyContextActionCell [3 s] 2026-01-30T14:19:40.2312858Z >>>>> 01/30/2026 14:19:40 ViewCellInTableViewDoesNotCrash Start 2026-01-30T14:19:41.0981146Z >>>>> 01/30/2026 14:19:41 ViewCellInTableViewDoesNotCrash Stop 2026-01-30T14:19:41.7319954Z Passed ViewCellInTableViewDoesNotCrash [974 ms] 2026-01-30T14:19:41.7938336Z >>>>> 01/30/2026 14:19:41 FixtureSetup for Issue10660(Android) 2026-01-30T14:19:44.2328828Z >>>>> 01/30/2026 14:19:44 ToolbarTextColorOnInteraction Start 2026-01-30T14:19:46.4106867Z >>>>> 01/30/2026 14:19:46 ToolbarTextColorOnInteraction Stop 2026-01-30T14:19:46.9476985Z >>>>> 01/30/2026 14:19:46 FixtureSetup for Issue11501(Android) 2026-01-30T14:19:47.2414020Z Passed ToolbarTextColorOnInteraction [2 s] 2026-01-30T14:19:49.4555222Z >>>>> 01/30/2026 14:19:49 MakingFragmentRelatedChangesWhileAppIsBackgroundedFails Start 2026-01-30T14:19:55.5600508Z >>>>> 01/30/2026 14:19:55 MakingFragmentRelatedChangesWhileAppIsBackgroundedFails Stop 2026-01-30T14:19:55.6444647Z Passed MakingFragmentRelatedChangesWhileAppIsBackgroundedFails("SwapTabbedPage") [6 s] 2026-01-30T14:19:55.6445433Z >>>>> 01/30/2026 14:19:55 MakingFragmentRelatedChangesWhileAppIsBackgroundedFails Start 2026-01-30T14:20:00.4206154Z >>>>> 01/30/2026 14:20:00 MakingFragmentRelatedChangesWhileAppIsBackgroundedFails Stop 2026-01-30T14:20:01.0193782Z >>>>> 01/30/2026 14:20:01 FixtureSetup for Issue1323(Android) 2026-01-30T14:20:01.6450429Z Passed MakingFragmentRelatedChangesWhileAppIsBackgroundedFails("RemoveAddTabs") [4 s] 2026-01-30T14:20:03.6729235Z >>>>> 01/30/2026 14:20:03 Issue1323Test Start 2026-01-30T14:20:05.2465800Z >>>>> 01/30/2026 14:20:05 Issue1323Test Stop 2026-01-30T14:20:05.7617966Z >>>>> 01/30/2026 14:20:05 FixtureSetup for Issue1414(Android) 2026-01-30T14:20:06.6736229Z Passed Issue1323Test [1 s] 2026-01-30T14:20:08.3345213Z >>>>> 01/30/2026 14:20:08 InvalidCastExceptionWhenScrollingAndRefreshingTableView Start 2026-01-30T14:20:13.2779714Z >>>>> 01/30/2026 14:20:13 InvalidCastExceptionWhenScrollingAndRefreshingTableView Stop 2026-01-30T14:20:13.9861740Z >>>>> 01/30/2026 14:20:13 FixtureSetup for Issue1439(Android) 2026-01-30T14:20:14.3390042Z Passed InvalidCastExceptionWhenScrollingAndRefreshingTableView [5 s] 2026-01-30T14:20:17.0608923Z >>>>> 01/30/2026 14:20:17 Issue1439Test Start 2026-01-30T14:20:20.6701874Z >>>>> 01/30/2026 14:20:20 Issue1439Test Stop 2026-01-30T14:20:21.3163369Z >>>>> 01/30/2026 14:20:21 FixtureSetup for Issue14689(Android) 2026-01-30T14:20:21.5759940Z Passed Issue1439Test [3 s] 2026-01-30T14:20:24.3693092Z >>>>> 01/30/2026 14:20:24 TabbedPageBackButtonUpdated Start 2026-01-30T14:20:27.6545819Z >>>>> 01/30/2026 14:20:27 TabbedPageBackButtonUpdated Stop 2026-01-30T14:20:28.2421715Z >>>>> 01/30/2026 14:20:28 FixtureSetup for Issue15542(Android) 2026-01-30T14:20:28.8735985Z Passed TabbedPageBackButtonUpdated [3 s] 2026-01-30T14:20:31.0443802Z >>>>> 01/30/2026 14:20:31 TitleViewHeightDoesntOverflow Start 2026-01-30T14:20:32.1603709Z >>>>> 01/30/2026 14:20:32 TitleViewHeightDoesntOverflow Stop 2026-01-30T14:20:32.5520320Z Passed TitleViewHeightDoesntOverflow [1 s] 2026-01-30T14:20:32.7266210Z >>>>> 01/30/2026 14:20:32 FixtureSetup for Issue15565(Android) 2026-01-30T14:20:35.6663296Z >>>>> 01/30/2026 14:20:35 NoDuplicateTitleViews Start 2026-01-30T14:20:38.9582686Z >>>>> 01/30/2026 14:20:38 NoDuplicateTitleViews Stop 2026-01-30T14:20:39.0560531Z Passed NoDuplicateTitleViews [3 s] 2026-01-30T14:20:39.0561140Z >>>>> 01/30/2026 14:20:39 TitleViewHeightIsNotZero Start 2026-01-30T14:20:40.2682741Z >>>>> 01/30/2026 14:20:40 TitleViewHeightIsNotZero Stop 2026-01-30T14:20:40.3485851Z >>>>> 01/30/2026 14:20:40 ToolbarItemsWithTitleViewAreRendering Start 2026-01-30T14:20:40.4182893Z >>>>> 01/30/2026 14:20:40 ToolbarItemsWithTitleViewAreRendering Stop 2026-01-30T14:20:40.5444165Z Passed TitleViewHeightIsNotZero [1 s] 2026-01-30T14:20:40.5444661Z Passed ToolbarItemsWithTitleViewAreRendering [151 ms] 2026-01-30T14:20:41.0428750Z >>>>> 01/30/2026 14:20:41 FixtureSetup for Issue1704(Android) 2026-01-30T14:20:43.7753721Z >>>>> 01/30/2026 14:20:43 Issue1704Test Start 2026-01-30T14:20:51.8168994Z >>>>> 01/30/2026 14:20:51 Issue1704Test Stop 2026-01-30T14:20:52.4156486Z >>>>> 01/30/2026 14:20:52 FixtureSetup for Issue17123(Android) 2026-01-30T14:20:52.7793648Z Passed Issue1704Test [8 s] 2026-01-30T14:20:55.3009995Z >>>>> 01/30/2026 14:20:55 ValidateTableViewTitles Start 2026-01-30T14:20:57.4500278Z >>>>> 01/30/2026 14:20:57 ValidateTableViewTitles Stop 2026-01-30T14:20:58.0923214Z >>>>> 01/30/2026 14:20:58 FixtureSetup for Issue1777(Android) 2026-01-30T14:20:58.3125243Z Passed ValidateTableViewTitles [2 s] 2026-01-30T14:21:01.6791331Z >>>>> 01/30/2026 14:21:01 Issue1777Test Start 2026-01-30T14:21:04.1474329Z >>>>> 01/30/2026 14:21:04 Issue1777Test Stop 2026-01-30T14:21:04.6832266Z Passed Issue1777Test [2 s] 2026-01-30T14:21:05.0133839Z >>>>> 01/30/2026 14:21:05 FixtureSetup for Issue18720TimePicker(Android) 2026-01-30T14:21:07.9253005Z >>>>> 01/30/2026 14:21:07 SettingTimePickerBackgroundFromHandler Start 2026-01-30T14:21:11.1948633Z >>>>> 01/30/2026 14:21:11 SettingTimePickerBackgroundFromHandler Stop 2026-01-30T14:21:11.8487446Z >>>>> 01/30/2026 14:21:11 FixtureSetup for Issue18775(Android) 2026-01-30T14:21:12.4260033Z Passed SettingTimePickerBackgroundFromHandler [3 s] 2026-01-30T14:21:14.9128490Z >>>>> 01/30/2026 14:21:14 TabbedPageUnselectedBarTextColorConsistency Start 2026-01-30T14:21:16.9848994Z >>>>> 01/30/2026 14:21:16 TabbedPageUnselectedBarTextColorConsistency Stop 2026-01-30T14:21:17.6384899Z >>>>> 01/30/2026 14:21:17 FixtureSetup for Issue198(Android) 2026-01-30T14:21:17.9136211Z Passed TabbedPageUnselectedBarTextColorConsistency [2 s] 2026-01-30T14:21:20.5497038Z >>>>> 01/30/2026 14:21:20 Issue198TestsNREWithPopModal Start 2026-01-30T14:21:23.1490827Z >>>>> 01/30/2026 14:21:23 Issue198TestsNREWithPopModal Stop 2026-01-30T14:21:23.5534511Z Passed Issue198TestsNREWithPopModal [2 s] 2026-01-30T14:21:23.8243362Z >>>>> 01/30/2026 14:21:23 FixtureSetup for Issue20177(Android) 2026-01-30T14:21:26.7039175Z >>>>> 01/30/2026 14:21:26 ToolBarSecondayItemsShouldNotUseBarTextColor Start 2026-01-30T14:21:29.4171261Z >>>>> 01/30/2026 14:21:29 ToolBarSecondayItemsShouldNotUseBarTextColor Stop 2026-01-30T14:21:29.7041480Z Passed ToolBarSecondayItemsShouldNotUseBarTextColor [2 s] 2026-01-30T14:21:30.1534445Z >>>>> 01/30/2026 14:21:30 FixtureSetup for Issue2035(Android) 2026-01-30T14:21:33.0454200Z >>>>> 01/30/2026 14:21:33 Issue2035Test Start 2026-01-30T14:21:33.8275098Z >>>>> 01/30/2026 14:21:33 Issue2035Test Stop 2026-01-30T14:21:34.4476096Z >>>>> 01/30/2026 14:21:34 FixtureSetup for Issue21112(Android) 2026-01-30T14:21:34.5462435Z Passed Issue2035Test [864 ms] 2026-01-30T14:21:37.1748564Z >>>>> 01/30/2026 14:21:37 TableViewTextCellCommand Start 2026-01-30T14:21:41.0484556Z >>>>> 01/30/2026 14:21:41 TableViewTextCellCommand Stop 2026-01-30T14:21:41.5963626Z >>>>> 01/30/2026 14:21:41 FixtureSetup for Issue21640(Android) 2026-01-30T14:21:41.6744079Z Passed TableViewTextCellCommand [3 s] 2026-01-30T14:21:44.4614326Z >>>>> 01/30/2026 14:21:44 TabbedPageContentUpdatesCorrectly Start 2026-01-30T14:21:58.2439643Z >>>>> 01/30/2026 14:21:58 TabbedPageContentUpdatesCorrectly Stop 2026-01-30T14:21:58.7890156Z >>>>> 01/30/2026 14:21:58 FixtureSetup for Issue21814TabbedPage(Android) 2026-01-30T14:21:59.4650715Z Passed TabbedPageContentUpdatesCorrectly [13 s] 2026-01-30T14:22:02.1573225Z >>>>> 01/30/2026 14:22:02 InitialTabLoadShowsCorrectNavigationInfo Start 2026-01-30T14:22:03.9618961Z >>>>> 01/30/2026 14:22:03 InitialTabLoadShowsCorrectNavigationInfo Stop 2026-01-30T14:22:04.0473536Z Passed InitialTabLoadShowsCorrectNavigationInfo [1 s] 2026-01-30T14:22:04.0473833Z >>>>> 01/30/2026 14:22:04 NavigationFromTab1ToTab2ShowsCorrectParameters Start 2026-01-30T14:22:06.6293558Z >>>>> 01/30/2026 14:22:06 NavigationFromTab1ToTab2ShowsCorrectParameters Stop 2026-01-30T14:22:06.7150446Z Passed NavigationFromTab1ToTab2ShowsCorrectParameters [2 s] 2026-01-30T14:22:06.7150843Z >>>>> 01/30/2026 14:22:06 NavigationFromTab2ToTab3ShowsCorrectParameters Start 2026-01-30T14:22:09.8816739Z >>>>> 01/30/2026 14:22:09 NavigationFromTab2ToTab3ShowsCorrectParameters Stop 2026-01-30T14:22:09.9669909Z Passed NavigationFromTab2ToTab3ShowsCorrectParameters [3 s] 2026-01-30T14:22:09.9670609Z >>>>> 01/30/2026 14:22:09 NavigationFromTab1ToTab3SkippingTab2ShowsCorrectParameters Start 2026-01-30T14:22:14.0865581Z >>>>> 01/30/2026 14:22:14 NavigationFromTab1ToTab3SkippingTab2ShowsCorrectParameters Stop 2026-01-30T14:22:14.1675669Z Passed NavigationFromTab1ToTab3SkippingTab2ShowsCorrectParameters [4 s] 2026-01-30T14:22:14.1676263Z >>>>> 01/30/2026 14:22:14 TappingSameTabMultipleTimesDoesNotTriggerNavigationEvents Start 2026-01-30T14:22:16.0253358Z >>>>> 01/30/2026 14:22:16 TappingSameTabMultipleTimesDoesNotTriggerNavigationEvents Stop 2026-01-30T14:22:16.5723389Z >>>>> 01/30/2026 14:22:16 FixtureSetup for Issue22032(Android) 2026-01-30T14:22:17.1676662Z Passed TappingSameTabMultipleTimesDoesNotTriggerNavigationEvents [1 s] 2026-01-30T14:22:19.6213495Z >>>>> 01/30/2026 14:22:19 SelectedTabIconShouldChangeColor Start 2026-01-30T14:22:23.0198240Z >>>>> 01/30/2026 14:22:23 SelectedTabIconShouldChangeColor Stop 2026-01-30T14:22:23.5950797Z >>>>> 01/30/2026 14:22:23 FixtureSetup for Issue22633(Android) 2026-01-30T14:22:24.1222324Z Passed SelectedTabIconShouldChangeColor [3 s] 2026-01-30T14:22:26.4288247Z >>>>> 01/30/2026 14:22:26 ExceptionShouldNotBeThrown Start 2026-01-30T14:22:27.9024981Z >>>>> 01/30/2026 14:22:27 ExceptionShouldNotBeThrown Stop 2026-01-30T14:22:28.4440607Z >>>>> 01/30/2026 14:22:28 FixtureSetup for Issue22899(Android) 2026-01-30T14:22:29.4327905Z Passed ExceptionShouldNotBeThrown [1 s] 2026-01-30T14:22:31.5045866Z >>>>> 01/30/2026 14:22:31 Issue22899Test Start 2026-01-30T14:22:34.2371625Z >>>>> 01/30/2026 14:22:34 Issue22899Test Stop 2026-01-30T14:22:34.5053340Z Passed Issue22899Test [2 s] 2026-01-30T14:22:34.7786436Z >>>>> 01/30/2026 14:22:34 FixtureSetup for Issue22937(Android) 2026-01-30T14:22:37.7089431Z >>>>> 01/30/2026 14:22:37 ToolbarItemFontColorDynamicUpdate Start 2026-01-30T14:22:39.8931381Z >>>>> 01/30/2026 14:22:39 ToolbarItemFontColorDynamicUpdate Stop 2026-01-30T14:22:40.5637028Z >>>>> 01/30/2026 14:22:40 FixtureSetup for Issue23732(Android) 2026-01-30T14:22:40.7102433Z Passed ToolbarItemFontColorDynamicUpdate [2 s] 2026-01-30T14:22:43.5359587Z >>>>> 01/30/2026 14:22:43 TabbedPageTabContentUpdated Start 2026-01-30T14:22:45.9606311Z >>>>> 01/30/2026 14:22:45 TabbedPageTabContentUpdated Stop 2026-01-30T14:22:46.4715501Z >>>>> 01/30/2026 14:22:46 FixtureSetup for Issue2414(Android) 2026-01-30T14:22:46.5398093Z Passed TabbedPageTabContentUpdated [2 s] 2026-01-30T14:22:49.4772070Z >>>>> 01/30/2026 14:22:49 TestShowContextMenuItemsInTheRightOrder Start 2026-01-30T14:22:53.4640927Z >>>>> 01/30/2026 14:22:53 TestShowContextMenuItemsInTheRightOrder Stop 2026-01-30T14:22:53.9819044Z Passed TestShowContextMenuItemsInTheRightOrder [4 s] 2026-01-30T14:22:54.0123723Z >>>>> 01/30/2026 14:22:54 FixtureSetup for Issue24356(Android) 2026-01-30T14:22:56.9875512Z >>>>> 01/30/2026 14:22:56 GradientInTabBarShouldChange Start 2026-01-30T14:22:59.2704018Z >>>>> 01/30/2026 14:22:59 GradientInTabBarShouldChange Stop 2026-01-30T14:22:59.9934650Z Passed GradientInTabBarShouldChange [2 s] 2026-01-30T14:23:00.1420157Z >>>>> 01/30/2026 14:23:00 FixtureSetup for Issue24741(Android) 2026-01-30T14:23:02.6210657Z >>>>> 01/30/2026 14:23:02 SelectTabAfterNavigation Start 2026-01-30T14:23:07.3049096Z >>>>> 01/30/2026 14:23:07 SelectTabAfterNavigation Stop 2026-01-30T14:23:08.2042796Z >>>>> 01/30/2026 14:23:08 FixtureSetup for Issue24878(Android) 2026-01-30T14:23:08.6204106Z Passed SelectTabAfterNavigation [4 s] 2026-01-30T14:23:10.6685217Z >>>>> 01/30/2026 14:23:10 ToolbarItemsShouldBeVisible Start 2026-01-30T14:23:12.7923379Z >>>>> 01/30/2026 14:23:12 ToolbarItemsShouldBeVisible Stop 2026-01-30T14:23:13.3688066Z >>>>> 01/30/2026 14:23:13 FixtureSetup for Issue25534(Android) 2026-01-30T14:23:13.6696318Z Passed ToolbarItemsShouldBeVisible [2 s] 2026-01-30T14:23:15.9078130Z >>>>> 01/30/2026 14:23:15 ToolbarItemIconShouldNotCrashOnPageNavigation Start 2026-01-30T14:23:21.5038016Z >>>>> 01/30/2026 14:23:21 ToolbarItemIconShouldNotCrashOnPageNavigation Stop 2026-01-30T14:23:21.9086365Z Passed ToolbarItemIconShouldNotCrashOnPageNavigation [5 s] 2026-01-30T14:23:22.1101312Z >>>>> 01/30/2026 14:23:22 FixtureSetup for Issue25912(Android) 2026-01-30T14:23:24.6526020Z >>>>> 01/30/2026 14:23:24 VerifyToolbarItemIconColor Start 2026-01-30T14:23:26.9286948Z >>>>> 01/30/2026 14:23:26 VerifyToolbarItemIconColor Stop 2026-01-30T14:23:27.5868884Z >>>>> 01/30/2026 14:23:27 FixtureSetup for Issue26096(Android) 2026-01-30T14:23:27.6543750Z Passed VerifyToolbarItemIconColor [2 s] 2026-01-30T14:23:30.3218995Z >>>>> 01/30/2026 14:23:30 UpdatedSelectionIndicatorProperly Start 2026-01-30T14:23:36.8663052Z >>>>> 01/30/2026 14:23:36 UpdatedSelectionIndicatorProperly Stop 2026-01-30T14:23:37.4176850Z >>>>> 01/30/2026 14:23:37 FixtureSetup for Issue26662(Android) 2026-01-30T14:23:37.8335169Z Passed UpdatedSelectionIndicatorProperly [6 s] 2026-01-30T14:23:40.0375849Z >>>>> 01/30/2026 14:23:40 FontImageSourceColorShouldApplyOnTabIcon Start 2026-01-30T14:23:42.2095373Z >>>>> 01/30/2026 14:23:42 FontImageSourceColorShouldApplyOnTabIcon Stop 2026-01-30T14:23:42.2923170Z Passed FontImageSourceColorShouldApplyOnTabIcon [2 s] 2026-01-30T14:23:42.2923734Z >>>>> 01/30/2026 14:23:42 DynamicFontImageSourceColorShouldApplyOnTabIcon Start 2026-01-30T14:23:44.5433864Z >>>>> 01/30/2026 14:23:44 DynamicFontImageSourceColorShouldApplyOnTabIcon Stop 2026-01-30T14:23:45.2948277Z Passed DynamicFontImageSourceColorShouldApplyOnTabIcon [2 s] 2026-01-30T14:23:45.3160738Z >>>>> 01/30/2026 14:23:45 FixtureSetup for Issue26754(Android) 2026-01-30T14:23:47.9338186Z >>>>> 01/30/2026 14:23:47 VerifyTabbedPageMenuItemTextColor Start 2026-01-30T14:23:50.2869468Z >>>>> 01/30/2026 14:23:50 VerifyTabbedPageMenuItemTextColor Stop 2026-01-30T14:23:50.7600255Z >>>>> 01/30/2026 14:23:50 FixtureSetup for Issue2794(Android) 2026-01-30T14:23:50.9359934Z Passed VerifyTabbedPageMenuItemTextColor [2 s] 2026-01-30T14:23:53.3247365Z >>>>> 01/30/2026 14:23:53 Issue2794Test Start 2026-01-30T14:24:00.3417786Z >>>>> 01/30/2026 14:24:00 Issue2794Test Stop 2026-01-30T14:24:00.8277640Z Passed Issue2794Test [7 s] 2026-01-30T14:24:00.9487648Z >>>>> 01/30/2026 14:24:00 FixtureSetup for Issue2809(Android) 2026-01-30T14:24:03.4830568Z >>>>> 01/30/2026 14:24:03 TestPageDoesntCrash Start 2026-01-30T14:24:06.0144738Z >>>>> 01/30/2026 14:24:06 TestPageDoesntCrash Stop 2026-01-30T14:24:06.4904126Z Passed TestPageDoesntCrash [2 s] 2026-01-30T14:24:06.7239880Z >>>>> 01/30/2026 14:24:06 FixtureSetup for Issue2842(Android) 2026-01-30T14:24:09.3557607Z >>>>> 01/30/2026 14:24:09 Issue2842Test Start 2026-01-30T14:24:13.3210013Z >>>>> 01/30/2026 14:24:13 Issue2842Test Stop 2026-01-30T14:24:13.8626609Z Passed Issue2842Test [4 s] 2026-01-30T14:24:13.9010142Z >>>>> 01/30/2026 14:24:13 FixtureSetup for Issue28822(Android) 2026-01-30T14:24:16.3317362Z >>>>> 01/30/2026 14:24:16 ToolbarItemShouldBeCorrectlyRendered Start 2026-01-30T14:24:18.4145471Z >>>>> 01/30/2026 14:24:18 ToolbarItemShouldBeCorrectlyRendered Stop 2026-01-30T14:24:18.9371862Z >>>>> 01/30/2026 14:24:18 FixtureSetup for Issue2883(Android) 2026-01-30T14:24:19.3375476Z Passed ToolbarItemShouldBeCorrectlyRendered [2 s] 2026-01-30T14:24:21.5157726Z >>>>> 01/30/2026 14:24:21 Issue2883TestDisabled Start 2026-01-30T14:24:23.8092434Z >>>>> 01/30/2026 14:24:23 Issue2883TestDisabled Stop 2026-01-30T14:24:23.8939469Z Passed Issue2883TestDisabled [2 s] 2026-01-30T14:24:23.8939910Z >>>>> 01/30/2026 14:24:23 Issue2883TestEnabled Start 2026-01-30T14:24:26.9054714Z >>>>> 01/30/2026 14:24:26 Issue2883TestEnabled Stop 2026-01-30T14:24:27.4021509Z >>>>> 01/30/2026 14:24:27 FixtureSetup for Issue28838(Android) 2026-01-30T14:24:28.3943233Z Passed Issue2883TestEnabled [3 s] 2026-01-30T14:24:30.0009833Z >>>>> 01/30/2026 14:24:29 DefaultSelectedTabTextColorShouldApplyProperly Start 2026-01-30T14:24:32.0873104Z >>>>> 01/30/2026 14:24:32 DefaultSelectedTabTextColorShouldApplyProperly Stop 2026-01-30T14:24:32.7170174Z >>>>> 01/30/2026 14:24:32 FixtureSetup for Issue29091Tabbed(Android) 2026-01-30T14:24:33.0003681Z Passed DefaultSelectedTabTextColorShouldApplyProperly [2 s] 2026-01-30T14:24:35.3312350Z >>>>> 01/30/2026 14:24:35 TabBarIconsShouldAutoscaleTabbedPage Start 2026-01-30T14:24:37.3357004Z >>>>> 01/30/2026 14:24:37 TabBarIconsShouldAutoscaleTabbedPage Stop 2026-01-30T14:24:37.9100059Z >>>>> 01/30/2026 14:24:37 FixtureSetup for Issue29109(Android) 2026-01-30T14:24:38.3317186Z Passed TabBarIconsShouldAutoscaleTabbedPage [2 s] 2026-01-30T14:24:40.7221088Z >>>>> 01/30/2026 14:24:40 FontImageSourceColorShouldApplyOnBottomTabIconOnAndroid Start 2026-01-30T14:24:42.9216857Z >>>>> 01/30/2026 14:24:42 FontImageSourceColorShouldApplyOnBottomTabIconOnAndroid Stop 2026-01-30T14:24:43.0043857Z Passed FontImageSourceColorShouldApplyOnBottomTabIconOnAndroid [2 s] 2026-01-30T14:24:43.0044152Z >>>>> 01/30/2026 14:24:43 DynamicFontImageSourceColorShouldApplyOnBottomTabIconOnAndroid Start 2026-01-30T14:24:46.4785153Z >>>>> 01/30/2026 14:24:46 DynamicFontImageSourceColorShouldApplyOnBottomTabIconOnAndroid Stop 2026-01-30T14:24:46.9963280Z >>>>> 01/30/2026 14:24:46 FixtureSetup for Issue2923(Android) 2026-01-30T14:24:47.5053126Z Passed DynamicFontImageSourceColorShouldApplyOnBottomTabIconOnAndroid [3 s] 2026-01-30T14:24:49.5156641Z >>>>> 01/30/2026 14:24:49 Issue2923TestOne Start 2026-01-30T14:24:51.6664185Z >>>>> 01/30/2026 14:24:51 Issue2923TestOne Stop 2026-01-30T14:24:52.0492185Z >>>>> 01/30/2026 14:24:52 FixtureSetup for Issue2954(Android) 2026-01-30T14:24:52.5166155Z Passed Issue2923TestOne [2 s] 2026-01-30T14:24:55.0231274Z >>>>> 01/30/2026 14:24:55 Issue2954Test Start 2026-01-30T14:24:56.6034263Z >>>>> 01/30/2026 14:24:56 Issue2954Test Stop 2026-01-30T14:24:57.3604727Z >>>>> 01/30/2026 14:24:57 FixtureSetup for Issue2964(Android) 2026-01-30T14:24:58.0242722Z Passed Issue2954Test [1 s] 2026-01-30T14:24:59.8059054Z >>>>> 01/30/2026 14:24:59 Issue2964Test Start 2026-01-30T14:25:03.9079032Z >>>>> 01/30/2026 14:25:03 Issue2964Test Stop 2026-01-30T14:25:04.3070668Z Passed Issue2964Test [4 s] 2026-01-30T14:25:04.4518713Z >>>>> 01/30/2026 14:25:04 FixtureSetup for Issue3292(Android) 2026-01-30T14:25:07.0163624Z >>>>> 01/30/2026 14:25:07 Issue3292Test Start 2026-01-30T14:25:08.7712421Z >>>>> 01/30/2026 14:25:08 Issue3292Test Stop 2026-01-30T14:25:09.4451167Z >>>>> 01/30/2026 14:25:09 FixtureSetup for Issue5555(Android) 2026-01-30T14:25:10.0164258Z Passed Issue3292Test [1 s] 2026-01-30T14:25:12.4637663Z >>>>> 01/30/2026 14:25:12 TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell Start 2026-01-30T14:25:16.1479415Z >>>>> 01/30/2026 14:25:16 TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell Stop 2026-01-30T14:25:16.9583980Z Passed TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell [3 s] 2026-01-30T14:25:17.0150919Z >>>>> 01/30/2026 14:25:17 FixtureSetup for Issue6127(Android) 2026-01-30T14:25:19.5139030Z >>>>> 01/30/2026 14:25:19 Issue6127Test Start 2026-01-30T14:25:21.8867791Z >>>>> 01/30/2026 14:25:21 Issue6127Test Stop 2026-01-30T14:25:22.5189166Z Passed Issue6127Test [2 s] 2026-01-30T14:25:22.5348983Z >>>>> 01/30/2026 14:25:22 FixtureSetup for Issue7156(Android) 2026-01-30T14:25:25.2653224Z >>>>> 01/30/2026 14:25:25 ToolbarItemCorrectSizeTest Start 2026-01-30T14:25:28.7344421Z >>>>> 01/30/2026 14:25:28 ToolbarItemCorrectSizeTest Stop 2026-01-30T14:25:29.2865381Z >>>>> 01/30/2026 14:25:29 FixtureSetup for Issue7823(Android) 2026-01-30T14:25:29.7657838Z Passed ToolbarItemCorrectSizeTest [3 s] 2026-01-30T14:25:32.5217566Z >>>>> 01/30/2026 14:25:32 UpdateToolbarItemAfterNavigate Start 2026-01-30T14:25:35.4668198Z >>>>> 01/30/2026 14:25:35 UpdateToolbarItemAfterNavigate Stop 2026-01-30T14:25:36.0501163Z >>>>> 01/30/2026 14:25:36 FixtureSetup for Issue8295(Android) 2026-01-30T14:25:37.0214081Z Passed UpdateToolbarItemAfterNavigate [3 s] 2026-01-30T14:25:38.5661183Z >>>>> 01/30/2026 14:25:38 ToolbarItemFontIconSourceChangesAtRunTime Start 2026-01-30T14:25:40.8451373Z >>>>> 01/30/2026 14:25:40 ToolbarItemFontIconSourceChangesAtRunTime Stop 2026-01-30T14:25:41.5745794Z Passed ToolbarItemFontIconSourceChangesAtRunTime [2 s] 2026-01-30T14:25:41.5997381Z >>>>> 01/30/2026 14:25:41 FixtureSetup for Issue8945(Android) 2026-01-30T14:25:44.2361781Z >>>>> 01/30/2026 14:25:44 OpenCloseTimePicker Start 2026-01-30T14:25:48.2845275Z >>>>> 01/30/2026 14:25:48 OpenCloseTimePicker Stop 2026-01-30T14:25:48.7400019Z Passed OpenCloseTimePicker [4 s] 2026-01-30T14:25:49.1808254Z >>>>> 01/30/2026 14:25:49 FixtureSetup for Issue8945TimePicker(Android) 2026-01-30T14:25:51.7870944Z >>>>> 01/30/2026 14:25:51 TimePickerOpenedFromConstructor Start 2026-01-30T14:25:53.6983734Z >>>>> 01/30/2026 14:25:53 TimePickerOpenedFromConstructor Stop 2026-01-30T14:25:54.3535338Z >>>>> 01/30/2026 14:25:54 FixtureSetup for Issue9419(Android) 2026-01-30T14:25:54.7945974Z Passed TimePickerOpenedFromConstructor [2 s] 2026-01-30T14:25:56.9278476Z >>>>> 01/30/2026 14:25:56 TestIssue9419 Start 2026-01-30T14:26:03.7172261Z >>>>> 01/30/2026 14:26:03 TestIssue9419 Stop 2026-01-30T14:26:04.4284092Z Passed TestIssue9419 [6 s] 2026-01-30T14:26:04.4594628Z >>>>> 01/30/2026 14:26:04 FixtureSetup for Issue973(Android) 2026-01-30T14:26:07.7251565Z >>>>> 01/30/2026 14:26:07 Issue973TestsTabResetAfterDetailSwap Start 2026-01-30T14:26:14.7059586Z >>>>> 01/30/2026 14:26:14 Issue973TestsTabResetAfterDetailSwap Stop 2026-01-30T14:26:15.2306239Z Passed Issue973TestsTabResetAfterDetailSwap [7 s] 2026-01-30T14:26:15.3397483Z >>>>> 01/30/2026 14:26:15 FixtureSetup for ShellGestures(Android) 2026-01-30T14:26:18.5110231Z >>>>> 01/30/2026 14:26:18 TableViewScroll Start 2026-01-30T14:26:23.1987844Z >>>>> 01/30/2026 14:26:23 TableViewScroll Stop 2026-01-30T14:26:23.8237828Z >>>>> 01/30/2026 14:26:23 FixtureSetup for TabbedPageTests(Android) 2026-01-30T14:26:24.5114594Z Passed TableViewScroll [4 s] 2026-01-30T14:26:27.7538471Z >>>>> 01/30/2026 14:26:27 TabbedPageWithModalIssueTestsAllElementsPresent Start 2026-01-30T14:26:43.2785401Z >>>>> 01/30/2026 14:26:43 TabbedPageWithModalIssueTestsAllElementsPresent Stop 2026-01-30T14:26:43.5351972Z >>>>> 01/30/2026 14:26:43 Log types: logcat, bugreport, server 2026-01-30T14:26:45.2559072Z Failed TabbedPageWithModalIssueTestsAllElementsPresent [17 s] 2026-01-30T14:26:45.2559454Z Error Message: 2026-01-30T14:26:45.2559845Z System.TimeoutException : Timed out waiting for element... 2026-01-30T14:26:45.2560403Z Stack Trace: 2026-01-30T14:26:45.2560950Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2618 2026-01-30T14:26:45.2561514Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-01-30T14:26:45.2562081Z at Microsoft.Maui.TestCases.Tests.Issues.TabbedPageTests.TabbedPageWithModalIssueTestsAllElementsPresent() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/TabbedPageTests.cs:line 25 2026-01-30T14:26:45.2562759Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:26:45.2563183Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:26:45.2563527Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T14:26:45.2563886Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T14:26:45.2564071Z 2026-01-30T14:26:45.2573216Z >>>>> 01/30/2026 14:26:45 TabbedPageWithModalIssueTestsPopFromFirstTab Start 2026-01-30T14:27:00.4057918Z >>>>> 01/30/2026 14:27:00 TabbedPageWithModalIssueTestsPopFromFirstTab Stop 2026-01-30T14:27:00.8569222Z >>>>> 01/30/2026 14:27:00 Log types: logcat, bugreport, server 2026-01-30T14:27:02.3316467Z Failed TabbedPageWithModalIssueTestsPopFromFirstTab [17 s] 2026-01-30T14:27:02.3317241Z Error Message: 2026-01-30T14:27:02.3318346Z System.TimeoutException : Timed out waiting for element... 2026-01-30T14:27:02.3318659Z Stack Trace: 2026-01-30T14:27:02.3319050Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2618 2026-01-30T14:27:02.3319598Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-01-30T14:27:02.3320123Z at Microsoft.Maui.TestCases.Tests.Issues.TabbedPageTests.TabbedPageWithModalIssueTestsPopFromFirstTab() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/TabbedPageTests.cs:line 35 2026-01-30T14:27:02.3320957Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:02.3321405Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:02.3321766Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T14:27:02.3322119Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T14:27:02.3322297Z 2026-01-30T14:27:02.3322760Z >>>>> 01/30/2026 14:27:02 TabbedPageWithModalIssueTestsPopFromSecondTab Start 2026-01-30T14:27:17.5336703Z >>>>> 01/30/2026 14:27:17 TabbedPageWithModalIssueTestsPopFromSecondTab Stop 2026-01-30T14:27:17.7881025Z >>>>> 01/30/2026 14:27:17 Log types: logcat, bugreport, server 2026-01-30T14:27:18.8429890Z Failed TabbedPageWithModalIssueTestsPopFromSecondTab [16 s] 2026-01-30T14:27:18.8431363Z Error Message: 2026-01-30T14:27:18.8431624Z System.TimeoutException : Timed out waiting for element... 2026-01-30T14:27:18.8431872Z Stack Trace: 2026-01-30T14:27:18.8432272Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2618 2026-01-30T14:27:18.8432978Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-01-30T14:27:18.8433515Z at Microsoft.Maui.TestCases.Tests.Issues.TabbedPageTests.TabbedPageWithModalIssueTestsPopFromSecondTab() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/TabbedPageTests.cs:line 43 2026-01-30T14:27:18.8434043Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:18.8434478Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:18.8434904Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T14:27:18.8435276Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T14:27:18.8435467Z 2026-01-30T14:27:19.6255921Z >>>>> 01/30/2026 14:27:19 FixtureSetup for TabbedPageWithList(Android) 2026-01-30T14:27:35.0561429Z >>>>> 01/30/2026 14:27:35 The FixtureSetup threw an exception. Attempt 0/1. 2026-01-30T14:27:35.0608734Z Exception details: System.TimeoutException: TabbedPage with list 2026-01-30T14:27:35.0609246Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2618 2026-01-30T14:27:35.0612076Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T14:27:35.0613183Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T14:27:36.9384342Z >>>>> 01/30/2026 14:27:36 FixtureSetup for TabbedPageWithList(Android) 2026-01-30T14:27:52.3186941Z >>>>> 01/30/2026 14:27:52 The FixtureSetup threw an exception. Attempt 1/1. 2026-01-30T14:27:52.3188067Z Exception details: System.TimeoutException: TabbedPage with list 2026-01-30T14:27:52.3189274Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2618 2026-01-30T14:27:52.3190469Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T14:27:52.3190938Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T14:27:52.3237927Z >>>>> 01/30/2026 14:27:52 Log types: logcat, bugreport, server 2026-01-30T14:27:52.5977290Z >>>>> 01/30/2026 14:27:52 Log types: logcat, bugreport, server 2026-01-30T14:27:52.8214165Z Setup failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.TabbedPageWithList(Android) 2026-01-30T14:27:52.8222134Z System.TimeoutException : TabbedPage with list 2026-01-30T14:27:52.8223300Z StackTrace: at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2618 2026-01-30T14:27:52.8229732Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T14:27:52.8230181Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T14:27:52.8230584Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 141 2026-01-30T14:27:52.8231006Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:52.8231457Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:52.8232056Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T14:27:52.8232442Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T14:27:52.8233091Z >>>>> 01/30/2026 14:27:52 FixtureSetup for TimePickerUITest(Android) 2026-01-30T14:27:53.3268978Z Failed TabbedPageWithListViewIssueTestsAllElementsPresent [32 s] 2026-01-30T14:27:53.3271772Z Error Message: 2026-01-30T14:27:53.3274436Z OneTimeSetUp: System.TimeoutException : TabbedPage with list 2026-01-30T14:27:53.3276914Z Stack Trace: 2026-01-30T14:27:53.3279403Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2618 2026-01-30T14:27:53.3282136Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T14:27:53.3284965Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T14:27:53.3287500Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 141 2026-01-30T14:27:53.3290090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:53.3292792Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:53.3295790Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T14:27:53.3298565Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T14:27:53.3301223Z 2026-01-30T14:27:53.3304903Z Failed TabbedPageWithListViewIssueTestsNavigateToAndVerifyListView [32 s] 2026-01-30T14:27:53.3305265Z Error Message: 2026-01-30T14:27:53.3305503Z OneTimeSetUp: System.TimeoutException : TabbedPage with list 2026-01-30T14:27:53.3305734Z Stack Trace: 2026-01-30T14:27:53.3306115Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2618 2026-01-30T14:27:53.3306623Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T14:27:53.3307030Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T14:27:53.3307446Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 141 2026-01-30T14:27:53.3307849Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:53.3308259Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:27:53.3308730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T14:27:53.3309146Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T14:27:53.3309324Z 2026-01-30T14:27:55.5454347Z >>>>> 01/30/2026 14:27:55 VerifyTimePickerAppearance Start 2026-01-30T14:27:58.3648617Z >>>>> 01/30/2026 14:27:58 VerifyTimePickerAppearance Stop 2026-01-30T14:27:58.4988499Z Test Passed on attempt #1 2026-01-30T14:27:58.5016112Z Test Passed on attempt #1 2026-01-30T14:27:58.5016315Z 2026-01-30T14:27:58.5471755Z Passed VerifyTimePickerAppearance [2 s] 2026-01-30T14:27:59.5636409Z >>>>> 01/30/2026 14:27:59 FixtureSetup for TimePickerFeatureTests(Android) 2026-01-30T14:28:04.6687034Z >>>>> 01/30/2026 14:28:04 TimePicker_InitialState_VerifyVisualState Start 2026-01-30T14:28:06.5712389Z >>>>> 01/30/2026 14:28:06 TimePicker_InitialState_VerifyVisualState Stop 2026-01-30T14:28:06.6902476Z Passed TimePicker_InitialState_VerifyVisualState [2 s] 2026-01-30T14:28:06.6911135Z >>>>> 01/30/2026 14:28:06 TimePicker_ModifyOldTimeAndNewTime_VerifyVisualState Start 2026-01-30T14:28:10.2924663Z >>>>> 01/30/2026 14:28:10 TimePicker_ModifyOldTimeAndNewTime_VerifyVisualState Stop 2026-01-30T14:28:10.4008825Z Passed TimePicker_ModifyOldTimeAndNewTime_VerifyVisualState [3 s] 2026-01-30T14:28:10.4011283Z >>>>> 01/30/2026 14:28:10 TimePicker_OldTimeAndNewTime_VerifyVisualState Start 2026-01-30T14:28:15.1829066Z >>>>> 01/30/2026 14:28:15 TimePicker_OldTimeAndNewTime_VerifyVisualState Stop 2026-01-30T14:28:15.2694465Z Passed TimePicker_OldTimeAndNewTime_VerifyVisualState [4 s] 2026-01-30T14:28:15.2694876Z >>>>> 01/30/2026 14:28:15 TimePicker_SetTimeAndCharacterSpacing_VerifyVisualState Start 2026-01-30T14:28:18.3675451Z >>>>> 01/30/2026 14:28:18 TimePicker_SetTimeAndCharacterSpacing_VerifyVisualState Stop 2026-01-30T14:28:18.4541109Z Passed TimePicker_SetTimeAndCharacterSpacing_VerifyVisualState [3 s] 2026-01-30T14:28:18.4541417Z >>>>> 01/30/2026 14:28:18 TimePicker_SetTimeAndTextColor_VerifyVisualState Start 2026-01-30T14:28:21.7059749Z >>>>> 01/30/2026 14:28:21 TimePicker_SetTimeAndTextColor_VerifyVisualState Stop 2026-01-30T14:28:21.7902137Z Passed TimePicker_SetTimeAndTextColor_VerifyVisualState [3 s] 2026-01-30T14:28:21.7902830Z >>>>> 01/30/2026 14:28:21 TimePicker_SetFontAttributesAndFontFamily_VerifyVisualState Start 2026-01-30T14:28:25.7246262Z >>>>> 01/30/2026 14:28:25 TimePicker_SetFontAttributesAndFontFamily_VerifyVisualState Stop 2026-01-30T14:28:25.8074758Z Passed TimePicker_SetFontAttributesAndFontFamily_VerifyVisualState [4 s] 2026-01-30T14:28:25.8075326Z >>>>> 01/30/2026 14:28:25 TimePicker_SetFontAttributesAndFontSize_VerifyVisualState Start 2026-01-30T14:28:29.3097037Z >>>>> 01/30/2026 14:28:29 TimePicker_SetFontAttributesAndFontSize_VerifyVisualState Stop 2026-01-30T14:28:29.3927437Z Passed TimePicker_SetFontAttributesAndFontSize_VerifyVisualState [3 s] 2026-01-30T14:28:29.3927862Z >>>>> 01/30/2026 14:28:29 TimePicker_SetFontAttributesAndFormat_VerifyVisualState Start 2026-01-30T14:28:35.9125524Z >>>>> 01/30/2026 14:28:35 TimePicker_SetFontAttributesAndFormat_VerifyVisualState Stop 2026-01-30T14:28:35.9987896Z Passed TimePicker_SetFontAttributesAndFormat_VerifyVisualState [6 s] 2026-01-30T14:28:35.9988288Z >>>>> 01/30/2026 14:28:35 TimePicker_SetFontFamilyAndFontSize_VerifyVisualState Start 2026-01-30T14:28:39.6270811Z >>>>> 01/30/2026 14:28:39 TimePicker_SetFontFamilyAndFontSize_VerifyVisualState Stop 2026-01-30T14:28:39.7120916Z Passed TimePicker_SetFontFamilyAndFontSize_VerifyVisualState [3 s] 2026-01-30T14:28:39.7121420Z >>>>> 01/30/2026 14:28:39 TimePicker_SetFontFamilyAndFormat_VerifyVisualState Start 2026-01-30T14:28:46.2075097Z >>>>> 01/30/2026 14:28:46 TimePicker_SetFontFamilyAndFormat_VerifyVisualState Stop 2026-01-30T14:28:46.2947291Z Passed TimePicker_SetFontFamilyAndFormat_VerifyVisualState [6 s] 2026-01-30T14:28:46.2947674Z >>>>> 01/30/2026 14:28:46 TimePicker_SetFontSizeAndFormat_VerifyVisualState Start 2026-01-30T14:28:51.5208334Z >>>>> 01/30/2026 14:28:51 TimePicker_SetFontSizeAndFormat_VerifyVisualState Stop 2026-01-30T14:28:51.6077957Z Passed TimePicker_SetFontSizeAndFormat_VerifyVisualState [5 s] 2026-01-30T14:28:51.6078469Z >>>>> 01/30/2026 14:28:51 TimePicker_SetTimeAndIsEnabled_VerifyVisualState Start 2026-01-30T14:28:55.0430423Z >>>>> 01/30/2026 14:28:55 TimePicker_SetTimeAndIsEnabled_VerifyVisualState Stop 2026-01-30T14:28:55.1261202Z Passed TimePicker_SetTimeAndIsEnabled_VerifyVisualState [3 s] 2026-01-30T14:28:55.1261480Z >>>>> 01/30/2026 14:28:55 TimePicker_SetTimeAndIsVisible_VerifyVisualState Start 2026-01-30T14:28:57.8051807Z >>>>> 01/30/2026 14:28:57 TimePicker_SetTimeAndIsVisible_VerifyVisualState Stop 2026-01-30T14:28:57.8878106Z Passed TimePicker_SetTimeAndIsVisible_VerifyVisualState [2 s] 2026-01-30T14:28:57.8878550Z >>>>> 01/30/2026 14:28:57 TimePicker_SetShadow_VerifyVisualState Start 2026-01-30T14:29:01.1839614Z >>>>> 01/30/2026 14:29:01 TimePicker_SetShadow_VerifyVisualState Stop 2026-01-30T14:29:01.2730429Z Passed TimePicker_SetShadow_VerifyVisualState [3 s] 2026-01-30T14:29:01.2730811Z >>>>> 01/30/2026 14:29:01 TimePicker_SetFormat_t_AndTime_VerifyVisualState Start 2026-01-30T14:29:05.6921907Z >>>>> 01/30/2026 14:29:05 TimePicker_SetFormat_t_AndTime_VerifyVisualState Stop 2026-01-30T14:29:05.7788217Z Passed TimePicker_SetFormat_t_AndTime_VerifyVisualState [4 s] 2026-01-30T14:29:05.7788688Z >>>>> 01/30/2026 14:29:05 TimePicker_SetFormatTAndTime_VerifyVisualState Start 2026-01-30T14:29:09.1459700Z >>>>> 01/30/2026 14:29:09 TimePicker_SetFormatTAndTime_VerifyVisualState Stop 2026-01-30T14:29:09.2328913Z Passed TimePicker_SetFormatTAndTime_VerifyVisualState [3 s] 2026-01-30T14:29:09.2329395Z >>>>> 01/30/2026 14:29:09 TimePicker_SetFormat_T_WithFontAttributes_VerifyVisualState Start 2026-01-30T14:29:13.2725390Z >>>>> 01/30/2026 14:29:13 TimePicker_SetFormat_T_WithFontAttributes_VerifyVisualState Stop 2026-01-30T14:29:13.3572941Z Passed TimePicker_SetFormat_T_WithFontAttributes_VerifyVisualState [4 s] 2026-01-30T14:29:13.3573285Z >>>>> 01/30/2026 14:29:13 TimePicker_SetFormat_T_WithFontFamily_VerifyVisualState Start 2026-01-30T14:29:17.4485806Z >>>>> 01/30/2026 14:29:17 TimePicker_SetFormat_T_WithFontFamily_VerifyVisualState Stop 2026-01-30T14:29:17.5320639Z Passed TimePicker_SetFormat_T_WithFontFamily_VerifyVisualState [4 s] 2026-01-30T14:29:17.5321065Z >>>>> 01/30/2026 14:29:17 TimePicker_SetFormat_T_WithFontSize_VerifyVisualState Start 2026-01-30T14:29:23.0079936Z >>>>> 01/30/2026 14:29:23 TimePicker_SetFormat_T_WithFontSize_VerifyVisualState Stop 2026-01-30T14:29:23.0939315Z Passed TimePicker_SetFormat_T_WithFontSize_VerifyVisualState [5 s] 2026-01-30T14:29:23.0939678Z >>>>> 01/30/2026 14:29:23 TimePicker_SetCulture_enUS_VerifyTimeFormat Start 2026-01-30T14:29:27.8749898Z >>>>> 01/30/2026 14:29:27 TimePicker_SetCulture_enUS_VerifyTimeFormat Stop 2026-01-30T14:29:27.9633958Z Passed TimePicker_SetCulture_enUS_VerifyTimeFormat [4 s] 2026-01-30T14:29:27.9634463Z >>>>> 01/30/2026 14:29:27 TimePicker_SetCulture_arEG_VerifyTimeFormat Start 2026-01-30T14:29:32.8086762Z >>>>> 01/30/2026 14:29:32 TimePicker_SetCulture_arEG_VerifyTimeFormat Stop 2026-01-30T14:29:32.8951403Z Passed TimePicker_SetCulture_arEG_VerifyTimeFormat [4 s] 2026-01-30T14:29:32.8951918Z >>>>> 01/30/2026 14:29:32 TimePicker_SetCulture_jaJP_VerifyTimeFormat Start 2026-01-30T14:29:37.7747493Z >>>>> 01/30/2026 14:29:37 TimePicker_SetCulture_jaJP_VerifyTimeFormat Stop 2026-01-30T14:29:38.2359913Z >>>>> 01/30/2026 14:29:38 FixtureSetup for ToolbarFeatureTests(Android) 2026-01-30T14:29:38.8994941Z Passed TimePicker_SetCulture_jaJP_VerifyTimeFormat [4 s] 2026-01-30T14:29:43.4462987Z >>>>> 01/30/2026 14:29:43 VerifyPrimaryToolBar_DisabledState Start 2026-01-30T14:29:44.2602058Z >>>>> 01/30/2026 14:29:44 VerifyPrimaryToolBar_DisabledState Stop 2026-01-30T14:29:44.3438050Z >>>>> 01/30/2026 14:29:44 VerifyPrimaryToolBar_EnabledState Start 2026-01-30T14:29:44.9471798Z Passed VerifyPrimaryToolBar_DisabledState [897 ms] 2026-01-30T14:29:45.6256979Z >>>>> 01/30/2026 14:29:45 VerifyPrimaryToolBar_EnabledState Stop 2026-01-30T14:29:45.7116448Z >>>>> 01/30/2026 14:29:45 VerifySecondaryToolBar_EnabledState Start 2026-01-30T14:29:46.4553440Z Passed VerifyPrimaryToolBar_EnabledState [1 s] 2026-01-30T14:29:48.2410714Z >>>>> 01/30/2026 14:29:48 VerifySecondaryToolBar_EnabledState Stop 2026-01-30T14:29:48.3251175Z Passed VerifySecondaryToolBar_EnabledState [2 s] 2026-01-30T14:29:48.3251670Z >>>>> 01/30/2026 14:29:48 VerifySecondaryToolBar_Command Start 2026-01-30T14:29:50.8244185Z >>>>> 01/30/2026 14:29:50 VerifySecondaryToolBar_Command Stop 2026-01-30T14:29:50.9044438Z Passed VerifySecondaryToolBar_Command [2 s] 2026-01-30T14:29:50.9044917Z >>>>> 01/30/2026 14:29:50 VerifySecondaryToolBar_RemoveSecondaryToolBar Start 2026-01-30T14:29:53.1615420Z >>>>> 01/30/2026 14:29:53 VerifySecondaryToolBar_RemoveSecondaryToolBar Stop 2026-01-30T14:29:53.2478245Z Passed VerifySecondaryToolBar_RemoveSecondaryToolBar [2 s] 2026-01-30T14:29:53.2478678Z >>>>> 01/30/2026 14:29:53 VerifySecondaryToolBar_AddSecondaryToolBar Start 2026-01-30T14:29:55.6267774Z >>>>> 01/30/2026 14:29:55 VerifySecondaryToolBar_AddSecondaryToolBar Stop 2026-01-30T14:29:55.7091240Z Passed VerifySecondaryToolBar_AddSecondaryToolBar [2 s] 2026-01-30T14:29:55.7091776Z >>>>> 01/30/2026 14:29:55 VerifySecondaryToolBar_ChangeText Start 2026-01-30T14:29:58.1103571Z >>>>> 01/30/2026 14:29:58 VerifySecondaryToolBar_ChangeText Stop 2026-01-30T14:29:58.1974899Z Passed VerifySecondaryToolBar_ChangeText [2 s] 2026-01-30T14:29:58.1975321Z >>>>> 01/30/2026 14:29:58 VerifySecondaryToolBar_ChangeTextBack Start 2026-01-30T14:30:00.5932477Z >>>>> 01/30/2026 14:30:00 VerifySecondaryToolBar_ChangeTextBack Stop 2026-01-30T14:30:00.6840163Z Passed VerifySecondaryToolBar_ChangeTextBack [2 s] 2026-01-30T14:30:00.6840562Z >>>>> 01/30/2026 14:30:00 VerifySecondaryToolBar_EnabledDisabledWithTime Start 2026-01-30T14:30:05.0520562Z >>>>> 01/30/2026 14:30:05 VerifySecondaryToolBar_EnabledDisabledWithTime Stop 2026-01-30T14:30:05.1358661Z Passed VerifySecondaryToolBar_EnabledDisabledWithTime [4 s] 2026-01-30T14:30:05.1359333Z >>>>> 01/30/2026 14:30:05 VerifyToolBar_MultiplePrimaryItems Start 2026-01-30T14:30:06.5079315Z >>>>> 01/30/2026 14:30:06 VerifyToolBar_MultiplePrimaryItems Stop 2026-01-30T14:30:06.5920282Z >>>>> 01/30/2026 14:30:06 VerifyToolBar_PrimaryAndSecondaryInteraction Start 2026-01-30T14:30:06.6355197Z Passed VerifyToolBar_MultiplePrimaryItems [1 s] 2026-01-30T14:30:09.0901261Z >>>>> 01/30/2026 14:30:09 VerifyToolBar_PrimaryAndSecondaryInteraction Stop 2026-01-30T14:30:09.1711105Z Passed VerifyToolBar_PrimaryAndSecondaryInteraction [2 s] 2026-01-30T14:30:09.1711388Z >>>>> 01/30/2026 14:30:09 VerifyToolBar_MultipleSecondaryInteractions Start 2026-01-30T14:30:12.9396317Z >>>>> 01/30/2026 14:30:12 VerifyToolBar_MultipleSecondaryInteractions Stop 2026-01-30T14:30:13.6757224Z Passed VerifyToolBar_MultipleSecondaryInteractions [3 s] 2026-01-30T14:30:14.0905246Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-30T14:30:14.0946265Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-30T14:30:14.1736304Z [xUnit.net 00:00:00.08] Discovering: Controls.TestCases.Android.Tests 2026-01-30T14:30:14.3447174Z [xUnit.net 00:00:00.25] Discovered: Controls.TestCases.Android.Tests 2026-01-30T14:30:14.4551018Z Results File: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.trx 2026-01-30T14:30:14.4582947Z 2026-01-30T14:30:14.4634811Z Test Run Failed. 2026-01-30T14:30:14.4636766Z Total tests: 127 2026-01-30T14:30:14.4638358Z Passed: 122 2026-01-30T14:30:14.4639793Z Failed: 5 2026-01-30T14:30:14.4680852Z Total time: 14.4065 Minutes 2026-01-30T14:30:14.5146639Z Test Run complete: Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.trx 2026-01-30T14:30:14.5147153Z Retry UITests run Count: 1 2026-01-30T14:30:14.5147520Z Run Tests With Filter TestCategory=TabbedPage|TestCategory=TableView|TestCategory=TimePicker|TestCategory=TitleView|TestCategory=ToolbarItem 2026-01-30T14:30:14.5147869Z Log Directory: /mnt/vss/_work/1/a/logs 2026-01-30T14:30:14.5148114Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-01-30T14:30:14.5148531Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-30T14:30:14.5148984Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T14:30:14.5149309Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T14:30:14.5149653Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T14:30:14.5149976Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-30T14:30:14.5150310Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-30T14:30:14.5150641Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-30T14:30:14.5151508Z Setting environment variable: PATH = '/mnt/vss/_work/1/s/.dotnet:/mnt/vss/_work/1/s/.dotnet:/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-01-30T14:30:14.5152930Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.binlog 2026-01-30T14:30:14.5154822Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet test "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --filter "TestCategory=TabbedPage|TestCategory=TableView|TestCategory=TimePicker|TestCategory=TitleView|TestCategory=ToolbarItem" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/mnt/vss/_work/1/a/test-results" -dl:CentralLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.binlog /p:VStestUseMSBuildOutput=false 2026-01-30T14:30:15.4711296Z Test run for /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll (.NETCoreApp,Version=v10.0) 2026-01-30T14:30:15.5192458Z VSTest version 18.0.1 (x64) 2026-01-30T14:30:15.5229237Z 2026-01-30T14:30:15.6020158Z Starting test execution, please wait... 2026-01-30T14:30:15.6313976Z A total of 1 test files matched the specified pattern. 2026-01-30T14:30:15.9889871Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-30T14:30:16.0024142Z Running selected tests in /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-01-30T14:30:16.4445191Z NUnit3TestExecutor discovered 127 of 127 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-30T14:30:20.6163145Z >>>>> 01/30/2026 14:30:20 Bugzilla30317ItemSourceCtorContentPage Start 2026-01-30T14:30:20.6163461Z >>>>> 01/30/2026 14:30:20 FixtureSetup for Bugzilla30317ItemSourceCtorContentPage 2026-01-30T14:30:28.4209047Z >>>>> 01/30/2026 14:30:28 Bugzilla30317ItemSourceCtorContentPage Stop 2026-01-30T14:30:29.2253754Z Passed Bugzilla30317ItemSourceCtorContentPage [8 s] 2026-01-30T14:30:29.2256821Z >>>>> 01/30/2026 14:30:29 Bugzilla30317ItemSourceOnAppearingContentPage Start 2026-01-30T14:30:29.2259455Z >>>>> 01/30/2026 14:30:29 FixtureSetup for Bugzilla30317ItemSourceOnAppearingContentPage 2026-01-30T14:30:37.9135770Z >>>>> 01/30/2026 14:30:37 Bugzilla30317ItemSourceOnAppearingContentPage Stop 2026-01-30T14:30:38.5640222Z Passed Bugzilla30317ItemSourceOnAppearingContentPage [9 s] 2026-01-30T14:30:38.5643246Z >>>>> 01/30/2026 14:30:38 Bugzilla30317ItemSourceTabbedPage Start 2026-01-30T14:30:38.5647968Z >>>>> 01/30/2026 14:30:38 FixtureSetup for Bugzilla30317ItemSourceTabbedPage 2026-01-30T14:30:57.7227252Z >>>>> 01/30/2026 14:30:57 Bugzilla30317ItemSourceTabbedPage Stop 2026-01-30T14:30:58.2452873Z >>>>> 01/30/2026 14:30:58 FixtureSetup for Bugzilla31333(Android) 2026-01-30T14:30:59.5611984Z Passed Bugzilla30317ItemSourceTabbedPage [19 s] 2026-01-30T14:31:01.5576327Z >>>>> 01/30/2026 14:31:01 Issue31333FocusEditorInListViewCell Start 2026-01-30T14:31:03.9161369Z >>>>> 01/30/2026 14:31:03 Issue31333FocusEditorInListViewCell Stop 2026-01-30T14:31:04.0900433Z Passed Issue31333FocusEditorInListViewCell [2 s] 2026-01-30T14:31:04.0923212Z >>>>> 01/30/2026 14:31:04 Issue31333FocusEditorInTableViewCell Start 2026-01-30T14:31:06.3084647Z >>>>> 01/30/2026 14:31:06 Issue31333FocusEditorInTableViewCell Stop 2026-01-30T14:31:06.3905936Z Passed Issue31333FocusEditorInTableViewCell [2 s] 2026-01-30T14:31:06.3907174Z >>>>> 01/30/2026 14:31:06 Issue31333FocusEntryInListViewCell Start 2026-01-30T14:31:08.2573080Z >>>>> 01/30/2026 14:31:08 Issue31333FocusEntryInListViewCell Stop 2026-01-30T14:31:08.3393611Z Passed Issue31333FocusEntryInListViewCell [1 s] 2026-01-30T14:31:08.3394392Z >>>>> 01/30/2026 14:31:08 Issue31333FocusEntryInTableViewCell Start 2026-01-30T14:31:10.2063781Z >>>>> 01/30/2026 14:31:10 Issue31333FocusEntryInTableViewCell Stop 2026-01-30T14:31:10.7650337Z >>>>> 01/30/2026 14:31:10 FixtureSetup for Bugzilla32801(Android) 2026-01-30T14:31:11.3395014Z Passed Issue31333FocusEntryInTableViewCell [1 s] 2026-01-30T14:31:13.3325109Z >>>>> 01/30/2026 14:31:13 Bugzilla32801Test Start 2026-01-30T14:31:18.9924617Z >>>>> 01/30/2026 14:31:18 Bugzilla32801Test Stop 2026-01-30T14:31:19.3402075Z Passed Bugzilla32801Test [5 s] 2026-01-30T14:31:19.5338212Z >>>>> 01/30/2026 14:31:19 FixtureSetup for Bugzilla36955(Android) 2026-01-30T14:31:22.0343343Z >>>>> 01/30/2026 14:31:22 Bugzilla36955Test Start 2026-01-30T14:31:24.0787448Z >>>>> 01/30/2026 14:31:24 Bugzilla36955Test Stop 2026-01-30T14:31:24.6034164Z >>>>> 01/30/2026 14:31:24 FixtureSetup for Bugzilla37841(Android) 2026-01-30T14:31:25.0360324Z Passed Bugzilla36955Test [2 s] 2026-01-30T14:31:27.2317201Z >>>>> 01/30/2026 14:31:27 TextAndEntryCellsDataBindInTableView Start 2026-01-30T14:32:30.2145200Z >>>>> 01/30/2026 14:32:30 TextAndEntryCellsDataBindInTableView Stop 2026-01-30T14:32:30.7664717Z >>>>> 01/30/2026 14:32:30 FixtureSetup for Bugzilla38112(Android) 2026-01-30T14:32:31.7327973Z Passed TextAndEntryCellsDataBindInTableView [1 m 3 s] 2026-01-30T14:32:33.3949229Z >>>>> 01/30/2026 14:32:33 Bugzilla38112_SwitchIsStillDisabled Start 2026-01-30T14:32:35.0831290Z >>>>> 01/30/2026 14:32:35 Bugzilla38112_SwitchIsStillDisabled Stop 2026-01-30T14:32:35.1671217Z Passed Bugzilla38112_SwitchIsStillDisabled [1 s] 2026-01-30T14:32:35.1671625Z >>>>> 01/30/2026 14:32:35 Bugzilla38112_SwitchIsStillOnScreen Start 2026-01-30T14:32:35.3269297Z >>>>> 01/30/2026 14:32:35 Bugzilla38112_SwitchIsStillOnScreen Stop 2026-01-30T14:32:36.1132902Z >>>>> 01/30/2026 14:32:36 FixtureSetup for Bugzilla41153(Android) 2026-01-30T14:32:36.6694957Z Passed Bugzilla38112_SwitchIsStillOnScreen [376 ms] 2026-01-30T14:32:38.8963917Z >>>>> 01/30/2026 14:32:38 Bugzilla41153Test Start 2026-01-30T14:32:58.2129547Z >>>>> 01/30/2026 14:32:58 Bugzilla41153Test Stop 2026-01-30T14:32:58.3971105Z Passed Bugzilla41153Test [19 s] 2026-01-30T14:32:58.6953454Z >>>>> 01/30/2026 14:32:58 FixtureSetup for Bugzilla42074(Android) 2026-01-30T14:33:01.5271410Z >>>>> 01/30/2026 14:33:01 TimePickerCancelShouldUnfocus Start 2026-01-30T14:33:04.5780767Z >>>>> 01/30/2026 14:33:04 TimePickerCancelShouldUnfocus Stop 2026-01-30T14:33:05.1189420Z >>>>> 01/30/2026 14:33:05 FixtureSetup for Bugzilla43519(Android) 2026-01-30T14:33:06.0266447Z Passed TimePickerCancelShouldUnfocus [3 s] 2026-01-30T14:33:07.7606770Z >>>>> 01/30/2026 14:33:07 TabbedModalNavigation Start 2026-01-30T14:33:11.6975739Z >>>>> 01/30/2026 14:33:11 TabbedModalNavigation Stop 2026-01-30T14:33:12.1493262Z >>>>> 01/30/2026 14:33:12 FixtureSetup for Bugzilla44044(Android) 2026-01-30T14:33:12.2648376Z Passed TabbedModalNavigation [4 s] 2026-01-30T14:33:14.6448432Z >>>>> 01/30/2026 14:33:14 Bugzilla44044Test Start 2026-01-30T14:33:19.4653206Z >>>>> 01/30/2026 14:33:19 Bugzilla44044Test Stop 2026-01-30T14:33:19.9645920Z >>>>> 01/30/2026 14:33:19 FixtureSetup for Bugzilla44129(Android) 2026-01-30T14:33:20.6453568Z Passed Bugzilla44044Test [4 s] 2026-01-30T14:33:22.5883916Z >>>>> 01/30/2026 14:33:22 Issue44129Test Start 2026-01-30T14:33:24.2027426Z >>>>> 01/30/2026 14:33:24 Issue44129Test Stop 2026-01-30T14:33:24.8928449Z >>>>> 01/30/2026 14:33:24 FixtureSetup for Bugzilla52419(Android) 2026-01-30T14:33:25.5882816Z Passed Issue44129Test [1 s] 2026-01-30T14:33:27.6101432Z >>>>> 01/30/2026 14:33:27 Bugzilla52419Test Start 2026-01-30T14:33:36.2652184Z >>>>> 01/30/2026 14:33:36 Bugzilla52419Test Stop 2026-01-30T14:33:36.6101388Z Passed Bugzilla52419Test [8 s] 2026-01-30T14:33:36.7737991Z >>>>> 01/30/2026 14:33:36 FixtureSetup for Bugzilla57317(Android) 2026-01-30T14:33:39.4275691Z >>>>> 01/30/2026 14:33:39 Bugzilla57317Test Start 2026-01-30T14:33:43.4652831Z >>>>> 01/30/2026 14:33:43 Bugzilla57317Test Stop 2026-01-30T14:33:43.9379024Z Passed Bugzilla57317Test [4 s] 2026-01-30T14:33:43.9426548Z >>>>> 01/30/2026 14:33:43 FixtureSetup for Bugzilla59580(Android) 2026-01-30T14:33:46.5077297Z >>>>> 01/30/2026 14:33:46 RaisingCommandCanExecuteChangedCausesCrashOnAndroid Start 2026-01-30T14:33:50.4936505Z >>>>> 01/30/2026 14:33:50 RaisingCommandCanExecuteChangedCausesCrashOnAndroid Stop 2026-01-30T14:33:51.0123850Z Passed RaisingCommandCanExecuteChangedCausesCrashOnAndroid [4 s] 2026-01-30T14:33:51.0727426Z >>>>> 01/30/2026 14:33:51 FixtureSetup for ContextActionCellTest(Android) 2026-01-30T14:33:53.5513802Z >>>>> 01/30/2026 14:33:53 VerifyContextActionCell Start 2026-01-30T14:33:57.2125674Z >>>>> 01/30/2026 14:33:57 VerifyContextActionCell Stop 2026-01-30T14:33:57.7345754Z >>>>> 01/30/2026 14:33:57 FixtureSetup for Issue1028(Android) 2026-01-30T14:33:58.0518911Z Passed VerifyContextActionCell [3 s] 2026-01-30T14:34:00.4155502Z >>>>> 01/30/2026 14:34:00 ViewCellInTableViewDoesNotCrash Start 2026-01-30T14:34:01.4814567Z >>>>> 01/30/2026 14:34:01 ViewCellInTableViewDoesNotCrash Stop 2026-01-30T14:34:01.9174410Z Passed ViewCellInTableViewDoesNotCrash [1 s] 2026-01-30T14:34:01.9797995Z >>>>> 01/30/2026 14:34:01 FixtureSetup for Issue10660(Android) 2026-01-30T14:34:04.5244251Z >>>>> 01/30/2026 14:34:04 ToolbarTextColorOnInteraction Start 2026-01-30T14:34:06.7175101Z >>>>> 01/30/2026 14:34:06 ToolbarTextColorOnInteraction Stop 2026-01-30T14:34:07.2426586Z >>>>> 01/30/2026 14:34:07 FixtureSetup for Issue11501(Android) 2026-01-30T14:34:07.5254259Z Passed ToolbarTextColorOnInteraction [2 s] 2026-01-30T14:34:09.8418369Z >>>>> 01/30/2026 14:34:09 MakingFragmentRelatedChangesWhileAppIsBackgroundedFails Start 2026-01-30T14:34:15.4659140Z >>>>> 01/30/2026 14:34:15 MakingFragmentRelatedChangesWhileAppIsBackgroundedFails Stop 2026-01-30T14:34:15.6216344Z Passed MakingFragmentRelatedChangesWhileAppIsBackgroundedFails("SwapTabbedPage") [5 s] 2026-01-30T14:34:15.6216731Z >>>>> 01/30/2026 14:34:15 MakingFragmentRelatedChangesWhileAppIsBackgroundedFails Start 2026-01-30T14:34:21.3431011Z >>>>> 01/30/2026 14:34:21 MakingFragmentRelatedChangesWhileAppIsBackgroundedFails Stop 2026-01-30T14:34:21.6243772Z Passed MakingFragmentRelatedChangesWhileAppIsBackgroundedFails("RemoveAddTabs") [5 s] 2026-01-30T14:34:21.8818938Z >>>>> 01/30/2026 14:34:21 FixtureSetup for Issue1323(Android) 2026-01-30T14:34:24.5228408Z >>>>> 01/30/2026 14:34:24 Issue1323Test Start 2026-01-30T14:34:26.1170990Z >>>>> 01/30/2026 14:34:26 Issue1323Test Stop 2026-01-30T14:34:26.6952402Z >>>>> 01/30/2026 14:34:26 FixtureSetup for Issue1414(Android) 2026-01-30T14:34:27.5238011Z Passed Issue1323Test [1 s] 2026-01-30T14:34:29.2974496Z >>>>> 01/30/2026 14:34:29 InvalidCastExceptionWhenScrollingAndRefreshingTableView Start 2026-01-30T14:34:34.2166611Z >>>>> 01/30/2026 14:34:34 InvalidCastExceptionWhenScrollingAndRefreshingTableView Stop 2026-01-30T14:34:34.8823936Z >>>>> 01/30/2026 14:34:34 FixtureSetup for Issue1439(Android) 2026-01-30T14:34:35.2987688Z Passed InvalidCastExceptionWhenScrollingAndRefreshingTableView [5 s] 2026-01-30T14:34:37.9719935Z >>>>> 01/30/2026 14:34:37 Issue1439Test Start 2026-01-30T14:34:41.6279887Z >>>>> 01/30/2026 14:34:41 Issue1439Test Stop 2026-01-30T14:34:42.2248974Z >>>>> 01/30/2026 14:34:42 FixtureSetup for Issue14689(Android) 2026-01-30T14:34:42.4755846Z Passed Issue1439Test [3 s] 2026-01-30T14:34:45.2713040Z >>>>> 01/30/2026 14:34:45 TabbedPageBackButtonUpdated Start 2026-01-30T14:34:48.5686404Z >>>>> 01/30/2026 14:34:48 TabbedPageBackButtonUpdated Stop 2026-01-30T14:34:49.0777727Z >>>>> 01/30/2026 14:34:49 FixtureSetup for Issue15542(Android) 2026-01-30T14:34:49.7720310Z Passed TabbedPageBackButtonUpdated [3 s] 2026-01-30T14:34:51.9884033Z >>>>> 01/30/2026 14:34:51 TitleViewHeightDoesntOverflow Start 2026-01-30T14:34:53.1118221Z >>>>> 01/30/2026 14:34:53 TitleViewHeightDoesntOverflow Stop 2026-01-30T14:34:53.4883362Z Passed TitleViewHeightDoesntOverflow [1 s] 2026-01-30T14:34:53.6400952Z >>>>> 01/30/2026 14:34:53 FixtureSetup for Issue15565(Android) 2026-01-30T14:34:56.6087919Z >>>>> 01/30/2026 14:34:56 NoDuplicateTitleViews Start 2026-01-30T14:34:59.2520242Z >>>>> 01/30/2026 14:34:59 NoDuplicateTitleViews Stop 2026-01-30T14:34:59.4585813Z Passed NoDuplicateTitleViews [2 s] 2026-01-30T14:34:59.4586084Z >>>>> 01/30/2026 14:34:59 TitleViewHeightIsNotZero Start 2026-01-30T14:35:01.5495615Z >>>>> 01/30/2026 14:35:01 TitleViewHeightIsNotZero Stop 2026-01-30T14:35:01.6386012Z Passed TitleViewHeightIsNotZero [2 s] 2026-01-30T14:35:01.6386681Z >>>>> 01/30/2026 14:35:01 ToolbarItemsWithTitleViewAreRendering Start 2026-01-30T14:35:01.7264870Z >>>>> 01/30/2026 14:35:01 ToolbarItemsWithTitleViewAreRendering Stop 2026-01-30T14:35:02.2428748Z >>>>> 01/30/2026 14:35:02 FixtureSetup for Issue1704(Android) 2026-01-30T14:35:03.1392889Z Passed ToolbarItemsWithTitleViewAreRendering [168 ms] 2026-01-30T14:35:05.2097141Z >>>>> 01/30/2026 14:35:05 Issue1704Test Start 2026-01-30T14:35:11.4102206Z >>>>> 01/30/2026 14:35:11 Issue1704Test Stop 2026-01-30T14:35:12.1373773Z >>>>> 01/30/2026 14:35:12 FixtureSetup for Issue17123(Android) 2026-01-30T14:35:12.7143578Z Passed Issue1704Test [6 s] 2026-01-30T14:35:15.0886877Z >>>>> 01/30/2026 14:35:15 ValidateTableViewTitles Start 2026-01-30T14:35:17.2904003Z >>>>> 01/30/2026 14:35:17 ValidateTableViewTitles Stop 2026-01-30T14:35:17.9747938Z >>>>> 01/30/2026 14:35:17 FixtureSetup for Issue1777(Android) 2026-01-30T14:35:18.0944985Z Passed ValidateTableViewTitles [2 s] 2026-01-30T14:35:20.8940021Z >>>>> 01/30/2026 14:35:20 Issue1777Test Start 2026-01-30T14:35:23.3500333Z >>>>> 01/30/2026 14:35:23 Issue1777Test Stop 2026-01-30T14:35:23.9029648Z Passed Issue1777Test [2 s] 2026-01-30T14:35:24.0885873Z >>>>> 01/30/2026 14:35:24 FixtureSetup for Issue18720TimePicker(Android) 2026-01-30T14:35:27.3265661Z >>>>> 01/30/2026 14:35:27 SettingTimePickerBackgroundFromHandler Start 2026-01-30T14:35:30.6570606Z >>>>> 01/30/2026 14:35:30 SettingTimePickerBackgroundFromHandler Stop 2026-01-30T14:35:31.1576718Z >>>>> 01/30/2026 14:35:31 FixtureSetup for Issue18775(Android) 2026-01-30T14:35:31.8301936Z Passed SettingTimePickerBackgroundFromHandler [3 s] 2026-01-30T14:35:34.1934819Z >>>>> 01/30/2026 14:35:34 TabbedPageUnselectedBarTextColorConsistency Start 2026-01-30T14:35:36.3779439Z >>>>> 01/30/2026 14:35:36 TabbedPageUnselectedBarTextColorConsistency Stop 2026-01-30T14:35:37.0115114Z >>>>> 01/30/2026 14:35:37 FixtureSetup for Issue198(Android) 2026-01-30T14:35:37.2012360Z Passed TabbedPageUnselectedBarTextColorConsistency [2 s] 2026-01-30T14:35:39.9699564Z >>>>> 01/30/2026 14:35:39 Issue198TestsNREWithPopModal Start 2026-01-30T14:35:42.5575469Z >>>>> 01/30/2026 14:35:42 Issue198TestsNREWithPopModal Stop 2026-01-30T14:35:42.9811620Z Passed Issue198TestsNREWithPopModal [2 s] 2026-01-30T14:35:43.3308849Z >>>>> 01/30/2026 14:35:43 FixtureSetup for Issue20177(Android) 2026-01-30T14:35:46.3876391Z >>>>> 01/30/2026 14:35:46 ToolBarSecondayItemsShouldNotUseBarTextColor Start 2026-01-30T14:35:49.2183757Z >>>>> 01/30/2026 14:35:49 ToolBarSecondayItemsShouldNotUseBarTextColor Stop 2026-01-30T14:35:49.3878781Z Passed ToolBarSecondayItemsShouldNotUseBarTextColor [2 s] 2026-01-30T14:35:49.8926724Z >>>>> 01/30/2026 14:35:49 FixtureSetup for Issue2035(Android) 2026-01-30T14:35:52.9181808Z >>>>> 01/30/2026 14:35:52 Issue2035Test Start 2026-01-30T14:35:53.7759525Z >>>>> 01/30/2026 14:35:53 Issue2035Test Stop 2026-01-30T14:35:54.2586711Z >>>>> 01/30/2026 14:35:54 FixtureSetup for Issue21112(Android) 2026-01-30T14:35:54.4292937Z Passed Issue2035Test [939 ms] 2026-01-30T14:35:57.2068989Z >>>>> 01/30/2026 14:35:57 TableViewTextCellCommand Start 2026-01-30T14:36:01.4738380Z >>>>> 01/30/2026 14:36:01 TableViewTextCellCommand Stop 2026-01-30T14:36:01.7067162Z Passed TableViewTextCellCommand [4 s] 2026-01-30T14:36:02.2043677Z >>>>> 01/30/2026 14:36:02 FixtureSetup for Issue21640(Android) 2026-01-30T14:36:05.3328830Z >>>>> 01/30/2026 14:36:05 TabbedPageContentUpdatesCorrectly Start 2026-01-30T14:36:20.1184784Z >>>>> 01/30/2026 14:36:20 TabbedPageContentUpdatesCorrectly Stop 2026-01-30T14:36:20.3336384Z Passed TabbedPageContentUpdatesCorrectly [14 s] 2026-01-30T14:36:20.6190589Z >>>>> 01/30/2026 14:36:20 FixtureSetup for Issue21814TabbedPage(Android) 2026-01-30T14:36:23.5660594Z >>>>> 01/30/2026 14:36:23 InitialTabLoadShowsCorrectNavigationInfo Start 2026-01-30T14:36:25.3238057Z >>>>> 01/30/2026 14:36:25 InitialTabLoadShowsCorrectNavigationInfo Stop 2026-01-30T14:36:25.4064465Z Passed InitialTabLoadShowsCorrectNavigationInfo [1 s] 2026-01-30T14:36:25.4064936Z >>>>> 01/30/2026 14:36:25 NavigationFromTab1ToTab2ShowsCorrectParameters Start 2026-01-30T14:36:27.7067851Z >>>>> 01/30/2026 14:36:27 NavigationFromTab1ToTab2ShowsCorrectParameters Stop 2026-01-30T14:36:27.7934297Z Passed NavigationFromTab1ToTab2ShowsCorrectParameters [2 s] 2026-01-30T14:36:27.7934784Z >>>>> 01/30/2026 14:36:27 NavigationFromTab2ToTab3ShowsCorrectParameters Start 2026-01-30T14:36:31.2710488Z >>>>> 01/30/2026 14:36:31 NavigationFromTab2ToTab3ShowsCorrectParameters Stop 2026-01-30T14:36:31.3586395Z Passed NavigationFromTab2ToTab3ShowsCorrectParameters [3 s] 2026-01-30T14:36:31.3586761Z >>>>> 01/30/2026 14:36:31 NavigationFromTab1ToTab3SkippingTab2ShowsCorrectParameters Start 2026-01-30T14:36:35.5506044Z >>>>> 01/30/2026 14:36:35 NavigationFromTab1ToTab3SkippingTab2ShowsCorrectParameters Stop 2026-01-30T14:36:35.6373341Z Passed NavigationFromTab1ToTab3SkippingTab2ShowsCorrectParameters [4 s] 2026-01-30T14:36:35.6373724Z >>>>> 01/30/2026 14:36:35 TappingSameTabMultipleTimesDoesNotTriggerNavigationEvents Start 2026-01-30T14:36:37.5014279Z >>>>> 01/30/2026 14:36:37 TappingSameTabMultipleTimesDoesNotTriggerNavigationEvents Stop 2026-01-30T14:36:38.0806527Z >>>>> 01/30/2026 14:36:38 FixtureSetup for Issue22032(Android) 2026-01-30T14:36:38.6414614Z Passed TappingSameTabMultipleTimesDoesNotTriggerNavigationEvents [1 s] 2026-01-30T14:36:41.1056373Z >>>>> 01/30/2026 14:36:41 SelectedTabIconShouldChangeColor Start 2026-01-30T14:36:43.9292703Z >>>>> 01/30/2026 14:36:43 SelectedTabIconShouldChangeColor Stop 2026-01-30T14:36:44.1055423Z Passed SelectedTabIconShouldChangeColor [2 s] 2026-01-30T14:36:44.4912313Z >>>>> 01/30/2026 14:36:44 FixtureSetup for Issue22633(Android) 2026-01-30T14:36:47.5227763Z >>>>> 01/30/2026 14:36:47 ExceptionShouldNotBeThrown Start 2026-01-30T14:36:48.9784730Z >>>>> 01/30/2026 14:36:48 ExceptionShouldNotBeThrown Stop 2026-01-30T14:36:49.4536995Z >>>>> 01/30/2026 14:36:49 FixtureSetup for Issue22899(Android) 2026-01-30T14:36:50.5263942Z Passed ExceptionShouldNotBeThrown [1 s] 2026-01-30T14:36:52.5475011Z >>>>> 01/30/2026 14:36:52 Issue22899Test Start 2026-01-30T14:36:55.2297239Z >>>>> 01/30/2026 14:36:55 Issue22899Test Stop 2026-01-30T14:36:55.5488324Z Passed Issue22899Test [2 s] 2026-01-30T14:36:55.7203287Z >>>>> 01/30/2026 14:36:55 FixtureSetup for Issue22937(Android) 2026-01-30T14:36:58.7972789Z >>>>> 01/30/2026 14:36:58 ToolbarItemFontColorDynamicUpdate Start 2026-01-30T14:37:01.0157778Z >>>>> 01/30/2026 14:37:01 ToolbarItemFontColorDynamicUpdate Stop 2026-01-30T14:37:01.6605619Z >>>>> 01/30/2026 14:37:01 FixtureSetup for Issue23732(Android) 2026-01-30T14:37:01.8002609Z Passed ToolbarItemFontColorDynamicUpdate [2 s] 2026-01-30T14:37:04.7305246Z >>>>> 01/30/2026 14:37:04 TabbedPageTabContentUpdated Start 2026-01-30T14:37:07.1878525Z >>>>> 01/30/2026 14:37:07 TabbedPageTabContentUpdated Stop 2026-01-30T14:37:07.7332926Z Passed TabbedPageTabContentUpdated [2 s] 2026-01-30T14:37:07.7625183Z >>>>> 01/30/2026 14:37:07 FixtureSetup for Issue2414(Android) 2026-01-30T14:37:10.6973617Z >>>>> 01/30/2026 14:37:10 TestShowContextMenuItemsInTheRightOrder Start 2026-01-30T14:37:14.6813835Z >>>>> 01/30/2026 14:37:14 TestShowContextMenuItemsInTheRightOrder Stop 2026-01-30T14:37:15.1989969Z Passed TestShowContextMenuItemsInTheRightOrder [4 s] 2026-01-30T14:37:15.2202284Z >>>>> 01/30/2026 14:37:15 FixtureSetup for Issue24356(Android) 2026-01-30T14:37:18.2129817Z >>>>> 01/30/2026 14:37:18 GradientInTabBarShouldChange Start 2026-01-30T14:37:20.4744396Z >>>>> 01/30/2026 14:37:20 GradientInTabBarShouldChange Stop 2026-01-30T14:37:21.2177142Z Passed GradientInTabBarShouldChange [2 s] 2026-01-30T14:37:21.4359767Z >>>>> 01/30/2026 14:37:21 FixtureSetup for Issue24741(Android) 2026-01-30T14:37:23.9466666Z >>>>> 01/30/2026 14:37:23 SelectTabAfterNavigation Start 2026-01-30T14:37:28.6670054Z >>>>> 01/30/2026 14:37:28 SelectTabAfterNavigation Stop 2026-01-30T14:37:29.4544339Z >>>>> 01/30/2026 14:37:29 FixtureSetup for Issue24878(Android) 2026-01-30T14:37:29.9468129Z Passed SelectTabAfterNavigation [4 s] 2026-01-30T14:37:32.0985440Z >>>>> 01/30/2026 14:37:32 ToolbarItemsShouldBeVisible Start 2026-01-30T14:37:34.2028217Z >>>>> 01/30/2026 14:37:34 ToolbarItemsShouldBeVisible Stop 2026-01-30T14:37:34.6593540Z >>>>> 01/30/2026 14:37:34 FixtureSetup for Issue25534(Android) 2026-01-30T14:37:35.1030630Z Passed ToolbarItemsShouldBeVisible [2 s] 2026-01-30T14:37:37.3451729Z >>>>> 01/30/2026 14:37:37 ToolbarItemIconShouldNotCrashOnPageNavigation Start 2026-01-30T14:37:42.4651945Z >>>>> 01/30/2026 14:37:42 ToolbarItemIconShouldNotCrashOnPageNavigation Stop 2026-01-30T14:37:43.0037677Z >>>>> 01/30/2026 14:37:43 FixtureSetup for Issue25912(Android) 2026-01-30T14:37:43.3505863Z Passed ToolbarItemIconShouldNotCrashOnPageNavigation [5 s] 2026-01-30T14:37:45.5786679Z >>>>> 01/30/2026 14:37:45 VerifyToolbarItemIconColor Start 2026-01-30T14:37:47.7883610Z >>>>> 01/30/2026 14:37:47 VerifyToolbarItemIconColor Stop 2026-01-30T14:37:48.3216930Z >>>>> 01/30/2026 14:37:48 FixtureSetup for Issue26096(Android) 2026-01-30T14:37:48.5819020Z Passed VerifyToolbarItemIconColor [2 s] 2026-01-30T14:37:50.9456206Z >>>>> 01/30/2026 14:37:50 UpdatedSelectionIndicatorProperly Start 2026-01-30T14:37:55.4982814Z >>>>> 01/30/2026 14:37:55 UpdatedSelectionIndicatorProperly Stop 2026-01-30T14:37:56.1073599Z >>>>> 01/30/2026 14:37:56 FixtureSetup for Issue26662(Android) 2026-01-30T14:37:56.9456883Z Passed UpdatedSelectionIndicatorProperly [4 s] 2026-01-30T14:37:58.8279053Z >>>>> 01/30/2026 14:37:58 FontImageSourceColorShouldApplyOnTabIcon Start 2026-01-30T14:38:00.9900107Z >>>>> 01/30/2026 14:38:00 FontImageSourceColorShouldApplyOnTabIcon Stop 2026-01-30T14:38:01.0792314Z Passed FontImageSourceColorShouldApplyOnTabIcon [2 s] 2026-01-30T14:38:01.0792986Z >>>>> 01/30/2026 14:38:01 DynamicFontImageSourceColorShouldApplyOnTabIcon Start 2026-01-30T14:38:03.6979559Z >>>>> 01/30/2026 14:38:03 DynamicFontImageSourceColorShouldApplyOnTabIcon Stop 2026-01-30T14:38:04.0875199Z Passed DynamicFontImageSourceColorShouldApplyOnTabIcon [2 s] 2026-01-30T14:38:04.2719467Z >>>>> 01/30/2026 14:38:04 FixtureSetup for Issue26754(Android) 2026-01-30T14:38:06.8278247Z >>>>> 01/30/2026 14:38:06 VerifyTabbedPageMenuItemTextColor Start 2026-01-30T14:38:10.5850268Z >>>>> 01/30/2026 14:38:10 VerifyTabbedPageMenuItemTextColor Stop 2026-01-30T14:38:11.0582155Z >>>>> 01/30/2026 14:38:11 FixtureSetup for Issue2794(Android) 2026-01-30T14:38:11.3293231Z Passed VerifyTabbedPageMenuItemTextColor [3 s] 2026-01-30T14:38:13.6283940Z >>>>> 01/30/2026 14:38:13 Issue2794Test Start 2026-01-30T14:38:20.6110610Z >>>>> 01/30/2026 14:38:20 Issue2794Test Stop 2026-01-30T14:38:21.1316316Z Passed Issue2794Test [7 s] 2026-01-30T14:38:21.1396577Z >>>>> 01/30/2026 14:38:21 FixtureSetup for Issue2809(Android) 2026-01-30T14:38:23.6599288Z >>>>> 01/30/2026 14:38:23 TestPageDoesntCrash Start 2026-01-30T14:38:26.1767978Z >>>>> 01/30/2026 14:38:26 TestPageDoesntCrash Stop 2026-01-30T14:38:26.6612136Z Passed TestPageDoesntCrash [2 s] 2026-01-30T14:38:26.8117453Z >>>>> 01/30/2026 14:38:26 FixtureSetup for Issue2842(Android) 2026-01-30T14:38:29.4512887Z >>>>> 01/30/2026 14:38:29 Issue2842Test Start 2026-01-30T14:38:33.7665887Z >>>>> 01/30/2026 14:38:33 Issue2842Test Stop 2026-01-30T14:38:34.0018877Z Passed Issue2842Test [4 s] 2026-01-30T14:38:34.2320491Z >>>>> 01/30/2026 14:38:34 FixtureSetup for Issue28822(Android) 2026-01-30T14:38:36.8471316Z >>>>> 01/30/2026 14:38:36 ToolbarItemShouldBeCorrectlyRendered Start 2026-01-30T14:38:38.9640743Z >>>>> 01/30/2026 14:38:38 ToolbarItemShouldBeCorrectlyRendered Stop 2026-01-30T14:38:39.5660970Z >>>>> 01/30/2026 14:38:39 FixtureSetup for Issue2883(Android) 2026-01-30T14:38:39.8477762Z Passed ToolbarItemShouldBeCorrectlyRendered [2 s] 2026-01-30T14:38:42.0922191Z >>>>> 01/30/2026 14:38:42 Issue2883TestDisabled Start 2026-01-30T14:38:44.3940596Z >>>>> 01/30/2026 14:38:44 Issue2883TestDisabled Stop 2026-01-30T14:38:44.4788860Z Passed Issue2883TestDisabled [2 s] 2026-01-30T14:38:44.4789354Z >>>>> 01/30/2026 14:38:44 Issue2883TestEnabled Start 2026-01-30T14:38:47.4010443Z >>>>> 01/30/2026 14:38:47 Issue2883TestEnabled Stop 2026-01-30T14:38:47.9517212Z >>>>> 01/30/2026 14:38:47 FixtureSetup for Issue28838(Android) 2026-01-30T14:38:48.9791346Z Passed Issue2883TestEnabled [3 s] 2026-01-30T14:38:50.6653350Z >>>>> 01/30/2026 14:38:50 DefaultSelectedTabTextColorShouldApplyProperly Start 2026-01-30T14:38:52.6651715Z >>>>> 01/30/2026 14:38:52 DefaultSelectedTabTextColorShouldApplyProperly Stop 2026-01-30T14:38:53.2788331Z >>>>> 01/30/2026 14:38:53 FixtureSetup for Issue29091Tabbed(Android) 2026-01-30T14:38:53.6655299Z Passed DefaultSelectedTabTextColorShouldApplyProperly [2 s] 2026-01-30T14:38:55.8314552Z >>>>> 01/30/2026 14:38:55 TabBarIconsShouldAutoscaleTabbedPage Start 2026-01-30T14:38:57.8645708Z >>>>> 01/30/2026 14:38:57 TabBarIconsShouldAutoscaleTabbedPage Stop 2026-01-30T14:38:58.3947478Z >>>>> 01/30/2026 14:38:58 FixtureSetup for Issue29109(Android) 2026-01-30T14:38:58.8322040Z Passed TabBarIconsShouldAutoscaleTabbedPage [2 s] 2026-01-30T14:39:01.5164024Z >>>>> 01/30/2026 14:39:01 FontImageSourceColorShouldApplyOnBottomTabIconOnAndroid Start 2026-01-30T14:39:03.7132713Z >>>>> 01/30/2026 14:39:03 FontImageSourceColorShouldApplyOnBottomTabIconOnAndroid Stop 2026-01-30T14:39:03.7982010Z Passed FontImageSourceColorShouldApplyOnBottomTabIconOnAndroid [2 s] 2026-01-30T14:39:03.7982384Z >>>>> 01/30/2026 14:39:03 DynamicFontImageSourceColorShouldApplyOnBottomTabIconOnAndroid Start 2026-01-30T14:39:07.2216743Z >>>>> 01/30/2026 14:39:07 DynamicFontImageSourceColorShouldApplyOnBottomTabIconOnAndroid Stop 2026-01-30T14:39:07.3154220Z >>>>> 01/30/2026 14:39:07 Log types: logcat, bugreport, server 2026-01-30T14:39:08.1278839Z >>>>> 01/30/2026 14:39:08 FixtureSetup for Issue2923(Android) 2026-01-30T14:39:08.3352881Z Failed DynamicFontImageSourceColorShouldApplyOnBottomTabIconOnAndroid [3 s] 2026-01-30T14:39:08.3355846Z Error Message: 2026-01-30T14:39:08.3357538Z VisualTestUtils.VisualTestFailedException : 2026-01-30T14:39:08.3359058Z Snapshot different than baseline: DynamicFontImageSourceColorShouldApplyOnBottomTabIconOnAndroid.png (3.34% difference) 2026-01-30T14:39:08.3360597Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-01-30T14:39:08.3360921Z See test attachment or download the build artifacts to get the new snapshot file. 2026-01-30T14:39:08.3361064Z 2026-01-30T14:39:08.3361297Z More info: https://aka.ms/visual-test-workflow 2026-01-30T14:39:08.3361418Z 2026-01-30T14:39:08.3361656Z Stack Trace: 2026-01-30T14:39:08.3362095Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 288 2026-01-30T14:39:08.3362751Z at Microsoft.Maui.TestCases.Tests.Issues.Issue29109.DynamicFontImageSourceColorShouldApplyOnBottomTabIconOnAndroid() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue29109.cs:line 31 2026-01-30T14:39:08.3363246Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:39:08.3363673Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T14:39:08.3364059Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T14:39:08.3364757Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T14:39:08.3364926Z 2026-01-30T14:39:10.6951496Z >>>>> 01/30/2026 14:39:10 Issue2923TestOne Start 2026-01-30T14:39:13.3871008Z >>>>> 01/30/2026 14:39:13 Issue2923TestOne Stop 2026-01-30T14:39:13.6971940Z Passed Issue2923TestOne [2 s] 2026-01-30T14:39:13.8879330Z >>>>> 01/30/2026 14:39:13 FixtureSetup for Issue2954(Android) 2026-01-30T14:39:16.6484252Z >>>>> 01/30/2026 14:39:16 Issue2954Test Start 2026-01-30T14:39:18.2145372Z >>>>> 01/30/2026 14:39:18 Issue2954Test Stop 2026-01-30T14:39:18.7621787Z >>>>> 01/30/2026 14:39:18 FixtureSetup for Issue2964(Android) 2026-01-30T14:39:19.6505734Z Passed Issue2954Test [1 s] 2026-01-30T14:39:21.3405810Z >>>>> 01/30/2026 14:39:21 Issue2964Test Start 2026-01-30T14:39:25.9832346Z >>>>> 01/30/2026 14:39:25 Issue2964Test Stop 2026-01-30T14:39:26.5364234Z >>>>> 01/30/2026 14:39:26 FixtureSetup for Issue3292(Android) 2026-01-30T14:39:27.3411807Z Passed Issue2964Test [4 s] 2026-01-30T14:39:28.9748627Z >>>>> 01/30/2026 14:39:28 Issue3292Test Start 2026-01-30T14:39:30.7345500Z >>>>> 01/30/2026 14:39:30 Issue3292Test Stop 2026-01-30T14:39:31.4274023Z >>>>> 01/30/2026 14:39:31 FixtureSetup for Issue5555(Android) 2026-01-30T14:39:31.9746150Z Passed Issue3292Test [1 s] 2026-01-30T14:39:33.9128455Z >>>>> 01/30/2026 14:39:33 TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell Start 2026-01-30T14:39:38.1112218Z >>>>> 01/30/2026 14:39:38 TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell Stop 2026-01-30T14:39:38.4191061Z Passed TableViewMemoryLeakWhenUsingSwitchCellOrEntryCell [4 s] 2026-01-30T14:39:38.7835873Z >>>>> 01/30/2026 14:39:38 FixtureSetup for Issue6127(Android) 2026-01-30T14:39:41.4151036Z >>>>> 01/30/2026 14:39:41 Issue6127Test Start 2026-01-30T14:39:43.4808794Z >>>>> 01/30/2026 14:39:43 Issue6127Test Stop 2026-01-30T14:39:44.0095827Z >>>>> 01/30/2026 14:39:44 FixtureSetup for Issue7156(Android) 2026-01-30T14:39:44.4155229Z Passed Issue6127Test [2 s] 2026-01-30T14:39:46.4899525Z >>>>> 01/30/2026 14:39:46 ToolbarItemCorrectSizeTest Start 2026-01-30T14:39:49.6269030Z >>>>> 01/30/2026 14:39:49 ToolbarItemCorrectSizeTest Stop 2026-01-30T14:39:50.2181978Z >>>>> 01/30/2026 14:39:50 FixtureSetup for Issue7823(Android) 2026-01-30T14:39:50.9902820Z Passed ToolbarItemCorrectSizeTest [3 s] 2026-01-30T14:39:52.7562337Z >>>>> 01/30/2026 14:39:52 UpdateToolbarItemAfterNavigate Start 2026-01-30T14:39:56.2244131Z >>>>> 01/30/2026 14:39:56 UpdateToolbarItemAfterNavigate Stop 2026-01-30T14:39:56.7806796Z >>>>> 01/30/2026 14:39:56 FixtureSetup for Issue8295(Android) 2026-01-30T14:39:57.2566917Z Passed UpdateToolbarItemAfterNavigate [3 s] 2026-01-30T14:39:59.2949168Z >>>>> 01/30/2026 14:39:59 ToolbarItemFontIconSourceChangesAtRunTime Start 2026-01-30T14:40:01.5669105Z >>>>> 01/30/2026 14:40:01 ToolbarItemFontIconSourceChangesAtRunTime Stop 2026-01-30T14:40:02.0868359Z >>>>> 01/30/2026 14:40:02 FixtureSetup for Issue8945(Android) 2026-01-30T14:40:02.2945104Z Passed ToolbarItemFontIconSourceChangesAtRunTime [2 s] 2026-01-30T14:40:04.6207480Z >>>>> 01/30/2026 14:40:04 OpenCloseTimePicker Start 2026-01-30T14:40:08.2986003Z >>>>> 01/30/2026 14:40:08 OpenCloseTimePicker Stop 2026-01-30T14:40:08.8952158Z >>>>> 01/30/2026 14:40:08 FixtureSetup for Issue8945TimePicker(Android) 2026-01-30T14:40:09.1234397Z Passed OpenCloseTimePicker [3 s] 2026-01-30T14:40:11.4398850Z >>>>> 01/30/2026 14:40:11 TimePickerOpenedFromConstructor Start 2026-01-30T14:40:13.2923576Z >>>>> 01/30/2026 14:40:13 TimePickerOpenedFromConstructor Stop 2026-01-30T14:40:13.7835086Z >>>>> 01/30/2026 14:40:13 FixtureSetup for Issue9419(Android) 2026-01-30T14:40:14.4406582Z Passed TimePickerOpenedFromConstructor [1 s] 2026-01-30T14:40:16.4418849Z >>>>> 01/30/2026 14:40:16 TestIssue9419 Start 2026-01-30T14:40:23.2057428Z >>>>> 01/30/2026 14:40:23 TestIssue9419 Stop 2026-01-30T14:40:23.7762755Z >>>>> 01/30/2026 14:40:23 FixtureSetup for Issue973(Android) 2026-01-30T14:40:23.9430578Z Passed TestIssue9419 [6 s] 2026-01-30T14:40:26.3554496Z >>>>> 01/30/2026 14:40:26 Issue973TestsTabResetAfterDetailSwap Start 2026-01-30T14:40:33.4787576Z >>>>> 01/30/2026 14:40:33 Issue973TestsTabResetAfterDetailSwap Stop 2026-01-30T14:40:33.8601040Z Passed Issue973TestsTabResetAfterDetailSwap [7 s] 2026-01-30T14:40:34.0535074Z >>>>> 01/30/2026 14:40:34 FixtureSetup for ShellGestures(Android) 2026-01-30T14:40:36.6037805Z >>>>> 01/30/2026 14:40:36 TableViewScroll Start 2026-01-30T14:40:41.2046031Z >>>>> 01/30/2026 14:40:41 TableViewScroll Stop 2026-01-30T14:40:41.7576696Z >>>>> 01/30/2026 14:40:41 FixtureSetup for TabbedPageTests(Android) 2026-01-30T14:40:42.6041818Z Passed TableViewScroll [4 s] 2026-01-30T14:40:44.2206796Z >>>>> 01/30/2026 14:40:44 TabbedPageWithModalIssueTestsAllElementsPresent Start 2026-01-30T14:40:45.9653238Z >>>>> 01/30/2026 14:40:45 TabbedPageWithModalIssueTestsAllElementsPresent Stop 2026-01-30T14:40:46.0491717Z Passed TabbedPageWithModalIssueTestsAllElementsPresent [1 s] 2026-01-30T14:40:46.0492338Z >>>>> 01/30/2026 14:40:46 TabbedPageWithModalIssueTestsPopFromFirstTab Start 2026-01-30T14:40:47.0964850Z >>>>> 01/30/2026 14:40:47 TabbedPageWithModalIssueTestsPopFromFirstTab Stop 2026-01-30T14:40:47.1803842Z >>>>> 01/30/2026 14:40:47 TabbedPageWithModalIssueTestsPopFromSecondTab Start 2026-01-30T14:40:47.5511270Z Passed TabbedPageWithModalIssueTestsPopFromFirstTab [1 s] 2026-01-30T14:40:49.9356336Z >>>>> 01/30/2026 14:40:49 TabbedPageWithModalIssueTestsPopFromSecondTab Stop 2026-01-30T14:40:50.4389665Z >>>>> 01/30/2026 14:40:50 FixtureSetup for TabbedPageWithList(Android) 2026-01-30T14:40:50.5513259Z Passed TabbedPageWithModalIssueTestsPopFromSecondTab [2 s] 2026-01-30T14:40:53.0736320Z >>>>> 01/30/2026 14:40:53 TabbedPageWithListViewIssueTestsAllElementsPresent Start 2026-01-30T14:40:53.9901060Z >>>>> 01/30/2026 14:40:53 TabbedPageWithListViewIssueTestsAllElementsPresent Stop 2026-01-30T14:40:54.0761637Z >>>>> 01/30/2026 14:40:54 TabbedPageWithListViewIssueTestsNavigateToAndVerifyListView Start 2026-01-30T14:40:54.5763971Z Passed TabbedPageWithListViewIssueTestsAllElementsPresent [1 s] 2026-01-30T14:40:55.1679200Z >>>>> 01/30/2026 14:40:55 TabbedPageWithListViewIssueTestsNavigateToAndVerifyListView Stop 2026-01-30T14:40:55.8048518Z >>>>> 01/30/2026 14:40:55 FixtureSetup for TimePickerUITest(Android) 2026-01-30T14:40:56.0762473Z Passed TabbedPageWithListViewIssueTestsNavigateToAndVerifyListView [1 s] 2026-01-30T14:40:58.3433968Z >>>>> 01/30/2026 14:40:58 VerifyTimePickerAppearance Start 2026-01-30T14:41:00.9556453Z >>>>> 01/30/2026 14:41:00 VerifyTimePickerAppearance Stop 2026-01-30T14:41:01.0412922Z Test Passed on attempt #1 2026-01-30T14:41:01.0413376Z Test Passed on attempt #1 2026-01-30T14:41:01.0413478Z 2026-01-30T14:41:01.3474851Z Passed VerifyTimePickerAppearance [2 s] 2026-01-30T14:41:01.6405964Z >>>>> 01/30/2026 14:41:01 FixtureSetup for TimePickerFeatureTests(Android) 2026-01-30T14:41:05.9214411Z >>>>> 01/30/2026 14:41:05 TimePicker_InitialState_VerifyVisualState Start 2026-01-30T14:41:07.5631845Z >>>>> 01/30/2026 14:41:07 TimePicker_InitialState_VerifyVisualState Stop 2026-01-30T14:41:07.6488755Z Passed TimePicker_InitialState_VerifyVisualState [1 s] 2026-01-30T14:41:07.6489074Z >>>>> 01/30/2026 14:41:07 TimePicker_ModifyOldTimeAndNewTime_VerifyVisualState Start 2026-01-30T14:41:11.0292110Z >>>>> 01/30/2026 14:41:11 TimePicker_ModifyOldTimeAndNewTime_VerifyVisualState Stop 2026-01-30T14:41:11.1170839Z Passed TimePicker_ModifyOldTimeAndNewTime_VerifyVisualState [3 s] 2026-01-30T14:41:11.1171346Z >>>>> 01/30/2026 14:41:11 TimePicker_OldTimeAndNewTime_VerifyVisualState Start 2026-01-30T14:41:15.8875337Z >>>>> 01/30/2026 14:41:15 TimePicker_OldTimeAndNewTime_VerifyVisualState Stop 2026-01-30T14:41:15.9730828Z Passed TimePicker_OldTimeAndNewTime_VerifyVisualState [4 s] 2026-01-30T14:41:15.9731643Z >>>>> 01/30/2026 14:41:15 TimePicker_SetTimeAndCharacterSpacing_VerifyVisualState Start 2026-01-30T14:41:18.9975427Z >>>>> 01/30/2026 14:41:18 TimePicker_SetTimeAndCharacterSpacing_VerifyVisualState Stop 2026-01-30T14:41:19.0869158Z Passed TimePicker_SetTimeAndCharacterSpacing_VerifyVisualState [3 s] 2026-01-30T14:41:19.0869799Z >>>>> 01/30/2026 14:41:19 TimePicker_SetTimeAndTextColor_VerifyVisualState Start 2026-01-30T14:41:21.5411430Z >>>>> 01/30/2026 14:41:21 TimePicker_SetTimeAndTextColor_VerifyVisualState Stop 2026-01-30T14:41:21.6300768Z Passed TimePicker_SetTimeAndTextColor_VerifyVisualState [2 s] 2026-01-30T14:41:21.6301333Z >>>>> 01/30/2026 14:41:21 TimePicker_SetFontAttributesAndFontFamily_VerifyVisualState Start 2026-01-30T14:41:24.7113528Z >>>>> 01/30/2026 14:41:24 TimePicker_SetFontAttributesAndFontFamily_VerifyVisualState Stop 2026-01-30T14:41:24.8003370Z Passed TimePicker_SetFontAttributesAndFontFamily_VerifyVisualState [3 s] 2026-01-30T14:41:24.8003968Z >>>>> 01/30/2026 14:41:24 TimePicker_SetFontAttributesAndFontSize_VerifyVisualState Start 2026-01-30T14:41:28.2949426Z >>>>> 01/30/2026 14:41:28 TimePicker_SetFontAttributesAndFontSize_VerifyVisualState Stop 2026-01-30T14:41:28.3779938Z Passed TimePicker_SetFontAttributesAndFontSize_VerifyVisualState [3 s] 2026-01-30T14:41:28.3780471Z >>>>> 01/30/2026 14:41:28 TimePicker_SetFontAttributesAndFormat_VerifyVisualState Start 2026-01-30T14:41:34.9452334Z >>>>> 01/30/2026 14:41:34 TimePicker_SetFontAttributesAndFormat_VerifyVisualState Stop 2026-01-30T14:41:35.0334701Z Passed TimePicker_SetFontAttributesAndFormat_VerifyVisualState [6 s] 2026-01-30T14:41:35.0335455Z >>>>> 01/30/2026 14:41:35 TimePicker_SetFontFamilyAndFontSize_VerifyVisualState Start 2026-01-30T14:41:39.3108069Z >>>>> 01/30/2026 14:41:39 TimePicker_SetFontFamilyAndFontSize_VerifyVisualState Stop 2026-01-30T14:41:39.3945861Z Passed TimePicker_SetFontFamilyAndFontSize_VerifyVisualState [4 s] 2026-01-30T14:41:39.3946423Z >>>>> 01/30/2026 14:41:39 TimePicker_SetFontFamilyAndFormat_VerifyVisualState Start 2026-01-30T14:41:45.9374547Z >>>>> 01/30/2026 14:41:45 TimePicker_SetFontFamilyAndFormat_VerifyVisualState Stop 2026-01-30T14:41:46.0229823Z Passed TimePicker_SetFontFamilyAndFormat_VerifyVisualState [6 s] 2026-01-30T14:41:46.0230339Z >>>>> 01/30/2026 14:41:46 TimePicker_SetFontSizeAndFormat_VerifyVisualState Start 2026-01-30T14:41:51.2979361Z >>>>> 01/30/2026 14:41:51 TimePicker_SetFontSizeAndFormat_VerifyVisualState Stop 2026-01-30T14:41:51.3833123Z Passed TimePicker_SetFontSizeAndFormat_VerifyVisualState [5 s] 2026-01-30T14:41:51.3833557Z >>>>> 01/30/2026 14:41:51 TimePicker_SetTimeAndIsEnabled_VerifyVisualState Start 2026-01-30T14:41:54.7498190Z >>>>> 01/30/2026 14:41:54 TimePicker_SetTimeAndIsEnabled_VerifyVisualState Stop 2026-01-30T14:41:54.8377572Z Passed TimePicker_SetTimeAndIsEnabled_VerifyVisualState [3 s] 2026-01-30T14:41:54.8378097Z >>>>> 01/30/2026 14:41:54 TimePicker_SetTimeAndIsVisible_VerifyVisualState Start 2026-01-30T14:41:57.3512395Z >>>>> 01/30/2026 14:41:57 TimePicker_SetTimeAndIsVisible_VerifyVisualState Stop 2026-01-30T14:41:57.4391635Z Passed TimePicker_SetTimeAndIsVisible_VerifyVisualState [2 s] 2026-01-30T14:41:57.4392155Z >>>>> 01/30/2026 14:41:57 TimePicker_SetShadow_VerifyVisualState Start 2026-01-30T14:42:00.7122905Z >>>>> 01/30/2026 14:42:00 TimePicker_SetShadow_VerifyVisualState Stop 2026-01-30T14:42:00.7950046Z Passed TimePicker_SetShadow_VerifyVisualState [3 s] 2026-01-30T14:42:00.7950606Z >>>>> 01/30/2026 14:42:00 TimePicker_SetFormat_t_AndTime_VerifyVisualState Start 2026-01-30T14:42:04.7778584Z >>>>> 01/30/2026 14:42:04 TimePicker_SetFormat_t_AndTime_VerifyVisualState Stop 2026-01-30T14:42:04.8636212Z Passed TimePicker_SetFormat_t_AndTime_VerifyVisualState [4 s] 2026-01-30T14:42:04.8636659Z >>>>> 01/30/2026 14:42:04 TimePicker_SetFormatTAndTime_VerifyVisualState Start 2026-01-30T14:42:08.2543038Z >>>>> 01/30/2026 14:42:08 TimePicker_SetFormatTAndTime_VerifyVisualState Stop 2026-01-30T14:42:08.3372249Z Passed TimePicker_SetFormatTAndTime_VerifyVisualState [3 s] 2026-01-30T14:42:08.3373146Z >>>>> 01/30/2026 14:42:08 TimePicker_SetFormat_T_WithFontAttributes_VerifyVisualState Start 2026-01-30T14:42:12.3774143Z >>>>> 01/30/2026 14:42:12 TimePicker_SetFormat_T_WithFontAttributes_VerifyVisualState Stop 2026-01-30T14:42:12.4649748Z Passed TimePicker_SetFormat_T_WithFontAttributes_VerifyVisualState [4 s] 2026-01-30T14:42:12.4650137Z >>>>> 01/30/2026 14:42:12 TimePicker_SetFormat_T_WithFontFamily_VerifyVisualState Start 2026-01-30T14:42:16.5395400Z >>>>> 01/30/2026 14:42:16 TimePicker_SetFormat_T_WithFontFamily_VerifyVisualState Stop 2026-01-30T14:42:16.6284901Z Passed TimePicker_SetFormat_T_WithFontFamily_VerifyVisualState [4 s] 2026-01-30T14:42:16.6285269Z >>>>> 01/30/2026 14:42:16 TimePicker_SetFormat_T_WithFontSize_VerifyVisualState Start 2026-01-30T14:42:21.8411953Z >>>>> 01/30/2026 14:42:21 TimePicker_SetFormat_T_WithFontSize_VerifyVisualState Stop 2026-01-30T14:42:21.9293782Z Passed TimePicker_SetFormat_T_WithFontSize_VerifyVisualState [5 s] 2026-01-30T14:42:21.9294250Z >>>>> 01/30/2026 14:42:21 TimePicker_SetCulture_enUS_VerifyTimeFormat Start 2026-01-30T14:42:26.6220617Z >>>>> 01/30/2026 14:42:26 TimePicker_SetCulture_enUS_VerifyTimeFormat Stop 2026-01-30T14:42:26.7048334Z Passed TimePicker_SetCulture_enUS_VerifyTimeFormat [4 s] 2026-01-30T14:42:26.7048856Z >>>>> 01/30/2026 14:42:26 TimePicker_SetCulture_arEG_VerifyTimeFormat Start 2026-01-30T14:42:31.4163618Z >>>>> 01/30/2026 14:42:31 TimePicker_SetCulture_arEG_VerifyTimeFormat Stop 2026-01-30T14:42:31.5026914Z Passed TimePicker_SetCulture_arEG_VerifyTimeFormat [4 s] 2026-01-30T14:42:31.5027357Z >>>>> 01/30/2026 14:42:31 TimePicker_SetCulture_jaJP_VerifyTimeFormat Start 2026-01-30T14:42:36.2163691Z >>>>> 01/30/2026 14:42:36 TimePicker_SetCulture_jaJP_VerifyTimeFormat Stop 2026-01-30T14:42:36.7370946Z >>>>> 01/30/2026 14:42:36 FixtureSetup for ToolbarFeatureTests(Android) 2026-01-30T14:42:37.5022473Z Passed TimePicker_SetCulture_jaJP_VerifyTimeFormat [4 s] 2026-01-30T14:42:41.0687374Z >>>>> 01/30/2026 14:42:41 VerifyPrimaryToolBar_DisabledState Start 2026-01-30T14:42:42.5391378Z >>>>> 01/30/2026 14:42:42 VerifyPrimaryToolBar_DisabledState Stop 2026-01-30T14:42:42.6265706Z Passed VerifyPrimaryToolBar_DisabledState [1 s] 2026-01-30T14:42:42.6266190Z >>>>> 01/30/2026 14:42:42 VerifyPrimaryToolBar_EnabledState Start 2026-01-30T14:42:43.8885367Z >>>>> 01/30/2026 14:42:43 VerifyPrimaryToolBar_EnabledState Stop 2026-01-30T14:42:43.9748180Z >>>>> 01/30/2026 14:42:43 VerifySecondaryToolBar_EnabledState Start 2026-01-30T14:42:44.1263672Z Passed VerifyPrimaryToolBar_EnabledState [1 s] 2026-01-30T14:42:46.4379464Z >>>>> 01/30/2026 14:42:46 VerifySecondaryToolBar_EnabledState Stop 2026-01-30T14:42:46.5242354Z Passed VerifySecondaryToolBar_EnabledState [2 s] 2026-01-30T14:42:46.5243037Z >>>>> 01/30/2026 14:42:46 VerifySecondaryToolBar_Command Start 2026-01-30T14:42:49.0040479Z >>>>> 01/30/2026 14:42:49 VerifySecondaryToolBar_Command Stop 2026-01-30T14:42:49.0924747Z Passed VerifySecondaryToolBar_Command [2 s] 2026-01-30T14:42:49.0925396Z >>>>> 01/30/2026 14:42:49 VerifySecondaryToolBar_RemoveSecondaryToolBar Start 2026-01-30T14:42:51.5880039Z >>>>> 01/30/2026 14:42:51 VerifySecondaryToolBar_RemoveSecondaryToolBar Stop 2026-01-30T14:42:51.6746080Z Passed VerifySecondaryToolBar_RemoveSecondaryToolBar [2 s] 2026-01-30T14:42:51.6746505Z >>>>> 01/30/2026 14:42:51 VerifySecondaryToolBar_AddSecondaryToolBar Start 2026-01-30T14:42:54.0254807Z >>>>> 01/30/2026 14:42:54 VerifySecondaryToolBar_AddSecondaryToolBar Stop 2026-01-30T14:42:54.1124139Z Passed VerifySecondaryToolBar_AddSecondaryToolBar [2 s] 2026-01-30T14:42:54.1124811Z >>>>> 01/30/2026 14:42:54 VerifySecondaryToolBar_ChangeText Start 2026-01-30T14:42:56.5312377Z >>>>> 01/30/2026 14:42:56 VerifySecondaryToolBar_ChangeText Stop 2026-01-30T14:42:56.6189547Z Passed VerifySecondaryToolBar_ChangeText [2 s] 2026-01-30T14:42:56.6189976Z >>>>> 01/30/2026 14:42:56 VerifySecondaryToolBar_ChangeTextBack Start 2026-01-30T14:42:58.9046393Z >>>>> 01/30/2026 14:42:58 VerifySecondaryToolBar_ChangeTextBack Stop 2026-01-30T14:42:58.9892928Z Passed VerifySecondaryToolBar_ChangeTextBack [2 s] 2026-01-30T14:42:58.9893858Z >>>>> 01/30/2026 14:42:58 VerifySecondaryToolBar_EnabledDisabledWithTime Start 2026-01-30T14:43:03.2888746Z >>>>> 01/30/2026 14:43:03 VerifySecondaryToolBar_EnabledDisabledWithTime Stop 2026-01-30T14:43:03.3709346Z Passed VerifySecondaryToolBar_EnabledDisabledWithTime [4 s] 2026-01-30T14:43:03.3709859Z >>>>> 01/30/2026 14:43:03 VerifyToolBar_MultiplePrimaryItems Start 2026-01-30T14:43:04.7205330Z >>>>> 01/30/2026 14:43:04 VerifyToolBar_MultiplePrimaryItems Stop 2026-01-30T14:43:04.8074251Z >>>>> 01/30/2026 14:43:04 VerifyToolBar_PrimaryAndSecondaryInteraction Start 2026-01-30T14:43:04.8709454Z Passed VerifyToolBar_MultiplePrimaryItems [1 s] 2026-01-30T14:43:07.2729655Z >>>>> 01/30/2026 14:43:07 VerifyToolBar_PrimaryAndSecondaryInteraction Stop 2026-01-30T14:43:07.3569422Z Passed VerifyToolBar_PrimaryAndSecondaryInteraction [2 s] 2026-01-30T14:43:07.3569972Z >>>>> 01/30/2026 14:43:07 VerifyToolBar_MultipleSecondaryInteractions Start 2026-01-30T14:43:11.1028694Z >>>>> 01/30/2026 14:43:11 VerifyToolBar_MultipleSecondaryInteractions Stop 2026-01-30T14:43:11.8565785Z Passed VerifyToolBar_MultipleSecondaryInteractions [3 s] 2026-01-30T14:43:12.1220291Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-30T14:43:12.1258640Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-30T14:43:12.1924541Z [xUnit.net 00:00:00.06] Discovering: Controls.TestCases.Android.Tests 2026-01-30T14:43:12.3415876Z [xUnit.net 00:00:00.21] Discovered: Controls.TestCases.Android.Tests 2026-01-30T14:43:12.4316057Z WARNING: Overwriting results file: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.trx 2026-01-30T14:43:12.4344252Z Results File: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.trx 2026-01-30T14:43:12.4347233Z 2026-01-30T14:43:12.4382609Z Test Run Failed. 2026-01-30T14:43:12.4382880Z Total tests: 127 2026-01-30T14:43:12.4383025Z Passed: 126 2026-01-30T14:43:12.4383165Z Failed: 1 2026-01-30T14:43:12.4436867Z Total time: 12.9462 Minutes 2026-01-30T14:43:12.4931595Z Test Run complete: Controls.TestCases.Android.Tests-Release-android-TabbedPage_TableView_TimePicker_TitleView_ToolbarItem.trx 2026-01-30T14:43:12.4959535Z Writing logcat to /mnt/vss/_work/1/a/logs/logcat_uitest_2026-01-30-14-43-12.log 2026-01-30T14:43:12.4960170Z Running: /usr/local/lib/android/sdk/platform-tools/adb logcat -d 2026-01-30T14:43:12.4961698Z Executing: /usr/local/lib/android/sdk/platform-tools/adb logcat -d 2026-01-30T14:43:12.8669454Z exit code 0 2026-01-30T14:43:12.8680870Z Logcat written to /mnt/vss/_work/1/a/logs/logcat_uitest_2026-01-30-14-43-12.log 2026-01-30T14:43:12.8688994Z An error occurred when executing task 'uitest'. 2026-01-30T14:43:12.8689427Z Completed in 00:28:32.3228297 2026-01-30T14:43:12.8699703Z 2026-01-30T14:43:12.8700319Z ---------------------------------------- 2026-01-30T14:43:12.8700547Z TearDown 2026-01-30T14:43:12.8700788Z ---------------------------------------- 2026-01-30T14:43:12.8701032Z Executing custom teardown action... 2026-01-30T14:43:12.8706773Z AdbEmuKill 2026-01-30T14:43:12.8716977Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:43:12.8724160Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T14:43:12.8724808Z Executing: /usr/local/lib/android/sdk/platform-tools/adb emu kill 2026-01-30T14:43:12.8761137Z OK: killing emulator, bye bye 2026-01-30T14:43:12.8761417Z OK 2026-01-30T14:43:12.8761724Z OK: killing emulator, bye bye 2026-01-30T14:43:12.8761903Z OK 2026-01-30T14:43:17.8766237Z emulatorProcess.Kill() 2026-01-30T14:43:17.8768927Z Emulator process kill signal sent successfully. 2026-01-30T14:43:17.8773421Z Emulator process killed successfully. 2026-01-30T14:43:17.8774170Z AndroidAvdDelete 2026-01-30T14:43:17.8781225Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-30T14:43:17.8781867Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager delete avd -n Emulator_30 2026-01-30T14:43:18.9784178Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-01-30T14:43:18.9784631Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-01-30T14:43:18.9785075Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-01-30T14:43:18.9785542Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-01-30T14:43:18.9786148Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-01-30T14:43:18.9786559Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-01-30T14:43:18.9786896Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-01-30T14:43:18.9787156Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-01-30T14:43:18.9787443Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-01-30T14:43:18.9787804Z at Submission#0.ExecuteUITests(String project, String app, String appPackageName, String device, String resultsDir, String binDir, String config, String tfm, String rid, String ver, String toolPath, String instrumentation) 2026-01-30T14:43:18.9788106Z at Submission#0.<>b__0_27() 2026-01-30T14:43:18.9788453Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-01-30T14:43:18.9788909Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-01-30T14:43:18.9789394Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-01-30T14:43:18.9789769Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-01-30T14:43:18.9790195Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-01-30T14:43:18.9790663Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-01-30T14:43:18.9791118Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-01-30T14:43:18.9791592Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-01-30T14:43:18.9792669Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-01-30T14:43:18.9793180Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-01-30T14:43:18.9793464Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-01-30T14:43:18.9793716Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-01-30T14:43:18.9793964Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-01-30T14:43:18.9794183Z at Submission#0.<>d__0.MoveNext() 2026-01-30T14:43:18.9794351Z --- End of stack trace from previous location --- 2026-01-30T14:43:18.9794610Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-30T14:43:18.9794945Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-30T14:43:18.9795249Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-01-30T14:43:18.9795528Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-01-30T14:43:18.9795822Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-01-30T14:43:18.9796115Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-01-30T14:43:18.9796399Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-01-30T14:43:19.0351458Z 2026-01-30T14:43:19.0391393Z ##[error]PowerShell exited with code '1'. 2026-01-30T14:43:19.0401485Z ##[section]Async Command Start: Update Build Number 2026-01-30T14:43:19.0403369Z Update build number to 10.0.40-ci+azdo.1273572 for build 1273572 2026-01-30T14:43:19.0403534Z ##[section]Async Command End: Update Build Number 2026-01-30T14:43:19.0404269Z ##[section]Async Command Start: Update Build Number 2026-01-30T14:43:19.0404457Z Update build number to 10.0.40-ci+azdo.1273572 for build 1273572 2026-01-30T14:43:19.0404576Z ##[section]Async Command End: Update Build Number 2026-01-30T14:43:19.0405182Z ##[section]Async Command Start: Update Build Number 2026-01-30T14:43:19.0405371Z Update build number to 10.0.40-ci+azdo.1273572 for build 1273572 2026-01-30T14:43:19.0405489Z ##[section]Async Command End: Update Build Number 2026-01-30T14:43:19.0406153Z ##[section]Async Command Start: Update Build Number 2026-01-30T14:43:19.0406332Z Update build number to 10.0.40-ci+azdo.1273572 for build 1273572 2026-01-30T14:43:19.0406446Z ##[section]Async Command End: Update Build Number 2026-01-30T14:43:19.0407171Z ##[section]Finishing: Controls (API 30) TabbedPage,TableView,TimePicker,TitleView,ToolbarItem