2026-01-30T15:18:20.2298099Z ##[section]Starting: Controls (API 30) WebView 2026-01-30T15:18:20.2302970Z ============================================================================== 2026-01-30T15:18:20.2303076Z Task : PowerShell 2026-01-30T15:18:20.2303138Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-01-30T15:18:20.2303224Z Version : 2.266.0 2026-01-30T15:18:20.2303284Z Author : Microsoft Corporation 2026-01-30T15:18:20.2303354Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-01-30T15:18:20.2303441Z ============================================================================== 2026-01-30T15:18:20.4025625Z Generating script. 2026-01-30T15:18:20.4033089Z ========================== Starting Command Output =========================== 2026-01-30T15:18:20.4044143Z [command]/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/mnt/vss/_work/_temp/ea1a2b7d-d3e1-4cd6-82cd-56d4e846bc67.ps1' 2026-01-30T15:18:20.6095495Z $ErrorActionPreference = 'stop' 2026-01-30T15:18:20.6097164Z $ProgressPreference = 'silentlyContinue' 2026-01-30T15:18:20.6097338Z Get-Content $PSCommandPath 2026-01-30T15:18:20.6097700Z $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-30T15:18:20.6098137Z $command += " --appproject=""/mnt/vss/_work/1/Controls.TestCases.HostApp/"" --device=""android-emulator-64_30"" --apiversion=""30"" --configuration=""Release""" 2026-01-30T15:18:20.6098358Z $command += " --runtimevariant=""CoreCLR""" 2026-01-30T15:18:20.6098568Z $command += " --results=""/mnt/vss/_work/1/a/test-results"" --binlog=""/mnt/vss/_work/1/a/logs"" --verbosity=diagnostic" 2026-01-30T15:18:20.6098675Z 2026-01-30T15:18:20.6098818Z $testFilter = "" 2026-01-30T15:18:20.6098966Z $testConfigrationArgs = "" 2026-01-30T15:18:20.6099043Z 2026-01-30T15:18:20.6099185Z "WebView".Split(",") | ForEach { 2026-01-30T15:18:20.6099345Z $testFilter += "TestCategory=" + $_ + "|" 2026-01-30T15:18:20.6099495Z } 2026-01-30T15:18:20.6100836Z 2026-01-30T15:18:20.6101015Z $testFilter = $testFilter.TrimEnd("|") 2026-01-30T15:18:20.6101095Z 2026-01-30T15:18:20.6101302Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-01-30T15:18:20.6101492Z if ($testConfigrationArgs) { 2026-01-30T15:18:20.6103643Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-01-30T15:18:20.6104346Z } 2026-01-30T15:18:20.6105243Z if ($testFilter) { 2026-01-30T15:18:20.6105539Z $command += " --test-filter ""$testFilter""" 2026-01-30T15:18:20.6105824Z } 2026-01-30T15:18:20.6105930Z 2026-01-30T15:18:20.6106191Z $headless = 2026-01-30T15:18:20.6106603Z if ($headless) { 2026-01-30T15:18:20.6106884Z $command += " --headless ""$headless""" 2026-01-30T15:18:20.6107182Z } 2026-01-30T15:18:20.6107283Z 2026-01-30T15:18:20.6107552Z Write-Host "Running command: $command" 2026-01-30T15:18:20.6107687Z 2026-01-30T15:18:20.6107951Z Invoke-Expression $command 2026-01-30T15:18:20.6108296Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-01-30T15:18:20.6109430Z } else { 2026-01-30T15:18:20.6110136Z exit $LASTEXITCODE 2026-01-30T15:18:20.6112272Z } 2026-01-30T15:18:20.6531137Z 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="CoreCLR" --results="/mnt/vss/_work/1/a/test-results" --binlog="/mnt/vss/_work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=WebView" 2026-01-30T15:18:21.0295927Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T15:18:21.3827610Z Tool 'powershell' is up to date (version '7.4.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T15:18:21.7312110Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T15:18:22.0672491Z 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-30T15:18:22.7349117Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-01-30T15:18:23.5842667Z Looking for modules... 2026-01-30T15:18:26.0114305Z No modules found to install. 2026-01-30T15:18:26.0155283Z Module directory does not exist. 2026-01-30T15:18:26.0199519Z Analyzing build script... 2026-01-30T15:18:26.0213898Z Analyzing /mnt/vss/_work/1/s/eng/devices/android.cake... 2026-01-30T15:18:26.0234982Z Analyzing /mnt/vss/_work/1/s/eng/devices/uitests-shared.cake... 2026-01-30T15:18:26.0239408Z Analyzing /mnt/vss/_work/1/s/eng/cake/helpers.cake... 2026-01-30T15:18:26.1444540Z Analyzing /mnt/vss/_work/1/s/eng/cake/dotnet.cake... 2026-01-30T15:18:26.9600600Z Analyzing /mnt/vss/_work/1/s/eng/devices/devices-shared.cake... 2026-01-30T15:18:28.2547437Z Processing build script... 2026-01-30T15:18:28.2562083Z Installing addins... 2026-01-30T15:18:28.2988867Z Missing /home/cloudtest/.nuget/packages/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 2026-01-30T15:18:28.3580644Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-01-30T15:18:28.5998807Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.adb/index.json 238ms 2026-01-30T15:18:28.6054210Z 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-30T15:18:28.6804129Z 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 74ms 2026-01-30T15:18:28.7351521Z 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-30T15:18:28.7995908Z 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 64ms 2026-01-30T15:18:28.8039795Z Acquiring lock for the installation of Cake.Android.Adb 3.2.0 2026-01-30T15:18:28.8063940Z Acquired lock for the installation of Cake.Android.Adb 3.2.0 2026-01-30T15:18:28.8533191Z 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-30T15:18:28.9113175Z The addin Cake.Android.Adb will reference tools/Addins/Cake.Android.Adb.3.2.0/lib/netstandard2.0/Cake.Android.Adb.dll. 2026-01-30T15:18:28.9141642Z Missing /home/cloudtest/.nuget/packages/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 2026-01-30T15:18:28.9149575Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-01-30T15:18:28.9842103Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 69ms 2026-01-30T15:18:28.9851566Z 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-30T15:18:29.0523267Z 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 66ms 2026-01-30T15:18:29.0541954Z 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-30T15:18:29.1128520Z 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 58ms 2026-01-30T15:18:29.1129785Z Acquiring lock for the installation of Cake.Android.AvdManager 2.2.0 2026-01-30T15:18:29.1130176Z Acquired lock for the installation of Cake.Android.AvdManager 2.2.0 2026-01-30T15:18:29.1171958Z 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-30T15:18:29.1227773Z The addin Cake.Android.AvdManager will reference tools/Addins/Cake.Android.AvdManager.2.2.0/lib/netstandard2.0/Cake.Android.AvdManager.dll. 2026-01-30T15:18:29.1382800Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-01-30T15:18:29.1531413Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-01-30T15:18:29.1658571Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-01-30T15:18:29.2138179Z Verifying assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T15:18:29.2138759Z The assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T15:18:29.2240356Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T15:18:29.2241147Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T15:18:29.2241669Z Verifying assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T15:18:29.2242009Z The assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T15:18:29.2242282Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T15:18:29.2242544Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T15:18:29.2242845Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-01-30T15:18:29.2243180Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-01-30T15:18:29.2243446Z is referencing an older version of Cake.Core (0.33.0). 2026-01-30T15:18:29.2243708Z For best compatibility it should target Cake.Core version 4.0.0. 2026-01-30T15:18:29.2244045Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T15:18:29.2244373Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-01-30T15:18:29.3850617Z Adding assembly reference to System.Private.CoreLib.dll... 2026-01-30T15:18:29.3851308Z Adding assembly reference to System.Linq.Expressions.dll... 2026-01-30T15:18:29.3851797Z Adding assembly reference to Microsoft.CSharp.dll... 2026-01-30T15:18:29.3852282Z Adding assembly reference to System.Runtime.dll... 2026-01-30T15:18:29.3852798Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-01-30T15:18:29.3853602Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-01-30T15:18:29.3854102Z Adding assembly reference to System.Threading.dll... 2026-01-30T15:18:29.3854581Z Adding assembly reference to System.Linq.dll... 2026-01-30T15:18:29.3855073Z Adding assembly reference to System.Collections.dll... 2026-01-30T15:18:29.3855585Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-01-30T15:18:29.3856135Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-01-30T15:18:29.3856906Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-01-30T15:18:29.3857439Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-01-30T15:18:29.3857931Z Adding assembly reference to System.ObjectModel.dll... 2026-01-30T15:18:29.3858441Z Adding assembly reference to System.Threading.Thread.dll... 2026-01-30T15:18:29.3858966Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-01-30T15:18:29.3859481Z Adding assembly reference to System.Collections.Specialized.dll... 2026-01-30T15:18:29.3860002Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-01-30T15:18:29.3860520Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-01-30T15:18:29.3861047Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-01-30T15:18:29.3861556Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-01-30T15:18:29.3862054Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-01-30T15:18:29.3862566Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-01-30T15:18:29.3863081Z Adding assembly reference to System.Security.AccessControl.dll... 2026-01-30T15:18:29.3863599Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-01-30T15:18:29.3864083Z Adding assembly reference to mscorlib.dll... 2026-01-30T15:18:29.3864565Z Adding assembly reference to netstandard.dll... 2026-01-30T15:18:29.3865118Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-01-30T15:18:29.3865609Z Adding assembly reference to System.IO.Pipes.dll... 2026-01-30T15:18:29.3866123Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-01-30T15:18:29.3866796Z Adding assembly reference to System.Security.Cryptography.dll... 2026-01-30T15:18:29.3867285Z Adding assembly reference to System.Memory.dll... 2026-01-30T15:18:29.3867787Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-01-30T15:18:29.3868322Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-01-30T15:18:29.3868991Z Adding assembly reference to System.ComponentModel.dll... 2026-01-30T15:18:29.3869469Z Adding assembly reference to System.Console.dll... 2026-01-30T15:18:29.3869926Z Adding assembly reference to System.Data.Common.dll... 2026-01-30T15:18:29.3870448Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-01-30T15:18:29.3870955Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-01-30T15:18:29.3871597Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-01-30T15:18:29.3872104Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-01-30T15:18:29.3872670Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-01-30T15:18:29.3873231Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-01-30T15:18:29.3873737Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-01-30T15:18:29.3874270Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-01-30T15:18:29.3874761Z Adding assembly reference to System.IO.Compression.dll... 2026-01-30T15:18:29.3875265Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-01-30T15:18:29.3875774Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-01-30T15:18:29.3876287Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-01-30T15:18:29.3876929Z Adding assembly reference to System.Linq.Queryable.dll... 2026-01-30T15:18:29.3877416Z Adding assembly reference to System.Linq.Parallel.dll... 2026-01-30T15:18:29.3877907Z Adding assembly reference to System.Net.Requests.dll... 2026-01-30T15:18:29.3878411Z Adding assembly reference to System.Net.Primitives.dll... 2026-01-30T15:18:29.3878899Z Adding assembly reference to System.Net.HttpListener.dll... 2026-01-30T15:18:29.3879400Z Adding assembly reference to System.Net.NameResolution.dll... 2026-01-30T15:18:29.3879901Z Adding assembly reference to System.Net.WebClient.dll... 2026-01-30T15:18:29.3880377Z Adding assembly reference to System.Net.Http.dll... 2026-01-30T15:18:29.3880871Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-01-30T15:18:29.3881363Z Adding assembly reference to System.Net.WebProxy.dll... 2026-01-30T15:18:29.3881810Z Adding assembly reference to System.Net.Mail.dll... 2026-01-30T15:18:29.3882076Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-01-30T15:18:29.3882326Z Adding assembly reference to System.Net.Ping.dll... 2026-01-30T15:18:29.3882582Z Adding assembly reference to System.Net.Security.dll... 2026-01-30T15:18:29.3882839Z Adding assembly reference to System.Net.Sockets.dll... 2026-01-30T15:18:29.3883101Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-01-30T15:18:29.3883358Z Adding assembly reference to System.Net.WebSockets.dll... 2026-01-30T15:18:29.3883615Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-01-30T15:18:29.3883880Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-01-30T15:18:29.3884269Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-01-30T15:18:29.3884535Z Adding assembly reference to System.Reflection.Emit.dll... 2026-01-30T15:18:29.3884797Z Adding assembly reference to System.Resources.Writer.dll... 2026-01-30T15:18:29.3885072Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-01-30T15:18:29.3885364Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-01-30T15:18:29.3885688Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-01-30T15:18:29.3885972Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-01-30T15:18:29.3886250Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-01-30T15:18:29.3886937Z Adding assembly reference to System.Security.Claims.dll... 2026-01-30T15:18:29.3887203Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-01-30T15:18:29.3887473Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-01-30T15:18:29.3887735Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-01-30T15:18:29.3888010Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-01-30T15:18:29.3888278Z Adding assembly reference to System.Transactions.Local.dll... 2026-01-30T15:18:29.3888536Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-01-30T15:18:29.3888792Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-01-30T15:18:29.3889061Z Adding assembly reference to System.Xml.XDocument.dll... 2026-01-30T15:18:29.3889318Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-01-30T15:18:29.3889577Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-01-30T15:18:29.3889836Z Adding assembly reference to System.Xml.XPath.dll... 2026-01-30T15:18:29.3890086Z Adding assembly reference to System.AppContext.dll... 2026-01-30T15:18:29.3890333Z Adding assembly reference to System.Buffers.dll... 2026-01-30T15:18:29.3890721Z Adding assembly reference to System.Collections.Immutable.dll... 2026-01-30T15:18:29.3891188Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-01-30T15:18:29.3891695Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-01-30T15:18:29.3892203Z Adding assembly reference to System.Runtime.Loader.dll... 2026-01-30T15:18:29.3892691Z Adding assembly reference to System.Configuration.dll... 2026-01-30T15:18:29.3893163Z Adding assembly reference to System.Core.dll... 2026-01-30T15:18:29.3893636Z Adding assembly reference to System.Private.Uri.dll... 2026-01-30T15:18:29.3894134Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-01-30T15:18:29.3894637Z Adding assembly reference to System.Data.dll... 2026-01-30T15:18:29.3895116Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-01-30T15:18:29.3895627Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-01-30T15:18:29.3896244Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-01-30T15:18:29.3896889Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-01-30T15:18:29.3897360Z Adding assembly reference to System.dll... 2026-01-30T15:18:29.3897826Z Adding assembly reference to System.Drawing.dll... 2026-01-30T15:18:29.3898314Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-01-30T15:18:29.3898907Z Adding assembly reference to System.Formats.Asn1.dll... 2026-01-30T15:18:29.3899392Z Adding assembly reference to System.Formats.Tar.dll... 2026-01-30T15:18:29.3899899Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-01-30T15:18:29.3900404Z Adding assembly reference to System.Globalization.dll... 2026-01-30T15:18:29.3900930Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-01-30T15:18:29.3901443Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-01-30T15:18:29.3901922Z Adding assembly reference to System.IO.dll... 2026-01-30T15:18:29.3902434Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-01-30T15:18:29.3902930Z Adding assembly reference to System.IO.FileSystem.dll... 2026-01-30T15:18:29.3903449Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-01-30T15:18:29.3903955Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-01-30T15:18:29.3904485Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-01-30T15:18:29.3904999Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-01-30T15:18:29.3905475Z Adding assembly reference to System.Net.dll... 2026-01-30T15:18:29.3905943Z Adding assembly reference to System.Net.Quic.dll... 2026-01-30T15:18:29.3906554Z Adding assembly reference to System.Threading.Channels.dll... 2026-01-30T15:18:29.3907083Z Adding assembly reference to System.Net.Http.Json.dll... 2026-01-30T15:18:29.3907567Z Adding assembly reference to System.Text.Json.dll... 2026-01-30T15:18:29.3908069Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-01-30T15:18:29.3908550Z Adding assembly reference to System.Numerics.dll... 2026-01-30T15:18:29.3909028Z Adding assembly reference to System.Reflection.dll... 2026-01-30T15:18:29.3909523Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-01-30T15:18:29.3910050Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-01-30T15:18:29.3910544Z Adding assembly reference to System.Resources.Reader.dll... 2026-01-30T15:18:29.3911061Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-01-30T15:18:29.3911599Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-01-30T15:18:29.3912128Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-01-30T15:18:29.3912633Z Adding assembly reference to System.Runtime.Handles.dll... 2026-01-30T15:18:29.3913164Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-01-30T15:18:29.3913851Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-01-30T15:18:29.3914454Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-01-30T15:18:29.3914997Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-01-30T15:18:29.3915543Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-01-30T15:18:29.3916074Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-01-30T15:18:29.3916824Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-01-30T15:18:29.3917258Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-01-30T15:18:29.3917550Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-01-30T15:18:29.3917839Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-01-30T15:18:29.3918136Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-01-30T15:18:29.3918399Z Adding assembly reference to System.Security.dll... 2026-01-30T15:18:29.3918669Z Adding assembly reference to System.Security.Principal.dll... 2026-01-30T15:18:29.3918937Z Adding assembly reference to System.Security.SecureString.dll... 2026-01-30T15:18:29.3919203Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-01-30T15:18:29.3919460Z Adding assembly reference to System.ServiceProcess.dll... 2026-01-30T15:18:29.3919731Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-01-30T15:18:29.3919993Z Adding assembly reference to System.Text.Encoding.dll... 2026-01-30T15:18:29.3920305Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-01-30T15:18:29.3920722Z Adding assembly reference to System.IO.Pipelines.dll... 2026-01-30T15:18:29.3921130Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-01-30T15:18:29.3921537Z Adding assembly reference to System.Threading.Tasks.dll... 2026-01-30T15:18:29.3921992Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-01-30T15:18:29.3922454Z Adding assembly reference to System.Threading.Timer.dll... 2026-01-30T15:18:29.3922719Z Adding assembly reference to System.Transactions.dll... 2026-01-30T15:18:29.3922973Z Adding assembly reference to System.ValueTuple.dll... 2026-01-30T15:18:29.3923228Z Adding assembly reference to System.Web.dll... 2026-01-30T15:18:29.3923483Z Adding assembly reference to System.Windows.dll... 2026-01-30T15:18:29.3923730Z Adding assembly reference to System.Xml.dll... 2026-01-30T15:18:29.3923978Z Adding assembly reference to System.Xml.Linq.dll... 2026-01-30T15:18:29.3924236Z Adding assembly reference to System.Private.Xml.dll... 2026-01-30T15:18:29.3924497Z Adding assembly reference to System.Xml.Serialization.dll... 2026-01-30T15:18:29.3924763Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-01-30T15:18:29.3925024Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-01-30T15:18:29.3925276Z Adding assembly reference to WindowsBase.dll... 2026-01-30T15:18:29.3925637Z Adding assembly reference to Cake.Core.dll... 2026-01-30T15:18:29.3925883Z Adding assembly reference to Cake.Common.dll... 2026-01-30T15:18:29.3926133Z Adding assembly reference to Spectre.Console.dll... 2026-01-30T15:18:29.3926569Z Adding assembly reference to Cake.Android.Adb.dll... 2026-01-30T15:18:29.3926917Z Adding assembly reference to Cake.Android.AvdManager.dll... 2026-01-30T15:18:29.3927233Z Adding assembly reference to Cake.FileHelpers.dll... 2026-01-30T15:18:29.3927480Z Adding assembly reference to NuGet.Packaging.dll... 2026-01-30T15:18:29.3927734Z Adding assembly reference to NuGet.Protocol.dll... 2026-01-30T15:18:29.3928068Z Importing namespace Cake.AndroidAdb... 2026-01-30T15:18:29.3928313Z Importing namespace Cake.AndroidAvdManager... 2026-01-30T15:18:29.3928554Z Importing namespace Cake.AndroidEmulator... 2026-01-30T15:18:29.3928787Z Importing namespace Cake.Common... 2026-01-30T15:18:29.3929025Z Importing namespace Cake.Common.Build... 2026-01-30T15:18:29.3929274Z Importing namespace Cake.Common.Build.AppVeyor... 2026-01-30T15:18:29.3929530Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-01-30T15:18:29.3929790Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-01-30T15:18:29.3930061Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-01-30T15:18:29.3930314Z Importing namespace Cake.Common.Build.Bamboo... 2026-01-30T15:18:29.3930565Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-01-30T15:18:29.3930827Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-01-30T15:18:29.3931099Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-01-30T15:18:29.3931353Z Importing namespace Cake.Common.Build.Bitrise... 2026-01-30T15:18:29.3931605Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-01-30T15:18:29.3931854Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-01-30T15:18:29.3932113Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-01-30T15:18:29.3932366Z Importing namespace Cake.Common.Build.GitHubActions... 2026-01-30T15:18:29.3932626Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-01-30T15:18:29.3932880Z Importing namespace Cake.Common.Build.GitLabCI... 2026-01-30T15:18:29.3933140Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-01-30T15:18:29.3933386Z Importing namespace Cake.Common.Build.GoCD... 2026-01-30T15:18:29.3933632Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-01-30T15:18:29.3933885Z Importing namespace Cake.Common.Build.Jenkins... 2026-01-30T15:18:29.3934141Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-01-30T15:18:29.3934388Z Importing namespace Cake.Common.Build.MyGet... 2026-01-30T15:18:29.3934633Z Importing namespace Cake.Common.Build.TeamCity... 2026-01-30T15:18:29.3934888Z Importing namespace Cake.Common.Build.TravisCI... 2026-01-30T15:18:29.3935179Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-01-30T15:18:29.3935430Z Importing namespace Cake.Common.Diagnostics... 2026-01-30T15:18:29.3935666Z Importing namespace Cake.Common.IO... 2026-01-30T15:18:29.3935910Z Importing namespace Cake.Common.IO.Paths... 2026-01-30T15:18:29.3936149Z Importing namespace Cake.Common.Net... 2026-01-30T15:18:29.3936524Z Importing namespace Cake.Common.Security... 2026-01-30T15:18:29.3936936Z Importing namespace Cake.Common.Solution... 2026-01-30T15:18:29.3937191Z Importing namespace Cake.Common.Solution.Project... 2026-01-30T15:18:29.3937458Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-01-30T15:18:29.3937719Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-01-30T15:18:29.3937963Z Importing namespace Cake.Common.Text... 2026-01-30T15:18:29.3938212Z Importing namespace Cake.Common.Tools.Cake... 2026-01-30T15:18:29.3938459Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-01-30T15:18:29.3938721Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-01-30T15:18:29.3938982Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-01-30T15:18:29.3939257Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-01-30T15:18:29.3939526Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-01-30T15:18:29.3939787Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-01-30T15:18:29.3940063Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-01-30T15:18:29.3940323Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-01-30T15:18:29.3940580Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-01-30T15:18:29.3940839Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-01-30T15:18:29.3941107Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-01-30T15:18:29.3941370Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-01-30T15:18:29.3941637Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-01-30T15:18:29.3941902Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-01-30T15:18:29.3942166Z Importing namespace Cake.Common.Tools.Command... 2026-01-30T15:18:29.3942419Z Importing namespace Cake.Common.Tools.DotCover... 2026-01-30T15:18:29.3942679Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-01-30T15:18:29.3942940Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-01-30T15:18:29.3943202Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-01-30T15:18:29.3943458Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-01-30T15:18:29.3943707Z Importing namespace Cake.Common.Tools.DotNet... 2026-01-30T15:18:29.3943969Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-01-30T15:18:29.3944226Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-01-30T15:18:29.3944481Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-01-30T15:18:29.3944797Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-01-30T15:18:29.3945056Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-01-30T15:18:29.3945309Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-01-30T15:18:29.3945574Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-01-30T15:18:29.3945840Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-01-30T15:18:29.3946142Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-01-30T15:18:29.3946466Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-01-30T15:18:29.3946725Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-01-30T15:18:29.3946987Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-01-30T15:18:29.3947254Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-01-30T15:18:29.3947512Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-01-30T15:18:29.3947765Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-01-30T15:18:29.3948064Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-01-30T15:18:29.3948317Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-01-30T15:18:29.3948570Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-01-30T15:18:29.3948817Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-01-30T15:18:29.3949085Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-01-30T15:18:29.3949347Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-01-30T15:18:29.3949618Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-01-30T15:18:29.3949882Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-01-30T15:18:29.3950155Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-01-30T15:18:29.3950425Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-01-30T15:18:29.3950691Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-01-30T15:18:29.3950951Z Importing namespace Cake.Common.Tools.DupFinder... 2026-01-30T15:18:29.3951195Z Importing namespace Cake.Common.Tools.Fixie... 2026-01-30T15:18:29.3951440Z Importing namespace Cake.Common.Tools.GitLink... 2026-01-30T15:18:29.3951700Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-01-30T15:18:29.3951978Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-01-30T15:18:29.3952248Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-01-30T15:18:29.3952514Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-01-30T15:18:29.3952783Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-01-30T15:18:29.3953061Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-01-30T15:18:29.3953327Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-01-30T15:18:29.3953595Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-01-30T15:18:29.3953868Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-01-30T15:18:29.3954171Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-01-30T15:18:29.3954424Z Importing namespace Cake.Common.Tools.GitVersion... 2026-01-30T15:18:29.3954673Z Importing namespace Cake.Common.Tools.ILMerge... 2026-01-30T15:18:29.3954924Z Importing namespace Cake.Common.Tools.ILRepack... 2026-01-30T15:18:29.3955170Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-01-30T15:18:29.3955453Z Importing namespace Cake.Common.Tools.InspectCode... 2026-01-30T15:18:29.3955704Z Importing namespace Cake.Common.Tools.MSBuild... 2026-01-30T15:18:29.3955956Z Importing namespace Cake.Common.Tools.MSpec... 2026-01-30T15:18:29.3956197Z Importing namespace Cake.Common.Tools.MSTest... 2026-01-30T15:18:29.3956513Z Importing namespace Cake.Common.Tools.NSIS... 2026-01-30T15:18:29.3956867Z Importing namespace Cake.Common.Tools.NuGet... 2026-01-30T15:18:29.3957123Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-01-30T15:18:29.3957375Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-01-30T15:18:29.3957633Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-01-30T15:18:29.3957884Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-01-30T15:18:29.3958142Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-01-30T15:18:29.3958394Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-01-30T15:18:29.3958650Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-01-30T15:18:29.3958904Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-01-30T15:18:29.3959170Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-01-30T15:18:29.3959425Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-01-30T15:18:29.3959680Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-01-30T15:18:29.3959939Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-01-30T15:18:29.3960186Z Importing namespace Cake.Common.Tools.NUnit... 2026-01-30T15:18:29.3960437Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-01-30T15:18:29.3960687Z Importing namespace Cake.Common.Tools.OpenCover... 2026-01-30T15:18:29.3960950Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-01-30T15:18:29.3961203Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-01-30T15:18:29.3961452Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-01-30T15:18:29.3961705Z Importing namespace Cake.Common.Tools.SignTool... 2026-01-30T15:18:29.3961962Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-01-30T15:18:29.3962230Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-01-30T15:18:29.3962508Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-01-30T15:18:29.3962771Z Importing namespace Cake.Common.Tools.TextTransform... 2026-01-30T15:18:29.3963027Z Importing namespace Cake.Common.Tools.VSTest... 2026-01-30T15:18:29.3963274Z Importing namespace Cake.Common.Tools.VSWhere... 2026-01-30T15:18:29.3963577Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-01-30T15:18:29.3963839Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-01-30T15:18:29.3964093Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-01-30T15:18:29.3964347Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-01-30T15:18:29.3964594Z Importing namespace Cake.Common.Tools.WiX... 2026-01-30T15:18:29.3964889Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-01-30T15:18:29.3965135Z Importing namespace Cake.Common.Tools.XBuild... 2026-01-30T15:18:29.3965377Z Importing namespace Cake.Common.Tools.XUnit... 2026-01-30T15:18:29.3965616Z Importing namespace Cake.Common.Xml... 2026-01-30T15:18:29.3965852Z Importing namespace Cake.Core... 2026-01-30T15:18:29.3966088Z Importing namespace Cake.Core.Diagnostics... 2026-01-30T15:18:29.3966316Z Importing namespace Cake.Core.IO... 2026-01-30T15:18:29.3966624Z Importing namespace Cake.Core.Scripting... 2026-01-30T15:18:29.3966869Z Importing namespace Cake.Core.Tooling... 2026-01-30T15:18:29.3967104Z Importing namespace Cake.FileHelpers... 2026-01-30T15:18:29.3967331Z Importing namespace NuGet.Common... 2026-01-30T15:18:29.3967565Z Importing namespace NuGet.Configuration... 2026-01-30T15:18:29.3967802Z Importing namespace NuGet.Protocol... 2026-01-30T15:18:29.3968038Z Importing namespace NuGet.Protocol.Core.Types... 2026-01-30T15:18:29.3968278Z Importing namespace NuGet.Versioning... 2026-01-30T15:18:29.3968504Z Importing namespace System... 2026-01-30T15:18:29.3968749Z Importing namespace System.Collections.Generic... 2026-01-30T15:18:29.3968981Z Importing namespace System.IO... 2026-01-30T15:18:29.3969206Z Importing namespace System.Linq... 2026-01-30T15:18:29.3969430Z Importing namespace System.Text... 2026-01-30T15:18:29.3969676Z Importing namespace System.Threading.Tasks... 2026-01-30T15:18:29.3969853Z .NETStandard,Version=v2.0 2026-01-30T15:18:29.4446824Z Compiling build script... 2026-01-30T15:18:31.3942231Z /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-30T15:18:31.3942598Z /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-30T15:18:32.4526651Z Local Dotnet: True 2026-01-30T15:18:32.4532599Z ANDROID_SDK_ROOT: /usr/local/lib/android/sdk 2026-01-30T15:18:32.4533117Z ANDROID_HOME: /usr/local/lib/android/sdk 2026-01-30T15:18:32.4540286Z 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-30T15:18:32.4542145Z 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-30T15:18:32.4544432Z 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-30T15:18:32.4546296Z 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-30T15:18:32.4562355Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/13.0 2026-01-30T15:18:32.4563074Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/latest 2026-01-30T15:18:32.4563669Z Android SDK Root: /usr/local/lib/android/sdk 2026-01-30T15:18:32.4564338Z Project File: /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-30T15:18:32.4564941Z Build Binary Log (binlog): /mnt/vss/_work/1/a/logs 2026-01-30T15:18:32.4565385Z Build Configuration: Release 2026-01-30T15:18:32.4565785Z Build Target Framework: net10.0-android 2026-01-30T15:18:32.4566142Z Use CoreCLR: False 2026-01-30T15:18:32.4573324Z Using local dotnet: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-30T15:18:32.4574290Z DOTNET_TOOL_PATH: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-30T15:18:32.4585861Z Host OS System Arch: X64 2026-01-30T15:18:32.4586229Z Host Processor System Arch: X64 2026-01-30T15:18:32.4670443Z 2026-01-30T15:18:32.4670994Z ======================================== 2026-01-30T15:18:32.4671316Z connectToDevice 2026-01-30T15:18:32.4671598Z ======================================== 2026-01-30T15:18:32.4672105Z Executing task: connectToDevice 2026-01-30T15:18:32.4687399Z Create for: emulator 2026-01-30T15:18:32.4687939Z Host OS System Arch: X64 2026-01-30T15:18:32.4688470Z Host Processor System Arch: X64 2026-01-30T15:18:32.4689006Z Going to run image: system-images;android-30;google_apis_playstore;x86_64 2026-01-30T15:18:32.4700202Z Test Device ID: system-images;android-30;google_apis_playstore;x86_64 2026-01-30T15:18:32.4700641Z Trying to boot the emulator... 2026-01-30T15:18:32.4701360Z Deleting AVD if exists: Emulator_30... 2026-01-30T15:18:32.4760023Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-30T15:18:32.4774108Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager delete avd -n Emulator_30 2026-01-30T15:18:32.6514407Z Error: There is no Android Virtual Device named 'Emulator_30'. 2026-01-30T15:18:32.6514807Z null 2026-01-30T15:18:32.6563561Z Creating AVD: Emulator_30 (system-images;android-30;google_apis_playstore;x86_64)... 2026-01-30T15:18:32.6579499Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-30T15:18:32.6580548Z 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-30T15:18:33.7225752Z Pre-authorizing ADB keys for emulator... 2026-01-30T15:18:33.7234814Z Ensuring ADB keys are correctly configured... 2026-01-30T15:18:33.7235174Z Stopping ADB server... 2026-01-30T15:18:33.7262030Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:33.7262716Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-01-30T15:18:33.8885938Z cannot connect to daemon at tcp:5037: Connection refused 2026-01-30T15:18:34.8899001Z Ensuring ADB key directory exists... 2026-01-30T15:18:34.8904174Z Executing: chmod 700 /home/cloudtest/.android 2026-01-30T15:18:34.8928270Z Cleaning up old ADB keys... 2026-01-30T15:18:34.8931784Z Trying ADB keygen method: adb keygen /home/cloudtest/.android/adbkey 2026-01-30T15:18:34.8934107Z Executing: adb keygen /home/cloudtest/.android/adbkey 2026-01-30T15:18:34.9880783Z ADB keygen successful with method: keygen /home/cloudtest/.android/adbkey 2026-01-30T15:18:35.9886097Z Keys verified to exist after generation. 2026-01-30T15:18:35.9886694Z ADB keys generated successfully! 2026-01-30T15:18:35.9886977Z Setting correct permissions for ADB keys... 2026-01-30T15:18:35.9887457Z Executing: chmod 600 /home/cloudtest/.android/adbkey 2026-01-30T15:18:35.9902019Z Executing: chmod 600 /home/cloudtest/.android/adbkey.pub 2026-01-30T15:18:35.9918258Z Setting ADB_VENDOR_KEYS environment variable... 2026-01-30T15:18:35.9919032Z Setting environment variable: ADB_VENDOR_KEYS = '/home/cloudtest/.android/adbkey.pub' 2026-01-30T15:18:35.9921675Z Executing: sh -c "export ADB_VENDOR_KEYS=/home/cloudtest/.android/adbkey.pub" 2026-01-30T15:18:35.9943026Z Starting ADB server with new keys... 2026-01-30T15:18:35.9958867Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:35.9959567Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-01-30T15:18:35.9975976Z * daemon not running; starting now at tcp:5037 2026-01-30T15:18:39.0068927Z * daemon started successfully 2026-01-30T15:18:41.0074663Z Pushing ADB keys to the device... 2026-01-30T15:18:41.0075327Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-30T15:18:41.0109681Z Push attempt 1 failed. Retrying in 1 second... 2026-01-30T15:18:42.0112218Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-30T15:18:42.0144012Z Push attempt 2 failed. Retrying in 1 second... 2026-01-30T15:18:43.0146810Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-01-30T15:18:43.0177990Z Push attempt 3 failed. Retrying in 1 second... 2026-01-30T15:18:44.0183213Z Error ensuring ADB keys: Failed to push ADB keys after multiple attempts. 2026-01-30T15:18:44.0183720Z Trying to restart ADB just in case... 2026-01-30T15:18:44.0187384Z Attempting to recover ADB connection... 2026-01-30T15:18:44.0501412Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:44.0502127Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-01-30T15:18:46.0547386Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:46.0548116Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-01-30T15:18:46.0570666Z * daemon not running; starting now at tcp:5037 2026-01-30T15:18:49.0602651Z * daemon started successfully 2026-01-30T15:18:52.0626186Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:52.0627167Z Executing: /usr/local/lib/android/sdk/platform-tools/adb devices -l 2026-01-30T15:18:52.0669662Z List of devices attached 2026-01-30T15:18:52.0669816Z 2026-01-30T15:18:52.0696275Z Recovery check: found 0 devices 2026-01-30T15:18:52.0696696Z ADB connection recovery attempt completed. 2026-01-30T15:18:52.0696916Z Failed to pre-authorize ADB keys (will retry during boot): Failed to push ADB keys after multiple attempts. 2026-01-30T15:18:52.0697325Z Starting Emulator: Emulator_30... 2026-01-30T15:18:52.0722047Z Resolved tool to path /usr/local/lib/android/sdk/emulator/emulator 2026-01-30T15:18:52.0722497Z 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-30T15:18:52.0740736Z Finished executing task: connectToDevice 2026-01-30T15:18:52.0757286Z Completed in 00:00:19.6083899 2026-01-30T15:18:52.0764277Z 2026-01-30T15:18:52.0764718Z ======================================== 2026-01-30T15:18:52.0765018Z uitest-prepare 2026-01-30T15:18:52.0765339Z ======================================== 2026-01-30T15:18:52.0765791Z Executing task: uitest-prepare 2026-01-30T15:18:52.0769555Z Preparing UI Tests... 2026-01-30T15:18:52.0775244Z Looking for .apk files in /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android 2026-01-30T15:18:52.0907400Z Test App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T15:18:52.0908034Z Test App Package Name: com.microsoft.maui.uitests 2026-01-30T15:18:52.0908532Z Test Results Directory: /mnt/vss/_work/1/a/test-results 2026-01-30T15:18:52.0908887Z Testing Device: android-emulator-64_30 2026-01-30T15:18:52.0909235Z Testing App Project: /mnt/vss/_work/1/Controls.TestCases.HostApp/ 2026-01-30T15:18:52.0909612Z Testing App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T15:18:52.0909939Z Results Directory: /mnt/vss/_work/1/a/test-results 2026-01-30T15:18:52.0916613Z Waiting for the emulator to finish booting... 2026-01-30T15:18:52.0937679Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:52.0943644Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:52.0944356Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:18:52.0968875Z adb: no devices/emulators found 2026-01-30T15:18:52.5032095Z WARNING: cannnot unmap ptr 0x7f5671001000 as it is in the protected range from 0x7f55f1000000 to 0x7f5671200000 2026-01-30T15:18:53.0976962Z Waiting 0/120 seconds for the emulator to boot up. 2026-01-30T15:18:53.0996590Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:53.1012136Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:53.1012888Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:18:53.1041798Z adb: device offline 2026-01-30T15:18:54.1049880Z Waiting 1/120 seconds for the emulator to boot up. 2026-01-30T15:18:54.1063042Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:54.1075565Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:54.1076201Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:18:54.1104098Z adb: device offline 2026-01-30T15:18:55.1111295Z Waiting 2/120 seconds for the emulator to boot up. 2026-01-30T15:18:55.1122658Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:55.1132031Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:55.1132663Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:18:55.1159764Z adb: device offline 2026-01-30T15:18:56.1165077Z Waiting 3/120 seconds for the emulator to boot up. 2026-01-30T15:18:56.1178670Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:56.1190090Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:56.1190554Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:18:56.1218220Z adb: device offline 2026-01-30T15:18:57.1224295Z Waiting 4/120 seconds for the emulator to boot up. 2026-01-30T15:18:57.1232578Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:57.1239035Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:57.1239406Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:18:57.1266585Z adb: device offline 2026-01-30T15:18:58.1272428Z Waiting 5/120 seconds for the emulator to boot up. 2026-01-30T15:18:58.1281650Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:58.1289817Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:58.1290290Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:18:58.1317420Z adb: device offline 2026-01-30T15:18:59.1323570Z Waiting 6/120 seconds for the emulator to boot up. 2026-01-30T15:18:59.1331412Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:59.1337502Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:18:59.1337913Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:18:59.1365015Z adb: device offline 2026-01-30T15:19:00.1371000Z Waiting 7/120 seconds for the emulator to boot up. 2026-01-30T15:19:00.1379597Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:00.1386074Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:00.1386545Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:00.1413116Z adb: device offline 2026-01-30T15:19:01.1421350Z Waiting 8/120 seconds for the emulator to boot up. 2026-01-30T15:19:01.1433437Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:01.1443731Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:01.1444443Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:01.1471066Z adb: device offline 2026-01-30T15:19:02.1482283Z Waiting 9/120 seconds for the emulator to boot up. 2026-01-30T15:19:02.1493667Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:02.1500010Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:02.1500456Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:02.1525604Z adb: device offline 2026-01-30T15:19:03.1531532Z Waiting 10/120 seconds for the emulator to boot up. 2026-01-30T15:19:03.1540524Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:03.1546578Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:03.1547051Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:03.1573777Z adb: device offline 2026-01-30T15:19:04.1580714Z Waiting 11/120 seconds for the emulator to boot up. 2026-01-30T15:19:04.1588523Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:04.1594568Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:04.1595562Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:04.1623868Z adb: device offline 2026-01-30T15:19:05.1630215Z Waiting 12/120 seconds for the emulator to boot up. 2026-01-30T15:19:05.1638442Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:05.1646973Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:05.1647711Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:05.1678145Z adb: device offline 2026-01-30T15:19:06.1684118Z Waiting 13/120 seconds for the emulator to boot up. 2026-01-30T15:19:06.1692138Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:06.1698679Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:06.1699424Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:06.1725041Z adb: device offline 2026-01-30T15:19:07.1732310Z Waiting 14/120 seconds for the emulator to boot up. 2026-01-30T15:19:07.1740228Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:07.1747761Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:07.1748365Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:07.1779676Z adb: device offline 2026-01-30T15:19:08.1788193Z Waiting 15/120 seconds for the emulator to boot up. 2026-01-30T15:19:08.1794151Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:08.1800071Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:08.1800961Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:08.1828335Z adb: device offline 2026-01-30T15:19:09.1834559Z Waiting 16/120 seconds for the emulator to boot up. 2026-01-30T15:19:09.1842491Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:09.1848606Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:09.1849045Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:09.1876478Z adb: device offline 2026-01-30T15:19:10.1884378Z Waiting 17/120 seconds for the emulator to boot up. 2026-01-30T15:19:10.1894268Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:10.1900463Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:10.1901943Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:10.1926613Z adb: device offline 2026-01-30T15:19:11.1935203Z Waiting 18/120 seconds for the emulator to boot up. 2026-01-30T15:19:11.1949107Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:11.1960103Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:11.1961804Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:11.1995720Z adb: device offline 2026-01-30T15:19:12.2001483Z Waiting 19/120 seconds for the emulator to boot up. 2026-01-30T15:19:12.2012518Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:12.2021938Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:12.2022382Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:12.2050336Z adb: device offline 2026-01-30T15:19:13.2056479Z Waiting 20/120 seconds for the emulator to boot up. 2026-01-30T15:19:13.2065430Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:13.2072468Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:13.2073145Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:13.2103585Z adb: device offline 2026-01-30T15:19:14.2110383Z Waiting 21/120 seconds for the emulator to boot up. 2026-01-30T15:19:14.2123210Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:14.2134930Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:14.2135920Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:14.2200612Z adb: device offline 2026-01-30T15:19:15.2206021Z Waiting 22/120 seconds for the emulator to boot up. 2026-01-30T15:19:15.2214425Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:15.2220370Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:15.2220887Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:15.2246964Z adb: device offline 2026-01-30T15:19:16.2257202Z Waiting 23/120 seconds for the emulator to boot up. 2026-01-30T15:19:16.2270592Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:16.2281049Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:16.2282154Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:16.2314186Z adb: device offline 2026-01-30T15:19:17.2321166Z Waiting 24/120 seconds for the emulator to boot up. 2026-01-30T15:19:17.2329636Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:17.2335967Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:17.2336844Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:17.2363266Z adb: device offline 2026-01-30T15:19:18.2372253Z Waiting 25/120 seconds for the emulator to boot up. 2026-01-30T15:19:18.2396181Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:18.2400328Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:18.2401278Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:18.2427649Z adb: device offline 2026-01-30T15:19:19.2437759Z Waiting 26/120 seconds for the emulator to boot up. 2026-01-30T15:19:19.2445584Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:19.2452532Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:19.2453156Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:19.2525410Z adb: device offline 2026-01-30T15:19:20.2537853Z Waiting 27/120 seconds for the emulator to boot up. 2026-01-30T15:19:20.2545254Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:20.2557142Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:20.2557886Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:20.2592768Z adb: device offline 2026-01-30T15:19:21.2601024Z Waiting 28/120 seconds for the emulator to boot up. 2026-01-30T15:19:21.2612765Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:21.2623103Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:21.2624846Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:21.2663054Z adb: device offline 2026-01-30T15:19:22.2729350Z Waiting 29/120 seconds for the emulator to boot up. 2026-01-30T15:19:22.2757618Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:22.2768369Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:22.2771617Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:22.2815735Z adb: device offline 2026-01-30T15:19:23.2829078Z Waiting 30/120 seconds for the emulator to boot up. 2026-01-30T15:19:23.2912425Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.2915453Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.2957107Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-01-30T15:19:23.4387082Z 1 2026-01-30T15:19:23.4392539Z 1 2026-01-30T15:19:23.4393215Z Waited 31 seconds for the emulator to boot up. 2026-01-30T15:19:23.4395832Z Setting Logcat properties... 2026-01-30T15:19:23.4426199Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.4435548Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.4438849Z Executing: /usr/local/lib/android/sdk/platform-tools/adb logcat -c 2026-01-30T15:19:23.5439867Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.5448930Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.5450824Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell logcat -G 16M 2026-01-30T15:19:23.5493119Z adb: device offline 2026-01-30T15:19:23.5501503Z Finished setting Logcat properties. 2026-01-30T15:19:23.5501852Z Setting the ADB properties... 2026-01-30T15:19:23.5508947Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.5518835Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.5521111Z 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-30T15:19:23.5554969Z adb: device offline 2026-01-30T15:19:23.5558255Z 2026-01-30T15:19:23.5570089Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.5580834Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:19:23.5582779Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop debug.mono.log 2026-01-30T15:19:23.5613078Z adb: device offline 2026-01-30T15:19:23.5616957Z 2026-01-30T15:19:23.5619885Z Finished setting ADB properties. 2026-01-30T15:19:23.5620551Z Install with xharness: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T15:19:23.5622004Z Use the Android emulators in a headless mode: 2026-01-30T15:19:23.5623324Z Setting environment variable: HEADLESS = 'False' 2026-01-30T15:19:23.5624469Z The platform version to run tests: 2026-01-30T15:19:23.5625379Z Setting environment variable: DEVICE_SKIN = 'Nexus 5X' 2026-01-30T15:19:23.5648548Z Resolved tool to path /mnt/vss/_work/1/s/.dotnet/dotnet 2026-01-30T15:19:23.5650294Z 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-30T15:19:23.8498406Z [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-30T15:19:23.9603350Z 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-30T15:19:23.9604732Z 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-30T15:19:23.9712340Z info: Will attempt to find device supporting architectures: 'arm64-v8a', 'x86_64' 2026-01-30T15:19:23.9764065Z 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-30T15:19:23.9950948Z dbug: 2026-01-30T15:19:23.9980970Z info: Finding attached devices/emulators... 2026-01-30T15:19:23.9985138Z 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-30T15:19:24.0069223Z dbug: No attached devices found 2026-01-30T15:19:24.0069842Z Exit code: 0 2026-01-30T15:19:24.0070113Z Std out: 2026-01-30T15:19:24.0070367Z List of devices attached 2026-01-30T15:19:24.0070612Z 2026-01-30T15:19:24.0070827Z 2026-01-30T15:19:24.0071040Z 2026-01-30T15:19:24.0071253Z 2026-01-30T15:19:24.0071645Z dbug: Attempt 1 failed, retrying in 10 seconds... 2026-01-30T15:19:34.0074092Z 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-30T15:19:34.0122692Z dbug: Found 1 possible devices 2026-01-30T15:19:34.0123482Z 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:2 2026-01-30T15:19:34.0163408Z 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-30T15:19:34.0614526Z dbug: Found 1 possible devices. Using 'emulator-5554' 2026-01-30T15:19:34.0619279Z info: Active Android device set to serial 'emulator-5554' 2026-01-30T15:19:34.0626225Z 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-30T15:19:34.1164273Z 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-30T15:19:34.1445707Z info: Waiting for device to be available (max 5 minutes) 2026-01-30T15:19:34.1447344Z 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-30T15:19:34.1492320Z 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-30T15:19:34.1907527Z dbug: sys.boot_completed = '1' 2026-01-30T15:19:34.1929670Z dbug: Waited 0 seconds for device boot completion 2026-01-30T15:19:34.1930620Z dbug: Working with emulator-5554 (API 30) 2026-01-30T15:19:34.1931342Z dbug: Check current adb install and/or package verification settings 2026-01-30T15:19:34.1935117Z 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-30T15:19:34.2621634Z dbug: verifier_verify_adb_installs = 0 2026-01-30T15:19:34.2623261Z 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-30T15:19:34.3078698Z dbug: package_verifier_enable = 2026-01-30T15:19:34.3079387Z 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-30T15:19:34.3083593Z info: Attempting to remove apk 'com.microsoft.maui.uitests'.. 2026-01-30T15:19:34.3085312Z 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-30T15:19:34.3754402Z info: APK 'com.microsoft.maui.uitests' was not on device 2026-01-30T15:19:34.3761802Z info: Attempting to install /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T15:19:34.3762801Z 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-30T15:19:46.0938246Z info: Successfully installed /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-01-30T15:19:46.0940718Z info: Killing all running processes for 'com.microsoft.maui.uitests': 2026-01-30T15:19:46.0942342Z 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-30T15:19:46.2601206Z dbug: Success! 2026-01-30T15:19:46.2601582Z 2026-01-30T15:19:46.2627379Z XHarness exit code: 0 2026-01-30T15:19:46.2876791Z Finished executing task: uitest-prepare 2026-01-30T15:19:46.2877892Z Completed in 00:00:54.2108003 2026-01-30T15:19:46.2878243Z 2026-01-30T15:19:46.2878851Z ======================================== 2026-01-30T15:19:46.2879142Z uitest 2026-01-30T15:19:46.2879444Z ======================================== 2026-01-30T15:19:46.2879977Z Executing task: uitest 2026-01-30T15:19:46.2883962Z Build UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-30T15:19:46.2902355Z 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-30T15:19:47.9685989Z Determining projects to restore... 2026-01-30T15:19:56.2307574Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 2.57 sec). 2026-01-30T15:19:57.5463024Z Restored /mnt/vss/_work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 3.7 sec). 2026-01-30T15:19:58.7414745Z Restored /mnt/vss/_work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 5.1 sec). 2026-01-30T15:19:58.7515737Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 5.09 sec). 2026-01-30T15:19:58.8968145Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 4 ms). 2026-01-30T15:19:58.9342066Z Restored /mnt/vss/_work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 3 ms). 2026-01-30T15:20:00.0457408Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 1.17 sec). 2026-01-30T15:20:00.1664236Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 2.6 sec). 2026-01-30T15:20:00.7557005Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 4.49 sec). 2026-01-30T15:20:00.8046129Z Restored /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj (in 7.19 sec). 2026-01-30T15:20:01.9608746Z Restored /mnt/vss/_work/1/s/src/Essentials/src/Essentials.csproj (in 8.35 sec). 2026-01-30T15:20:02.1031665Z Restored /mnt/vss/_work/1/s/src/Core/src/Core.csproj (in 8.48 sec). 2026-01-30T15:20:02.1538584Z Restored /mnt/vss/_work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 8.52 sec). 2026-01-30T15:20:13.0495834Z Graphics -> /mnt/vss/_work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-01-30T15:20:13.9174266Z Essentials -> /mnt/vss/_work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-01-30T15:20:14.0280799Z Controls.CustomAttributes -> /mnt/vss/_work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-01-30T15:20:18.3193602Z Core -> /mnt/vss/_work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-01-30T15:20:18.7904693Z Controls.BindingSourceGen -> /mnt/vss/_work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-01-30T15:20:40.6190072Z Controls.Core -> /mnt/vss/_work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-01-30T15:20:40.9863785Z VisualTestUtils -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-01-30T15:20:41.1803496Z UITest.Core -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-01-30T15:20:41.1844499Z VisualTestUtils.MagickNet -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-01-30T15:20:41.3327061Z UITest.NUnit -> /mnt/vss/_work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-01-30T15:20:41.8048467Z UITest.Appium -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-01-30T15:20:42.2376776Z UITest.Analyzers -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-01-30T15:20:53.9099657Z 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-30T15:20:53.9513556Z 2026-01-30T15:20:53.9533256Z Build succeeded. 2026-01-30T15:20:53.9542971Z 0 Warning(s) 2026-01-30T15:20:53.9543401Z 0 Error(s) 2026-01-30T15:20:53.9543835Z 2026-01-30T15:20:53.9544280Z Time Elapsed 00:01:07.24 2026-01-30T15:20:54.2441235Z Setting environment variable: APPIUM_LOG_FILE = '/mnt/vss/_work/1/a/logs/appium_android_Controls.TestCases.Android.Tests-Release-android-WebView.log' 2026-01-30T15:20:54.2442639Z Run UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-01-30T15:20:54.2443206Z Retry UITests run Count: 0 2026-01-30T15:20:54.2449063Z Run Tests With Filter TestCategory=WebView 2026-01-30T15:20:54.2449929Z Log Directory: /mnt/vss/_work/1/a/logs 2026-01-30T15:20:54.2450727Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-01-30T15:20:54.2454240Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-30T15:20:54.2455147Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T15:20:54.2455879Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T15:20:54.2456775Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T15:20:54.2457507Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-30T15:20:54.2458185Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-30T15:20:54.2459082Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-30T15:20:54.2460723Z 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-30T15:20:54.2461965Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-WebView.binlog 2026-01-30T15:20:54.2479286Z Creating directory /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger 2026-01-30T15:20:54.2485578Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-01-30T15:20:54.4292311Z Downloading file: 15% 2026-01-30T15:20:54.4292883Z Downloading file: 50% 2026-01-30T15:20:54.4658338Z Downloading file: 100% 2026-01-30T15:20:54.4675264Z Download complete, saved to: /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-01-30T15:20:54.4681554Z 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-30T15:20:54.4695010Z 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=WebView" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-WebView.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-WebView.binlog /p:VStestUseMSBuildOutput=false 2026-01-30T15:20:55.3381464Z 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-30T15:20:55.3910674Z VSTest version 18.0.1 (x64) 2026-01-30T15:20:55.3964731Z 2026-01-30T15:20:55.4833773Z Starting test execution, please wait... 2026-01-30T15:20:55.5186565Z A total of 1 test files matched the specified pattern. 2026-01-30T15:20:55.9203557Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-30T15:20:55.9357722Z 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-30T15:20:56.6085233Z NUnit3TestExecutor discovered 46 of 46 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-30T15:21:08.3976833Z >>>>> 01/30/2026 15:21:08 FixtureSetup for HybridWebViewFeatureTests(Android) 2026-01-30T15:21:13.2410474Z >>>>> 01/30/2026 15:21:13 VerifyHybridWebView_DefaultValues Start 2026-01-30T15:21:16.2312535Z >>>>> 01/30/2026 15:21:16 VerifyHybridWebView_DefaultValues Stop 2026-01-30T15:21:16.4857297Z Passed VerifyHybridWebView_DefaultValues [3 s] 2026-01-30T15:21:16.4858414Z >>>>> 01/30/2026 15:21:16 VerifyHybridWebView_SameHybridRootWithDifferentDefaultFile Start 2026-01-30T15:21:18.7421154Z >>>>> 01/30/2026 15:21:18 VerifyHybridWebView_SameHybridRootWithDifferentDefaultFile Stop 2026-01-30T15:21:18.8658389Z Passed VerifyHybridWebView_SameHybridRootWithDifferentDefaultFile [2 s] 2026-01-30T15:21:18.8658873Z >>>>> 01/30/2026 15:21:18 VerifyHybridWebView_SameDefaultFileWithDifferentHybridRoot Start 2026-01-30T15:21:22.3926948Z >>>>> 01/30/2026 15:21:22 VerifyHybridWebView_SameDefaultFileWithDifferentHybridRoot Stop 2026-01-30T15:21:22.5165179Z Passed VerifyHybridWebView_SameDefaultFileWithDifferentHybridRoot [3 s] 2026-01-30T15:21:22.5166148Z >>>>> 01/30/2026 15:21:22 VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot Start 2026-01-30T15:21:28.8082138Z >>>>> 01/30/2026 15:21:28 VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot Stop 2026-01-30T15:21:28.9518942Z Passed VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot [6 s] 2026-01-30T15:21:28.9525559Z >>>>> 01/30/2026 15:21:28 VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile Start 2026-01-30T15:21:35.9911062Z >>>>> 01/30/2026 15:21:35 VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile Stop 2026-01-30T15:21:36.1229671Z Passed VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile [7 s] 2026-01-30T15:21:36.1230181Z >>>>> 01/30/2026 15:21:36 VerifyHybridWebView_SendMessageToJavaScript Start 2026-01-30T15:21:41.7967879Z >>>>> 01/30/2026 15:21:41 VerifyHybridWebView_SendMessageToJavaScript Stop 2026-01-30T15:21:41.9344261Z Passed VerifyHybridWebView_SendMessageToJavaScript [5 s] 2026-01-30T15:21:41.9345192Z >>>>> 01/30/2026 15:21:41 VerifyHybridWebViewWithIsVisibleFalse Start 2026-01-30T15:21:43.0060965Z >>>>> 01/30/2026 15:21:43 VerifyHybridWebViewWithIsVisibleFalse Stop 2026-01-30T15:21:43.2195270Z >>>>> 01/30/2026 15:21:43 VerifyHybridWebViewWithShadow Start 2026-01-30T15:21:43.4328645Z Passed VerifyHybridWebViewWithIsVisibleFalse [1 s] 2026-01-30T15:21:47.2766830Z >>>>> 01/30/2026 15:21:47 VerifyHybridWebViewWithShadow Stop 2026-01-30T15:21:47.4328494Z Passed VerifyHybridWebViewWithShadow [4 s] 2026-01-30T15:21:47.4331315Z >>>>> 01/30/2026 15:21:47 VerifyHybridWebViewWithFlowDirection Start 2026-01-30T15:21:51.7693752Z >>>>> 01/30/2026 15:21:51 VerifyHybridWebViewWithFlowDirection Stop 2026-01-30T15:21:52.8710981Z >>>>> 01/30/2026 15:21:52 FixtureSetup for Bugzilla35733(Android) 2026-01-30T15:21:53.4310446Z Passed VerifyHybridWebViewWithFlowDirection [4 s] 2026-01-30T15:21:56.4404877Z >>>>> 01/30/2026 15:21:56 Bugzilla35733Test Start 2026-01-30T15:22:44.3434194Z >>>>> 01/30/2026 15:22:44 Bugzilla35733Test Stop 2026-01-30T15:22:44.9289243Z >>>>> 01/30/2026 15:22:44 Log types: logcat, bugreport, server 2026-01-30T15:22:47.4734764Z Failed Bugzilla35733Test [50 s] 2026-01-30T15:22:47.4736613Z Error Message: 2026-01-30T15:22:47.4737829Z System.TimeoutException : Timed out waiting for element... 2026-01-30T15:22:47.4740649Z Stack Trace: 2026-01-30T15:22:47.4741663Z 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-30T15:22:47.4742497Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2633 2026-01-30T15:22:47.4744339Z 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 771 2026-01-30T15:22:47.4745377Z at Microsoft.Maui.TestCases.Tests.Issues.Bugzilla35733.Bugzilla35733Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla35733.cs:line 20 2026-01-30T15:22:47.4747019Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T15:22:47.4748113Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T15:22:47.4749307Z 2026-01-30T15:22:47.9149499Z >>>>> 01/30/2026 15:22:47 FixtureSetup for Issue10744(Android) 2026-01-30T15:23:03.7801668Z >>>>> 01/30/2026 15:23:03 The FixtureSetup threw an exception. Attempt 0/1. 2026-01-30T15:23:03.7803127Z Exception details: System.TimeoutException: [Android] WebView.Eval crashes on Android with long string 2026-01-30T15:23:03.7803966Z 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-30T15:23:03.7804638Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2633 2026-01-30T15:23:03.7805341Z 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 771 2026-01-30T15:23:03.7805990Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T15:23:03.7806737Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-30T15:23:03.7807271Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T15:23:05.4552029Z >>>>> 01/30/2026 15:23:05 FixtureSetup for Issue10744(Android) 2026-01-30T15:23:20.9357630Z >>>>> 01/30/2026 15:23:20 The FixtureSetup threw an exception. Attempt 1/1. 2026-01-30T15:23:20.9358349Z Exception details: System.TimeoutException: [Android] WebView.Eval crashes on Android with long string 2026-01-30T15:23:20.9358896Z 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-30T15:23:20.9359506Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2633 2026-01-30T15:23:20.9359856Z 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 771 2026-01-30T15:23:20.9360181Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T15:23:20.9360462Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-30T15:23:20.9360730Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T15:23:20.9371182Z >>>>> 01/30/2026 15:23:20 Log types: logcat, bugreport, server 2026-01-30T15:23:21.1283399Z >>>>> 01/30/2026 15:23:21 Log types: logcat, bugreport, server 2026-01-30T15:23:21.4187808Z Setup failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue10744(Android) 2026-01-30T15:23:21.4190336Z System.TimeoutException : [Android] WebView.Eval crashes on Android with long string 2026-01-30T15:23:21.4191701Z 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-30T15:23:21.4192559Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2633 2026-01-30T15:23:21.4193111Z 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 771 2026-01-30T15:23:21.4193719Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T15:23:21.4194508Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-30T15:23:21.4194924Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T15:23:21.4195324Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 141 2026-01-30T15:23:21.4195713Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T15:23:21.4196083Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T15:23:21.4196616Z >>>>> 01/30/2026 15:23:21 FixtureSetup for Issue11962(Android) 2026-01-30T15:23:21.9499763Z Failed WebViewEvalCrashesOnAndroidWithLongString [33 s] 2026-01-30T15:23:21.9500847Z Error Message: 2026-01-30T15:23:21.9501280Z OneTimeSetUp: System.TimeoutException : [Android] WebView.Eval crashes on Android with long string 2026-01-30T15:23:21.9501609Z Stack Trace: 2026-01-30T15:23:21.9502042Z 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-30T15:23:21.9502681Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2633 2026-01-30T15:23:21.9503310Z 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 771 2026-01-30T15:23:21.9503919Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T15:23:21.9504428Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-30T15:23:21.9504914Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T15:23:21.9505355Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 141 2026-01-30T15:23:21.9505751Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T15:23:21.9506195Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T15:23:21.9506591Z 2026-01-30T15:23:36.7760990Z >>>>> 01/30/2026 15:23:36 The FixtureSetup threw an exception. Attempt 0/1. 2026-01-30T15:23:36.7761722Z Exception details: System.TimeoutException: [iOS] Cannot access a disposed object. Object name: 'WkWebViewRenderer 2026-01-30T15:23:36.7762552Z 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-30T15:23:36.7764043Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2633 2026-01-30T15:23:36.7764606Z 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 771 2026-01-30T15:23:36.7765391Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.NavigateToIssue(String issue) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 54 2026-01-30T15:23:36.7765946Z at Microsoft.Maui.TestCases.Tests._IssuesUITest.TryToResetTestState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_IssuesUITest.cs:line 25 2026-01-30T15:23:36.7766623Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 568 2026-01-30T15:23:38.1487711Z >>>>> 01/30/2026 15:23:38 FixtureSetup for Issue11962(Android) 2026-01-30T15:23:41.4777766Z >>>>> 01/30/2026 15:23:41 WebViewDisposesProperly Start 2026-01-30T15:24:19.7314203Z >>>>> 01/30/2026 15:24:19 WebViewDisposesProperly Stop 2026-01-30T15:24:20.2427901Z >>>>> 01/30/2026 15:24:20 FixtureSetup for Issue12134(Android) 2026-01-30T15:24:20.4818823Z Passed WebViewDisposesProperly [38 s] 2026-01-30T15:24:22.9477589Z >>>>> 01/30/2026 15:24:22 CookiesCorrectlyLoadWithMultipleWebViews Start 2026-01-30T15:25:07.7041018Z >>>>> 01/30/2026 15:25:07 CookiesCorrectlyLoadWithMultipleWebViews Stop 2026-01-30T15:25:07.9487708Z Passed CookiesCorrectlyLoadWithMultipleWebViews [44 s] 2026-01-30T15:25:08.4621768Z >>>>> 01/30/2026 15:25:08 FixtureSetup for Issue16032(Android) 2026-01-30T15:25:11.0101556Z >>>>> 01/30/2026 15:25:11 EnsureSupportForCustomWebViewClients Start 2026-01-30T15:25:41.2506702Z >>>>> 01/30/2026 15:25:41 EnsureSupportForCustomWebViewClients Stop 2026-01-30T15:25:41.7501044Z >>>>> 01/30/2026 15:25:41 FixtureSetup for Issue18452(Android) 2026-01-30T15:25:42.5100974Z Passed EnsureSupportForCustomWebViewClients [30 s] 2026-01-30T15:25:44.3014178Z >>>>> 01/30/2026 15:25:44 WebViewLoadedWithoutException Start 2026-01-30T15:26:14.7220193Z >>>>> 01/30/2026 15:26:14 WebViewLoadedWithoutException Stop 2026-01-30T15:26:15.2298662Z >>>>> 01/30/2026 15:26:15 FixtureSetup for Issue20288(Android) 2026-01-30T15:26:15.8019467Z Passed WebViewLoadedWithoutException [30 s] 2026-01-30T15:26:17.6874742Z >>>>> 01/30/2026 15:26:17 WebViewEvaluateJavaScriptReturnsCorrectResults Start 2026-01-30T15:26:28.1620839Z >>>>> 01/30/2026 15:26:28 WebViewEvaluateJavaScriptReturnsCorrectResults Stop 2026-01-30T15:26:28.6292758Z >>>>> 01/30/2026 15:26:28 FixtureSetup for Issue21846(Android) 2026-01-30T15:26:29.6876017Z Passed WebViewEvaluateJavaScriptReturnsCorrectResults [10 s] 2026-01-30T15:26:31.1432676Z >>>>> 01/30/2026 15:26:31 WebViewNoCrashPopup Start 2026-01-30T15:27:07.7999749Z >>>>> 01/30/2026 15:27:07 WebViewNoCrashPopup Stop 2026-01-30T15:27:08.5277773Z >>>>> 01/30/2026 15:27:08 FixtureSetup for Issue23502(Android) 2026-01-30T15:27:08.7021958Z Passed WebViewNoCrashPopup [36 s] 2026-01-30T15:27:13.5624695Z >>>>> 01/30/2026 15:27:13 VerifyWebViewNavigatedEvent Start 2026-01-30T15:27:44.0683609Z >>>>> 01/30/2026 15:27:44 VerifyWebViewNavigatedEvent Stop 2026-01-30T15:27:44.6284206Z >>>>> 01/30/2026 15:27:44 FixtureSetup for Issue28303(Android) 2026-01-30T15:27:45.0639335Z Passed VerifyWebViewNavigatedEvent [30 s] 2026-01-30T15:27:47.0587442Z >>>>> 01/30/2026 15:27:47 VerifyWebViewNavigatedEventTriggered Start 2026-01-30T15:28:17.1369143Z >>>>> 01/30/2026 15:28:17 VerifyWebViewNavigatedEventTriggered Stop 2026-01-30T15:28:17.6288760Z >>>>> 01/30/2026 15:28:17 FixtureSetup for Issue28714(Android) 2026-01-30T15:28:18.5598503Z Passed VerifyWebViewNavigatedEventTriggered [30 s] 2026-01-30T15:28:20.0432950Z >>>>> 01/30/2026 15:28:20 VerifyWebViewBackgroundColor Start 2026-01-30T15:28:22.7386946Z >>>>> 01/30/2026 15:28:22 VerifyWebViewBackgroundColor Stop 2026-01-30T15:28:22.8217892Z Passed VerifyWebViewBackgroundColor [2 s] 2026-01-30T15:28:22.8218500Z >>>>> 01/30/2026 15:28:22 VerifyWebViewDynamicBackgroundColor Start 2026-01-30T15:28:23.7274364Z >>>>> 01/30/2026 15:28:23 VerifyWebViewDynamicBackgroundColor Stop 2026-01-30T15:28:24.3227340Z Passed VerifyWebViewDynamicBackgroundColor [986 ms] 2026-01-30T15:28:24.3261290Z >>>>> 01/30/2026 15:28:24 FixtureSetup for Issue29233(Android) 2026-01-30T15:28:26.7590228Z >>>>> 01/30/2026 15:28:26 NavigatedShouldNotFireWithNullSource Start 2026-01-30T15:28:28.4528857Z >>>>> 01/30/2026 15:28:28 NavigatedShouldNotFireWithNullSource Stop 2026-01-30T15:28:29.0010414Z >>>>> 01/30/2026 15:28:28 FixtureSetup for Issue30539(Android) 2026-01-30T15:28:29.7595168Z Passed NavigatedShouldNotFireWithNullSource [1 s] 2026-01-30T15:28:31.5768773Z >>>>> 01/30/2026 15:28:31 TargetBlankLinkShouldTriggerNavigatingEvent Start 2026-01-30T15:28:33.9348095Z >>>>> 01/30/2026 15:28:33 TargetBlankLinkShouldTriggerNavigatingEvent Stop 2026-01-30T15:28:34.5396214Z >>>>> 01/30/2026 15:28:34 FixtureSetup for Issue30575(Android) 2026-01-30T15:28:34.5772400Z Passed TargetBlankLinkShouldTriggerNavigatingEvent [2 s] 2026-01-30T15:28:37.0269482Z >>>>> 01/30/2026 15:28:37 WebViewShouldNotMirrored Start 2026-01-30T15:28:42.3765659Z >>>>> 01/30/2026 15:28:42 WebViewShouldNotMirrored Stop 2026-01-30T15:28:42.8969671Z >>>>> 01/30/2026 15:28:42 FixtureSetup for Issue30846(Android) 2026-01-30T15:28:43.0304735Z Passed WebViewShouldNotMirrored [5 s] 2026-01-30T15:28:45.3137439Z >>>>> 01/30/2026 15:28:45 HybridWebView_Autoplay_Respects_UserGestureSetting Start 2026-01-30T15:28:48.3867740Z Failed to call cuInit, cannot use nvidia cuvid decoder for h264 stream 2026-01-30T15:28:48.3871952Z [h264 @ 0x559c8f093a80] no frame! 2026-01-30T15:28:48.3875903Z [h264 @ 0x559c8f093a80] no frame! 2026-01-30T15:28:49.4302500Z [h264 @ 0x559c84236000] no frame! 2026-01-30T15:28:49.4303291Z [h264 @ 0x559c84236000] no frame! 2026-01-30T15:28:51.9325534Z [h264 @ 0x559c9a563600] no frame! 2026-01-30T15:28:51.9336934Z [h264 @ 0x559c9a563600] no frame! 2026-01-30T15:28:54.3348107Z >>>>> 01/30/2026 15:28:54 HybridWebView_Autoplay_Respects_UserGestureSetting Stop 2026-01-30T15:28:54.8938644Z >>>>> 01/30/2026 15:28:54 FixtureSetup for Issue4720(Android) 2026-01-30T15:28:55.8240248Z Passed HybridWebView_Autoplay_Respects_UserGestureSetting [9 s] 2026-01-30T15:28:57.3489260Z >>>>> 01/30/2026 15:28:57 WebViewDoesntCrashWhenLoadingAHeavyPageAndUsingExecutionModeSeparateProcess Start 2026-01-30T15:30:16.8287531Z >>>>> 01/30/2026 15:30:16 WebViewDoesntCrashWhenLoadingAHeavyPageAndUsingExecutionModeSeparateProcess Stop 2026-01-30T15:30:17.7234982Z >>>>> 01/30/2026 15:30:17 FixtureSetup for Issue6286(Android) 2026-01-30T15:30:18.3504650Z Passed WebViewDoesntCrashWhenLoadingAHeavyPageAndUsingExecutionModeSeparateProcess [1 m 19 s] 2026-01-30T15:30:20.7082848Z >>>>> 01/30/2026 15:30:20 Issue6286_WebView_Test Start 2026-01-30T15:30:51.1271165Z >>>>> 01/30/2026 15:30:51 Issue6286_WebView_Test Stop 2026-01-30T15:30:51.8095216Z >>>>> 01/30/2026 15:30:51 FixtureSetup for Issue6323(Android) 2026-01-30T15:30:52.2098374Z Passed Issue6286_WebView_Test [30 s] 2026-01-30T15:30:54.2137790Z >>>>> 01/30/2026 15:30:54 Issue6323Test Start 2026-01-30T15:31:24.5310854Z >>>>> 01/30/2026 15:31:24 Issue6323Test Stop 2026-01-30T15:31:25.1080210Z Passed Issue6323Test [30 s] 2026-01-30T15:31:25.1080706Z >>>>> 01/30/2026 15:31:25 WebViewDoesNotLeak Start 2026-01-30T15:31:25.1081171Z >>>>> 01/30/2026 15:31:25 FixtureSetup for WebViewDoesNotLeak 2026-01-30T15:31:32.8952212Z >>>>> 01/30/2026 15:31:32 WebViewDoesNotLeak Stop 2026-01-30T15:31:33.5171742Z >>>>> 01/30/2026 15:31:33 FixtureSetup for WebViewFeatureTests(Android) 2026-01-30T15:31:34.1087910Z Passed WebViewDoesNotLeak [8 s] 2026-01-30T15:31:37.8679084Z >>>>> 01/30/2026 15:31:37 WebView_ValidateDefaultValues_VerifyInitialState Start 2026-01-30T15:31:39.2260917Z >>>>> 01/30/2026 15:31:39 WebView_ValidateDefaultValues_VerifyInitialState Stop 2026-01-30T15:31:39.3107122Z >>>>> 01/30/2026 15:31:39 WebView_VerifyCanGoBackForward Start 2026-01-30T15:31:39.3650146Z Passed WebView_ValidateDefaultValues_VerifyInitialState [1 s] 2026-01-30T15:31:53.2527379Z >>>>> 01/30/2026 15:31:53 WebView_VerifyCanGoBackForward Stop 2026-01-30T15:31:53.3449068Z Passed WebView_VerifyCanGoBackForward [14 s] 2026-01-30T15:31:53.3449535Z >>>>> 01/30/2026 15:31:53 WebView_SetHtmlSource_VerifyJavaScript Start 2026-01-30T15:31:56.4793937Z >>>>> 01/30/2026 15:31:56 WebView_SetHtmlSource_VerifyJavaScript Stop 2026-01-30T15:31:56.5645980Z Passed WebView_SetHtmlSource_VerifyJavaScript [3 s] 2026-01-30T15:31:56.5646314Z >>>>> 01/30/2026 15:31:56 WebView_SetUrlSource_VerifyNavigatingEvent Start 2026-01-30T15:32:00.1839789Z >>>>> 01/30/2026 15:32:00 WebView_SetUrlSource_VerifyNavigatingEvent Stop 2026-01-30T15:32:00.2642942Z Passed WebView_SetUrlSource_VerifyNavigatingEvent [3 s] 2026-01-30T15:32:00.2643497Z >>>>> 01/30/2026 15:32:00 WebView_SetUrlSource_VerifyNavigatedEvent Start 2026-01-30T15:32:03.2815091Z >>>>> 01/30/2026 15:32:03 WebView_SetUrlSource_VerifyNavigatedEvent Stop 2026-01-30T15:32:03.3669221Z Passed WebView_SetUrlSource_VerifyNavigatedEvent [3 s] 2026-01-30T15:32:03.3670506Z >>>>> 01/30/2026 15:32:03 WebView_SetHtmlSource_VerifyNavigatingEvent Start 2026-01-30T15:32:05.8899444Z >>>>> 01/30/2026 15:32:05 WebView_SetHtmlSource_VerifyNavigatingEvent Stop 2026-01-30T15:32:05.9771779Z Passed WebView_SetHtmlSource_VerifyNavigatingEvent [2 s] 2026-01-30T15:32:05.9772105Z >>>>> 01/30/2026 15:32:05 WebView_SetHtmlSource_VerifyNavigatedEvent Start 2026-01-30T15:32:08.4962096Z >>>>> 01/30/2026 15:32:08 WebView_SetHtmlSource_VerifyNavigatedEvent Stop 2026-01-30T15:32:08.5777732Z Passed WebView_SetHtmlSource_VerifyNavigatedEvent [2 s] 2026-01-30T15:32:08.5778309Z >>>>> 01/30/2026 15:32:08 VerifyWebViewWithShadow Start 2026-01-30T15:32:12.0623876Z >>>>> 01/30/2026 15:32:12 VerifyWebViewWithShadow Stop 2026-01-30T15:32:12.2242673Z Passed VerifyWebViewWithShadow [3 s] 2026-01-30T15:32:12.2243527Z >>>>> 01/30/2026 15:32:12 WebView_SetIsVisibleFalse_VerifyWebViewHidden Start 2026-01-30T15:32:15.6010185Z >>>>> 01/30/2026 15:32:15 WebView_SetIsVisibleFalse_VerifyWebViewHidden Stop 2026-01-30T15:32:15.6885019Z Passed WebView_SetIsVisibleFalse_VerifyWebViewHidden [3 s] 2026-01-30T15:32:15.6885514Z >>>>> 01/30/2026 15:32:15 WebView_TestClearCookies_VerifyCookiesCleared Start 2026-01-30T15:32:18.2493786Z >>>>> 01/30/2026 15:32:18 WebView_TestClearCookies_VerifyCookiesCleared Stop 2026-01-30T15:32:18.3308027Z Passed WebView_TestClearCookies_VerifyCookiesCleared [2 s] 2026-01-30T15:32:18.3308549Z >>>>> 01/30/2026 15:32:18 WebView_TestCookieManagement_VerifyAddCookie Start 2026-01-30T15:32:21.4321620Z >>>>> 01/30/2026 15:32:21 WebView_TestCookieManagement_VerifyAddCookie Stop 2026-01-30T15:32:21.5142726Z Passed WebView_TestCookieManagement_VerifyAddCookie [3 s] 2026-01-30T15:32:21.5143457Z >>>>> 01/30/2026 15:32:21 WebView_TestCookieManagement_VerifyAddCookieAndEvaluateJavaScript Start 2026-01-30T15:32:25.2724258Z >>>>> 01/30/2026 15:32:25 WebView_TestCookieManagement_VerifyAddCookieAndEvaluateJavaScript Stop 2026-01-30T15:32:25.3732049Z Passed WebView_TestCookieManagement_VerifyAddCookieAndEvaluateJavaScript [3 s] 2026-01-30T15:32:25.3736708Z >>>>> 01/30/2026 15:32:25 WebView_TestCookieManagement_VerifyAddCookieWithUrlSource Start 2026-01-30T15:32:29.0443200Z >>>>> 01/30/2026 15:32:29 WebView_TestCookieManagement_VerifyAddCookieWithUrlSource Stop 2026-01-30T15:32:29.1313116Z Passed WebView_TestCookieManagement_VerifyAddCookieWithUrlSource [3 s] 2026-01-30T15:32:29.1313686Z >>>>> 01/30/2026 15:32:29 WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecution Start 2026-01-30T15:32:32.2169625Z >>>>> 01/30/2026 15:32:32 WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecution Stop 2026-01-30T15:32:32.3030503Z Passed WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecution [3 s] 2026-01-30T15:32:32.3031363Z >>>>> 01/30/2026 15:32:32 WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecutionWithMultiplePages Start 2026-01-30T15:32:35.3615541Z >>>>> 01/30/2026 15:32:35 WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecutionWithMultiplePages Stop 2026-01-30T15:32:35.4459575Z Passed WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecutionWithMultiplePages [3 s] 2026-01-30T15:32:35.4460040Z >>>>> 01/30/2026 15:32:35 WebView_TestReloadMethod_VerifyReloadFunctionality Start 2026-01-30T15:32:39.9863492Z >>>>> 01/30/2026 15:32:39 WebView_TestReloadMethod_VerifyReloadFunctionality Stop 2026-01-30T15:32:40.0720078Z Passed WebView_TestReloadMethod_VerifyReloadFunctionality [4 s] 2026-01-30T15:32:40.0720618Z >>>>> 01/30/2026 15:32:40 WebView_VerifyReloadFunctionalityForHtmlWebViewSource Start 2026-01-30T15:32:43.2217131Z >>>>> 01/30/2026 15:32:43 WebView_VerifyReloadFunctionalityForHtmlWebViewSource Stop 2026-01-30T15:32:44.4973118Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-30T15:32:44.5018368Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-30T15:32:44.5718209Z Passed WebView_VerifyReloadFunctionalityForHtmlWebViewSource [3 s] 2026-01-30T15:32:44.5722916Z [xUnit.net 00:00:00.07] Discovering: Controls.TestCases.Android.Tests 2026-01-30T15:32:44.7577697Z [xUnit.net 00:00:00.25] Discovered: Controls.TestCases.Android.Tests 2026-01-30T15:32:44.8407491Z Results File: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-WebView.trx 2026-01-30T15:32:44.8409711Z 2026-01-30T15:32:44.8447202Z Test Run Failed. 2026-01-30T15:32:44.8447584Z Total tests: 46 2026-01-30T15:32:44.8447856Z Passed: 44 2026-01-30T15:32:44.8448104Z Failed: 2 2026-01-30T15:32:44.8508034Z Total time: 11.8215 Minutes 2026-01-30T15:32:44.9043496Z Test Run complete: Controls.TestCases.Android.Tests-Release-android-WebView.trx 2026-01-30T15:32:44.9044105Z Retry UITests run Count: 1 2026-01-30T15:32:44.9044497Z Run Tests With Filter TestCategory=WebView 2026-01-30T15:32:44.9044903Z Log Directory: /mnt/vss/_work/1/a/logs 2026-01-30T15:32:44.9045327Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-01-30T15:32:44.9045848Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-01-30T15:32:44.9046697Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T15:32:44.9047323Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T15:32:44.9047907Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-01-30T15:32:44.9048537Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-01-30T15:32:44.9049159Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-01-30T15:32:44.9049760Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-01-30T15:32:44.9051348Z 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-30T15:32:44.9052618Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-WebView.binlog 2026-01-30T15:32:44.9054396Z 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=WebView" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-WebView.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-WebView.binlog /p:VStestUseMSBuildOutput=false 2026-01-30T15:32:45.9182402Z 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-30T15:32:45.9680234Z VSTest version 18.0.1 (x64) 2026-01-30T15:32:45.9718722Z 2026-01-30T15:32:46.0513654Z Starting test execution, please wait... 2026-01-30T15:32:46.0839995Z A total of 1 test files matched the specified pattern. 2026-01-30T15:32:46.4491138Z NUnit Adapter 4.5.0.0: Test execution started 2026-01-30T15:32:46.4637736Z 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-30T15:32:46.9784373Z NUnit3TestExecutor discovered 46 of 46 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-01-30T15:32:50.8857453Z >>>>> 01/30/2026 15:32:50 FixtureSetup for HybridWebViewFeatureTests(Android) 2026-01-30T15:32:54.9493144Z >>>>> 01/30/2026 15:32:54 VerifyHybridWebView_DefaultValues Start 2026-01-30T15:32:56.3952104Z >>>>> 01/30/2026 15:32:56 VerifyHybridWebView_DefaultValues Stop 2026-01-30T15:32:56.5375798Z Passed VerifyHybridWebView_DefaultValues [1 s] 2026-01-30T15:32:56.5376229Z >>>>> 01/30/2026 15:32:56 VerifyHybridWebView_SameHybridRootWithDifferentDefaultFile Start 2026-01-30T15:32:58.6327147Z >>>>> 01/30/2026 15:32:58 VerifyHybridWebView_SameHybridRootWithDifferentDefaultFile Stop 2026-01-30T15:32:58.7503554Z Passed VerifyHybridWebView_SameHybridRootWithDifferentDefaultFile [2 s] 2026-01-30T15:32:58.7504579Z >>>>> 01/30/2026 15:32:58 VerifyHybridWebView_SameDefaultFileWithDifferentHybridRoot Start 2026-01-30T15:33:02.0825274Z >>>>> 01/30/2026 15:33:02 VerifyHybridWebView_SameDefaultFileWithDifferentHybridRoot Stop 2026-01-30T15:33:02.1701691Z Passed VerifyHybridWebView_SameDefaultFileWithDifferentHybridRoot [3 s] 2026-01-30T15:33:02.1702019Z >>>>> 01/30/2026 15:33:02 VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot Start 2026-01-30T15:33:08.3821700Z >>>>> 01/30/2026 15:33:08 VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot Stop 2026-01-30T15:33:08.4701560Z Passed VerifyHybridWebView_EvaluateJavaScriptWithDifferentHybridRoot [6 s] 2026-01-30T15:33:08.4702083Z >>>>> 01/30/2026 15:33:08 VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile Start 2026-01-30T15:33:15.5026172Z >>>>> 01/30/2026 15:33:15 VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile Stop 2026-01-30T15:33:15.5865509Z Passed VerifyHybridWebView_EvaluateJavaScriptWithDifferentDefaultFile [7 s] 2026-01-30T15:33:15.5865834Z >>>>> 01/30/2026 15:33:15 VerifyHybridWebView_SendMessageToJavaScript Start 2026-01-30T15:33:21.2462735Z >>>>> 01/30/2026 15:33:21 VerifyHybridWebView_SendMessageToJavaScript Stop 2026-01-30T15:33:21.3275566Z Passed VerifyHybridWebView_SendMessageToJavaScript [5 s] 2026-01-30T15:33:21.3276842Z >>>>> 01/30/2026 15:33:21 VerifyHybridWebViewWithIsVisibleFalse Start 2026-01-30T15:33:22.8239675Z >>>>> 01/30/2026 15:33:22 VerifyHybridWebViewWithIsVisibleFalse Stop 2026-01-30T15:33:22.9038012Z Passed VerifyHybridWebViewWithIsVisibleFalse [1 s] 2026-01-30T15:33:22.9038512Z >>>>> 01/30/2026 15:33:22 VerifyHybridWebViewWithShadow Start 2026-01-30T15:33:27.2052928Z >>>>> 01/30/2026 15:33:27 VerifyHybridWebViewWithShadow Stop 2026-01-30T15:33:27.2874762Z Passed VerifyHybridWebViewWithShadow [4 s] 2026-01-30T15:33:27.2875211Z >>>>> 01/30/2026 15:33:27 VerifyHybridWebViewWithFlowDirection Start 2026-01-30T15:33:30.9665680Z >>>>> 01/30/2026 15:33:30 VerifyHybridWebViewWithFlowDirection Stop 2026-01-30T15:33:31.5261211Z >>>>> 01/30/2026 15:33:31 FixtureSetup for Bugzilla35733(Android) 2026-01-30T15:33:31.7880291Z Passed VerifyHybridWebViewWithFlowDirection [3 s] 2026-01-30T15:33:34.0765188Z >>>>> 01/30/2026 15:33:34 Bugzilla35733Test Start 2026-01-30T15:34:05.8675795Z >>>>> 01/30/2026 15:34:05 Bugzilla35733Test Stop 2026-01-30T15:34:06.3942610Z >>>>> 01/30/2026 15:34:06 FixtureSetup for Issue10744(Android) 2026-01-30T15:34:07.0771705Z Passed Bugzilla35733Test [31 s] 2026-01-30T15:34:08.8079056Z >>>>> 01/30/2026 15:34:08 WebViewEvalCrashesOnAndroidWithLongString Start 2026-01-30T15:34:38.8643119Z >>>>> 01/30/2026 15:34:38 WebViewEvalCrashesOnAndroidWithLongString Stop 2026-01-30T15:34:39.3837937Z >>>>> 01/30/2026 15:34:39 FixtureSetup for Issue11962(Android) 2026-01-30T15:34:40.3073792Z Passed WebViewEvalCrashesOnAndroidWithLongString [30 s] 2026-01-30T15:34:41.9830460Z >>>>> 01/30/2026 15:34:41 WebViewDisposesProperly Start 2026-01-30T15:35:19.7484674Z >>>>> 01/30/2026 15:35:19 WebViewDisposesProperly Stop 2026-01-30T15:35:20.3142868Z >>>>> 01/30/2026 15:35:20 FixtureSetup for Issue12134(Android) 2026-01-30T15:35:20.9834143Z Passed WebViewDisposesProperly [37 s] 2026-01-30T15:35:22.7300124Z >>>>> 01/30/2026 15:35:22 CookiesCorrectlyLoadWithMultipleWebViews Start 2026-01-30T15:36:08.5058170Z >>>>> 01/30/2026 15:36:08 CookiesCorrectlyLoadWithMultipleWebViews Stop 2026-01-30T15:36:08.5926626Z >>>>> 01/30/2026 15:36:08 Log types: logcat, bugreport, server 2026-01-30T15:36:09.2728090Z Failed CookiesCorrectlyLoadWithMultipleWebViews [46 s] 2026-01-30T15:36:09.2728570Z Error Message: 2026-01-30T15:36:09.2728752Z System.TimeoutException : Failied on: 0 2026-01-30T15:36:09.2728918Z Stack Trace: 2026-01-30T15:36:09.2729199Z 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-30T15:36:09.2729582Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2633 2026-01-30T15:36:09.2729948Z 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 771 2026-01-30T15:36:09.2730306Z at Microsoft.Maui.TestCases.Tests.Issues.Issue12134.CookiesCorrectlyLoadWithMultipleWebViews() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue12134.cs:line 22 2026-01-30T15:36:09.2730608Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T15:36:09.2730892Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-01-30T15:36:09.2731145Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-01-30T15:36:09.2731381Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-01-30T15:36:09.2731752Z 2026-01-30T15:36:09.5790289Z >>>>> 01/30/2026 15:36:09 FixtureSetup for Issue16032(Android) 2026-01-30T15:36:12.0057241Z >>>>> 01/30/2026 15:36:12 EnsureSupportForCustomWebViewClients Start 2026-01-30T15:36:42.5065769Z >>>>> 01/30/2026 15:36:42 EnsureSupportForCustomWebViewClients Stop 2026-01-30T15:36:43.0649368Z >>>>> 01/30/2026 15:36:43 FixtureSetup for Issue18452(Android) 2026-01-30T15:36:43.5071312Z Passed EnsureSupportForCustomWebViewClients [30 s] 2026-01-30T15:36:45.9645783Z >>>>> 01/30/2026 15:36:45 WebViewLoadedWithoutException Start 2026-01-30T15:37:16.2047259Z >>>>> 01/30/2026 15:37:16 WebViewLoadedWithoutException Stop 2026-01-30T15:37:16.7707214Z >>>>> 01/30/2026 15:37:16 FixtureSetup for Issue20288(Android) 2026-01-30T15:37:17.4639146Z Passed WebViewLoadedWithoutException [30 s] 2026-01-30T15:37:19.2215747Z >>>>> 01/30/2026 15:37:19 WebViewEvaluateJavaScriptReturnsCorrectResults Start 2026-01-30T15:37:29.7342864Z >>>>> 01/30/2026 15:37:29 WebViewEvaluateJavaScriptReturnsCorrectResults Stop 2026-01-30T15:37:30.2337104Z >>>>> 01/30/2026 15:37:30 FixtureSetup for Issue21846(Android) 2026-01-30T15:37:31.2213237Z Passed WebViewEvaluateJavaScriptReturnsCorrectResults [10 s] 2026-01-30T15:37:32.7139202Z >>>>> 01/30/2026 15:37:32 WebViewNoCrashPopup Start 2026-01-30T15:38:09.8549272Z >>>>> 01/30/2026 15:38:09 WebViewNoCrashPopup Stop 2026-01-30T15:38:10.2337264Z Passed WebViewNoCrashPopup [37 s] 2026-01-30T15:38:10.5529025Z >>>>> 01/30/2026 15:38:10 FixtureSetup for Issue23502(Android) 2026-01-30T15:38:12.9709178Z >>>>> 01/30/2026 15:38:12 VerifyWebViewNavigatedEvent Start 2026-01-30T15:38:43.4984003Z >>>>> 01/30/2026 15:38:43 VerifyWebViewNavigatedEvent Stop 2026-01-30T15:38:44.1039395Z >>>>> 01/30/2026 15:38:44 FixtureSetup for Issue28303(Android) 2026-01-30T15:38:44.4754616Z Passed VerifyWebViewNavigatedEvent [30 s] 2026-01-30T15:38:46.4935793Z >>>>> 01/30/2026 15:38:46 VerifyWebViewNavigatedEventTriggered Start 2026-01-30T15:39:16.5815762Z >>>>> 01/30/2026 15:39:16 VerifyWebViewNavigatedEventTriggered Stop 2026-01-30T15:39:17.1338269Z >>>>> 01/30/2026 15:39:17 FixtureSetup for Issue28714(Android) 2026-01-30T15:39:17.9941710Z Passed VerifyWebViewNavigatedEventTriggered [30 s] 2026-01-30T15:39:19.5532746Z >>>>> 01/30/2026 15:39:19 VerifyWebViewBackgroundColor Start 2026-01-30T15:39:22.1957665Z >>>>> 01/30/2026 15:39:22 VerifyWebViewBackgroundColor Stop 2026-01-30T15:39:22.2862589Z Passed VerifyWebViewBackgroundColor [2 s] 2026-01-30T15:39:22.2863082Z >>>>> 01/30/2026 15:39:22 VerifyWebViewDynamicBackgroundColor Start 2026-01-30T15:39:23.1686864Z >>>>> 01/30/2026 15:39:23 VerifyWebViewDynamicBackgroundColor Stop 2026-01-30T15:39:23.7512685Z >>>>> 01/30/2026 15:39:23 FixtureSetup for Issue29233(Android) 2026-01-30T15:39:23.7990310Z Passed VerifyWebViewDynamicBackgroundColor [990 ms] 2026-01-30T15:39:26.2365233Z >>>>> 01/30/2026 15:39:26 NavigatedShouldNotFireWithNullSource Start 2026-01-30T15:39:27.8393668Z >>>>> 01/30/2026 15:39:27 NavigatedShouldNotFireWithNullSource Stop 2026-01-30T15:39:28.4329344Z >>>>> 01/30/2026 15:39:28 FixtureSetup for Issue30539(Android) 2026-01-30T15:39:29.2367528Z Passed NavigatedShouldNotFireWithNullSource [1 s] 2026-01-30T15:39:30.9267185Z >>>>> 01/30/2026 15:39:30 TargetBlankLinkShouldTriggerNavigatingEvent Start 2026-01-30T15:39:33.2984433Z >>>>> 01/30/2026 15:39:33 TargetBlankLinkShouldTriggerNavigatingEvent Stop 2026-01-30T15:39:33.8471583Z >>>>> 01/30/2026 15:39:33 FixtureSetup for Issue30575(Android) 2026-01-30T15:39:33.9268670Z Passed TargetBlankLinkShouldTriggerNavigatingEvent [2 s] 2026-01-30T15:39:36.3698162Z >>>>> 01/30/2026 15:39:36 WebViewShouldNotMirrored Start 2026-01-30T15:39:41.7113268Z >>>>> 01/30/2026 15:39:41 WebViewShouldNotMirrored Stop 2026-01-30T15:39:42.3021136Z >>>>> 01/30/2026 15:39:42 FixtureSetup for Issue30846(Android) 2026-01-30T15:39:42.3700999Z Passed WebViewShouldNotMirrored [5 s] 2026-01-30T15:39:44.7671231Z >>>>> 01/30/2026 15:39:44 HybridWebView_Autoplay_Respects_UserGestureSetting Start 2026-01-30T15:39:47.7362415Z [h264 @ 0x559c74358480] no frame! 2026-01-30T15:39:47.7365451Z [h264 @ 0x559c74358480] no frame! 2026-01-30T15:39:48.9362163Z [h264 @ 0x559c892e5a80] no frame! 2026-01-30T15:39:48.9362918Z [h264 @ 0x559c892e5a80] no frame! 2026-01-30T15:39:51.7152887Z [h264 @ 0x559ca6583a80] no frame! 2026-01-30T15:39:51.7154069Z [h264 @ 0x559ca6583a80] no frame! 2026-01-30T15:39:53.9421929Z >>>>> 01/30/2026 15:39:53 HybridWebView_Autoplay_Respects_UserGestureSetting Stop 2026-01-30T15:39:54.6333747Z >>>>> 01/30/2026 15:39:54 FixtureSetup for Issue4720(Android) 2026-01-30T15:39:55.2775331Z Passed HybridWebView_Autoplay_Respects_UserGestureSetting [9 s] 2026-01-30T15:39:57.1035247Z >>>>> 01/30/2026 15:39:57 WebViewDoesntCrashWhenLoadingAHeavyPageAndUsingExecutionModeSeparateProcess Start 2026-01-30T15:41:12.4617199Z >>>>> 01/30/2026 15:41:12 WebViewDoesntCrashWhenLoadingAHeavyPageAndUsingExecutionModeSeparateProcess Stop 2026-01-30T15:41:13.3063474Z >>>>> 01/30/2026 15:41:13 FixtureSetup for Issue6286(Android) 2026-01-30T15:41:13.6111982Z Passed WebViewDoesntCrashWhenLoadingAHeavyPageAndUsingExecutionModeSeparateProcess [1 m 15 s] 2026-01-30T15:41:16.2688523Z >>>>> 01/30/2026 15:41:16 Issue6286_WebView_Test Start 2026-01-30T15:41:46.3488300Z >>>>> 01/30/2026 15:41:46 Issue6286_WebView_Test Stop 2026-01-30T15:41:46.8322301Z >>>>> 01/30/2026 15:41:46 FixtureSetup for Issue6323(Android) 2026-01-30T15:41:47.7692113Z Passed Issue6286_WebView_Test [30 s] 2026-01-30T15:41:49.2855975Z >>>>> 01/30/2026 15:41:49 Issue6323Test Start 2026-01-30T15:42:19.7937360Z >>>>> 01/30/2026 15:42:19 Issue6323Test Stop 2026-01-30T15:42:20.3111069Z Passed Issue6323Test [30 s] 2026-01-30T15:42:20.3112051Z >>>>> 01/30/2026 15:42:20 WebViewDoesNotLeak Start 2026-01-30T15:42:20.3112443Z >>>>> 01/30/2026 15:42:20 FixtureSetup for WebViewDoesNotLeak 2026-01-30T15:42:28.2076554Z >>>>> 01/30/2026 15:42:28 WebViewDoesNotLeak Stop 2026-01-30T15:42:28.8297887Z >>>>> 01/30/2026 15:42:28 FixtureSetup for WebViewFeatureTests(Android) 2026-01-30T15:42:29.3060734Z Passed WebViewDoesNotLeak [8 s] 2026-01-30T15:42:33.1610166Z >>>>> 01/30/2026 15:42:33 WebView_ValidateDefaultValues_VerifyInitialState Start 2026-01-30T15:42:34.5144360Z >>>>> 01/30/2026 15:42:34 WebView_ValidateDefaultValues_VerifyInitialState Stop 2026-01-30T15:42:34.6030988Z >>>>> 01/30/2026 15:42:34 WebView_VerifyCanGoBackForward Start 2026-01-30T15:42:34.6610252Z Passed WebView_ValidateDefaultValues_VerifyInitialState [1 s] 2026-01-30T15:42:49.3593967Z >>>>> 01/30/2026 15:42:49 WebView_VerifyCanGoBackForward Stop 2026-01-30T15:42:49.4432787Z Passed WebView_VerifyCanGoBackForward [14 s] 2026-01-30T15:42:49.4433315Z >>>>> 01/30/2026 15:42:49 WebView_SetHtmlSource_VerifyJavaScript Start 2026-01-30T15:42:52.6061282Z >>>>> 01/30/2026 15:42:52 WebView_SetHtmlSource_VerifyJavaScript Stop 2026-01-30T15:42:52.6891171Z Passed WebView_SetHtmlSource_VerifyJavaScript [3 s] 2026-01-30T15:42:52.6891584Z >>>>> 01/30/2026 15:42:52 WebView_SetUrlSource_VerifyNavigatingEvent Start 2026-01-30T15:42:55.8357791Z >>>>> 01/30/2026 15:42:55 WebView_SetUrlSource_VerifyNavigatingEvent Stop 2026-01-30T15:42:55.9202828Z Passed WebView_SetUrlSource_VerifyNavigatingEvent [3 s] 2026-01-30T15:42:55.9203362Z >>>>> 01/30/2026 15:42:55 WebView_SetUrlSource_VerifyNavigatedEvent Start 2026-01-30T15:42:58.7896153Z >>>>> 01/30/2026 15:42:58 WebView_SetUrlSource_VerifyNavigatedEvent Stop 2026-01-30T15:42:58.8729769Z Passed WebView_SetUrlSource_VerifyNavigatedEvent [2 s] 2026-01-30T15:42:58.8730216Z >>>>> 01/30/2026 15:42:58 WebView_SetHtmlSource_VerifyNavigatingEvent Start 2026-01-30T15:43:01.5352663Z >>>>> 01/30/2026 15:43:01 WebView_SetHtmlSource_VerifyNavigatingEvent Stop 2026-01-30T15:43:01.6179713Z Passed WebView_SetHtmlSource_VerifyNavigatingEvent [2 s] 2026-01-30T15:43:01.6180098Z >>>>> 01/30/2026 15:43:01 WebView_SetHtmlSource_VerifyNavigatedEvent Start 2026-01-30T15:43:04.1574485Z >>>>> 01/30/2026 15:43:04 WebView_SetHtmlSource_VerifyNavigatedEvent Stop 2026-01-30T15:43:04.2431721Z Passed WebView_SetHtmlSource_VerifyNavigatedEvent [2 s] 2026-01-30T15:43:04.2432209Z >>>>> 01/30/2026 15:43:04 VerifyWebViewWithShadow Start 2026-01-30T15:43:07.6624612Z >>>>> 01/30/2026 15:43:07 VerifyWebViewWithShadow Stop 2026-01-30T15:43:07.8235802Z Passed VerifyWebViewWithShadow [3 s] 2026-01-30T15:43:07.8237663Z >>>>> 01/30/2026 15:43:07 WebView_SetIsVisibleFalse_VerifyWebViewHidden Start 2026-01-30T15:43:11.2527490Z >>>>> 01/30/2026 15:43:11 WebView_SetIsVisibleFalse_VerifyWebViewHidden Stop 2026-01-30T15:43:11.3356807Z Passed WebView_SetIsVisibleFalse_VerifyWebViewHidden [3 s] 2026-01-30T15:43:11.3357420Z >>>>> 01/30/2026 15:43:11 WebView_TestClearCookies_VerifyCookiesCleared Start 2026-01-30T15:43:13.8768640Z >>>>> 01/30/2026 15:43:13 WebView_TestClearCookies_VerifyCookiesCleared Stop 2026-01-30T15:43:13.9567337Z Passed WebView_TestClearCookies_VerifyCookiesCleared [2 s] 2026-01-30T15:43:13.9567684Z >>>>> 01/30/2026 15:43:13 WebView_TestCookieManagement_VerifyAddCookie Start 2026-01-30T15:43:17.1110903Z >>>>> 01/30/2026 15:43:17 WebView_TestCookieManagement_VerifyAddCookie Stop 2026-01-30T15:43:17.1937937Z Passed WebView_TestCookieManagement_VerifyAddCookie [3 s] 2026-01-30T15:43:17.1938226Z >>>>> 01/30/2026 15:43:17 WebView_TestCookieManagement_VerifyAddCookieAndEvaluateJavaScript Start 2026-01-30T15:43:20.9426948Z >>>>> 01/30/2026 15:43:20 WebView_TestCookieManagement_VerifyAddCookieAndEvaluateJavaScript Stop 2026-01-30T15:43:21.0278779Z Passed WebView_TestCookieManagement_VerifyAddCookieAndEvaluateJavaScript [3 s] 2026-01-30T15:43:21.0279337Z >>>>> 01/30/2026 15:43:21 WebView_TestCookieManagement_VerifyAddCookieWithUrlSource Start 2026-01-30T15:43:24.5731528Z >>>>> 01/30/2026 15:43:24 WebView_TestCookieManagement_VerifyAddCookieWithUrlSource Stop 2026-01-30T15:43:24.6531159Z Passed WebView_TestCookieManagement_VerifyAddCookieWithUrlSource [3 s] 2026-01-30T15:43:24.6531659Z >>>>> 01/30/2026 15:43:24 WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecution Start 2026-01-30T15:43:27.7792878Z >>>>> 01/30/2026 15:43:27 WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecution Stop 2026-01-30T15:43:27.8610191Z Passed WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecution [3 s] 2026-01-30T15:43:27.8610724Z >>>>> 01/30/2026 15:43:27 WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecutionWithMultiplePages Start 2026-01-30T15:43:31.4827523Z >>>>> 01/30/2026 15:43:31 WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecutionWithMultiplePages Stop 2026-01-30T15:43:31.5644482Z Passed WebView_TestEvaluateJavaScriptAsync_VerifyJavaScriptExecutionWithMultiplePages [3 s] 2026-01-30T15:43:31.5645090Z >>>>> 01/30/2026 15:43:31 WebView_TestReloadMethod_VerifyReloadFunctionality Start 2026-01-30T15:43:36.8232672Z >>>>> 01/30/2026 15:43:36 WebView_TestReloadMethod_VerifyReloadFunctionality Stop 2026-01-30T15:43:36.9080173Z Passed WebView_TestReloadMethod_VerifyReloadFunctionality [5 s] 2026-01-30T15:43:36.9080564Z >>>>> 01/30/2026 15:43:36 WebView_VerifyReloadFunctionalityForHtmlWebViewSource Start 2026-01-30T15:43:40.1499273Z >>>>> 01/30/2026 15:43:40 WebView_VerifyReloadFunctionalityForHtmlWebViewSource Stop 2026-01-30T15:43:41.3058657Z NUnit Adapter 4.5.0.0: Test execution complete 2026-01-30T15:43:41.3104257Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-01-30T15:43:41.3820237Z [xUnit.net 00:00:00.07] Discovering: Controls.TestCases.Android.Tests 2026-01-30T15:43:41.4080120Z Passed WebView_VerifyReloadFunctionalityForHtmlWebViewSource [3 s] 2026-01-30T15:43:41.6011270Z [xUnit.net 00:00:00.29] Discovered: Controls.TestCases.Android.Tests 2026-01-30T15:43:41.6837694Z WARNING: Overwriting results file: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-WebView.trx 2026-01-30T15:43:41.7040696Z Results File: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-WebView.trx 2026-01-30T15:43:41.7046681Z 2026-01-30T15:43:41.7099638Z Test Run Failed. 2026-01-30T15:43:41.7100114Z Total tests: 46 2026-01-30T15:43:41.7100405Z Passed: 45 2026-01-30T15:43:41.7100686Z Failed: 1 2026-01-30T15:43:41.7159204Z Total time: 10.9263 Minutes 2026-01-30T15:43:41.8222334Z Test Run complete: Controls.TestCases.Android.Tests-Release-android-WebView.trx 2026-01-30T15:43:41.8245056Z Writing logcat to /mnt/vss/_work/1/a/logs/logcat_uitest_2026-01-30-15-43-41.log 2026-01-30T15:43:41.8245674Z Running: /usr/local/lib/android/sdk/platform-tools/adb logcat -d 2026-01-30T15:43:41.8247018Z Executing: /usr/local/lib/android/sdk/platform-tools/adb logcat -d 2026-01-30T15:43:42.4831493Z exit code 0 2026-01-30T15:43:42.4841257Z Logcat written to /mnt/vss/_work/1/a/logs/logcat_uitest_2026-01-30-15-43-41.log 2026-01-30T15:43:42.4848064Z An error occurred when executing task 'uitest'. 2026-01-30T15:43:42.4848461Z Completed in 00:23:56.1975218 2026-01-30T15:43:42.4860590Z 2026-01-30T15:43:42.4861228Z ---------------------------------------- 2026-01-30T15:43:42.4861441Z TearDown 2026-01-30T15:43:42.4861645Z ---------------------------------------- 2026-01-30T15:43:42.4861860Z Executing custom teardown action... 2026-01-30T15:43:42.4868153Z AdbEmuKill 2026-01-30T15:43:42.4881855Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:43:42.4903659Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-01-30T15:43:42.4904909Z Executing: /usr/local/lib/android/sdk/platform-tools/adb emu kill 2026-01-30T15:43:42.4991220Z OK: killing emulator, bye bye 2026-01-30T15:43:42.4991904Z OK 2026-01-30T15:43:42.4992402Z OK: killing emulator, bye bye 2026-01-30T15:43:42.4992769Z OK 2026-01-30T15:43:47.4997436Z emulatorProcess.Kill() 2026-01-30T15:43:47.5001329Z Emulator process kill signal sent successfully. 2026-01-30T15:43:47.5005916Z Emulator process killed successfully. 2026-01-30T15:43:47.5006323Z AndroidAvdDelete 2026-01-30T15:43:47.5013753Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-01-30T15:43:47.5014533Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager delete avd -n Emulator_30 2026-01-30T15:43:48.5733995Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-01-30T15:43:48.5734482Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-01-30T15:43:48.5734787Z 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-30T15:43:48.5735131Z 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-30T15:43:48.5735474Z 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-30T15:43:48.5736014Z 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-30T15:43:48.5736818Z 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-30T15:43:48.5737237Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-01-30T15:43:48.5737921Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-01-30T15:43:48.5738437Z 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-30T15:43:48.5738844Z at Submission#0.<>b__0_27() 2026-01-30T15:43:48.5739215Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-01-30T15:43:48.5739870Z 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-30T15:43:48.5740403Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-01-30T15:43:48.5740881Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-01-30T15:43:48.5741402Z 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-30T15:43:48.5741900Z 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-30T15:43:48.5742400Z 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-30T15:43:48.5742958Z 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-30T15:43:48.5743571Z 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-30T15:43:48.5744155Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-01-30T15:43:48.5744628Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-01-30T15:43:48.5745132Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-01-30T15:43:48.5745633Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-01-30T15:43:48.5746018Z at Submission#0.<>d__0.MoveNext() 2026-01-30T15:43:48.5746303Z --- End of stack trace from previous location --- 2026-01-30T15:43:48.5746953Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-30T15:43:48.5747648Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-01-30T15:43:48.5748295Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-01-30T15:43:48.5748917Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-01-30T15:43:48.5749608Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-01-30T15:43:48.5750158Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-01-30T15:43:48.5750756Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-01-30T15:43:48.6339557Z 2026-01-30T15:43:48.6378574Z ##[error]PowerShell exited with code '1'. 2026-01-30T15:43:48.6387539Z ##[section]Async Command Start: Update Build Number 2026-01-30T15:43:48.6388881Z Update build number to 10.0.40-ci+azdo.1273632 for build 1273632 2026-01-30T15:43:48.6389041Z ##[section]Async Command End: Update Build Number 2026-01-30T15:43:48.6389789Z ##[section]Async Command Start: Update Build Number 2026-01-30T15:43:48.6389982Z Update build number to 10.0.40-ci+azdo.1273632 for build 1273632 2026-01-30T15:43:48.6390107Z ##[section]Async Command End: Update Build Number 2026-01-30T15:43:48.6390779Z ##[section]Async Command Start: Update Build Number 2026-01-30T15:43:48.6390971Z Update build number to 10.0.40-ci+azdo.1273632 for build 1273632 2026-01-30T15:43:48.6391093Z ##[section]Async Command End: Update Build Number 2026-01-30T15:43:48.6391799Z ##[section]Async Command Start: Update Build Number 2026-01-30T15:43:48.6391987Z Update build number to 10.0.40-ci+azdo.1273632 for build 1273632 2026-01-30T15:43:48.6392111Z ##[section]Async Command End: Update Build Number 2026-01-30T15:43:48.6392763Z ##[section]Finishing: Controls (API 30) WebView