2026-01-28T16:57:24.5487579Z ##[section]Starting: Controls (API 30) SoftInput,Stepper,Switch,SwipeView 2026-01-28T16:57:24.5638093Z ============================================================================== 2026-01-28T16:57:24.5638229Z Task : PowerShell 2026-01-28T16:57:24.5638294Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-01-28T16:57:24.5638392Z Version : 2.266.0 2026-01-28T16:57:24.5638455Z Author : Microsoft Corporation 2026-01-28T16:57:24.5638534Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-01-28T16:57:24.5638977Z ============================================================================== 2026-01-28T16:57:24.7033305Z Generating script. 2026-01-28T16:57:24.7040644Z ========================== Starting Command Output =========================== 2026-01-28T16:57:24.7052379Z [command]/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/mnt/vss/_work/_temp/fcc70a54-a7c3-47d3-9887-1e0557e68826.ps1' 2026-01-28T16:57:24.9255366Z $ErrorActionPreference = 'stop' 2026-01-28T16:57:24.9258120Z $ProgressPreference = 'silentlyContinue' 2026-01-28T16:57:24.9258321Z Get-Content $PSCommandPath 2026-01-28T16:57:24.9258603Z $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-28T16:57:24.9258977Z $command += " --appproject=""/mnt/vss/_work/1/Controls.TestCases.HostApp/"" --device=""android-emulator-64_30"" --apiversion=""30"" --configuration=""Release""" 2026-01-28T16:57:24.9261963Z $command += " --runtimevariant=""Mono""" 2026-01-28T16:57:24.9262416Z $command += " --results=""/mnt/vss/_work/1/a/test-results"" --binlog=""/mnt/vss/_work/1/a/logs"" --verbosity=diagnostic" 2026-01-28T16:57:24.9262595Z 2026-01-28T16:57:24.9262819Z $testFilter = "" 2026-01-28T16:57:24.9263042Z $testConfigrationArgs = "" 2026-01-28T16:57:24.9263158Z 2026-01-28T16:57:24.9263386Z "SoftInput,Stepper,Switch,SwipeView".Split(",") | ForEach { 2026-01-28T16:57:24.9263669Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-28T16:57:24.9263898Z } 2026-01-28T16:57:24.9263986Z 2026-01-28T16:57:24.9264200Z $testFilter = $testFilter.TrimEnd("|") 2026-01-28T16:57:24.9264473Z 2026-01-28T16:57:24.9264743Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-28T16:57:24.9265036Z if ($testConfigrationArgs) { 2026-01-28T16:57:24.9265302Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-28T16:57:24.9265554Z } 2026-01-28T16:57:24.9265768Z if ($testFilter) { 2026-01-28T16:57:24.9266023Z $command += " --test-filter ""$testFilter""" 2026-01-28T16:57:24.9266263Z } 2026-01-28T16:57:24.9266338Z 2026-01-28T16:57:24.9266536Z $headless = true 2026-01-28T16:57:24.9266759Z if ($headless) { 2026-01-28T16:57:24.9267004Z $command += " --headless ""$headless""" 2026-01-28T16:57:24.9267216Z } 2026-01-28T16:57:24.9267287Z 2026-01-28T16:57:24.9267523Z Write-Host "Running command: $command" 2026-01-28T16:57:24.9267643Z 2026-01-28T16:57:24.9267865Z Invoke-Expression $command 2026-01-28T16:57:24.9268167Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-28T16:57:24.9269112Z } else { 2026-01-28T16:57:24.9269764Z exit $LASTEXITCODE 2026-01-28T16:57:24.9270041Z } 2026-01-28T16:57:24.9866041Z 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=SoftInput|TestCategory=Stepper|TestCategory=Switch|TestCategory=SwipeView" 2026-01-28T16:57:25.3103437Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-28T16:57:25.6039666Z Tool 'powershell' is up to date (version '7.4.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-28T16:57:25.8733871Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-28T16:57:26.1650555Z 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-28T16:57:26.4588694Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-28T16:57:27.4362456Z Looking for modules... 2026-01-28T16:57:29.7954570Z No modules found to install. 2026-01-28T16:57:29.8002170Z Module directory does not exist. 2026-01-28T16:57:29.8068264Z Analyzing build script... 2026-01-28T16:57:29.8085008Z Analyzing /mnt/vss/_work/1/s/eng/devices/android.cake... 2026-01-28T16:57:29.8105775Z Analyzing /mnt/vss/_work/1/s/eng/devices/uitests-shared.cake... 2026-01-28T16:57:29.8111741Z Analyzing /mnt/vss/_work/1/s/eng/cake/helpers.cake... 2026-01-28T16:57:29.9208317Z Analyzing /mnt/vss/_work/1/s/eng/cake/dotnet.cake... 2026-01-28T16:57:30.6666392Z Analyzing /mnt/vss/_work/1/s/eng/devices/devices-shared.cake... 2026-01-28T16:57:31.8608720Z Processing build script... 2026-01-28T16:57:31.8625987Z Installing addins... 2026-01-28T16:57:31.9061531Z Missing /home/cloudtest/.nuget/packages/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 2026-01-28T16:57:31.9636108Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/2707db19-a4e4-415e-a74e-25b661835313/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-01-28T16:57:32.2133881Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/2707db19-a4e4-415e-a74e-25b661835313/nuget/v3/registrations2-semver2/cake.android.adb/index.json 246ms 2026-01-28T16:57:32.2190181Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a636a095-b1af-499b-8faa-2faa6b623f12/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-01-28T16:57:32.2835071Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a636a095-b1af-499b-8faa-2faa6b623f12/nuget/v3/registrations2-semver2/cake.android.adb/index.json 64ms 2026-01-28T16:57:32.2848528Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/c7512554-552f-4203-9af3-a2c19d5829fe/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-01-28T16:57:32.3522245Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/c7512554-552f-4203-9af3-a2c19d5829fe/nuget/v3/registrations2-semver2/cake.android.adb/index.json 66ms 2026-01-28T16:57:32.3528821Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/b9e33edf-3586-4453-8ae9-f00975fa9ceb/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-01-28T16:57:32.4204815Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/b9e33edf-3586-4453-8ae9-f00975fa9ceb/nuget/v3/registrations2-semver2/cake.android.adb/index.json 67ms 2026-01-28T16:57:32.4216161Z 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-28T16:57:32.4880417Z 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 66ms 2026-01-28T16:57:32.5325381Z 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-28T16:57:32.5948189Z 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 62ms 2026-01-28T16:57:32.5990985Z Acquiring lock for the installation of Cake.Android.Adb 3.2.0 2026-01-28T16:57:32.6017683Z Acquired lock for the installation of Cake.Android.Adb 3.2.0 2026-01-28T16:57:32.6479076Z 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-28T16:57:32.6902842Z The addin Cake.Android.Adb will reference tools/Addins/Cake.Android.Adb.3.2.0/lib/netstandard2.0/Cake.Android.Adb.dll. 2026-01-28T16:57:32.6942409Z Missing /home/cloudtest/.nuget/packages/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 2026-01-28T16:57:32.6952682Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/2707db19-a4e4-415e-a74e-25b661835313/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-01-28T16:57:32.7616544Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/2707db19-a4e4-415e-a74e-25b661835313/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 66ms 2026-01-28T16:57:32.7626537Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a636a095-b1af-499b-8faa-2faa6b623f12/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-01-28T16:57:32.8270124Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a636a095-b1af-499b-8faa-2faa6b623f12/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 63ms 2026-01-28T16:57:32.8280631Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/c7512554-552f-4203-9af3-a2c19d5829fe/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-01-28T16:57:32.8965343Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/c7512554-552f-4203-9af3-a2c19d5829fe/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 67ms 2026-01-28T16:57:32.8977380Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/b9e33edf-3586-4453-8ae9-f00975fa9ceb/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-01-28T16:57:32.9695521Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/b9e33edf-3586-4453-8ae9-f00975fa9ceb/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 71ms 2026-01-28T16:57:32.9705974Z 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-28T16:57:33.0335610Z 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 62ms 2026-01-28T16:57:33.0360917Z 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-28T16:57:33.0970387Z 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 60ms 2026-01-28T16:57:33.0970840Z Acquiring lock for the installation of Cake.Android.AvdManager 2.2.0 2026-01-28T16:57:33.0971693Z Acquired lock for the installation of Cake.Android.AvdManager 2.2.0 2026-01-28T16:57:33.0998534Z 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-28T16:57:33.1053390Z The addin Cake.Android.AvdManager will reference tools/Addins/Cake.Android.AvdManager.2.2.0/lib/netstandard2.0/Cake.Android.AvdManager.dll. 2026-01-28T16:57:33.1224818Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-28T16:57:33.1390152Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-28T16:57:33.1537618Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-28T16:57:33.2075648Z Verifying assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-01-28T16:57:33.2076243Z The assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-01-28T16:57:33.2076670Z is referencing an older version of Cake.Core (0.33.0). 2026-01-28T16:57:33.2077020Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-28T16:57:33.2077612Z Verifying assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-01-28T16:57:33.2078052Z The assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-01-28T16:57:33.2078339Z is referencing an older version of Cake.Core (0.33.0). 2026-01-28T16:57:33.2078611Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-28T16:57:33.2078940Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-28T16:57:33.2079403Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-28T16:57:33.2079819Z is referencing an older version of Cake.Core (0.33.0). 2026-01-28T16:57:33.2080140Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-28T16:57:33.2080470Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-28T16:57:33.2080998Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-28T16:57:33.3832881Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-28T16:57:33.3833489Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-28T16:57:33.3833901Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-28T16:57:33.3834463Z Adding assembly reference to System.Runtime.dll... 2026-01-28T16:57:33.3834918Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-28T16:57:33.3835390Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-28T16:57:33.3835802Z Adding assembly reference to System.Threading.dll... 2026-01-28T16:57:33.3836235Z Adding assembly reference to System.Linq.dll... 2026-01-28T16:57:33.3836627Z Adding assembly reference to System.Collections.dll... 2026-01-28T16:57:33.3837035Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-28T16:57:33.3837458Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-28T16:57:33.3838180Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-28T16:57:33.3838594Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-28T16:57:33.3838994Z Adding assembly reference to System.ObjectModel.dll... 2026-01-28T16:57:33.3839392Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-28T16:57:33.3839933Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-28T16:57:33.3840339Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-28T16:57:33.3840749Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-28T16:57:33.3841158Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-28T16:57:33.3841585Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-28T16:57:33.3841987Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-28T16:57:33.3842384Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-28T16:57:33.3842777Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-28T16:57:33.3843190Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-28T16:57:33.3843600Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-28T16:57:33.3843981Z Adding assembly reference to mscorlib.dll... 2026-01-28T16:57:33.3844489Z Adding assembly reference to netstandard.dll... 2026-01-28T16:57:33.3844920Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-28T16:57:33.3845323Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-28T16:57:33.3845720Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-28T16:57:33.3846123Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-28T16:57:33.3846526Z Adding assembly reference to System.Memory.dll... 2026-01-28T16:57:33.3846939Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-28T16:57:33.3847374Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-28T16:57:33.3847780Z Adding assembly reference to System.ComponentModel.dll... 2026-01-28T16:57:33.3848180Z Adding assembly reference to System.Console.dll... 2026-01-28T16:57:33.3848560Z Adding assembly reference to System.Data.Common.dll... 2026-01-28T16:57:33.3848962Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-28T16:57:33.3849361Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-28T16:57:33.3849854Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-28T16:57:33.3850284Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-28T16:57:33.3850685Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-28T16:57:33.3851093Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-28T16:57:33.3851490Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-28T16:57:33.3851888Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-28T16:57:33.3852389Z Adding assembly reference to System.IO.Compression.dll... 2026-01-28T16:57:33.3852659Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-28T16:57:33.3853052Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-28T16:57:33.3853447Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-28T16:57:33.3853885Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-28T16:57:33.3854381Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-28T16:57:33.3854789Z Adding assembly reference to System.Net.Requests.dll... 2026-01-28T16:57:33.3855177Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-28T16:57:33.3855574Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-28T16:57:33.3856027Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-28T16:57:33.3856281Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-28T16:57:33.3856520Z Adding assembly reference to System.Net.Http.dll... 2026-01-28T16:57:33.3856776Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-28T16:57:33.3857041Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-28T16:57:33.3857281Z Adding assembly reference to System.Net.Mail.dll... 2026-01-28T16:57:33.3857530Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-28T16:57:33.3857773Z Adding assembly reference to System.Net.Ping.dll... 2026-01-28T16:57:33.3858026Z Adding assembly reference to System.Net.Security.dll... 2026-01-28T16:57:33.3858269Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-28T16:57:33.3858518Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-28T16:57:33.3858770Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-28T16:57:33.3859027Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-28T16:57:33.3859277Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-28T16:57:33.3859538Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-28T16:57:33.3859790Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-28T16:57:33.3860052Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-28T16:57:33.3860357Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-28T16:57:33.3860632Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-28T16:57:33.3860895Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-28T16:57:33.3861157Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-28T16:57:33.3861437Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-28T16:57:33.3861689Z Adding assembly reference to System.Security.Claims.dll... 2026-01-28T16:57:33.3861944Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-28T16:57:33.3862262Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-28T16:57:33.3862515Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-28T16:57:33.3862772Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-28T16:57:33.3863021Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-28T16:57:33.3863326Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-28T16:57:33.3863575Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-28T16:57:33.3863818Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-28T16:57:33.3864063Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-28T16:57:33.3864445Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-28T16:57:33.3864705Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-28T16:57:33.3864943Z Adding assembly reference to System.AppContext.dll... 2026-01-28T16:57:33.3865179Z Adding assembly reference to System.Buffers.dll... 2026-01-28T16:57:33.3865427Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-28T16:57:33.3865698Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-28T16:57:33.3865964Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-28T16:57:33.3866211Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-28T16:57:33.3866458Z Adding assembly reference to System.Configuration.dll... 2026-01-28T16:57:33.3866826Z Adding assembly reference to System.Core.dll... 2026-01-28T16:57:33.3867204Z Adding assembly reference to System.Private.Uri.dll... 2026-01-28T16:57:33.3867599Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-28T16:57:33.3867975Z Adding assembly reference to System.Data.dll... 2026-01-28T16:57:33.3868365Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-28T16:57:33.3868770Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-28T16:57:33.3869164Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-28T16:57:33.3869555Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-28T16:57:33.3869930Z Adding assembly reference to System.dll... 2026-01-28T16:57:33.3870294Z Adding assembly reference to System.Drawing.dll... 2026-01-28T16:57:33.3870678Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-28T16:57:33.3871062Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-28T16:57:33.3871461Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-28T16:57:33.3871853Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-28T16:57:33.3872249Z Adding assembly reference to System.Globalization.dll... 2026-01-28T16:57:33.3872644Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-28T16:57:33.3873058Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-28T16:57:33.3873480Z Adding assembly reference to System.IO.dll... 2026-01-28T16:57:33.3873870Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-28T16:57:33.3874353Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-28T16:57:33.3874782Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-28T16:57:33.3875230Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-28T16:57:33.3875630Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-28T16:57:33.3876026Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-28T16:57:33.3876406Z Adding assembly reference to System.Net.dll... 2026-01-28T16:57:33.3876766Z Adding assembly reference to System.Net.Quic.dll... 2026-01-28T16:57:33.3877152Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-28T16:57:33.3877543Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-28T16:57:33.3877926Z Adding assembly reference to System.Text.Json.dll... 2026-01-28T16:57:33.3878303Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-28T16:57:33.3878672Z Adding assembly reference to System.Numerics.dll... 2026-01-28T16:57:33.3879048Z Adding assembly reference to System.Reflection.dll... 2026-01-28T16:57:33.3879444Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-28T16:57:33.3879836Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-28T16:57:33.3880231Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-28T16:57:33.3880627Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-28T16:57:33.3881053Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-28T16:57:33.3881449Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-28T16:57:33.3881828Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-28T16:57:33.3882235Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-28T16:57:33.3882692Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-28T16:57:33.3883129Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-28T16:57:33.3883543Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-28T16:57:33.3883961Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-28T16:57:33.3884472Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-28T16:57:33.3884892Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-28T16:57:33.3885405Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-28T16:57:33.3885817Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-28T16:57:33.3886232Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-28T16:57:33.3886669Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-28T16:57:33.3886997Z Adding assembly reference to System.Security.dll... 2026-01-28T16:57:33.3887247Z Adding assembly reference to System.Security.Principal.dll... 2026-01-28T16:57:33.3887595Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-28T16:57:33.3887873Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-28T16:57:33.3888158Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-28T16:57:33.3888425Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-28T16:57:33.3888672Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-28T16:57:33.3888942Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-28T16:57:33.3889191Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-28T16:57:33.3889457Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-28T16:57:33.3889707Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-28T16:57:33.3889981Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-28T16:57:33.3890234Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-28T16:57:33.3890480Z Adding assembly reference to System.Transactions.dll... 2026-01-28T16:57:33.3890719Z Adding assembly reference to System.ValueTuple.dll... 2026-01-28T16:57:33.3890961Z Adding assembly reference to System.Web.dll... 2026-01-28T16:57:33.3891200Z Adding assembly reference to System.Windows.dll... 2026-01-28T16:57:33.3891432Z Adding assembly reference to System.Xml.dll... 2026-01-28T16:57:33.3891666Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-28T16:57:33.3891900Z Adding assembly reference to System.Private.Xml.dll... 2026-01-28T16:57:33.3892159Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-28T16:57:33.3892407Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-28T16:57:33.3892654Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-28T16:57:33.3892890Z Adding assembly reference to WindowsBase.dll... 2026-01-28T16:57:33.3893136Z Adding assembly reference to Cake.Core.dll... 2026-01-28T16:57:33.3893465Z Adding assembly reference to Cake.Common.dll... 2026-01-28T16:57:33.3893711Z Adding assembly reference to Spectre.Console.dll... 2026-01-28T16:57:33.3893952Z Adding assembly reference to Cake.Android.Adb.dll... 2026-01-28T16:57:33.3894206Z Adding assembly reference to Cake.Android.AvdManager.dll... 2026-01-28T16:57:33.3894575Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-28T16:57:33.3894817Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-28T16:57:33.3895059Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-28T16:57:33.3895299Z Importing namespace Cake.AndroidAdb... 2026-01-28T16:57:33.3895531Z Importing namespace Cake.AndroidAvdManager... 2026-01-28T16:57:33.3895763Z Importing namespace Cake.AndroidEmulator... 2026-01-28T16:57:33.3895984Z Importing namespace Cake.Common... 2026-01-28T16:57:33.3896249Z Importing namespace Cake.Common.Build... 2026-01-28T16:57:33.3896496Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-28T16:57:33.3896740Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-28T16:57:33.3896985Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-28T16:57:33.3897270Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-28T16:57:33.3897523Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-28T16:57:33.3897759Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-28T16:57:33.3898002Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-28T16:57:33.3898252Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-28T16:57:33.3898509Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-28T16:57:33.3898753Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-28T16:57:33.3898990Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-28T16:57:33.3899232Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-28T16:57:33.3899491Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-28T16:57:33.3899734Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-28T16:57:33.3899971Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-28T16:57:33.3900209Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-28T16:57:33.3900454Z Importing namespace Cake.Common.Build.GoCD... 2026-01-28T16:57:33.3900689Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-28T16:57:33.3900923Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-28T16:57:33.3901163Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-28T16:57:33.3901407Z Importing namespace Cake.Common.Build.MyGet... 2026-01-28T16:57:33.3901646Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-28T16:57:33.3901878Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-28T16:57:33.3902115Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-28T16:57:33.3902351Z Importing namespace Cake.Common.Diagnostics... 2026-01-28T16:57:33.3902584Z Importing namespace Cake.Common.IO... 2026-01-28T16:57:33.3902811Z Importing namespace Cake.Common.IO.Paths... 2026-01-28T16:57:33.3903032Z Importing namespace Cake.Common.Net... 2026-01-28T16:57:33.3903260Z Importing namespace Cake.Common.Security... 2026-01-28T16:57:33.3903495Z Importing namespace Cake.Common.Solution... 2026-01-28T16:57:33.3903726Z Importing namespace Cake.Common.Solution.Project... 2026-01-28T16:57:33.3903973Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-28T16:57:33.3904306Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-28T16:57:33.3904570Z Importing namespace Cake.Common.Text... 2026-01-28T16:57:33.3904799Z Importing namespace Cake.Common.Tools.Cake... 2026-01-28T16:57:33.3905032Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-28T16:57:33.3905328Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-28T16:57:33.3905596Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-28T16:57:33.3905858Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-28T16:57:33.3906113Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-28T16:57:33.3906415Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-28T16:57:33.3906685Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-28T16:57:33.3906939Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-28T16:57:33.3907194Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-28T16:57:33.3907451Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-28T16:57:33.3907715Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-28T16:57:33.3907979Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-28T16:57:33.3908248Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-28T16:57:33.3908521Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-28T16:57:33.3908783Z Importing namespace Cake.Common.Tools.Command... 2026-01-28T16:57:33.3909024Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-28T16:57:33.3909270Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-28T16:57:33.3909519Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-28T16:57:33.3909771Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-28T16:57:33.3910029Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-28T16:57:33.3910270Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-28T16:57:33.3910521Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-28T16:57:33.3910783Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-28T16:57:33.3911046Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-28T16:57:33.3911293Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-28T16:57:33.3911546Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-28T16:57:33.3911793Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-28T16:57:33.3912071Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-28T16:57:33.3912326Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-28T16:57:33.3912591Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-28T16:57:33.3912842Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-28T16:57:33.3913114Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-28T16:57:33.3913384Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-28T16:57:33.3913641Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-28T16:57:33.3913889Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-28T16:57:33.3914142Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-28T16:57:33.3914529Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-28T16:57:33.3914776Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-28T16:57:33.3915018Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-28T16:57:33.3915277Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-28T16:57:33.3915571Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-28T16:57:33.3915837Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-28T16:57:33.3916102Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-28T16:57:33.3916377Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-28T16:57:33.3916632Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-28T16:57:33.3916904Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-28T16:57:33.3917155Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-28T16:57:33.3917408Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-28T16:57:33.3917647Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-28T16:57:33.3917880Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-28T16:57:33.3918122Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-28T16:57:33.3918389Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-28T16:57:33.3918649Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-28T16:57:33.3918907Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-28T16:57:33.3919163Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-28T16:57:33.3919433Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-28T16:57:33.3919687Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-28T16:57:33.3919945Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-28T16:57:33.3920199Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-28T16:57:33.3920461Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-28T16:57:33.3920703Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-28T16:57:33.3920937Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-28T16:57:33.3921172Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-28T16:57:33.3921420Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-28T16:57:33.3921657Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-28T16:57:33.3921892Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-28T16:57:33.3922123Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-28T16:57:33.3922354Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-28T16:57:33.3922594Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-28T16:57:33.3922826Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-28T16:57:33.3923099Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-28T16:57:33.3923339Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-28T16:57:33.3923588Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-28T16:57:33.3923831Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-28T16:57:33.3924069Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-28T16:57:33.3924408Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-28T16:57:33.3924670Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-28T16:57:33.3924910Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-28T16:57:33.3925152Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-28T16:57:33.3925396Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-28T16:57:33.3925655Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-28T16:57:33.3925895Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-28T16:57:33.3926158Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-28T16:57:33.3926421Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-28T16:57:33.3926672Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-28T16:57:33.3926915Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-28T16:57:33.3927157Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-28T16:57:33.3927393Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-28T16:57:33.3927630Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-28T16:57:33.3927877Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-28T16:57:33.3928130Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-28T16:57:33.3928394Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-28T16:57:33.3928643Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-28T16:57:33.3928892Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-28T16:57:33.3929127Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-28T16:57:33.3929364Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-28T16:57:33.3929607Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-28T16:57:33.3929861Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-28T16:57:33.3930105Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-28T16:57:33.3930338Z Importing namespace Cake.Common.Tools.WiX... 2026-01-28T16:57:33.3930572Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-28T16:57:33.3930819Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-28T16:57:33.3931085Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-28T16:57:33.3931401Z Importing namespace Cake.Common.Xml... 2026-01-28T16:57:33.3931618Z Importing namespace Cake.Core... 2026-01-28T16:57:33.3931854Z Importing namespace Cake.Core.Diagnostics... 2026-01-28T16:57:33.3932075Z Importing namespace Cake.Core.IO... 2026-01-28T16:57:33.3932346Z Importing namespace Cake.Core.Scripting... 2026-01-28T16:57:33.3932574Z Importing namespace Cake.Core.Tooling... 2026-01-28T16:57:33.3932811Z Importing namespace Cake.FileHelpers... 2026-01-28T16:57:33.3933030Z Importing namespace NuGet.Common... 2026-01-28T16:57:33.3933256Z Importing namespace NuGet.Configuration... 2026-01-28T16:57:33.3933526Z Importing namespace NuGet.Protocol... 2026-01-28T16:57:33.3933766Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-28T16:57:33.3934012Z Importing namespace NuGet.Versioning... 2026-01-28T16:57:33.3934332Z Importing namespace System... 2026-01-28T16:57:33.3934589Z Importing namespace System.Collections.Generic... 2026-01-28T16:57:33.3934815Z Importing namespace System.IO... 2026-01-28T16:57:33.3935043Z Importing namespace System.Linq... 2026-01-28T16:57:33.3935262Z Importing namespace System.Text... 2026-01-28T16:57:33.3935486Z Importing namespace System.Threading.Tasks... 2026-01-28T16:57:33.3935651Z .NETStandard,Version=v2.0 2026-01-28T16:57:33.4466787Z Compiling build script... 2026-01-28T16:57:35.2256462Z /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-28T16:57:35.2256806Z /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-28T16:57:36.0415462Z Local Dotnet: True 2026-01-28T16:57:36.0417434Z ANDROID_SDK_ROOT: /usr/local/lib/android/sdk 2026-01-28T16:57:36.0417774Z ANDROID_HOME: /usr/local/lib/android/sdk 2026-01-28T16:57:36.0423017Z 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-28T16:57:36.0424080Z 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-28T16:57:36.0425251Z 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-28T16:57:36.0426682Z 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-28T16:57:36.0436538Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/13.0 2026-01-28T16:57:36.0436948Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/latest 2026-01-28T16:57:36.0437197Z Android SDK Root: /usr/local/lib/android/sdk 2026-01-28T16:57:36.0437497Z Project File: /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-28T16:57:36.0437761Z Build Binary Log (binlog): /mnt/vss/_work/1/a/logs 2026-01-28T16:57:36.0437998Z Build Configuration: Release 2026-01-28T16:57:36.0438220Z Build Target Framework: net10.0-android 2026-01-28T16:57:36.0438429Z Use CoreCLR: False 2026-01-28T16:57:36.0444473Z Using local dotnet: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-28T16:57:36.0445940Z DOTNET_TOOL_PATH: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-28T16:57:36.0453317Z Host OS System Arch: X64 2026-01-28T16:57:36.0453488Z Host Processor System Arch: X64 2026-01-28T16:57:36.0529021Z 2026-01-28T16:57:36.0529225Z ======================================== 2026-01-28T16:57:36.0529415Z connectToDevice 2026-01-28T16:57:36.0529721Z ======================================== 2026-01-28T16:57:36.0529944Z Executing task: connectToDevice 2026-01-28T16:57:36.0544791Z Create for: emulator 2026-01-28T16:57:36.0545011Z Host OS System Arch: X64 2026-01-28T16:57:36.0545223Z Host Processor System Arch: X64 2026-01-28T16:57:36.0545476Z Going to run image: system-images;android-30;google_apis_playstore;x86_64 2026-01-28T16:57:36.0558900Z Test Device ID: system-images;android-30;google_apis_playstore;x86_64 2026-01-28T16:57:36.0559084Z Trying to boot the emulator... 2026-01-28T16:57:36.0559416Z Deleting AVD if exists: Emulator_30... 2026-01-28T16:57:36.0616509Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-28T16:57:36.0630999Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager delete avd -n Emulator_30 2026-01-28T16:57:36.3134749Z Error: There is no Android Virtual Device named 'Emulator_30'. 2026-01-28T16:57:36.3135374Z null 2026-01-28T16:57:36.3290242Z Creating AVD: Emulator_30 (system-images;android-30;google_apis_playstore;x86_64)... 2026-01-28T16:57:36.3304720Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-28T16:57:36.3306261Z 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-28T16:57:37.3518661Z Pre-authorizing ADB keys for emulator... 2026-01-28T16:57:37.3526604Z Ensuring ADB keys are correctly configured... 2026-01-28T16:57:37.3526844Z Stopping ADB server... 2026-01-28T16:57:37.3549881Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:37.3550790Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-01-28T16:57:38.2558349Z cannot connect to daemon at tcp:5037: Connection refused 2026-01-28T16:57:39.2573271Z Ensuring ADB key directory exists... 2026-01-28T16:57:39.2584887Z Executing: chmod 700 /home/cloudtest/.android 2026-01-28T16:57:39.2609229Z Cleaning up old ADB keys... 2026-01-28T16:57:39.2613031Z Trying ADB keygen method: adb keygen /home/cloudtest/.android/adbkey 2026-01-28T16:57:39.2614869Z Executing: adb keygen /home/cloudtest/.android/adbkey 2026-01-28T16:57:39.4068470Z ADB keygen successful with method: keygen /home/cloudtest/.android/adbkey 2026-01-28T16:57:40.4070031Z Keys verified to exist after generation. 2026-01-28T16:57:40.4070279Z ADB keys generated successfully! 2026-01-28T16:57:40.4070469Z Setting correct permissions for ADB keys... 2026-01-28T16:57:40.4071345Z Executing: chmod 600 /home/cloudtest/.android/adbkey 2026-01-28T16:57:40.4094937Z Executing: chmod 600 /home/cloudtest/.android/adbkey.pub 2026-01-28T16:57:40.4113461Z Setting ADB_VENDOR_KEYS environment variable... 2026-01-28T16:57:40.4114398Z Setting environment variable: ADB_VENDOR_KEYS = '/home/cloudtest/.android/adbkey.pub' 2026-01-28T16:57:40.4117447Z Executing: sh -c "export ADB_VENDOR_KEYS=/home/cloudtest/.android/adbkey.pub" 2026-01-28T16:57:40.4134962Z Starting ADB server with new keys... 2026-01-28T16:57:40.4151315Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:40.4152125Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-01-28T16:57:40.4177109Z * daemon not running; starting now at tcp:5037 2026-01-28T16:57:43.4299253Z * daemon started successfully 2026-01-28T16:57:45.4309163Z Pushing ADB keys to the device... 2026-01-28T16:57:45.4310117Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-28T16:57:45.4348026Z Push attempt 1 failed. Retrying in 1 second... 2026-01-28T16:57:46.4353255Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-28T16:57:46.4513822Z Push attempt 2 failed. Retrying in 1 second... 2026-01-28T16:57:47.4398401Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-28T16:57:47.4439723Z Push attempt 3 failed. Retrying in 1 second... 2026-01-28T16:57:48.4449956Z Error ensuring ADB keys: Failed to push ADB keys after multiple attempts. 2026-01-28T16:57:48.4450242Z Trying to restart ADB just in case... 2026-01-28T16:57:48.4454578Z Attempting to recover ADB connection... 2026-01-28T16:57:48.4464048Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:48.4464909Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-01-28T16:57:50.4523518Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:50.4524561Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-01-28T16:57:50.4552721Z * daemon not running; starting now at tcp:5037 2026-01-28T16:57:53.4585522Z * daemon started successfully 2026-01-28T16:57:56.4618257Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:56.4619030Z Executing: /usr/local/lib/android/sdk/platform-tools/adb devices -l 2026-01-28T16:57:56.4671890Z List of devices attached 2026-01-28T16:57:56.4672008Z 2026-01-28T16:57:56.4701778Z Recovery check: found 0 devices 2026-01-28T16:57:56.4702019Z ADB connection recovery attempt completed. 2026-01-28T16:57:56.4703187Z Failed to pre-authorize ADB keys (will retry during boot): Failed to push ADB keys after multiple attempts. 2026-01-28T16:57:56.4703878Z Starting Emulator: Emulator_30... 2026-01-28T16:57:56.4730518Z Resolved tool to path /usr/local/lib/android/sdk/emulator/emulator 2026-01-28T16:57:56.4731985Z 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-28T16:57:56.4752174Z Finished executing task: connectToDevice 2026-01-28T16:57:56.4759592Z Completed in 00:00:20.4234405 2026-01-28T16:57:56.4786830Z 2026-01-28T16:57:56.4787717Z ======================================== 2026-01-28T16:57:56.4787986Z uitest-prepare 2026-01-28T16:57:56.4788256Z ======================================== 2026-01-28T16:57:56.4788723Z Executing task: uitest-prepare 2026-01-28T16:57:56.4791526Z Preparing UI Tests... 2026-01-28T16:57:56.4796935Z Looking for .apk files in /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android 2026-01-28T16:57:56.4843540Z Test App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-28T16:57:56.4844037Z Test App Package Name: com.microsoft.maui.uitests 2026-01-28T16:57:56.4844648Z Test Results Directory: /mnt/vss/_work/1/a/test-results 2026-01-28T16:57:56.4844928Z Testing Device: android-emulator-64_30 2026-01-28T16:57:56.4845197Z Testing App Project: /mnt/vss/_work/1/Controls.TestCases.HostApp/ 2026-01-28T16:57:56.4845506Z Testing App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-28T16:57:56.4845821Z Results Directory: /mnt/vss/_work/1/a/test-results 2026-01-28T16:57:56.4852085Z Waiting for the emulator to finish booting... 2026-01-28T16:57:56.4875264Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:56.4881379Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:56.4881830Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:57:56.4912408Z adb: no devices/emulators found 2026-01-28T16:57:57.2233526Z WARNING: cannnot unmap ptr 0x7f0934001000 as it is in the protected range from 0x7f08b4000000 to 0x7f0934200000 2026-01-28T16:57:57.4925167Z Waiting 0/120 seconds for the emulator to boot up. 2026-01-28T16:57:57.4934498Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:57.4941093Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:57.4941520Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:57:57.4979270Z adb: device offline 2026-01-28T16:57:58.4987721Z Waiting 1/120 seconds for the emulator to boot up. 2026-01-28T16:57:58.5000526Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:58.5009801Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:58.5010726Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:57:58.5047124Z adb: device offline 2026-01-28T16:57:59.5055736Z Waiting 2/120 seconds for the emulator to boot up. 2026-01-28T16:57:59.5064792Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:59.5073104Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:57:59.5073615Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:57:59.5110190Z adb: device offline 2026-01-28T16:58:00.5117722Z Waiting 3/120 seconds for the emulator to boot up. 2026-01-28T16:58:00.5128247Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:00.5133922Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:00.5135096Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:00.5168554Z adb: device offline 2026-01-28T16:58:01.5177616Z Waiting 4/120 seconds for the emulator to boot up. 2026-01-28T16:58:01.5185814Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:01.5192151Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:01.5192648Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:01.5228939Z adb: device offline 2026-01-28T16:58:02.5237543Z Waiting 5/120 seconds for the emulator to boot up. 2026-01-28T16:58:02.5247315Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:02.5253609Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:02.5254485Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:02.5289121Z adb: device offline 2026-01-28T16:58:03.5297472Z Waiting 6/120 seconds for the emulator to boot up. 2026-01-28T16:58:03.5307108Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:03.5313748Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:03.5314749Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:03.5350048Z adb: device offline 2026-01-28T16:58:04.5359694Z Waiting 7/120 seconds for the emulator to boot up. 2026-01-28T16:58:04.5369000Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:04.5375367Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:04.5376143Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:04.5410096Z adb: device offline 2026-01-28T16:58:05.5420016Z Waiting 8/120 seconds for the emulator to boot up. 2026-01-28T16:58:05.5431385Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:05.5441190Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:05.5441600Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:05.5479382Z adb: device offline 2026-01-28T16:58:06.5488231Z Waiting 9/120 seconds for the emulator to boot up. 2026-01-28T16:58:06.5496309Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:06.5503017Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:06.5503868Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:06.5538382Z adb: device offline 2026-01-28T16:58:07.5547406Z Waiting 10/120 seconds for the emulator to boot up. 2026-01-28T16:58:07.5558514Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:07.5565736Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:07.5566541Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:07.5603562Z adb: device offline 2026-01-28T16:58:08.5612965Z Waiting 11/120 seconds for the emulator to boot up. 2026-01-28T16:58:08.5623989Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:08.5632896Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:08.5633669Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:08.5672624Z adb: device offline 2026-01-28T16:58:09.5682623Z Waiting 12/120 seconds for the emulator to boot up. 2026-01-28T16:58:09.5690528Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:09.5696420Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:09.5697523Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:09.5732427Z adb: device offline 2026-01-28T16:58:10.5741608Z Waiting 13/120 seconds for the emulator to boot up. 2026-01-28T16:58:10.5753030Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:10.5760987Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:10.5762212Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:10.5801908Z adb: device offline 2026-01-28T16:58:11.5813313Z Waiting 14/120 seconds for the emulator to boot up. 2026-01-28T16:58:11.5827255Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:11.5840715Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:11.5841539Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:11.5886996Z adb: device offline 2026-01-28T16:58:12.5906071Z Waiting 15/120 seconds for the emulator to boot up. 2026-01-28T16:58:12.5917685Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:12.5925829Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:12.5926602Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:12.5963621Z adb: device offline 2026-01-28T16:58:13.5972607Z Waiting 16/120 seconds for the emulator to boot up. 2026-01-28T16:58:13.5982375Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:13.5990498Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:13.5990990Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:13.6028013Z adb: device offline 2026-01-28T16:58:14.6037783Z Waiting 17/120 seconds for the emulator to boot up. 2026-01-28T16:58:14.6050353Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:14.6059860Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:14.6062333Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:14.6099052Z adb: device offline 2026-01-28T16:58:15.6108818Z Waiting 18/120 seconds for the emulator to boot up. 2026-01-28T16:58:15.6124924Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:15.6136756Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:15.6137866Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:15.6178480Z adb: device offline 2026-01-28T16:58:16.6187889Z Waiting 19/120 seconds for the emulator to boot up. 2026-01-28T16:58:16.6204059Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:16.6215413Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:16.6216751Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:16.6255510Z adb: device offline 2026-01-28T16:58:17.6268217Z Waiting 20/120 seconds for the emulator to boot up. 2026-01-28T16:58:17.6279922Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:17.6288573Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:17.6289258Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:17.6328199Z adb: device offline 2026-01-28T16:58:18.6339820Z Waiting 21/120 seconds for the emulator to boot up. 2026-01-28T16:58:18.6352923Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:18.6363989Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:18.6365587Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:18.6405631Z adb: device offline 2026-01-28T16:58:19.6489842Z Waiting 22/120 seconds for the emulator to boot up. 2026-01-28T16:58:19.6490889Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:19.6491444Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:19.6497253Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:19.6540533Z adb: device offline 2026-01-28T16:58:20.6577945Z Waiting 23/120 seconds for the emulator to boot up. 2026-01-28T16:58:20.6593128Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:20.6602809Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:20.6604449Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:20.6646819Z adb: device offline 2026-01-28T16:58:21.6660542Z Waiting 24/120 seconds for the emulator to boot up. 2026-01-28T16:58:21.6745617Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:21.6755361Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:21.6757230Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:21.6850849Z adb: device offline 2026-01-28T16:58:22.6876691Z Waiting 25/120 seconds for the emulator to boot up. 2026-01-28T16:58:22.6949939Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:22.6952836Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:22.6956095Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:22.7031064Z adb: device offline 2026-01-28T16:58:23.7047377Z Waiting 26/120 seconds for the emulator to boot up. 2026-01-28T16:58:23.7062158Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:23.7073826Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:23.7075306Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-28T16:58:23.7799872Z 1 2026-01-28T16:58:23.7801940Z 1 2026-01-28T16:58:23.7804572Z Waited 27 seconds for the emulator to boot up. 2026-01-28T16:58:23.7806390Z Setting Logcat properties... 2026-01-28T16:58:23.7848100Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:23.7849393Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:23.7850374Z Executing: /usr/local/lib/android/sdk/platform-tools/adb logcat -c 2026-01-28T16:58:24.0797338Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:24.0815894Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:24.0826312Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell logcat -G 16M 2026-01-28T16:58:24.1216589Z Finished setting Logcat properties. 2026-01-28T16:58:24.1217382Z Setting the ADB properties... 2026-01-28T16:58:24.1229058Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:24.1240408Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:24.1243874Z 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-28T16:58:24.2202102Z 2026-01-28T16:58:24.2222973Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:24.2232343Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T16:58:24.2235033Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop debug.mono.log 2026-01-28T16:58:24.2948920Z default,mono_log_level=debug,mono_log_mask=all 2026-01-28T16:58:24.2950061Z default,mono_log_level=debug,mono_log_mask=all 2026-01-28T16:58:24.2950555Z default,mono_log_level=debug,mono_log_mask=all 2026-01-28T16:58:24.2950919Z Finished setting ADB properties. 2026-01-28T16:58:24.2953100Z Install with xharness: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-28T16:58:24.2953472Z Use the Android emulators in a headless mode: 2026-01-28T16:58:24.2953895Z Setting environment variable: HEADLESS = 'False' 2026-01-28T16:58:24.2954407Z The platform version to run tests: 2026-01-28T16:58:24.2954868Z Setting environment variable: DEVICE_SKIN = 'Nexus 5X' 2026-01-28T16:58:24.2975164Z Resolved tool to path /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-28T16:58:24.2976285Z 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-28T16:58:24.5308084Z [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-28T16:58:24.6284400Z 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-28T16:58:24.6285881Z 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-28T16:58:24.6384692Z info: Will attempt to find device supporting architectures: 'arm64-v8a', 'x86_64' 2026-01-28T16:58:24.6446715Z 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-28T16:58:24.6655318Z dbug: 2026-01-28T16:58:24.6682892Z info: Finding attached devices/emulators... 2026-01-28T16:58:24.6688112Z 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-28T16:58:24.6875228Z dbug: Found 1 possible devices 2026-01-28T16:58:24.6877689Z 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-28T16:58:24.6905959Z 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-28T16:58:25.0259315Z dbug: Found 1 possible devices. Using 'emulator-5554' 2026-01-28T16:58:25.0267812Z info: Active Android device set to serial 'emulator-5554' 2026-01-28T16:58:25.0268527Z 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-28T16:58:25.1492356Z 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-28T16:58:25.2693119Z info: Waiting for device to be available (max 5 minutes) 2026-01-28T16:58:25.2695797Z 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-28T16:58:25.2726576Z 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-28T16:58:25.4815848Z dbug: sys.boot_completed = '1' 2026-01-28T16:58:25.4817884Z dbug: Waited 0 seconds for device boot completion 2026-01-28T16:58:25.4819467Z dbug: Working with emulator-5554 (API 30) 2026-01-28T16:58:25.4821082Z dbug: Check current adb install and/or package verification settings 2026-01-28T16:58:25.4822912Z 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-28T16:58:25.6355329Z dbug: verifier_verify_adb_installs = 0 2026-01-28T16:58:25.6357095Z 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-28T16:58:25.7810937Z dbug: package_verifier_enable = 2026-01-28T16:58:25.7811595Z 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-28T16:58:25.7812613Z info: Attempting to remove apk 'com.microsoft.maui.uitests'.. 2026-01-28T16:58:25.7813657Z 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-28T16:58:25.8530916Z info: APK 'com.microsoft.maui.uitests' was not on device 2026-01-28T16:58:25.8536721Z info: Attempting to install /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-28T16:58:25.8541781Z 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-28T16:58:40.0651666Z info: Successfully installed /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-28T16:58:40.0658343Z info: Killing all running processes for 'com.microsoft.maui.uitests': 2026-01-28T16:58:40.0659218Z 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-28T16:58:40.1771553Z dbug: Success! 2026-01-28T16:58:40.1772462Z 2026-01-28T16:58:40.1802658Z XHarness exit code: 0 2026-01-28T16:58:40.2079303Z Finished executing task: uitest-prepare 2026-01-28T16:58:40.2079798Z Completed in 00:00:43.7286518 2026-01-28T16:58:40.2079933Z 2026-01-28T16:58:40.2080152Z ======================================== 2026-01-28T16:58:40.2080361Z uitest 2026-01-28T16:58:40.2080592Z ======================================== 2026-01-28T16:58:40.2080912Z Executing task: uitest 2026-01-28T16:58:40.2087313Z Build UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-28T16:58:40.2104668Z 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-28T16:58:41.5124180Z Determining projects to restore... 2026-01-28T16:58:51.5532354Z Restored /mnt/vss/_work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 3.06 sec). 2026-01-28T16:58:51.5655368Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3.07 sec). 2026-01-28T16:58:53.2407769Z Restored /mnt/vss/_work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 4.85 sec). 2026-01-28T16:58:54.8311362Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 6.35 sec). 2026-01-28T16:58:54.8402162Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 2.13 sec). 2026-01-28T16:58:54.8444747Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 3 ms). 2026-01-28T16:58:55.0036284Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 136 ms). 2026-01-28T16:58:57.7818700Z Restored /mnt/vss/_work/1/s/src/Essentials/src/Essentials.csproj (in 6.17 sec). 2026-01-28T16:58:57.7859146Z Restored /mnt/vss/_work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 2.92 sec). 2026-01-28T16:58:57.9264463Z Restored /mnt/vss/_work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 10.96 sec). 2026-01-28T16:58:57.9604830Z Restored /mnt/vss/_work/1/s/src/Core/src/Core.csproj (in 10.98 sec). 2026-01-28T16:58:58.5032060Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 11.54 sec). 2026-01-28T16:58:58.5239428Z Restored /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj (in 11.56 sec). 2026-01-28T16:59:06.9119566Z Controls.CustomAttributes -> /mnt/vss/_work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-28T16:59:09.6999862Z Graphics -> /mnt/vss/_work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-28T16:59:11.5887937Z Essentials -> /mnt/vss/_work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-28T16:59:17.3779252Z Core -> /mnt/vss/_work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-28T16:59:18.1808009Z Controls.BindingSourceGen -> /mnt/vss/_work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-28T16:59:39.9732047Z Controls.Core -> /mnt/vss/_work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-28T16:59:40.3104496Z VisualTestUtils -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-28T16:59:40.4283338Z UITest.Core -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-28T16:59:40.8045925Z UITest.NUnit -> /mnt/vss/_work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-28T16:59:40.9976594Z VisualTestUtils.MagickNet -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-28T16:59:41.2142868Z UITest.Appium -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-28T16:59:41.5053775Z UITest.Analyzers -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-28T16:59:55.1285198Z 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-28T16:59:55.1666001Z 2026-01-28T16:59:55.1677256Z Build succeeded. 2026-01-28T16:59:55.1677671Z 0 Warning(s) 2026-01-28T16:59:55.1677885Z 0 Error(s) 2026-01-28T16:59:55.1677972Z 2026-01-28T16:59:55.1678230Z Time Elapsed 00:01:14.66 2026-01-28T16:59:55.2242239Z Setting environment variable: APPIUM_LOG_FILE = '/mnt/vss/_work/1/a/logs/appium_android_Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.log' 2026-01-28T16:59:55.2242951Z Run UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-28T16:59:55.2243442Z Retry UITests run Count: 0 2026-01-28T16:59:55.2249690Z Run Tests With Filter TestCategory=SoftInput|TestCategory=Stepper|TestCategory=Switch|TestCategory=SwipeView 2026-01-28T16:59:55.2252738Z Log Directory: /mnt/vss/_work/1/a/logs 2026-01-28T16:59:55.2458404Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-01-28T16:59:55.2458754Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-28T16:59:55.2459091Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-28T16:59:55.2459463Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-01-28T16:59:55.2459804Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-28T16:59:55.2460124Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-28T16:59:55.2460695Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-28T16:59:55.2461018Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-28T16:59:55.2461892Z 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-28T16:59:55.2462657Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.binlog 2026-01-28T16:59:55.2462960Z Creating directory /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger 2026-01-28T16:59:55.2463248Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-01-28T16:59:55.4252636Z Downloading file: 15% 2026-01-28T16:59:55.4253075Z Downloading file: 50% 2026-01-28T16:59:55.4620872Z Downloading file: 100% 2026-01-28T16:59:55.4637031Z Download complete, saved to: /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-01-28T16:59:55.4642643Z 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-28T16:59:55.4660067Z 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=SoftInput|TestCategory=Stepper|TestCategory=Switch|TestCategory=SwipeView" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.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-SoftInput_Stepper_Switch_SwipeView.binlog /p:VStestUseMSBuildOutput=false 2026-01-28T16:59:56.5809114Z 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-28T16:59:56.6252136Z VSTest version 18.0.1 (x64) 2026-01-28T16:59:56.6277925Z 2026-01-28T16:59:56.7102702Z Starting test execution, please wait... 2026-01-28T16:59:56.7433987Z A total of 1 test files matched the specified pattern. 2026-01-28T16:59:57.1067433Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-28T16:59:57.1193180Z 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-28T16:59:57.5633292Z NUnit3TestExecutor discovered 110 of 110 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-28T17:00:06.3229648Z >>>>> 01/28/2026 17:00:06 FixtureSetup for HideSoftInputOnTappedPageTests(Android) 2026-01-28T17:00:07.4884403Z >>>>> 01/28/2026 17:00:07 HideSoftInputOnTappedPageTest Start 2026-01-28T17:00:14.5868537Z >>>>> 01/28/2026 17:00:14 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:00:14.9541224Z Passed HideSoftInputOnTappedPageTest("Entry",False) [7 s] 2026-01-28T17:00:14.9542776Z >>>>> 01/28/2026 17:00:14 HideSoftInputOnTappedPageTest Start 2026-01-28T17:00:18.4340781Z >>>>> 01/28/2026 17:00:18 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:00:18.7248256Z Passed HideSoftInputOnTappedPageTest("Editor",False) [3 s] 2026-01-28T17:00:18.7248690Z >>>>> 01/28/2026 17:00:18 HideSoftInputOnTappedPageTest Start 2026-01-28T17:00:22.3422388Z >>>>> 01/28/2026 17:00:22 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:00:22.6243998Z Passed HideSoftInputOnTappedPageTest("SearchBar",False) [3 s] 2026-01-28T17:00:22.6248019Z >>>>> 01/28/2026 17:00:22 HideSoftInputOnTappedPageTest Start 2026-01-28T17:00:26.7625518Z >>>>> 01/28/2026 17:00:26 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:00:26.8649861Z Passed HideSoftInputOnTappedPageTest("Entry",True) [4 s] 2026-01-28T17:00:26.8650427Z >>>>> 01/28/2026 17:00:26 HideSoftInputOnTappedPageTest Start 2026-01-28T17:00:30.6739064Z >>>>> 01/28/2026 17:00:30 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:00:30.7818466Z Passed HideSoftInputOnTappedPageTest("Editor",True) [3 s] 2026-01-28T17:00:30.7819036Z >>>>> 01/28/2026 17:00:30 HideSoftInputOnTappedPageTest Start 2026-01-28T17:00:34.6629372Z >>>>> 01/28/2026 17:00:34 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:00:34.7829611Z Passed HideSoftInputOnTappedPageTest("SearchBar",True) [3 s] 2026-01-28T17:00:34.7830979Z >>>>> 01/28/2026 17:00:34 TogglingHideSoftInputOnTapped Start 2026-01-28T17:00:44.8158569Z >>>>> 01/28/2026 17:00:44 TogglingHideSoftInputOnTapped Stop 2026-01-28T17:00:45.2914504Z Passed TogglingHideSoftInputOnTapped [10 s] 2026-01-28T17:00:45.5594784Z >>>>> 01/28/2026 17:00:45 FixtureSetup for Issue10563(Android) 2026-01-28T17:00:48.3176032Z >>>>> 01/28/2026 17:00:48 Issue10563OpenSwipeViewTest Start 2026-01-28T17:01:04.1478874Z >>>>> 01/28/2026 17:01:04 Issue10563OpenSwipeViewTest Stop 2026-01-28T17:01:04.4002573Z >>>>> 01/28/2026 17:01:04 Log types: logcat, bugreport, server 2026-01-28T17:01:05.5409987Z >>>>> 01/28/2026 17:01:05 FixtureSetup for Issue11209(Android) 2026-01-28T17:01:06.3319292Z Failed Issue10563OpenSwipeViewTest [16 s] 2026-01-28T17:01:06.3319630Z Error Message: 2026-01-28T17:01:06.3320008Z VisualTestUtils.VisualTestFailedException : 2026-01-28T17:01:06.3320305Z Snapshot different than baseline: Right_SwipeItems.png (2.75% difference) 2026-01-28T17:01:06.3320606Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-01-28T17:01:06.3320903Z See test attachment or download the build artifacts to get the new snapshot file. 2026-01-28T17:01:06.3321000Z 2026-01-28T17:01:06.3321164Z More info: https://aka.ms/visual-test-workflow 2026-01-28T17:01:06.3321236Z 2026-01-28T17:01:06.3321398Z Stack Trace: 2026-01-28T17:01:06.3321709Z at Microsoft.Maui.TestCases.Tests.Issues.Issue10563.Issue10563OpenSwipeViewTest() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10563.cs:line 50 2026-01-28T17:01:06.3322120Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-28T17:01:06.3322460Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-01-28T17:01:06.3322612Z 2026-01-28T17:01:08.4436630Z >>>>> 01/28/2026 17:01:08 TapSwipeViewAndNavigateTest Start 2026-01-28T17:01:10.3021747Z >>>>> 01/28/2026 17:01:10 TapSwipeViewAndNavigateTest Stop 2026-01-28T17:01:11.4256747Z >>>>> 01/28/2026 17:01:11 FixtureSetup for Issue11333(Android) 2026-01-28T17:01:11.4461219Z Passed TapSwipeViewAndNavigateTest [1 s] 2026-01-28T17:01:14.6023709Z >>>>> 01/28/2026 17:01:14 SwipeWithChildGestureRecognizer Start 2026-01-28T17:01:17.4092972Z >>>>> 01/28/2026 17:01:17 SwipeWithChildGestureRecognizer Stop 2026-01-28T17:01:17.6065104Z Passed SwipeWithChildGestureRecognizer [2 s] 2026-01-28T17:01:18.3696551Z >>>>> 01/28/2026 17:01:18 FixtureSetup for Issue1146(Android) 2026-01-28T17:01:21.1266363Z >>>>> 01/28/2026 17:01:21 TestSwitchDisable Start 2026-01-28T17:01:22.4923103Z >>>>> 01/28/2026 17:01:22 TestSwitchDisable Stop 2026-01-28T17:01:22.6255700Z Passed TestSwitchDisable [1 s] 2026-01-28T17:01:23.3101554Z >>>>> 01/28/2026 17:01:23 FixtureSetup for Issue11969(Android) 2026-01-28T17:01:26.2608783Z >>>>> 01/28/2026 17:01:26 SwipeDisableChildButtonTest Start 2026-01-28T17:01:31.7081222Z >>>>> 01/28/2026 17:01:31 SwipeDisableChildButtonTest Stop 2026-01-28T17:01:32.2714892Z Passed SwipeDisableChildButtonTest [5 s] 2026-01-28T17:01:32.4493264Z >>>>> 01/28/2026 17:01:32 FixtureSetup for Issue12079(Android) 2026-01-28T17:01:35.9295921Z >>>>> 01/28/2026 17:01:35 SwipeItemNoTextWindows Start 2026-01-28T17:01:38.7506242Z >>>>> 01/28/2026 17:01:38 SwipeItemNoTextWindows Stop 2026-01-28T17:01:39.7252417Z >>>>> 01/28/2026 17:01:39 FixtureSetup for Issue15695(Android) 2026-01-28T17:01:40.4211921Z Passed SwipeItemNoTextWindows [3 s] 2026-01-28T17:01:43.1955146Z >>>>> 01/28/2026 17:01:43 VerifySwitchNullColor Start 2026-01-28T17:01:47.5663914Z >>>>> 01/28/2026 17:01:47 VerifySwitchNullColor Stop 2026-01-28T17:01:47.7351273Z Passed VerifySwitchNullColor [4 s] 2026-01-28T17:01:47.7352741Z >>>>> 01/28/2026 17:01:47 VerifySwitchOffColorAfterToggling Start 2026-01-28T17:01:49.8451107Z >>>>> 01/28/2026 17:01:49 VerifySwitchOffColorAfterToggling Stop 2026-01-28T17:01:50.0003705Z Passed VerifySwitchOffColorAfterToggling [2 s] 2026-01-28T17:01:50.0011611Z >>>>> 01/28/2026 17:01:49 VerifySwitchOffColorAfterTogglingDarkTheme Start 2026-01-28T17:01:52.6796257Z >>>>> 01/28/2026 17:01:52 VerifySwitchOffColorAfterTogglingDarkTheme Stop 2026-01-28T17:01:52.9960257Z Passed VerifySwitchOffColorAfterTogglingDarkTheme [2 s] 2026-01-28T17:01:53.4481332Z >>>>> 01/28/2026 17:01:53 FixtureSetup for Issue17204(Android) 2026-01-28T17:01:56.5777941Z >>>>> 01/28/2026 17:01:56 ProgrammaticallyOpenedSwipeViewShouldBeVisible Start 2026-01-28T17:01:58.4609334Z >>>>> 01/28/2026 17:01:58 ProgrammaticallyOpenedSwipeViewShouldBeVisible Stop 2026-01-28T17:01:59.5842793Z Passed ProgrammaticallyOpenedSwipeViewShouldBeVisible [2 s] 2026-01-28T17:01:59.5847672Z >>>>> 01/28/2026 17:01:59 FixtureSetup for Issue1747(Android) 2026-01-28T17:02:06.1915394Z >>>>> 01/28/2026 17:02:06 Issue1747Test Start 2026-01-28T17:02:21.7555793Z >>>>> 01/28/2026 17:02:21 Issue1747Test Stop 2026-01-28T17:02:22.4415285Z >>>>> 01/28/2026 17:02:22 Log types: logcat, bugreport, server 2026-01-28T17:02:24.2020058Z Failed Issue1747Test [17 s] 2026-01-28T17:02:24.2023074Z Error Message: 2026-01-28T17:02:24.2025605Z System.TimeoutException : Timed out waiting for element... 2026-01-28T17:02:24.2027928Z Stack Trace: 2026-01-28T17:02:24.2030433Z 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-28T17:02:24.2033553Z 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-28T17:02:24.2035410Z at Microsoft.Maui.TestCases.Tests.Issues.Issue1747.Issue1747Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue1747.cs:line 23 2026-01-28T17:02:24.2036950Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-28T17:02:24.2038821Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-28T17:02:24.2039225Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-28T17:02:24.2039877Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-01-28T17:02:24.2040053Z 2026-01-28T17:02:24.8555823Z >>>>> 01/28/2026 17:02:24 FixtureSetup for Issue1769(Android) 2026-01-28T17:02:28.5164043Z >>>>> 01/28/2026 17:02:28 Issue1769Test Start 2026-01-28T17:02:31.3999377Z >>>>> 01/28/2026 17:02:31 Issue1769Test Stop 2026-01-28T17:02:32.2411632Z >>>>> 01/28/2026 17:02:32 FixtureSetup for Issue18806(Android) 2026-01-28T17:02:33.0160633Z Passed Issue1769Test [3 s] 2026-01-28T17:02:35.2666132Z >>>>> 01/28/2026 17:02:35 ItemImageSourceShouldBeVisible Start 2026-01-28T17:02:37.6436708Z >>>>> 01/28/2026 17:02:37 ItemImageSourceShouldBeVisible Stop 2026-01-28T17:02:38.2722059Z Passed ItemImageSourceShouldBeVisible [2 s] 2026-01-28T17:02:38.5711239Z >>>>> 01/28/2026 17:02:38 FixtureSetup for Issue20535(Android) 2026-01-28T17:02:54.2355146Z >>>>> 01/28/2026 17:02:54 The FixtureSetup threw an exception. Attempt 0/1. 2026-01-28T17:02:54.2356200Z Exception details: System.TimeoutException: Re-enable/move TrackColorInitializesCorrectly/TrackColorUpdatesCorrectly to Appium 2026-01-28T17:02:54.2357381Z 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-28T17:02:54.2358022Z 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-28T17:02:54.2358576Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-28T17:02:54.2359017Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-28T17:02:54.2359448Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 499 2026-01-28T17:02:56.1041323Z >>>>> 01/28/2026 17:02:56 FixtureSetup for Issue20535(Android) 2026-01-28T17:03:11.7038687Z >>>>> 01/28/2026 17:03:11 The FixtureSetup threw an exception. Attempt 1/1. 2026-01-28T17:03:11.7040917Z Exception details: System.TimeoutException: Re-enable/move TrackColorInitializesCorrectly/TrackColorUpdatesCorrectly to Appium 2026-01-28T17:03:11.7041430Z 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-28T17:03:11.7041979Z 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-28T17:03:11.7042452Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-28T17:03:11.7042901Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-28T17:03:11.7043289Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 499 2026-01-28T17:03:11.7069035Z >>>>> 01/28/2026 17:03:11 Log types: logcat, bugreport, server 2026-01-28T17:03:11.8806883Z >>>>> 01/28/2026 17:03:11 Log types: logcat, bugreport, server 2026-01-28T17:03:12.1997372Z Setup failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20535(Android) 2026-01-28T17:03:12.2005622Z System.TimeoutException : Re-enable/move TrackColorInitializesCorrectly/TrackColorUpdatesCorrectly to Appium 2026-01-28T17:03:12.2006715Z 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-28T17:03:12.2007854Z 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-28T17:03:12.2009944Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-28T17:03:12.2010609Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-28T17:03:12.2017914Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 499 2026-01-28T17:03:12.2018371Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 120 2026-01-28T17:03:12.2032553Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-28T17:03:12.2032968Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-01-28T17:03:12.2033317Z >>>>> 01/28/2026 17:03:12 FixtureSetup for Issue20706(Android) 2026-01-28T17:03:12.7674888Z Failed SwitchTrackColorTest [33 s] 2026-01-28T17:03:12.7681945Z Error Message: 2026-01-28T17:03:12.7682294Z OneTimeSetUp: System.TimeoutException : Re-enable/move TrackColorInitializesCorrectly/TrackColorUpdatesCorrectly to Appium 2026-01-28T17:03:12.7682626Z Stack Trace: 2026-01-28T17:03:12.7683094Z 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-28T17:03:12.7683674Z 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-28T17:03:12.7684368Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-28T17:03:12.7684904Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-28T17:03:12.7685347Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 499 2026-01-28T17:03:12.7685751Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 120 2026-01-28T17:03:12.7686206Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-28T17:03:12.7686627Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-01-28T17:03:12.7686777Z 2026-01-28T17:03:27.6417214Z >>>>> 01/28/2026 17:03:27 The FixtureSetup threw an exception. Attempt 0/1. 2026-01-28T17:03:27.6417555Z Exception details: System.TimeoutException: Stepper doesn't change increment value when being bound to a double in MVVM context (Windows) 2026-01-28T17:03:27.6417899Z 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-28T17:03:27.6418379Z 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-28T17:03:27.6419061Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-28T17:03:27.6419342Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-28T17:03:27.6419740Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 499 2026-01-28T17:03:29.0733403Z >>>>> 01/28/2026 17:03:29 FixtureSetup for Issue20706(Android) 2026-01-28T17:03:44.5846498Z >>>>> 01/28/2026 17:03:44 The FixtureSetup threw an exception. Attempt 1/1. 2026-01-28T17:03:44.5846912Z Exception details: System.TimeoutException: Stepper doesn't change increment value when being bound to a double in MVVM context (Windows) 2026-01-28T17:03:44.5847268Z 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-28T17:03:44.5847637Z 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-28T17:03:44.5848098Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-28T17:03:44.5848376Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-28T17:03:44.5848626Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 499 2026-01-28T17:03:44.5865633Z >>>>> 01/28/2026 17:03:44 Log types: logcat, bugreport, server 2026-01-28T17:03:44.8427649Z >>>>> 01/28/2026 17:03:44 Log types: logcat, bugreport, server 2026-01-28T17:03:45.1403432Z Setup failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20706(Android) 2026-01-28T17:03:45.1412705Z System.TimeoutException : Stepper doesn't change increment value when being bound to a double in MVVM context (Windows) 2026-01-28T17:03:45.1413266Z 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-28T17:03:45.1413888Z 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-28T17:03:45.1414651Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-28T17:03:45.1415133Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-28T17:03:45.1415557Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 499 2026-01-28T17:03:45.1415943Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 120 2026-01-28T17:03:45.1416337Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-28T17:03:45.1416688Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-01-28T17:03:45.1416953Z >>>>> 01/28/2026 17:03:45 FixtureSetup for Issue2597(Android) 2026-01-28T17:03:45.7680319Z Failed ChangeIncrementValue [32 s] 2026-01-28T17:03:45.7680831Z Error Message: 2026-01-28T17:03:45.7681170Z OneTimeSetUp: System.TimeoutException : Stepper doesn't change increment value when being bound to a double in MVVM context (Windows) 2026-01-28T17:03:45.7681491Z Stack Trace: 2026-01-28T17:03:45.7681921Z 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-28T17:03:45.7682575Z 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-28T17:03:45.7682892Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-28T17:03:45.7683198Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-28T17:03:45.7683452Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 499 2026-01-28T17:03:45.7683682Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 120 2026-01-28T17:03:45.7683944Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-28T17:03:45.7684185Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-01-28T17:03:45.7684489Z 2026-01-28T17:03:48.4680407Z >>>>> 01/28/2026 17:03:48 Issue2597Test Start 2026-01-28T17:03:49.6167184Z >>>>> 01/28/2026 17:03:49 Issue2597Test Stop 2026-01-28T17:03:49.9691160Z Passed Issue2597Test [1 s] 2026-01-28T17:03:50.7924653Z >>>>> 01/28/2026 17:03:50 FixtureSetup for Issue26328(Android) 2026-01-28T17:03:54.0850551Z >>>>> 01/28/2026 17:03:54 NoCrashRemovingSwipeItems Start 2026-01-28T17:04:30.5059309Z >>>>> 01/28/2026 17:04:30 NoCrashRemovingSwipeItems Stop 2026-01-28T17:04:31.3216974Z >>>>> 01/28/2026 17:04:31 FixtureSetup for Issue29086(Android) 2026-01-28T17:04:31.5889536Z Passed NoCrashRemovingSwipeItems [36 s] 2026-01-28T17:04:34.1034626Z >>>>> 01/28/2026 17:04:34 SwipeViewShouldNotClose Start 2026-01-28T17:04:38.3006423Z >>>>> 01/28/2026 17:04:38 SwipeViewShouldNotClose Stop 2026-01-28T17:04:38.6045001Z Passed SwipeViewShouldNotClose [4 s] 2026-01-28T17:04:39.1255465Z >>>>> 01/28/2026 17:04:39 FixtureSetup for Issue29558(Android) 2026-01-28T17:04:42.2207716Z >>>>> 01/28/2026 17:04:42 Issue29558InputViewShouldNotHideOnUnfocusCall Start 2026-01-28T17:04:53.8320951Z >>>>> 01/28/2026 17:04:53 Issue29558InputViewShouldNotHideOnUnfocusCall Stop 2026-01-28T17:04:54.2269355Z Passed Issue29558InputViewShouldNotHideOnUnfocusCall [11 s] 2026-01-28T17:04:54.5016397Z >>>>> 01/28/2026 17:04:54 FixtureSetup for Issue29693(Android) 2026-01-28T17:04:57.4007923Z >>>>> 01/28/2026 17:04:57 VerifySwitchDefaultColors Start 2026-01-28T17:05:00.2151229Z >>>>> 01/28/2026 17:05:00 VerifySwitchDefaultColors Stop 2026-01-28T17:05:00.4011612Z Passed VerifySwitchDefaultColors [2 s] 2026-01-28T17:05:00.9414680Z >>>>> 01/28/2026 17:05:00 FixtureSetup for Issue29740(Android) 2026-01-28T17:05:04.0540954Z >>>>> 01/28/2026 17:05:04 GestureRecognizersOnLabelSpanShouldWork Start 2026-01-28T17:05:07.8977509Z >>>>> 01/28/2026 17:05:07 GestureRecognizersOnLabelSpanShouldWork Stop 2026-01-28T17:05:08.5288748Z >>>>> 01/28/2026 17:05:08 FixtureSetup for Issue29768(Android) 2026-01-28T17:05:08.5544581Z Passed GestureRecognizersOnLabelSpanShouldWork [3 s] 2026-01-28T17:05:11.3691606Z >>>>> 01/28/2026 17:05:11 VerifySwitchOffColorAfterReopeningApp Start 2026-01-28T17:05:16.6644851Z >>>>> 01/28/2026 17:05:16 VerifySwitchOffColorAfterReopeningApp Stop 2026-01-28T17:05:17.4102307Z Passed VerifySwitchOffColorAfterReopeningApp [5 s] 2026-01-28T17:05:17.4525822Z >>>>> 01/28/2026 17:05:17 FixtureSetup for Issue3087(Android) 2026-01-28T17:05:20.1899141Z >>>>> 01/28/2026 17:05:20 NonAppCompatBasicSwitchTest Start 2026-01-28T17:05:21.2343661Z >>>>> 01/28/2026 17:05:21 NonAppCompatBasicSwitchTest Stop 2026-01-28T17:05:21.6955602Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-01-28T17:05:21.9059605Z >>>>> 01/28/2026 17:05:21 FixtureSetup for Issue33274(Android) 2026-01-28T17:05:24.6755154Z >>>>> 01/28/2026 17:05:24 Issue33274CheckInAndDeCrementation Start 2026-01-28T17:05:27.3898172Z >>>>> 01/28/2026 17:05:27 Issue33274CheckInAndDeCrementation Stop 2026-01-28T17:05:27.6755497Z Passed Issue33274CheckInAndDeCrementation [2 s] 2026-01-28T17:05:28.0384723Z >>>>> 01/28/2026 17:05:28 FixtureSetup for Issue8263(Android) 2026-01-28T17:05:30.7360943Z >>>>> 01/28/2026 17:05:30 SwitchOnOffVisualStatesTest Start 2026-01-28T17:05:33.7615667Z >>>>> 01/28/2026 17:05:33 SwitchOnOffVisualStatesTest Stop 2026-01-28T17:05:34.5350789Z >>>>> 01/28/2026 17:05:34 FixtureSetup for Issue9306(Android) 2026-01-28T17:05:35.2362023Z Passed SwitchOnOffVisualStatesTest [3 s] 2026-01-28T17:05:37.6128221Z >>>>> 01/28/2026 17:05:37 Issue9306SwipeViewCloseSwiping Start 2026-01-28T17:05:41.8965656Z >>>>> 01/28/2026 17:05:41 Issue9306SwipeViewCloseSwiping Stop 2026-01-28T17:05:42.1124901Z Passed Issue9306SwipeViewCloseSwiping [4 s] 2026-01-28T17:05:42.5765006Z >>>>> 01/28/2026 17:05:42 FixtureSetup for Issue9951(Android) 2026-01-28T17:05:45.3517065Z >>>>> 01/28/2026 17:05:45 SwitchColorTestAfterToggling Start 2026-01-28T17:05:47.7723272Z >>>>> 01/28/2026 17:05:47 SwitchColorTestAfterToggling Stop 2026-01-28T17:05:47.8826117Z Passed SwitchColorTestAfterToggling [2 s] 2026-01-28T17:05:47.8827802Z >>>>> 01/28/2026 17:05:47 SwitchColorTestBeforeToggling Start 2026-01-28T17:05:48.6386288Z >>>>> 01/28/2026 17:05:48 SwitchColorTestBeforeToggling Stop 2026-01-28T17:05:49.3118178Z >>>>> 01/28/2026 17:05:49 FixtureSetup for SwipeViewUITest(Android) 2026-01-28T17:05:49.3892669Z Passed SwitchColorTestBeforeToggling [867 ms] 2026-01-28T17:05:52.1151401Z >>>>> 01/28/2026 17:05:52 VerifySwipeViewApperance Start 2026-01-28T17:05:54.5629965Z >>>>> 01/28/2026 17:05:54 VerifySwipeViewApperance Stop 2026-01-28T17:05:55.1167876Z Passed VerifySwipeViewApperance [2 s] 2026-01-28T17:05:55.1656175Z >>>>> 01/28/2026 17:05:55 FixtureSetup for StepperFeatureTests(Android) 2026-01-28T17:05:59.9886282Z >>>>> 01/28/2026 17:05:59 Stepper_ValidateDefaultValues_VerifyLabels Start 2026-01-28T17:06:01.1529043Z >>>>> 01/28/2026 17:06:01 Stepper_ValidateDefaultValues_VerifyLabels Stop 2026-01-28T17:06:01.2725214Z >>>>> 01/28/2026 17:06:01 Stepper_AtMaximumValue_IncrementButtonDisabled Start 2026-01-28T17:06:01.4878387Z Passed Stepper_ValidateDefaultValues_VerifyLabels [1 s] 2026-01-28T17:06:06.0944008Z >>>>> 01/28/2026 17:06:06 Stepper_AtMaximumValue_IncrementButtonDisabled Stop 2026-01-28T17:06:06.2013036Z Passed Stepper_AtMaximumValue_IncrementButtonDisabled [4 s] 2026-01-28T17:06:06.2013390Z >>>>> 01/28/2026 17:06:06 Stepper_AtMinimumValue_DecrementButtonDisabled Start 2026-01-28T17:06:11.3706809Z >>>>> 01/28/2026 17:06:11 Stepper_AtMinimumValue_DecrementButtonDisabled Stop 2026-01-28T17:06:11.4822061Z Passed Stepper_AtMinimumValue_DecrementButtonDisabled [5 s] 2026-01-28T17:06:11.4822682Z >>>>> 01/28/2026 17:06:11 Stepper_ChangeFlowDirection_RTL_VerifyVisualState Start 2026-01-28T17:06:14.7695646Z >>>>> 01/28/2026 17:06:14 Stepper_ChangeFlowDirection_RTL_VerifyVisualState Stop 2026-01-28T17:06:14.8844721Z Passed Stepper_ChangeFlowDirection_RTL_VerifyVisualState [3 s] 2026-01-28T17:06:14.8845310Z >>>>> 01/28/2026 17:06:14 Stepper_DecrementDoesNotGoBelowMinimum Start 2026-01-28T17:06:22.3318254Z >>>>> 01/28/2026 17:06:22 Stepper_DecrementDoesNotGoBelowMinimum Stop 2026-01-28T17:06:22.4517549Z Passed Stepper_DecrementDoesNotGoBelowMinimum [7 s] 2026-01-28T17:06:22.4518631Z >>>>> 01/28/2026 17:06:22 Stepper_IncrementDoesNotExceedMaximum Start 2026-01-28T17:06:29.7860404Z >>>>> 01/28/2026 17:06:29 Stepper_IncrementDoesNotExceedMaximum Stop 2026-01-28T17:06:29.8995908Z Passed Stepper_IncrementDoesNotExceedMaximum [7 s] 2026-01-28T17:06:29.8996383Z >>>>> 01/28/2026 17:06:29 Stepper_ResetToInitialState_VerifyDefaultValues Start 2026-01-28T17:06:34.7292169Z >>>>> 01/28/2026 17:06:34 Stepper_ResetToInitialState_VerifyDefaultValues Stop 2026-01-28T17:06:34.8450016Z Passed Stepper_ResetToInitialState_VerifyDefaultValues [4 s] 2026-01-28T17:06:34.8450425Z >>>>> 01/28/2026 17:06:34 Stepper_SetEnabledStateToFalse_VerifyVisualState Start 2026-01-28T17:06:37.5299476Z >>>>> 01/28/2026 17:06:37 Stepper_SetEnabledStateToFalse_VerifyVisualState Stop 2026-01-28T17:06:37.6470306Z Passed Stepper_SetEnabledStateToFalse_VerifyVisualState [2 s] 2026-01-28T17:06:37.6470634Z >>>>> 01/28/2026 17:06:37 Stepper_SetIncrementAndVerifyValueChange Start 2026-01-28T17:06:41.7411346Z >>>>> 01/28/2026 17:06:41 Stepper_SetIncrementAndVerifyValueChange Stop 2026-01-28T17:06:41.8553551Z Passed Stepper_SetIncrementAndVerifyValueChange [4 s] 2026-01-28T17:06:41.8554016Z >>>>> 01/28/2026 17:06:41 Stepper_SetIncrementValue_VerifyIncrement Start 2026-01-28T17:06:45.3762351Z >>>>> 01/28/2026 17:06:45 Stepper_SetIncrementValue_VerifyIncrement Stop 2026-01-28T17:06:45.4939344Z Passed Stepper_SetIncrementValue_VerifyIncrement [3 s] 2026-01-28T17:06:45.4942154Z >>>>> 01/28/2026 17:06:45 Stepper_SetMaximumValue_VerifyMaximumLabel Start 2026-01-28T17:06:48.4928110Z >>>>> 01/28/2026 17:06:48 Stepper_SetMaximumValue_VerifyMaximumLabel Stop 2026-01-28T17:06:48.6075898Z Passed Stepper_SetMaximumValue_VerifyMaximumLabel [3 s] 2026-01-28T17:06:48.6076490Z >>>>> 01/28/2026 17:06:48 Stepper_SetMinimumValue_VerifyMinimumLabel Start 2026-01-28T17:06:51.6155806Z >>>>> 01/28/2026 17:06:51 Stepper_SetMinimumValue_VerifyMinimumLabel Stop 2026-01-28T17:06:51.7366473Z Passed Stepper_SetMinimumValue_VerifyMinimumLabel [3 s] 2026-01-28T17:06:51.7366932Z >>>>> 01/28/2026 17:06:51 Stepper_SetValueExceedsMaximum Start 2026-01-28T17:06:56.8042238Z >>>>> 01/28/2026 17:06:56 Stepper_SetValueExceedsMaximum Stop 2026-01-28T17:06:56.9192351Z Passed Stepper_SetValueExceedsMaximum [5 s] 2026-01-28T17:06:56.9193049Z >>>>> 01/28/2026 17:06:56 Stepper_SetValueWithinRange_VerifyValueLabel Start 2026-01-28T17:06:59.8350807Z >>>>> 01/28/2026 17:06:59 Stepper_SetValueWithinRange_VerifyValueLabel Stop 2026-01-28T17:06:59.9472675Z Passed Stepper_SetValueWithinRange_VerifyValueLabel [3 s] 2026-01-28T17:06:59.9473482Z >>>>> 01/28/2026 17:06:59 Stepper_SetVisibilityToFalse_VerifyVisualState Start 2026-01-28T17:07:02.6942832Z >>>>> 01/28/2026 17:07:02 Stepper_SetVisibilityToFalse_VerifyVisualState Stop 2026-01-28T17:07:02.9476831Z Passed Stepper_SetVisibilityToFalse_VerifyVisualState [2 s] 2026-01-28T17:07:03.4609612Z >>>>> 01/28/2026 17:07:03 FixtureSetup for StepperUITests(Android) 2026-01-28T17:07:08.2639249Z >>>>> 01/28/2026 17:07:08 DecreaseStepper Start 2026-01-28T17:07:10.1752530Z >>>>> 01/28/2026 17:07:10 DecreaseStepper Stop 2026-01-28T17:07:10.2901789Z Passed DecreaseStepper [2 s] 2026-01-28T17:07:10.2902194Z >>>>> 01/28/2026 17:07:10 IncreaseStepper Start 2026-01-28T17:07:10.9606982Z >>>>> 01/28/2026 17:07:10 IncreaseStepper Stop 2026-01-28T17:07:11.7211400Z >>>>> 01/28/2026 17:07:11 FixtureSetup for SwipeViewFeatureTests(Android) 2026-01-28T17:07:11.7903177Z Passed IncreaseStepper [788 ms] 2026-01-28T17:07:16.8273121Z >>>>> 01/28/2026 17:07:16 VerifySwipeViewWhenLabelSwipeItemAndEvents Start 2026-01-28T17:07:19.6470999Z >>>>> 01/28/2026 17:07:19 VerifySwipeViewWhenLabelSwipeItemAndEvents Stop 2026-01-28T17:07:19.7728335Z Passed VerifySwipeViewWhenLabelSwipeItemAndEvents [2 s] 2026-01-28T17:07:19.7728677Z >>>>> 01/28/2026 17:07:19 VerifySwipeViewWhenImageSwipeItemAndEvents Start 2026-01-28T17:07:25.0493931Z >>>>> 01/28/2026 17:07:25 VerifySwipeViewWhenImageSwipeItemAndEvents Stop 2026-01-28T17:07:25.1633747Z Passed VerifySwipeViewWhenImageSwipeItemAndEvents [5 s] 2026-01-28T17:07:25.1634614Z >>>>> 01/28/2026 17:07:25 VerifySwipeViewWhenLabelContentAndProgrammaticActions Start 2026-01-28T17:07:30.8374159Z >>>>> 01/28/2026 17:07:30 VerifySwipeViewWhenLabelContentAndProgrammaticActions Stop 2026-01-28T17:07:30.9484511Z Passed VerifySwipeViewWhenLabelContentAndProgrammaticActions [5 s] 2026-01-28T17:07:30.9485121Z >>>>> 01/28/2026 17:07:30 VerifySwipeViewWithImageContentAndProgrammaticActions Start 2026-01-28T17:07:37.8908431Z >>>>> 01/28/2026 17:07:37 VerifySwipeViewWithImageContentAndProgrammaticActions Stop 2026-01-28T17:07:38.0099757Z Passed VerifySwipeViewWithImageContentAndProgrammaticActions [7 s] 2026-01-28T17:07:38.0100383Z >>>>> 01/28/2026 17:07:38 VerifySwipeViewWithCollectionViewContentAndProgrammaticActions Start 2026-01-28T17:07:44.0365773Z >>>>> 01/28/2026 17:07:44 VerifySwipeViewWithCollectionViewContentAndProgrammaticActions Stop 2026-01-28T17:07:44.1916689Z Passed VerifySwipeViewWithCollectionViewContentAndProgrammaticActions [6 s] 2026-01-28T17:07:44.1917137Z >>>>> 01/28/2026 17:07:44 VerifyCollectionViewContentWithButtonSwipeItem Start 2026-01-28T17:07:50.2936004Z >>>>> 01/28/2026 17:07:50 VerifyCollectionViewContentWithButtonSwipeItem Stop 2026-01-28T17:07:50.4174141Z Passed VerifyCollectionViewContentWithButtonSwipeItem [6 s] 2026-01-28T17:07:50.4175220Z >>>>> 01/28/2026 17:07:50 VerifyCollectionViewContentWithIconImageSwipeItem Start 2026-01-28T17:07:57.0183846Z >>>>> 01/28/2026 17:07:57 VerifyCollectionViewContentWithIconImageSwipeItem Stop 2026-01-28T17:07:57.1321588Z Passed VerifyCollectionViewContentWithIconImageSwipeItem [6 s] 2026-01-28T17:07:57.1322056Z >>>>> 01/28/2026 17:07:57 VerifyCollectionViewContentWithLabelSwipeItem Start 2026-01-28T17:08:03.6063377Z >>>>> 01/28/2026 17:08:03 VerifyCollectionViewContentWithLabelSwipeItem Stop 2026-01-28T17:08:03.7169166Z Passed VerifyCollectionViewContentWithLabelSwipeItem [6 s] 2026-01-28T17:08:03.7169750Z >>>>> 01/28/2026 17:08:03 VerifyCollectionViewWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Start 2026-01-28T17:08:08.5762647Z >>>>> 01/28/2026 17:08:08 VerifyCollectionViewWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Stop 2026-01-28T17:08:08.7736104Z Passed VerifyCollectionViewWithSwipeRevealAndSwipeBehaviorOnInvokedAuto [5 s] 2026-01-28T17:08:08.7739301Z >>>>> 01/28/2026 17:08:08 VerifyImageContentWithButtonSwipeItem Start 2026-01-28T17:08:14.0019494Z >>>>> 01/28/2026 17:08:14 VerifyImageContentWithButtonSwipeItem Stop 2026-01-28T17:08:14.1242568Z Passed VerifyImageContentWithButtonSwipeItem [5 s] 2026-01-28T17:08:14.1243034Z >>>>> 01/28/2026 17:08:14 VerifyImageContentWithIconImageSwipeItem Start 2026-01-28T17:08:18.7822213Z >>>>> 01/28/2026 17:08:18 VerifyImageContentWithIconImageSwipeItem Stop 2026-01-28T17:08:18.8946026Z Passed VerifyImageContentWithIconImageSwipeItem [4 s] 2026-01-28T17:08:18.8946531Z >>>>> 01/28/2026 17:08:18 VerifyImageContentWithLabelSwipeItem Start 2026-01-28T17:08:23.3883914Z >>>>> 01/28/2026 17:08:23 VerifyImageContentWithLabelSwipeItem Stop 2026-01-28T17:08:23.4936558Z Passed VerifyImageContentWithLabelSwipeItem [4 s] 2026-01-28T17:08:23.4937038Z >>>>> 01/28/2026 17:08:23 VerifyImageWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Start 2026-01-28T17:08:27.4644575Z >>>>> 01/28/2026 17:08:27 VerifyImageWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Stop 2026-01-28T17:08:27.6817841Z Passed VerifyImageWithSwipeRevealAndSwipeBehaviorOnInvokedAuto [4 s] 2026-01-28T17:08:27.6818336Z >>>>> 01/28/2026 17:08:27 VerifyLabelWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Start 2026-01-28T17:08:31.8385527Z >>>>> 01/28/2026 17:08:31 VerifyLabelWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Stop 2026-01-28T17:08:31.9542373Z Passed VerifyLabelWithSwipeRevealAndSwipeBehaviorOnInvokedAuto [4 s] 2026-01-28T17:08:31.9542883Z >>>>> 01/28/2026 17:08:31 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedAuto Start 2026-01-28T17:08:36.8280288Z >>>>> 01/28/2026 17:08:36 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedAuto Stop 2026-01-28T17:08:36.9397498Z Passed VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedAuto [4 s] 2026-01-28T17:08:36.9398490Z >>>>> 01/28/2026 17:08:36 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedCloseSwipeViewButton Start 2026-01-28T17:08:42.4986123Z >>>>> 01/28/2026 17:08:42 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedCloseSwipeViewButton Stop 2026-01-28T17:08:42.6192161Z Passed VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedCloseSwipeViewButton [5 s] 2026-01-28T17:08:42.6192622Z >>>>> 01/28/2026 17:08:42 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedRemainOpen Start 2026-01-28T17:08:47.3748973Z >>>>> 01/28/2026 17:08:47 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedRemainOpen Stop 2026-01-28T17:08:47.4780330Z Passed VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedRemainOpen [4 s] 2026-01-28T17:08:47.4780835Z >>>>> 01/28/2026 17:08:47 VerifySwipeModeRevealWithSwipeBehaviorOnInvokedCloseSwipeViewButton Start 2026-01-28T17:08:52.2070307Z >>>>> 01/28/2026 17:08:52 VerifySwipeModeRevealWithSwipeBehaviorOnInvokedCloseSwipeViewButton Stop 2026-01-28T17:08:52.3174565Z Passed VerifySwipeModeRevealWithSwipeBehaviorOnInvokedCloseSwipeViewButton [4 s] 2026-01-28T17:08:52.3175274Z >>>>> 01/28/2026 17:08:52 VerifySwipeModeRevealWithSwipeBehaviorOnInvokedRemainOpen Start 2026-01-28T17:08:57.3158392Z >>>>> 01/28/2026 17:08:57 VerifySwipeModeRevealWithSwipeBehaviorOnInvokedRemainOpen Stop 2026-01-28T17:08:57.4204872Z Passed VerifySwipeModeRevealWithSwipeBehaviorOnInvokedRemainOpen [5 s] 2026-01-28T17:08:57.4205589Z >>>>> 01/28/2026 17:08:57 VerifySwipeViewWithButtonSwipeItemChanged Start 2026-01-28T17:09:01.2649269Z >>>>> 01/28/2026 17:09:01 VerifySwipeViewWithButtonSwipeItemChanged Stop 2026-01-28T17:09:01.3718902Z Passed VerifySwipeViewWithButtonSwipeItemChanged [3 s] 2026-01-28T17:09:01.3719249Z >>>>> 01/28/2026 17:09:01 VerifySwipeViewWithButtonSwipeItemsBackgroundColor Start 2026-01-28T17:09:06.0181879Z >>>>> 01/28/2026 17:09:06 VerifySwipeViewWithButtonSwipeItemsBackgroundColor Stop 2026-01-28T17:09:06.1313162Z Passed VerifySwipeViewWithButtonSwipeItemsBackgroundColor [4 s] 2026-01-28T17:09:06.1313535Z >>>>> 01/28/2026 17:09:06 VerifySwipeViewWithCollectionViewContentAndBackgroundColor Start 2026-01-28T17:09:09.6964629Z >>>>> 01/28/2026 17:09:09 VerifySwipeViewWithCollectionViewContentAndBackgroundColor Stop 2026-01-28T17:09:09.8169471Z Passed VerifySwipeViewWithCollectionViewContentAndBackgroundColor [3 s] 2026-01-28T17:09:09.8169832Z >>>>> 01/28/2026 17:09:09 VerifySwipeViewWithCollectionViewContentAndFlowDirection Start 2026-01-28T17:09:14.2198687Z >>>>> 01/28/2026 17:09:14 VerifySwipeViewWithCollectionViewContentAndFlowDirection Stop 2026-01-28T17:09:14.4281590Z Passed VerifySwipeViewWithCollectionViewContentAndFlowDirection [4 s] 2026-01-28T17:09:14.4282206Z >>>>> 01/28/2026 17:09:14 VerifySwipeViewWithCollectionViewContentAndIsEnabledFalse Start 2026-01-28T17:09:18.5557886Z >>>>> 01/28/2026 17:09:18 VerifySwipeViewWithCollectionViewContentAndIsEnabledFalse Stop 2026-01-28T17:09:18.6641759Z Passed VerifySwipeViewWithCollectionViewContentAndIsEnabledFalse [4 s] 2026-01-28T17:09:18.6642317Z >>>>> 01/28/2026 17:09:18 VerifySwipeViewWithCollectionViewContentAndIsVisibleFalse Start 2026-01-28T17:09:21.5820371Z >>>>> 01/28/2026 17:09:21 VerifySwipeViewWithCollectionViewContentAndIsVisibleFalse Stop 2026-01-28T17:09:21.8195265Z Passed VerifySwipeViewWithCollectionViewContentAndIsVisibleFalse [3 s] 2026-01-28T17:09:21.8199602Z >>>>> 01/28/2026 17:09:21 VerifySwipeViewWithCollectionViewContentAndThreshold Start 2026-01-28T17:09:27.5676145Z >>>>> 01/28/2026 17:09:27 VerifySwipeViewWithCollectionViewContentAndThreshold Stop 2026-01-28T17:09:27.6776568Z Passed VerifySwipeViewWithCollectionViewContentAndThreshold [5 s] 2026-01-28T17:09:27.6777028Z >>>>> 01/28/2026 17:09:27 VerifySwipeViewWithCollectionViewContentChanged Start 2026-01-28T17:09:30.5543485Z >>>>> 01/28/2026 17:09:30 VerifySwipeViewWithCollectionViewContentChanged Stop 2026-01-28T17:09:30.6599668Z Passed VerifySwipeViewWithCollectionViewContentChanged [2 s] 2026-01-28T17:09:30.6600373Z >>>>> 01/28/2026 17:09:30 VerifySwipeViewWithCollectionViewContentSwipeMode Start 2026-01-28T17:09:35.4842114Z >>>>> 01/28/2026 17:09:35 VerifySwipeViewWithCollectionViewContentSwipeMode Stop 2026-01-28T17:09:35.5934070Z Passed VerifySwipeViewWithCollectionViewContentSwipeMode [4 s] 2026-01-28T17:09:35.5934903Z >>>>> 01/28/2026 17:09:35 VerifySwipeViewWithIconImageSwipeItemChanged Start 2026-01-28T17:09:39.3794030Z >>>>> 01/28/2026 17:09:39 VerifySwipeViewWithIconImageSwipeItemChanged Stop 2026-01-28T17:09:39.4996041Z Passed VerifySwipeViewWithIconImageSwipeItemChanged [3 s] 2026-01-28T17:09:39.4996504Z >>>>> 01/28/2026 17:09:39 VerifySwipeViewWithIconImageSwipeItemsBackgroundColor Start 2026-01-28T17:09:44.2193146Z >>>>> 01/28/2026 17:09:44 VerifySwipeViewWithIconImageSwipeItemsBackgroundColor Stop 2026-01-28T17:09:44.3249898Z Passed VerifySwipeViewWithIconImageSwipeItemsBackgroundColor [4 s] 2026-01-28T17:09:44.3250372Z >>>>> 01/28/2026 17:09:44 VerifySwipeViewWithImageContentAndBackgroundColor Start 2026-01-28T17:09:47.5702050Z >>>>> 01/28/2026 17:09:47 VerifySwipeViewWithImageContentAndBackgroundColor Stop 2026-01-28T17:09:47.6783297Z Passed VerifySwipeViewWithImageContentAndBackgroundColor [3 s] 2026-01-28T17:09:47.6783776Z >>>>> 01/28/2026 17:09:47 VerifySwipeViewWithImageContentAndFlowDirection Start 2026-01-28T17:09:51.0457598Z >>>>> 01/28/2026 17:09:51 VerifySwipeViewWithImageContentAndFlowDirection Stop 2026-01-28T17:09:51.1502216Z Passed VerifySwipeViewWithImageContentAndFlowDirection [3 s] 2026-01-28T17:09:51.1502593Z >>>>> 01/28/2026 17:09:51 VerifySwipeViewWithImageContentAndIsEnabledFalse Start 2026-01-28T17:09:55.7719730Z >>>>> 01/28/2026 17:09:55 VerifySwipeViewWithImageContentAndIsEnabledFalse Stop 2026-01-28T17:09:55.8739160Z Passed VerifySwipeViewWithImageContentAndIsEnabledFalse [4 s] 2026-01-28T17:09:55.8739504Z >>>>> 01/28/2026 17:09:55 VerifySwipeViewWithImageContentAndIsVisibleFalse Start 2026-01-28T17:09:58.3730363Z >>>>> 01/28/2026 17:09:58 VerifySwipeViewWithImageContentAndIsVisibleFalse Stop 2026-01-28T17:09:58.5902629Z Passed VerifySwipeViewWithImageContentAndIsVisibleFalse [2 s] 2026-01-28T17:09:58.5903668Z >>>>> 01/28/2026 17:09:58 VerifySwipeViewWithImageContentAndShadow Start 2026-01-28T17:10:03.1285450Z >>>>> 01/28/2026 17:10:03 VerifySwipeViewWithImageContentAndShadow Stop 2026-01-28T17:10:03.2334182Z Passed VerifySwipeViewWithImageContentAndShadow [4 s] 2026-01-28T17:10:03.2334833Z >>>>> 01/28/2026 17:10:03 VerifySwipeViewWithImageContentAndThreshold Start 2026-01-28T17:10:08.4543909Z >>>>> 01/28/2026 17:10:08 VerifySwipeViewWithImageContentAndThreshold Stop 2026-01-28T17:10:08.5784532Z Passed VerifySwipeViewWithImageContentAndThreshold [5 s] 2026-01-28T17:10:08.5785019Z >>>>> 01/28/2026 17:10:08 VerifySwipeViewWithImageContentChanged Start 2026-01-28T17:10:11.5332827Z >>>>> 01/28/2026 17:10:11 VerifySwipeViewWithImageContentChanged Stop 2026-01-28T17:10:11.6394666Z Passed VerifySwipeViewWithImageContentChanged [3 s] 2026-01-28T17:10:11.6395190Z >>>>> 01/28/2026 17:10:11 VerifySwipeViewWithImageContentSwipeMode Start 2026-01-28T17:10:16.2774689Z >>>>> 01/28/2026 17:10:16 VerifySwipeViewWithImageContentSwipeMode Stop 2026-01-28T17:10:16.3746597Z Passed VerifySwipeViewWithImageContentSwipeMode [4 s] 2026-01-28T17:10:16.3747069Z >>>>> 01/28/2026 17:10:16 VerifySwipeViewWithLabelContentAndBackgroundColor Start 2026-01-28T17:10:19.7968927Z >>>>> 01/28/2026 17:10:19 VerifySwipeViewWithLabelContentAndBackgroundColor Stop 2026-01-28T17:10:19.9061636Z Passed VerifySwipeViewWithLabelContentAndBackgroundColor [3 s] 2026-01-28T17:10:19.9061982Z >>>>> 01/28/2026 17:10:19 VerifySwipeViewWithLabelContentAndFlowDirection Start 2026-01-28T17:10:22.7051311Z >>>>> 01/28/2026 17:10:22 VerifySwipeViewWithLabelContentAndFlowDirection Stop 2026-01-28T17:10:22.8125068Z Passed VerifySwipeViewWithLabelContentAndFlowDirection [2 s] 2026-01-28T17:10:22.8125412Z >>>>> 01/28/2026 17:10:22 VerifySwipeViewWithLabelContentAndIsEnabledFalse Start 2026-01-28T17:10:26.1076014Z >>>>> 01/28/2026 17:10:26 VerifySwipeViewWithLabelContentAndIsEnabledFalse Stop 2026-01-28T17:10:26.2080406Z Passed VerifySwipeViewWithLabelContentAndIsEnabledFalse [3 s] 2026-01-28T17:10:26.2080919Z >>>>> 01/28/2026 17:10:26 VerifySwipeViewWithLabelContentAndIsVisibleFalse Start 2026-01-28T17:10:28.5622326Z >>>>> 01/28/2026 17:10:28 VerifySwipeViewWithLabelContentAndIsVisibleFalse Stop 2026-01-28T17:10:28.6664696Z Passed VerifySwipeViewWithLabelContentAndIsVisibleFalse [2 s] 2026-01-28T17:10:28.6665850Z >>>>> 01/28/2026 17:10:28 VerifySwipeViewWithLabelContentAndShadow Start 2026-01-28T17:10:32.4020764Z >>>>> 01/28/2026 17:10:32 VerifySwipeViewWithLabelContentAndShadow Stop 2026-01-28T17:10:32.5119349Z Passed VerifySwipeViewWithLabelContentAndShadow [3 s] 2026-01-28T17:10:32.5119677Z >>>>> 01/28/2026 17:10:32 VerifySwipeViewWithLabelContentAndThreshold Start 2026-01-28T17:10:37.5833388Z >>>>> 01/28/2026 17:10:37 VerifySwipeViewWithLabelContentAndThreshold Stop 2026-01-28T17:10:37.6923170Z Passed VerifySwipeViewWithLabelContentAndThreshold [5 s] 2026-01-28T17:10:37.6923821Z >>>>> 01/28/2026 17:10:37 VerifySwipeViewWithLabelContentSwipeMode Start 2026-01-28T17:10:42.3442229Z >>>>> 01/28/2026 17:10:42 VerifySwipeViewWithLabelContentSwipeMode Stop 2026-01-28T17:10:42.4445460Z Passed VerifySwipeViewWithLabelContentSwipeMode [4 s] 2026-01-28T17:10:42.4445803Z >>>>> 01/28/2026 17:10:42 VerifySwipeViewWithLabelSwipeItemsBackgroundColor Start 2026-01-28T17:10:46.4085875Z >>>>> 01/28/2026 17:10:46 VerifySwipeViewWithLabelSwipeItemsBackgroundColor Stop 2026-01-28T17:10:46.5175707Z Passed VerifySwipeViewWithLabelSwipeItemsBackgroundColor [4 s] 2026-01-28T17:10:46.5176277Z >>>>> 01/28/2026 17:10:46 VerifyThresholdWithSwipeMode Start 2026-01-28T17:10:51.6253632Z >>>>> 01/28/2026 17:10:51 VerifyThresholdWithSwipeMode Stop 2026-01-28T17:10:52.3439604Z >>>>> 01/28/2026 17:10:52 FixtureSetup for SwipeViewUITests(Android) 2026-01-28T17:10:52.5179969Z Passed VerifyThresholdWithSwipeMode [5 s] 2026-01-28T17:10:57.1138203Z >>>>> 01/28/2026 17:10:57 SwipeToLeft Start 2026-01-28T17:10:59.1072225Z >>>>> 01/28/2026 17:10:59 SwipeToLeft Stop 2026-01-28T17:10:59.2277672Z Passed SwipeToLeft [2 s] 2026-01-28T17:10:59.2278336Z >>>>> 01/28/2026 17:10:59 SwipeToRight Start 2026-01-28T17:11:00.6406664Z >>>>> 01/28/2026 17:11:00 SwipeToRight Stop 2026-01-28T17:11:01.3915633Z >>>>> 01/28/2026 17:11:01 FixtureSetup for SwitchFeatureTests(Android) 2026-01-28T17:11:02.2336021Z Passed SwipeToRight [1 s] 2026-01-28T17:11:06.3663340Z >>>>> 01/28/2026 17:11:06 Switch_InitialState_VerifyVisualState Start 2026-01-28T17:11:07.7773248Z >>>>> 01/28/2026 17:11:07 Switch_InitialState_VerifyVisualState Stop 2026-01-28T17:11:07.8903491Z Passed Switch_InitialState_VerifyVisualState [1 s] 2026-01-28T17:11:07.8903991Z >>>>> 01/28/2026 17:11:07 Switch_Click_VerifyVisualState Start 2026-01-28T17:11:08.7239870Z >>>>> 01/28/2026 17:11:08 Switch_Click_VerifyVisualState Stop 2026-01-28T17:11:08.8315062Z >>>>> 01/28/2026 17:11:08 Switch_SetEnabled_VerifyVisualState Start 2026-01-28T17:11:09.3953905Z Passed Switch_Click_VerifyVisualState [941 ms] 2026-01-28T17:11:11.5489787Z >>>>> 01/28/2026 17:11:11 Switch_SetEnabled_VerifyVisualState Stop 2026-01-28T17:11:11.6499309Z Passed Switch_SetEnabled_VerifyVisualState [2 s] 2026-01-28T17:11:11.6500029Z >>>>> 01/28/2026 17:11:11 Switch_SetFlowDirectionAndToggled_VerifyVisualState Start 2026-01-28T17:11:15.0116543Z >>>>> 01/28/2026 17:11:15 Switch_SetFlowDirectionAndToggled_VerifyVisualState Stop 2026-01-28T17:11:15.1170111Z Passed Switch_SetFlowDirectionAndToggled_VerifyVisualState [3 s] 2026-01-28T17:11:15.1170738Z >>>>> 01/28/2026 17:11:15 Switch_SetOnColorAndThumbColor_VerifyVisualState Start 2026-01-28T17:11:19.1871148Z >>>>> 01/28/2026 17:11:19 Switch_SetOnColorAndThumbColor_VerifyVisualState Stop 2026-01-28T17:11:19.3000932Z Passed Switch_SetOnColorAndThumbColor_VerifyVisualState [4 s] 2026-01-28T17:11:19.3001395Z >>>>> 01/28/2026 17:11:19 Switch_SetThumbColorAndOnColor_VerifyVisualState Start 2026-01-28T17:11:23.3981138Z >>>>> 01/28/2026 17:11:23 Switch_SetThumbColorAndOnColor_VerifyVisualState Stop 2026-01-28T17:11:23.5178852Z Passed Switch_SetThumbColorAndOnColor_VerifyVisualState [4 s] 2026-01-28T17:11:23.5179411Z >>>>> 01/28/2026 17:11:23 Switch_SetToggledAndOnColor_VerifyVisualState Start 2026-01-28T17:11:26.9893818Z >>>>> 01/28/2026 17:11:26 Switch_SetToggledAndOnColor_VerifyVisualState Stop 2026-01-28T17:11:27.1059276Z Passed Switch_SetToggledAndOnColor_VerifyVisualState [3 s] 2026-01-28T17:11:27.1060392Z >>>>> 01/28/2026 17:11:27 Switch_SetVisibleAndToggled_VerifyVisualState Start 2026-01-28T17:11:30.3547854Z >>>>> 01/28/2026 17:11:30 Switch_SetVisibleAndToggled_VerifyVisualState Stop 2026-01-28T17:11:31.6063808Z Passed Switch_SetVisibleAndToggled_VerifyVisualState [3 s] 2026-01-28T17:11:31.6289867Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-28T17:11:31.6329335Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.3) 2026-01-28T17:11:31.7209906Z [xUnit.net 00:00:00.08] Discovering: Controls.TestCases.Android.Tests 2026-01-28T17:11:31.8970849Z [xUnit.net 00:00:00.26] Discovered: Controls.TestCases.Android.Tests 2026-01-28T17:11:31.9913651Z Results File: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.trx 2026-01-28T17:11:31.9919822Z 2026-01-28T17:11:31.9967710Z Test Run Failed. 2026-01-28T17:11:31.9968208Z Total tests: 110 2026-01-28T17:11:31.9968433Z Passed: 106 2026-01-28T17:11:31.9968690Z Failed: 4 2026-01-28T17:11:31.9970704Z Total time: 11.5869 Minutes 2026-01-28T17:11:32.0563116Z Test Run complete: Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.trx 2026-01-28T17:11:32.0563729Z Retry UITests run Count: 1 2026-01-28T17:11:32.0565558Z Run Tests With Filter TestCategory=SoftInput|TestCategory=Stepper|TestCategory=Switch|TestCategory=SwipeView 2026-01-28T17:11:32.0565941Z Log Directory: /mnt/vss/_work/1/a/logs 2026-01-28T17:11:32.0566209Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-01-28T17:11:32.0566540Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-28T17:11:32.0566900Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-28T17:11:32.0567247Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-01-28T17:11:32.0567601Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-28T17:11:32.0567948Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-28T17:11:32.0568319Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-28T17:11:32.0568651Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-28T17:11:32.0569640Z 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-28T17:11:32.0570948Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.binlog 2026-01-28T17:11:32.0573349Z 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=SoftInput|TestCategory=Stepper|TestCategory=Switch|TestCategory=SwipeView" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.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-SoftInput_Stepper_Switch_SwipeView.binlog /p:VStestUseMSBuildOutput=false 2026-01-28T17:11:33.0926159Z 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-28T17:11:33.1563434Z VSTest version 18.0.1 (x64) 2026-01-28T17:11:33.1598333Z 2026-01-28T17:11:33.2491487Z Starting test execution, please wait... 2026-01-28T17:11:33.2886696Z A total of 1 test files matched the specified pattern. 2026-01-28T17:11:33.6888841Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-28T17:11:33.7041496Z 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-28T17:11:34.3305130Z NUnit3TestExecutor discovered 110 of 110 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-28T17:11:39.0102426Z >>>>> 01/28/2026 17:11:39 FixtureSetup for HideSoftInputOnTappedPageTests(Android) 2026-01-28T17:11:39.9572080Z >>>>> 01/28/2026 17:11:39 HideSoftInputOnTappedPageTest Start 2026-01-28T17:11:44.9210990Z >>>>> 01/28/2026 17:11:44 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:11:45.2291770Z Passed HideSoftInputOnTappedPageTest("Entry",False) [5 s] 2026-01-28T17:11:45.2300367Z >>>>> 01/28/2026 17:11:45 HideSoftInputOnTappedPageTest Start 2026-01-28T17:11:49.5556372Z >>>>> 01/28/2026 17:11:49 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:11:49.6791864Z Passed HideSoftInputOnTappedPageTest("Editor",False) [4 s] 2026-01-28T17:11:49.6792437Z >>>>> 01/28/2026 17:11:49 HideSoftInputOnTappedPageTest Start 2026-01-28T17:11:53.5859350Z >>>>> 01/28/2026 17:11:53 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:11:53.7099567Z Passed HideSoftInputOnTappedPageTest("SearchBar",False) [4 s] 2026-01-28T17:11:53.7099981Z >>>>> 01/28/2026 17:11:53 HideSoftInputOnTappedPageTest Start 2026-01-28T17:11:57.4541916Z >>>>> 01/28/2026 17:11:57 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:11:57.5640968Z Passed HideSoftInputOnTappedPageTest("Entry",True) [3 s] 2026-01-28T17:11:57.5641326Z >>>>> 01/28/2026 17:11:57 HideSoftInputOnTappedPageTest Start 2026-01-28T17:12:01.0863179Z >>>>> 01/28/2026 17:12:01 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:12:01.3228345Z Passed HideSoftInputOnTappedPageTest("Editor",True) [3 s] 2026-01-28T17:12:01.3259859Z >>>>> 01/28/2026 17:12:01 HideSoftInputOnTappedPageTest Start 2026-01-28T17:12:05.5805711Z >>>>> 01/28/2026 17:12:05 HideSoftInputOnTappedPageTest Stop 2026-01-28T17:12:05.6976209Z Passed HideSoftInputOnTappedPageTest("SearchBar",True) [4 s] 2026-01-28T17:12:05.6976675Z >>>>> 01/28/2026 17:12:05 TogglingHideSoftInputOnTapped Start 2026-01-28T17:12:14.1343427Z >>>>> 01/28/2026 17:12:14 TogglingHideSoftInputOnTapped Stop 2026-01-28T17:12:14.7001059Z Passed TogglingHideSoftInputOnTapped [8 s] 2026-01-28T17:12:14.7992046Z >>>>> 01/28/2026 17:12:14 FixtureSetup for Issue10563(Android) 2026-01-28T17:12:17.7001817Z >>>>> 01/28/2026 17:12:17 Issue10563OpenSwipeViewTest Start 2026-01-28T17:12:31.8475132Z >>>>> 01/28/2026 17:12:31 Issue10563OpenSwipeViewTest Stop 2026-01-28T17:12:32.1059765Z >>>>> 01/28/2026 17:12:32 Log types: logcat, bugreport, server 2026-01-28T17:12:32.7156783Z Failed Issue10563OpenSwipeViewTest [14 s] 2026-01-28T17:12:32.7157269Z Error Message: 2026-01-28T17:12:32.7157926Z VisualTestUtils.VisualTestFailedException : 2026-01-28T17:12:32.7158223Z Snapshot different than baseline: Bottom_SwipeItems.png (1.92% difference) 2026-01-28T17:12:32.7158565Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-01-28T17:12:32.7158886Z See test attachment or download the build artifacts to get the new snapshot file. 2026-01-28T17:12:32.7159029Z 2026-01-28T17:12:32.7159262Z More info: https://aka.ms/visual-test-workflow 2026-01-28T17:12:32.7159381Z 2026-01-28T17:12:32.7159576Z Stack Trace: 2026-01-28T17:12:32.7159958Z at Microsoft.Maui.TestCases.Tests.Issues.Issue10563.Issue10563OpenSwipeViewTest() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10563.cs:line 50 2026-01-28T17:12:32.7160341Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-28T17:12:32.7160701Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-01-28T17:12:32.7160852Z 2026-01-28T17:12:33.2719530Z >>>>> 01/28/2026 17:12:33 FixtureSetup for Issue11209(Android) 2026-01-28T17:12:36.1808281Z >>>>> 01/28/2026 17:12:36 TapSwipeViewAndNavigateTest Start 2026-01-28T17:12:38.1388605Z >>>>> 01/28/2026 17:12:38 TapSwipeViewAndNavigateTest Stop 2026-01-28T17:12:38.9294844Z >>>>> 01/28/2026 17:12:38 FixtureSetup for Issue11333(Android) 2026-01-28T17:12:39.1900757Z Passed TapSwipeViewAndNavigateTest [2 s] 2026-01-28T17:12:41.9800979Z >>>>> 01/28/2026 17:12:41 SwipeWithChildGestureRecognizer Start 2026-01-28T17:12:44.7259672Z >>>>> 01/28/2026 17:12:44 SwipeWithChildGestureRecognizer Stop 2026-01-28T17:12:44.9812238Z Passed SwipeWithChildGestureRecognizer [2 s] 2026-01-28T17:12:45.4205371Z >>>>> 01/28/2026 17:12:45 FixtureSetup for Issue1146(Android) 2026-01-28T17:12:48.3696376Z >>>>> 01/28/2026 17:12:48 TestSwitchDisable Start 2026-01-28T17:12:49.7576719Z >>>>> 01/28/2026 17:12:49 TestSwitchDisable Stop 2026-01-28T17:12:50.5432345Z >>>>> 01/28/2026 17:12:50 FixtureSetup for Issue11969(Android) 2026-01-28T17:12:51.3701627Z Passed TestSwitchDisable [1 s] 2026-01-28T17:12:53.4383746Z >>>>> 01/28/2026 17:12:53 SwipeDisableChildButtonTest Start 2026-01-28T17:12:58.1298964Z >>>>> 01/28/2026 17:12:58 SwipeDisableChildButtonTest Stop 2026-01-28T17:12:58.8842507Z >>>>> 01/28/2026 17:12:58 FixtureSetup for Issue12079(Android) 2026-01-28T17:12:59.4425326Z Passed SwipeDisableChildButtonTest [4 s] 2026-01-28T17:13:01.9843779Z >>>>> 01/28/2026 17:13:01 SwipeItemNoTextWindows Start 2026-01-28T17:13:04.6923438Z >>>>> 01/28/2026 17:13:04 SwipeItemNoTextWindows Stop 2026-01-28T17:13:04.9863442Z Passed SwipeItemNoTextWindows [2 s] 2026-01-28T17:13:05.4825977Z >>>>> 01/28/2026 17:13:05 FixtureSetup for Issue15695(Android) 2026-01-28T17:13:08.4448464Z >>>>> 01/28/2026 17:13:08 VerifySwitchNullColor Start 2026-01-28T17:13:12.3900308Z >>>>> 01/28/2026 17:13:12 VerifySwitchNullColor Stop 2026-01-28T17:13:12.5024570Z Passed VerifySwitchNullColor [4 s] 2026-01-28T17:13:12.5024999Z >>>>> 01/28/2026 17:13:12 VerifySwitchOffColorAfterToggling Start 2026-01-28T17:13:14.5303255Z >>>>> 01/28/2026 17:13:14 VerifySwitchOffColorAfterToggling Stop 2026-01-28T17:13:14.6439272Z Passed VerifySwitchOffColorAfterToggling [2 s] 2026-01-28T17:13:14.6441076Z >>>>> 01/28/2026 17:13:14 VerifySwitchOffColorAfterTogglingDarkTheme Start 2026-01-28T17:13:17.2483620Z >>>>> 01/28/2026 17:13:17 VerifySwitchOffColorAfterTogglingDarkTheme Stop 2026-01-28T17:13:17.6458795Z Passed VerifySwitchOffColorAfterTogglingDarkTheme [2 s] 2026-01-28T17:13:17.9598759Z >>>>> 01/28/2026 17:13:17 FixtureSetup for Issue17204(Android) 2026-01-28T17:13:20.8318905Z >>>>> 01/28/2026 17:13:20 ProgrammaticallyOpenedSwipeViewShouldBeVisible Start 2026-01-28T17:13:22.9517995Z >>>>> 01/28/2026 17:13:22 ProgrammaticallyOpenedSwipeViewShouldBeVisible Stop 2026-01-28T17:13:23.6605200Z >>>>> 01/28/2026 17:13:23 FixtureSetup for Issue1747(Android) 2026-01-28T17:13:23.8379959Z Passed ProgrammaticallyOpenedSwipeViewShouldBeVisible [2 s] 2026-01-28T17:13:26.6391575Z >>>>> 01/28/2026 17:13:26 Issue1747Test Start 2026-01-28T17:13:28.8000990Z >>>>> 01/28/2026 17:13:28 Issue1747Test Stop 2026-01-28T17:13:29.6383573Z Passed Issue1747Test [2 s] 2026-01-28T17:13:29.6588243Z >>>>> 01/28/2026 17:13:29 FixtureSetup for Issue1769(Android) 2026-01-28T17:13:32.4658709Z >>>>> 01/28/2026 17:13:32 Issue1769Test Start 2026-01-28T17:13:35.3055220Z >>>>> 01/28/2026 17:13:35 Issue1769Test Stop 2026-01-28T17:13:35.4669437Z Passed Issue1769Test [2 s] 2026-01-28T17:13:36.1481510Z >>>>> 01/28/2026 17:13:36 FixtureSetup for Issue18806(Android) 2026-01-28T17:13:39.0585845Z >>>>> 01/28/2026 17:13:39 ItemImageSourceShouldBeVisible Start 2026-01-28T17:13:41.1866358Z >>>>> 01/28/2026 17:13:41 ItemImageSourceShouldBeVisible Stop 2026-01-28T17:13:41.8946852Z >>>>> 01/28/2026 17:13:41 FixtureSetup for Issue20535(Android) 2026-01-28T17:13:42.0636036Z Passed ItemImageSourceShouldBeVisible [2 s] 2026-01-28T17:13:44.8266311Z >>>>> 01/28/2026 17:13:44 SwitchTrackColorTest Start 2026-01-28T17:13:47.7014596Z >>>>> 01/28/2026 17:13:47 SwitchTrackColorTest Stop 2026-01-28T17:13:47.8265412Z Passed SwitchTrackColorTest [2 s] 2026-01-28T17:13:48.3425413Z >>>>> 01/28/2026 17:13:48 FixtureSetup for Issue20706(Android) 2026-01-28T17:13:51.2429495Z >>>>> 01/28/2026 17:13:51 ChangeIncrementValue Start 2026-01-28T17:13:55.1043269Z >>>>> 01/28/2026 17:13:55 ChangeIncrementValue Stop 2026-01-28T17:13:55.7277417Z >>>>> 01/28/2026 17:13:55 FixtureSetup for Issue2597(Android) 2026-01-28T17:13:55.7452525Z Passed ChangeIncrementValue [3 s] 2026-01-28T17:13:59.0240031Z >>>>> 01/28/2026 17:13:59 Issue2597Test Start 2026-01-28T17:14:00.0391017Z >>>>> 01/28/2026 17:14:00 Issue2597Test Stop 2026-01-28T17:14:00.5322789Z Passed Issue2597Test [1 s] 2026-01-28T17:14:00.7375101Z >>>>> 01/28/2026 17:14:00 FixtureSetup for Issue26328(Android) 2026-01-28T17:14:04.0266861Z >>>>> 01/28/2026 17:14:04 NoCrashRemovingSwipeItems Start 2026-01-28T17:14:35.2556632Z >>>>> 01/28/2026 17:14:35 NoCrashRemovingSwipeItems Stop 2026-01-28T17:14:35.5279858Z Passed NoCrashRemovingSwipeItems [31 s] 2026-01-28T17:14:36.1825045Z >>>>> 01/28/2026 17:14:36 FixtureSetup for Issue29086(Android) 2026-01-28T17:14:39.2427412Z >>>>> 01/28/2026 17:14:39 SwipeViewShouldNotClose Start 2026-01-28T17:14:43.4935917Z >>>>> 01/28/2026 17:14:43 SwipeViewShouldNotClose Stop 2026-01-28T17:14:43.7439765Z Passed SwipeViewShouldNotClose [4 s] 2026-01-28T17:14:44.1793804Z >>>>> 01/28/2026 17:14:44 FixtureSetup for Issue29558(Android) 2026-01-28T17:14:46.9653672Z >>>>> 01/28/2026 17:14:46 Issue29558InputViewShouldNotHideOnUnfocusCall Start 2026-01-28T17:14:58.7598996Z >>>>> 01/28/2026 17:14:58 Issue29558InputViewShouldNotHideOnUnfocusCall Stop 2026-01-28T17:14:58.9665942Z Passed Issue29558InputViewShouldNotHideOnUnfocusCall [11 s] 2026-01-28T17:14:59.4556877Z >>>>> 01/28/2026 17:14:59 FixtureSetup for Issue29693(Android) 2026-01-28T17:15:02.6231363Z >>>>> 01/28/2026 17:15:02 VerifySwitchDefaultColors Start 2026-01-28T17:15:05.4864530Z >>>>> 01/28/2026 17:15:05 VerifySwitchDefaultColors Stop 2026-01-28T17:15:05.6235938Z Passed VerifySwitchDefaultColors [2 s] 2026-01-28T17:15:06.2190705Z >>>>> 01/28/2026 17:15:06 FixtureSetup for Issue29740(Android) 2026-01-28T17:15:09.2060939Z >>>>> 01/28/2026 17:15:09 GestureRecognizersOnLabelSpanShouldWork Start 2026-01-28T17:15:13.1415554Z >>>>> 01/28/2026 17:15:13 GestureRecognizersOnLabelSpanShouldWork Stop 2026-01-28T17:15:13.7110500Z Passed GestureRecognizersOnLabelSpanShouldWork [4 s] 2026-01-28T17:15:13.8510820Z >>>>> 01/28/2026 17:15:13 FixtureSetup for Issue29768(Android) 2026-01-28T17:15:16.7919040Z >>>>> 01/28/2026 17:15:16 VerifySwitchOffColorAfterReopeningApp Start 2026-01-28T17:15:20.6971120Z >>>>> 01/28/2026 17:15:20 VerifySwitchOffColorAfterReopeningApp Stop 2026-01-28T17:15:21.2967074Z Passed VerifySwitchOffColorAfterReopeningApp [4 s] 2026-01-28T17:15:21.3692396Z >>>>> 01/28/2026 17:15:21 FixtureSetup for Issue3087(Android) 2026-01-28T17:15:24.4235218Z >>>>> 01/28/2026 17:15:24 NonAppCompatBasicSwitchTest Start 2026-01-28T17:15:25.4796352Z >>>>> 01/28/2026 17:15:25 NonAppCompatBasicSwitchTest Stop 2026-01-28T17:15:25.9238397Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-01-28T17:15:26.1689194Z >>>>> 01/28/2026 17:15:26 FixtureSetup for Issue33274(Android) 2026-01-28T17:15:29.2789082Z >>>>> 01/28/2026 17:15:29 Issue33274CheckInAndDeCrementation Start 2026-01-28T17:15:32.0342481Z >>>>> 01/28/2026 17:15:32 Issue33274CheckInAndDeCrementation Stop 2026-01-28T17:15:32.2750195Z Passed Issue33274CheckInAndDeCrementation [2 s] 2026-01-28T17:15:32.8022263Z >>>>> 01/28/2026 17:15:32 FixtureSetup for Issue8263(Android) 2026-01-28T17:15:35.8396918Z >>>>> 01/28/2026 17:15:35 SwitchOnOffVisualStatesTest Start 2026-01-28T17:15:39.4723644Z >>>>> 01/28/2026 17:15:39 SwitchOnOffVisualStatesTest Stop 2026-01-28T17:15:40.2621727Z >>>>> 01/28/2026 17:15:40 FixtureSetup for Issue9306(Android) 2026-01-28T17:15:40.3414047Z Passed SwitchOnOffVisualStatesTest [3 s] 2026-01-28T17:15:43.2442814Z >>>>> 01/28/2026 17:15:43 Issue9306SwipeViewCloseSwiping Start 2026-01-28T17:15:47.6403284Z >>>>> 01/28/2026 17:15:47 Issue9306SwipeViewCloseSwiping Stop 2026-01-28T17:15:48.3877267Z >>>>> 01/28/2026 17:15:48 FixtureSetup for Issue9951(Android) 2026-01-28T17:15:49.2443353Z Passed Issue9306SwipeViewCloseSwiping [4 s] 2026-01-28T17:15:51.2209998Z >>>>> 01/28/2026 17:15:51 SwitchColorTestAfterToggling Start 2026-01-28T17:15:53.5653712Z >>>>> 01/28/2026 17:15:53 SwitchColorTestAfterToggling Stop 2026-01-28T17:15:53.6940220Z Passed SwitchColorTestAfterToggling [2 s] 2026-01-28T17:15:53.6940566Z >>>>> 01/28/2026 17:15:53 SwitchColorTestBeforeToggling Start 2026-01-28T17:15:54.4587856Z >>>>> 01/28/2026 17:15:54 SwitchColorTestBeforeToggling Stop 2026-01-28T17:15:55.1847059Z >>>>> 01/28/2026 17:15:55 FixtureSetup for SwipeViewUITest(Android) 2026-01-28T17:15:55.1993219Z Passed SwitchColorTestBeforeToggling [896 ms] 2026-01-28T17:15:58.2125046Z >>>>> 01/28/2026 17:15:58 VerifySwipeViewApperance Start 2026-01-28T17:16:00.6881368Z >>>>> 01/28/2026 17:16:00 VerifySwipeViewApperance Stop 2026-01-28T17:16:01.2150504Z Passed VerifySwipeViewApperance [2 s] 2026-01-28T17:16:01.4354459Z >>>>> 01/28/2026 17:16:01 FixtureSetup for StepperFeatureTests(Android) 2026-01-28T17:16:06.3465841Z >>>>> 01/28/2026 17:16:06 Stepper_ValidateDefaultValues_VerifyLabels Start 2026-01-28T17:16:07.0557705Z >>>>> 01/28/2026 17:16:07 Stepper_ValidateDefaultValues_VerifyLabels Stop 2026-01-28T17:16:07.1806525Z >>>>> 01/28/2026 17:16:07 Stepper_AtMaximumValue_IncrementButtonDisabled Start 2026-01-28T17:16:07.8464054Z Passed Stepper_ValidateDefaultValues_VerifyLabels [834 ms] 2026-01-28T17:16:11.3703554Z >>>>> 01/28/2026 17:16:11 Stepper_AtMaximumValue_IncrementButtonDisabled Stop 2026-01-28T17:16:11.4930642Z Passed Stepper_AtMaximumValue_IncrementButtonDisabled [4 s] 2026-01-28T17:16:11.4931241Z >>>>> 01/28/2026 17:16:11 Stepper_AtMinimumValue_DecrementButtonDisabled Start 2026-01-28T17:16:16.6622970Z >>>>> 01/28/2026 17:16:16 Stepper_AtMinimumValue_DecrementButtonDisabled Stop 2026-01-28T17:16:16.7824435Z Passed Stepper_AtMinimumValue_DecrementButtonDisabled [5 s] 2026-01-28T17:16:16.7824982Z >>>>> 01/28/2026 17:16:16 Stepper_ChangeFlowDirection_RTL_VerifyVisualState Start 2026-01-28T17:16:20.0729813Z >>>>> 01/28/2026 17:16:20 Stepper_ChangeFlowDirection_RTL_VerifyVisualState Stop 2026-01-28T17:16:20.1980761Z Passed Stepper_ChangeFlowDirection_RTL_VerifyVisualState [3 s] 2026-01-28T17:16:20.1981445Z >>>>> 01/28/2026 17:16:20 Stepper_DecrementDoesNotGoBelowMinimum Start 2026-01-28T17:16:27.5743382Z >>>>> 01/28/2026 17:16:27 Stepper_DecrementDoesNotGoBelowMinimum Stop 2026-01-28T17:16:27.6897737Z Passed Stepper_DecrementDoesNotGoBelowMinimum [7 s] 2026-01-28T17:16:27.6898144Z >>>>> 01/28/2026 17:16:27 Stepper_IncrementDoesNotExceedMaximum Start 2026-01-28T17:16:35.0298290Z >>>>> 01/28/2026 17:16:35 Stepper_IncrementDoesNotExceedMaximum Stop 2026-01-28T17:16:35.1482813Z Passed Stepper_IncrementDoesNotExceedMaximum [7 s] 2026-01-28T17:16:35.1483414Z >>>>> 01/28/2026 17:16:35 Stepper_ResetToInitialState_VerifyDefaultValues Start 2026-01-28T17:16:39.9222563Z >>>>> 01/28/2026 17:16:39 Stepper_ResetToInitialState_VerifyDefaultValues Stop 2026-01-28T17:16:40.0493016Z Passed Stepper_ResetToInitialState_VerifyDefaultValues [4 s] 2026-01-28T17:16:40.0493654Z >>>>> 01/28/2026 17:16:40 Stepper_SetEnabledStateToFalse_VerifyVisualState Start 2026-01-28T17:16:42.6734675Z >>>>> 01/28/2026 17:16:42 Stepper_SetEnabledStateToFalse_VerifyVisualState Stop 2026-01-28T17:16:42.7876008Z Passed Stepper_SetEnabledStateToFalse_VerifyVisualState [2 s] 2026-01-28T17:16:42.7878111Z >>>>> 01/28/2026 17:16:42 Stepper_SetIncrementAndVerifyValueChange Start 2026-01-28T17:16:46.8442075Z >>>>> 01/28/2026 17:16:46 Stepper_SetIncrementAndVerifyValueChange Stop 2026-01-28T17:16:46.9602009Z Passed Stepper_SetIncrementAndVerifyValueChange [4 s] 2026-01-28T17:16:46.9602677Z >>>>> 01/28/2026 17:16:46 Stepper_SetIncrementValue_VerifyIncrement Start 2026-01-28T17:16:50.4973149Z >>>>> 01/28/2026 17:16:50 Stepper_SetIncrementValue_VerifyIncrement Stop 2026-01-28T17:16:50.6113606Z Passed Stepper_SetIncrementValue_VerifyIncrement [3 s] 2026-01-28T17:16:50.6114017Z >>>>> 01/28/2026 17:16:50 Stepper_SetMaximumValue_VerifyMaximumLabel Start 2026-01-28T17:16:53.5450032Z >>>>> 01/28/2026 17:16:53 Stepper_SetMaximumValue_VerifyMaximumLabel Stop 2026-01-28T17:16:53.6635226Z Passed Stepper_SetMaximumValue_VerifyMaximumLabel [3 s] 2026-01-28T17:16:53.6635847Z >>>>> 01/28/2026 17:16:53 Stepper_SetMinimumValue_VerifyMinimumLabel Start 2026-01-28T17:16:57.2056143Z >>>>> 01/28/2026 17:16:57 Stepper_SetMinimumValue_VerifyMinimumLabel Stop 2026-01-28T17:16:57.3165236Z Passed Stepper_SetMinimumValue_VerifyMinimumLabel [3 s] 2026-01-28T17:16:57.3165804Z >>>>> 01/28/2026 17:16:57 Stepper_SetValueExceedsMaximum Start 2026-01-28T17:17:02.6163902Z >>>>> 01/28/2026 17:17:02 Stepper_SetValueExceedsMaximum Stop 2026-01-28T17:17:02.7364182Z Passed Stepper_SetValueExceedsMaximum [5 s] 2026-01-28T17:17:02.7364912Z >>>>> 01/28/2026 17:17:02 Stepper_SetValueWithinRange_VerifyValueLabel Start 2026-01-28T17:17:05.7076479Z >>>>> 01/28/2026 17:17:05 Stepper_SetValueWithinRange_VerifyValueLabel Stop 2026-01-28T17:17:05.8387230Z Passed Stepper_SetValueWithinRange_VerifyValueLabel [3 s] 2026-01-28T17:17:05.8387833Z >>>>> 01/28/2026 17:17:05 Stepper_SetVisibilityToFalse_VerifyVisualState Start 2026-01-28T17:17:08.3569921Z >>>>> 01/28/2026 17:17:08 Stepper_SetVisibilityToFalse_VerifyVisualState Stop 2026-01-28T17:17:08.8444728Z Passed Stepper_SetVisibilityToFalse_VerifyVisualState [2 s] 2026-01-28T17:17:09.0423551Z >>>>> 01/28/2026 17:17:09 FixtureSetup for StepperUITests(Android) 2026-01-28T17:17:13.7785864Z >>>>> 01/28/2026 17:17:13 DecreaseStepper Start 2026-01-28T17:17:15.6668950Z >>>>> 01/28/2026 17:17:15 DecreaseStepper Stop 2026-01-28T17:17:15.7862853Z Passed DecreaseStepper [2 s] 2026-01-28T17:17:15.7863402Z >>>>> 01/28/2026 17:17:15 IncreaseStepper Start 2026-01-28T17:17:16.4140810Z >>>>> 01/28/2026 17:17:16 IncreaseStepper Stop 2026-01-28T17:17:17.2811486Z >>>>> 01/28/2026 17:17:17 FixtureSetup for SwipeViewFeatureTests(Android) 2026-01-28T17:17:17.2880563Z Passed IncreaseStepper [739 ms] 2026-01-28T17:17:22.1507959Z >>>>> 01/28/2026 17:17:22 VerifySwipeViewWhenLabelSwipeItemAndEvents Start 2026-01-28T17:17:24.9062263Z >>>>> 01/28/2026 17:17:24 VerifySwipeViewWhenLabelSwipeItemAndEvents Stop 2026-01-28T17:17:25.0218745Z Passed VerifySwipeViewWhenLabelSwipeItemAndEvents [2 s] 2026-01-28T17:17:25.0219348Z >>>>> 01/28/2026 17:17:25 VerifySwipeViewWhenImageSwipeItemAndEvents Start 2026-01-28T17:17:30.1860387Z >>>>> 01/28/2026 17:17:30 VerifySwipeViewWhenImageSwipeItemAndEvents Stop 2026-01-28T17:17:30.2972555Z Passed VerifySwipeViewWhenImageSwipeItemAndEvents [5 s] 2026-01-28T17:17:30.2972989Z >>>>> 01/28/2026 17:17:30 VerifySwipeViewWhenLabelContentAndProgrammaticActions Start 2026-01-28T17:17:35.8398225Z >>>>> 01/28/2026 17:17:35 VerifySwipeViewWhenLabelContentAndProgrammaticActions Stop 2026-01-28T17:17:35.9701985Z Passed VerifySwipeViewWhenLabelContentAndProgrammaticActions [5 s] 2026-01-28T17:17:35.9702916Z >>>>> 01/28/2026 17:17:35 VerifySwipeViewWithImageContentAndProgrammaticActions Start 2026-01-28T17:17:42.3638441Z >>>>> 01/28/2026 17:17:42 VerifySwipeViewWithImageContentAndProgrammaticActions Stop 2026-01-28T17:17:42.4792427Z Passed VerifySwipeViewWithImageContentAndProgrammaticActions [6 s] 2026-01-28T17:17:42.4793037Z >>>>> 01/28/2026 17:17:42 VerifySwipeViewWithCollectionViewContentAndProgrammaticActions Start 2026-01-28T17:17:48.5299534Z >>>>> 01/28/2026 17:17:48 VerifySwipeViewWithCollectionViewContentAndProgrammaticActions Stop 2026-01-28T17:17:48.6365275Z Passed VerifySwipeViewWithCollectionViewContentAndProgrammaticActions [6 s] 2026-01-28T17:17:48.6365738Z >>>>> 01/28/2026 17:17:48 VerifyCollectionViewContentWithButtonSwipeItem Start 2026-01-28T17:17:54.6507987Z >>>>> 01/28/2026 17:17:54 VerifyCollectionViewContentWithButtonSwipeItem Stop 2026-01-28T17:17:54.7627537Z Passed VerifyCollectionViewContentWithButtonSwipeItem [6 s] 2026-01-28T17:17:54.7628521Z >>>>> 01/28/2026 17:17:54 VerifyCollectionViewContentWithIconImageSwipeItem Start 2026-01-28T17:18:00.9512663Z >>>>> 01/28/2026 17:18:00 VerifyCollectionViewContentWithIconImageSwipeItem Stop 2026-01-28T17:18:01.0633326Z Passed VerifyCollectionViewContentWithIconImageSwipeItem [6 s] 2026-01-28T17:18:01.0633911Z >>>>> 01/28/2026 17:18:01 VerifyCollectionViewContentWithLabelSwipeItem Start 2026-01-28T17:18:07.2110901Z >>>>> 01/28/2026 17:18:07 VerifyCollectionViewContentWithLabelSwipeItem Stop 2026-01-28T17:18:07.3463755Z Passed VerifyCollectionViewContentWithLabelSwipeItem [6 s] 2026-01-28T17:18:07.3464527Z >>>>> 01/28/2026 17:18:07 VerifyCollectionViewWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Start 2026-01-28T17:18:12.4908417Z >>>>> 01/28/2026 17:18:12 VerifyCollectionViewWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Stop 2026-01-28T17:18:12.7057359Z Passed VerifyCollectionViewWithSwipeRevealAndSwipeBehaviorOnInvokedAuto [5 s] 2026-01-28T17:18:12.7059721Z >>>>> 01/28/2026 17:18:12 VerifyImageContentWithButtonSwipeItem Start 2026-01-28T17:18:17.7971967Z >>>>> 01/28/2026 17:18:17 VerifyImageContentWithButtonSwipeItem Stop 2026-01-28T17:18:17.9060227Z Passed VerifyImageContentWithButtonSwipeItem [5 s] 2026-01-28T17:18:17.9060870Z >>>>> 01/28/2026 17:18:17 VerifyImageContentWithIconImageSwipeItem Start 2026-01-28T17:18:22.4501418Z >>>>> 01/28/2026 17:18:22 VerifyImageContentWithIconImageSwipeItem Stop 2026-01-28T17:18:22.5560839Z Passed VerifyImageContentWithIconImageSwipeItem [4 s] 2026-01-28T17:18:22.5561200Z >>>>> 01/28/2026 17:18:22 VerifyImageContentWithLabelSwipeItem Start 2026-01-28T17:18:26.9905607Z >>>>> 01/28/2026 17:18:26 VerifyImageContentWithLabelSwipeItem Stop 2026-01-28T17:18:27.0975896Z Passed VerifyImageContentWithLabelSwipeItem [4 s] 2026-01-28T17:18:27.0976226Z >>>>> 01/28/2026 17:18:27 VerifyImageWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Start 2026-01-28T17:18:31.1614783Z >>>>> 01/28/2026 17:18:31 VerifyImageWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Stop 2026-01-28T17:18:31.3764863Z Passed VerifyImageWithSwipeRevealAndSwipeBehaviorOnInvokedAuto [4 s] 2026-01-28T17:18:31.3765279Z >>>>> 01/28/2026 17:18:31 VerifyLabelWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Start 2026-01-28T17:18:35.6346208Z >>>>> 01/28/2026 17:18:35 VerifyLabelWithSwipeRevealAndSwipeBehaviorOnInvokedAuto Stop 2026-01-28T17:18:35.7554100Z Passed VerifyLabelWithSwipeRevealAndSwipeBehaviorOnInvokedAuto [4 s] 2026-01-28T17:18:35.7554765Z >>>>> 01/28/2026 17:18:35 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedAuto Start 2026-01-28T17:18:40.5837730Z >>>>> 01/28/2026 17:18:40 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedAuto Stop 2026-01-28T17:18:40.7019660Z Passed VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedAuto [4 s] 2026-01-28T17:18:40.7020125Z >>>>> 01/28/2026 17:18:40 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedCloseSwipeViewButton Start 2026-01-28T17:18:46.1286201Z >>>>> 01/28/2026 17:18:46 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedCloseSwipeViewButton Stop 2026-01-28T17:18:46.2406910Z Passed VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedCloseSwipeViewButton [5 s] 2026-01-28T17:18:46.2407552Z >>>>> 01/28/2026 17:18:46 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedRemainOpen Start 2026-01-28T17:18:50.8732012Z >>>>> 01/28/2026 17:18:50 VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedRemainOpen Stop 2026-01-28T17:18:50.9821551Z Passed VerifySwipeModeExecuteWithSwipeBehaviorOnInvokedRemainOpen [4 s] 2026-01-28T17:18:50.9821973Z >>>>> 01/28/2026 17:18:50 VerifySwipeModeRevealWithSwipeBehaviorOnInvokedCloseSwipeViewButton Start 2026-01-28T17:18:55.8385783Z >>>>> 01/28/2026 17:18:55 VerifySwipeModeRevealWithSwipeBehaviorOnInvokedCloseSwipeViewButton Stop 2026-01-28T17:18:55.9598628Z Passed VerifySwipeModeRevealWithSwipeBehaviorOnInvokedCloseSwipeViewButton [4 s] 2026-01-28T17:18:55.9598989Z >>>>> 01/28/2026 17:18:55 VerifySwipeModeRevealWithSwipeBehaviorOnInvokedRemainOpen Start 2026-01-28T17:19:00.3777533Z >>>>> 01/28/2026 17:19:00 VerifySwipeModeRevealWithSwipeBehaviorOnInvokedRemainOpen Stop 2026-01-28T17:19:00.4871694Z Passed VerifySwipeModeRevealWithSwipeBehaviorOnInvokedRemainOpen [4 s] 2026-01-28T17:19:00.4872314Z >>>>> 01/28/2026 17:19:00 VerifySwipeViewWithButtonSwipeItemChanged Start 2026-01-28T17:19:04.8058780Z >>>>> 01/28/2026 17:19:04 VerifySwipeViewWithButtonSwipeItemChanged Stop 2026-01-28T17:19:04.9133539Z Passed VerifySwipeViewWithButtonSwipeItemChanged [4 s] 2026-01-28T17:19:04.9134121Z >>>>> 01/28/2026 17:19:04 VerifySwipeViewWithButtonSwipeItemsBackgroundColor Start 2026-01-28T17:19:09.6370964Z >>>>> 01/28/2026 17:19:09 VerifySwipeViewWithButtonSwipeItemsBackgroundColor Stop 2026-01-28T17:19:09.7503575Z Passed VerifySwipeViewWithButtonSwipeItemsBackgroundColor [4 s] 2026-01-28T17:19:09.7504039Z >>>>> 01/28/2026 17:19:09 VerifySwipeViewWithCollectionViewContentAndBackgroundColor Start 2026-01-28T17:19:13.3612496Z >>>>> 01/28/2026 17:19:13 VerifySwipeViewWithCollectionViewContentAndBackgroundColor Stop 2026-01-28T17:19:13.4708547Z Passed VerifySwipeViewWithCollectionViewContentAndBackgroundColor [3 s] 2026-01-28T17:19:13.4709062Z >>>>> 01/28/2026 17:19:13 VerifySwipeViewWithCollectionViewContentAndFlowDirection Start 2026-01-28T17:19:17.2712875Z >>>>> 01/28/2026 17:19:17 VerifySwipeViewWithCollectionViewContentAndFlowDirection Stop 2026-01-28T17:19:17.3964770Z Passed VerifySwipeViewWithCollectionViewContentAndFlowDirection [3 s] 2026-01-28T17:19:17.3965299Z >>>>> 01/28/2026 17:19:17 VerifySwipeViewWithCollectionViewContentAndIsEnabledFalse Start 2026-01-28T17:19:21.6943402Z >>>>> 01/28/2026 17:19:21 VerifySwipeViewWithCollectionViewContentAndIsEnabledFalse Stop 2026-01-28T17:19:21.7913023Z Passed VerifySwipeViewWithCollectionViewContentAndIsEnabledFalse [4 s] 2026-01-28T17:19:21.7913517Z >>>>> 01/28/2026 17:19:21 VerifySwipeViewWithCollectionViewContentAndIsVisibleFalse Start 2026-01-28T17:19:24.7426502Z >>>>> 01/28/2026 17:19:24 VerifySwipeViewWithCollectionViewContentAndIsVisibleFalse Stop 2026-01-28T17:19:24.9602135Z Passed VerifySwipeViewWithCollectionViewContentAndIsVisibleFalse [3 s] 2026-01-28T17:19:24.9602751Z >>>>> 01/28/2026 17:19:24 VerifySwipeViewWithCollectionViewContentAndThreshold Start 2026-01-28T17:19:30.7270742Z >>>>> 01/28/2026 17:19:30 VerifySwipeViewWithCollectionViewContentAndThreshold Stop 2026-01-28T17:19:30.8314512Z Passed VerifySwipeViewWithCollectionViewContentAndThreshold [5 s] 2026-01-28T17:19:30.8314888Z >>>>> 01/28/2026 17:19:30 VerifySwipeViewWithCollectionViewContentChanged Start 2026-01-28T17:19:33.9070378Z >>>>> 01/28/2026 17:19:33 VerifySwipeViewWithCollectionViewContentChanged Stop 2026-01-28T17:19:34.0106432Z Passed VerifySwipeViewWithCollectionViewContentChanged [3 s] 2026-01-28T17:19:34.0106772Z >>>>> 01/28/2026 17:19:34 VerifySwipeViewWithCollectionViewContentSwipeMode Start 2026-01-28T17:19:38.9714546Z >>>>> 01/28/2026 17:19:38 VerifySwipeViewWithCollectionViewContentSwipeMode Stop 2026-01-28T17:19:39.0890963Z Passed VerifySwipeViewWithCollectionViewContentSwipeMode [5 s] 2026-01-28T17:19:39.0891693Z >>>>> 01/28/2026 17:19:39 VerifySwipeViewWithIconImageSwipeItemChanged Start 2026-01-28T17:19:43.0175869Z >>>>> 01/28/2026 17:19:43 VerifySwipeViewWithIconImageSwipeItemChanged Stop 2026-01-28T17:19:43.1226290Z Passed VerifySwipeViewWithIconImageSwipeItemChanged [4 s] 2026-01-28T17:19:43.1226865Z >>>>> 01/28/2026 17:19:43 VerifySwipeViewWithIconImageSwipeItemsBackgroundColor Start 2026-01-28T17:19:47.7154790Z >>>>> 01/28/2026 17:19:47 VerifySwipeViewWithIconImageSwipeItemsBackgroundColor Stop 2026-01-28T17:19:47.8357663Z Passed VerifySwipeViewWithIconImageSwipeItemsBackgroundColor [4 s] 2026-01-28T17:19:47.8358006Z >>>>> 01/28/2026 17:19:47 VerifySwipeViewWithImageContentAndBackgroundColor Start 2026-01-28T17:19:51.1187310Z >>>>> 01/28/2026 17:19:51 VerifySwipeViewWithImageContentAndBackgroundColor Stop 2026-01-28T17:19:51.2239169Z Passed VerifySwipeViewWithImageContentAndBackgroundColor [3 s] 2026-01-28T17:19:51.2239831Z >>>>> 01/28/2026 17:19:51 VerifySwipeViewWithImageContentAndFlowDirection Start 2026-01-28T17:19:54.5890018Z >>>>> 01/28/2026 17:19:54 VerifySwipeViewWithImageContentAndFlowDirection Stop 2026-01-28T17:19:54.7011410Z Passed VerifySwipeViewWithImageContentAndFlowDirection [3 s] 2026-01-28T17:19:54.7011833Z >>>>> 01/28/2026 17:19:54 VerifySwipeViewWithImageContentAndIsEnabledFalse Start 2026-01-28T17:19:58.7562282Z >>>>> 01/28/2026 17:19:58 VerifySwipeViewWithImageContentAndIsEnabledFalse Stop 2026-01-28T17:19:58.8691608Z Passed VerifySwipeViewWithImageContentAndIsEnabledFalse [4 s] 2026-01-28T17:19:58.8692267Z >>>>> 01/28/2026 17:19:58 VerifySwipeViewWithImageContentAndIsVisibleFalse Start 2026-01-28T17:20:01.8980075Z >>>>> 01/28/2026 17:20:01 VerifySwipeViewWithImageContentAndIsVisibleFalse Stop 2026-01-28T17:20:02.1335498Z Passed VerifySwipeViewWithImageContentAndIsVisibleFalse [3 s] 2026-01-28T17:20:02.1336686Z >>>>> 01/28/2026 17:20:02 VerifySwipeViewWithImageContentAndShadow Start 2026-01-28T17:20:07.0054876Z >>>>> 01/28/2026 17:20:07 VerifySwipeViewWithImageContentAndShadow Stop 2026-01-28T17:20:07.1114866Z Passed VerifySwipeViewWithImageContentAndShadow [4 s] 2026-01-28T17:20:07.1115187Z >>>>> 01/28/2026 17:20:07 VerifySwipeViewWithImageContentAndThreshold Start 2026-01-28T17:20:12.1750036Z >>>>> 01/28/2026 17:20:12 VerifySwipeViewWithImageContentAndThreshold Stop 2026-01-28T17:20:12.2844641Z Passed VerifySwipeViewWithImageContentAndThreshold [5 s] 2026-01-28T17:20:12.2845003Z >>>>> 01/28/2026 17:20:12 VerifySwipeViewWithImageContentChanged Start 2026-01-28T17:20:14.9722239Z >>>>> 01/28/2026 17:20:14 VerifySwipeViewWithImageContentChanged Stop 2026-01-28T17:20:15.0906119Z Passed VerifySwipeViewWithImageContentChanged [2 s] 2026-01-28T17:20:15.0906593Z >>>>> 01/28/2026 17:20:15 VerifySwipeViewWithImageContentSwipeMode Start 2026-01-28T17:20:20.4847875Z >>>>> 01/28/2026 17:20:20 VerifySwipeViewWithImageContentSwipeMode Stop 2026-01-28T17:20:20.5942903Z Passed VerifySwipeViewWithImageContentSwipeMode [5 s] 2026-01-28T17:20:20.5943375Z >>>>> 01/28/2026 17:20:20 VerifySwipeViewWithLabelContentAndBackgroundColor Start 2026-01-28T17:20:23.2248281Z >>>>> 01/28/2026 17:20:23 VerifySwipeViewWithLabelContentAndBackgroundColor Stop 2026-01-28T17:20:23.3420850Z Passed VerifySwipeViewWithLabelContentAndBackgroundColor [2 s] 2026-01-28T17:20:23.3421456Z >>>>> 01/28/2026 17:20:23 VerifySwipeViewWithLabelContentAndFlowDirection Start 2026-01-28T17:20:26.1166780Z >>>>> 01/28/2026 17:20:26 VerifySwipeViewWithLabelContentAndFlowDirection Stop 2026-01-28T17:20:26.2282635Z Passed VerifySwipeViewWithLabelContentAndFlowDirection [2 s] 2026-01-28T17:20:26.2283792Z >>>>> 01/28/2026 17:20:26 VerifySwipeViewWithLabelContentAndIsEnabledFalse Start 2026-01-28T17:20:29.5216564Z >>>>> 01/28/2026 17:20:29 VerifySwipeViewWithLabelContentAndIsEnabledFalse Stop 2026-01-28T17:20:29.6503593Z Passed VerifySwipeViewWithLabelContentAndIsEnabledFalse [3 s] 2026-01-28T17:20:29.6505050Z >>>>> 01/28/2026 17:20:29 VerifySwipeViewWithLabelContentAndIsVisibleFalse Start 2026-01-28T17:20:32.4481292Z >>>>> 01/28/2026 17:20:32 VerifySwipeViewWithLabelContentAndIsVisibleFalse Stop 2026-01-28T17:20:32.5651697Z Passed VerifySwipeViewWithLabelContentAndIsVisibleFalse [2 s] 2026-01-28T17:20:32.5652139Z >>>>> 01/28/2026 17:20:32 VerifySwipeViewWithLabelContentAndShadow Start 2026-01-28T17:20:36.2294408Z >>>>> 01/28/2026 17:20:36 VerifySwipeViewWithLabelContentAndShadow Stop 2026-01-28T17:20:36.3378305Z Passed VerifySwipeViewWithLabelContentAndShadow [3 s] 2026-01-28T17:20:36.3379024Z >>>>> 01/28/2026 17:20:36 VerifySwipeViewWithLabelContentAndThreshold Start 2026-01-28T17:20:40.8101973Z >>>>> 01/28/2026 17:20:40 VerifySwipeViewWithLabelContentAndThreshold Stop 2026-01-28T17:20:40.9220128Z Passed VerifySwipeViewWithLabelContentAndThreshold [4 s] 2026-01-28T17:20:40.9220683Z >>>>> 01/28/2026 17:20:40 VerifySwipeViewWithLabelContentSwipeMode Start 2026-01-28T17:20:45.0846224Z >>>>> 01/28/2026 17:20:45 VerifySwipeViewWithLabelContentSwipeMode Stop 2026-01-28T17:20:45.1900299Z Passed VerifySwipeViewWithLabelContentSwipeMode [4 s] 2026-01-28T17:20:45.1900957Z >>>>> 01/28/2026 17:20:45 VerifySwipeViewWithLabelSwipeItemsBackgroundColor Start 2026-01-28T17:20:49.1559331Z >>>>> 01/28/2026 17:20:49 VerifySwipeViewWithLabelSwipeItemsBackgroundColor Stop 2026-01-28T17:20:49.2709136Z Passed VerifySwipeViewWithLabelSwipeItemsBackgroundColor [4 s] 2026-01-28T17:20:49.2709570Z >>>>> 01/28/2026 17:20:49 VerifyThresholdWithSwipeMode Start 2026-01-28T17:20:54.4659245Z >>>>> 01/28/2026 17:20:54 VerifyThresholdWithSwipeMode Stop 2026-01-28T17:20:55.2019999Z >>>>> 01/28/2026 17:20:55 FixtureSetup for SwipeViewUITests(Android) 2026-01-28T17:20:55.2715138Z Passed VerifyThresholdWithSwipeMode [5 s] 2026-01-28T17:21:00.3716524Z >>>>> 01/28/2026 17:21:00 SwipeToLeft Start 2026-01-28T17:21:02.4048279Z >>>>> 01/28/2026 17:21:02 SwipeToLeft Stop 2026-01-28T17:21:02.5215683Z Passed SwipeToLeft [2 s] 2026-01-28T17:21:02.5216033Z >>>>> 01/28/2026 17:21:02 SwipeToRight Start 2026-01-28T17:21:03.8784538Z >>>>> 01/28/2026 17:21:03 SwipeToRight Stop 2026-01-28T17:21:04.0221179Z Passed SwipeToRight [1 s] 2026-01-28T17:21:04.5651377Z >>>>> 01/28/2026 17:21:04 FixtureSetup for SwitchFeatureTests(Android) 2026-01-28T17:21:09.3879050Z >>>>> 01/28/2026 17:21:09 Switch_InitialState_VerifyVisualState Start 2026-01-28T17:21:10.7803857Z >>>>> 01/28/2026 17:21:10 Switch_InitialState_VerifyVisualState Stop 2026-01-28T17:21:10.8887309Z Passed Switch_InitialState_VerifyVisualState [1 s] 2026-01-28T17:21:10.8887846Z >>>>> 01/28/2026 17:21:10 Switch_Click_VerifyVisualState Start 2026-01-28T17:21:11.7269944Z >>>>> 01/28/2026 17:21:11 Switch_Click_VerifyVisualState Stop 2026-01-28T17:21:11.8326194Z >>>>> 01/28/2026 17:21:11 Switch_SetEnabled_VerifyVisualState Start 2026-01-28T17:21:12.3967325Z Passed Switch_Click_VerifyVisualState [944 ms] 2026-01-28T17:21:14.6050355Z >>>>> 01/28/2026 17:21:14 Switch_SetEnabled_VerifyVisualState Stop 2026-01-28T17:21:14.7073814Z Passed Switch_SetEnabled_VerifyVisualState [2 s] 2026-01-28T17:21:14.7074468Z >>>>> 01/28/2026 17:21:14 Switch_SetFlowDirectionAndToggled_VerifyVisualState Start 2026-01-28T17:21:18.0289994Z >>>>> 01/28/2026 17:21:18 Switch_SetFlowDirectionAndToggled_VerifyVisualState Stop 2026-01-28T17:21:18.1351621Z Passed Switch_SetFlowDirectionAndToggled_VerifyVisualState [3 s] 2026-01-28T17:21:18.1352089Z >>>>> 01/28/2026 17:21:18 Switch_SetOnColorAndThumbColor_VerifyVisualState Start 2026-01-28T17:21:22.2362178Z >>>>> 01/28/2026 17:21:22 Switch_SetOnColorAndThumbColor_VerifyVisualState Stop 2026-01-28T17:21:22.3500520Z Passed Switch_SetOnColorAndThumbColor_VerifyVisualState [4 s] 2026-01-28T17:21:22.3500995Z >>>>> 01/28/2026 17:21:22 Switch_SetThumbColorAndOnColor_VerifyVisualState Start 2026-01-28T17:21:26.4868254Z >>>>> 01/28/2026 17:21:26 Switch_SetThumbColorAndOnColor_VerifyVisualState Stop 2026-01-28T17:21:26.5945247Z Passed Switch_SetThumbColorAndOnColor_VerifyVisualState [4 s] 2026-01-28T17:21:26.5945595Z >>>>> 01/28/2026 17:21:26 Switch_SetToggledAndOnColor_VerifyVisualState Start 2026-01-28T17:21:29.8123359Z >>>>> 01/28/2026 17:21:29 Switch_SetToggledAndOnColor_VerifyVisualState Stop 2026-01-28T17:21:29.9173363Z Passed Switch_SetToggledAndOnColor_VerifyVisualState [3 s] 2026-01-28T17:21:29.9173856Z >>>>> 01/28/2026 17:21:29 Switch_SetVisibleAndToggled_VerifyVisualState Start 2026-01-28T17:21:32.3549102Z >>>>> 01/28/2026 17:21:32 Switch_SetVisibleAndToggled_VerifyVisualState Stop 2026-01-28T17:21:32.9239500Z Passed Switch_SetVisibleAndToggled_VerifyVisualState [2 s] 2026-01-28T17:21:33.7378416Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-28T17:21:33.7428562Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.3) 2026-01-28T17:21:33.8580443Z [xUnit.net 00:00:00.11] Discovering: Controls.TestCases.Android.Tests 2026-01-28T17:21:34.0545383Z [xUnit.net 00:00:00.31] Discovered: Controls.TestCases.Android.Tests 2026-01-28T17:21:34.1632631Z WARNING: Overwriting results file: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.trx 2026-01-28T17:21:34.1675885Z Results File: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.trx 2026-01-28T17:21:34.1680006Z 2026-01-28T17:21:34.1734476Z Test Run Failed. 2026-01-28T17:21:34.1735504Z Total tests: 110 2026-01-28T17:21:34.1736358Z Passed: 109 2026-01-28T17:21:34.1736610Z Failed: 1 2026-01-28T17:21:34.1736851Z Total time: 10.0141 Minutes 2026-01-28T17:21:34.2493291Z Test Run complete: Controls.TestCases.Android.Tests-Release-android-SoftInput_Stepper_Switch_SwipeView.trx 2026-01-28T17:21:34.2506977Z Writing logcat to /mnt/vss/_work/1/a/logs/logcat_uitest_2026-01-28-17-21-34.log 2026-01-28T17:21:34.2507520Z Running: /usr/local/lib/android/sdk/platform-tools/adb logcat -d 2026-01-28T17:21:34.2509090Z Executing: /usr/local/lib/android/sdk/platform-tools/adb logcat -d 2026-01-28T17:21:34.5175017Z exit code 0 2026-01-28T17:21:34.5185142Z Logcat written to /mnt/vss/_work/1/a/logs/logcat_uitest_2026-01-28-17-21-34.log 2026-01-28T17:21:34.5196007Z An error occurred when executing task 'uitest'. 2026-01-28T17:21:34.5196474Z Completed in 00:22:54.3121816 2026-01-28T17:21:34.5213609Z 2026-01-28T17:21:34.5214487Z ---------------------------------------- 2026-01-28T17:21:34.5214772Z TearDown 2026-01-28T17:21:34.5215084Z ---------------------------------------- 2026-01-28T17:21:34.5215363Z Executing custom teardown action... 2026-01-28T17:21:34.5220212Z AdbEmuKill 2026-01-28T17:21:34.5287585Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T17:21:34.5293634Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-28T17:21:34.5294474Z Executing: /usr/local/lib/android/sdk/platform-tools/adb emu kill 2026-01-28T17:21:34.5337235Z OK: killing emulator, bye bye 2026-01-28T17:21:34.5338104Z OK 2026-01-28T17:21:34.5338745Z OK: killing emulator, bye bye 2026-01-28T17:21:34.5339059Z OK 2026-01-28T17:21:39.5343993Z emulatorProcess.Kill() 2026-01-28T17:21:39.5349117Z Emulator process kill signal sent successfully. 2026-01-28T17:21:39.5353909Z Emulator process killed successfully. 2026-01-28T17:21:39.5354206Z AndroidAvdDelete 2026-01-28T17:21:39.5364101Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-28T17:21:39.5365939Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager delete avd -n Emulator_30 2026-01-28T17:21:40.8815356Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-01-28T17:21:40.8815760Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-01-28T17:21:40.8816080Z 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-28T17:21:40.8817010Z 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-28T17:21:40.8817430Z 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-28T17:21:40.8817833Z 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-28T17:21:40.8818191Z 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-28T17:21:40.8818464Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-01-28T17:21:40.8818760Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-01-28T17:21:40.8819215Z 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-28T17:21:40.8819580Z at Submission#0.<>b__0_27() 2026-01-28T17:21:40.8819853Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-01-28T17:21:40.8820318Z 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-28T17:21:40.8820724Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-01-28T17:21:40.8821139Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-01-28T17:21:40.8821459Z 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-28T17:21:40.8821796Z 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-28T17:21:40.8822184Z 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-28T17:21:40.8822642Z 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-28T17:21:40.8823151Z 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-28T17:21:40.8823818Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-01-28T17:21:40.8824364Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-01-28T17:21:40.8824832Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-01-28T17:21:40.8825261Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-01-28T17:21:40.8825622Z at Submission#0.<>d__0.MoveNext() 2026-01-28T17:21:40.8825944Z --- End of stack trace from previous location --- 2026-01-28T17:21:40.8826411Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-28T17:21:40.8826933Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-28T17:21:40.8827390Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-01-28T17:21:40.8827792Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-01-28T17:21:40.8828205Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-01-28T17:21:40.8828648Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-01-28T17:21:40.8829117Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-01-28T17:21:40.9616553Z 2026-01-28T17:21:40.9663884Z ##[error]PowerShell exited with code '1'. 2026-01-28T17:21:40.9681441Z ##[section]Async Command Start: Update Build Number 2026-01-28T17:21:40.9683353Z Update build number to 10.0.40-ci+azdo.1270422 for build 1270422 2026-01-28T17:21:40.9683516Z ##[section]Async Command End: Update Build Number 2026-01-28T17:21:40.9684404Z ##[section]Async Command Start: Update Build Number 2026-01-28T17:21:40.9684626Z Update build number to 10.0.40-ci+azdo.1270422 for build 1270422 2026-01-28T17:21:40.9684758Z ##[section]Async Command End: Update Build Number 2026-01-28T17:21:40.9685452Z ##[section]Async Command Start: Update Build Number 2026-01-28T17:21:40.9685645Z Update build number to 10.0.40-ci+azdo.1270422 for build 1270422 2026-01-28T17:21:40.9685770Z ##[section]Async Command End: Update Build Number 2026-01-28T17:21:40.9686396Z ##[section]Async Command Start: Update Build Number 2026-01-28T17:21:40.9686594Z Update build number to 10.0.40-ci+azdo.1270422 for build 1270422 2026-01-28T17:21:40.9686722Z ##[section]Async Command End: Update Build Number 2026-01-28T17:21:40.9687594Z ##[section]Finishing: Controls (API 30) SoftInput,Stepper,Switch,SwipeView