2025-12-30T07:03:34.0483490Z ##[section]Starting: Controls ListView 2025-12-30T07:03:34.0504260Z ============================================================================== 2025-12-30T07:03:34.0504640Z Task : PowerShell 2025-12-30T07:03:34.0504840Z Description : Run a PowerShell script on Linux, macOS, or Windows 2025-12-30T07:03:34.0505220Z Version : 2.266.0 2025-12-30T07:03:34.0505440Z Author : Microsoft Corporation 2025-12-30T07:03:34.0505740Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2025-12-30T07:03:34.0506440Z ============================================================================== 2025-12-30T07:03:34.4171670Z Generating script. 2025-12-30T07:03:34.4190760Z ========================== Starting Command Output =========================== 2025-12-30T07:03:34.4200060Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/51bd9ed5-58a5-4fb3-8c18-1523aa29acfb.ps1' 2025-12-30T07:03:35.7223470Z $ErrorActionPreference = 'stop' 2025-12-30T07:03:35.7297840Z $ProgressPreference = 'silentlyContinue' 2025-12-30T07:03:35.7298500Z Get-Content $PSCommandPath 2025-12-30T07:03:35.7301140Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2025-12-30T07:03:35.7304410Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2025-12-30T07:03:35.7308050Z $command += " --runtimevariant=""Mono""" 2025-12-30T07:03:35.7313170Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2025-12-30T07:03:35.7315630Z 2025-12-30T07:03:35.7317650Z $testFilter = "" 2025-12-30T07:03:35.7320160Z $testConfigrationArgs = "" 2025-12-30T07:03:35.7323920Z 2025-12-30T07:03:35.7354540Z "ListView".Split(",") | ForEach { 2025-12-30T07:03:35.7355370Z $testFilter += "TestCategory=" + $_ + "|" 2025-12-30T07:03:35.7359690Z } 2025-12-30T07:03:35.7360230Z 2025-12-30T07:03:35.7431810Z $testFilter = $testFilter.TrimEnd("|") 2025-12-30T07:03:35.7435780Z 2025-12-30T07:03:35.7438210Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2025-12-30T07:03:35.7441420Z if ($testConfigrationArgs) { 2025-12-30T07:03:35.7442310Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2025-12-30T07:03:35.7445010Z } 2025-12-30T07:03:35.7445640Z if ($testFilter) { 2025-12-30T07:03:35.7448280Z $command += " --test-filter ""$testFilter""" 2025-12-30T07:03:35.7450600Z } 2025-12-30T07:03:35.7450830Z 2025-12-30T07:03:35.7453380Z $headless = true 2025-12-30T07:03:35.7466070Z if ($headless) { 2025-12-30T07:03:35.7469910Z $command += " --headless ""$headless""" 2025-12-30T07:03:35.7472540Z } 2025-12-30T07:03:35.7472960Z 2025-12-30T07:03:35.7475390Z Write-Host "Running command: $command" 2025-12-30T07:03:35.7477520Z 2025-12-30T07:03:35.7479260Z Invoke-Expression $command 2025-12-30T07:03:35.7481350Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2025-12-30T07:03:35.7482680Z } else { 2025-12-30T07:03:35.9357960Z exit $LASTEXITCODE 2025-12-30T07:03:35.9358610Z } 2025-12-30T07:03:35.9359930Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=ListView" 2025-12-30T07:03:36.8418740Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2025-12-30T07:03:38.1837540Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2025-12-30T07:03:39.6432410Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2025-12-30T07:03:41.3008300Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '10.0.0-prerelease.25575.2' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2025-12-30T07:03:42.5380130Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2025-12-30T09:54:21.1916650Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2025-12-30T09:54:21.2989510Z ##[error]The operation was canceled. 2025-12-30T09:54:21.3002950Z ##[section]Finishing: Controls ListView