Console log: 'dotnet-watch.Tests.dll.2' from job 37258142-3a93-4d27-836d-d697f7851826 workitem 44ad2bcd-0b58-4df3-a712-2e524677a74c (osx.15.arm64.open) executed on machine DNCHELIXMAC032 running macOS-15.4.1 chmod: /tmp/helix/working/956B0840/w/B414096D/e/*.sh: No such file or directory + export DOTNET_SDK_TEST_NODE_VERSION=22.22.3 + DOTNET_SDK_TEST_NODE_VERSION=22.22.3 + export DOTNET_SDK_TEST_NODE_ARCH=arm64 + DOTNET_SDK_TEST_NODE_ARCH=arm64 + . /tmp/helix/working/956B0840/p/t/SetupHelixEnvironment.sh ++ export NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY=true ++ NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY=true ++ export NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT=6 ++ NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT=6 ++ export NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS=1000 ++ NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS=1000 ++ export MicrosoftNETBuildExtensionsTargets=/tmp/helix/working/956B0840/p/ex/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets ++ MicrosoftNETBuildExtensionsTargets=/tmp/helix/working/956B0840/p/ex/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets ++ export DOTNET_ROOT=/tmp/helix/working/956B0840/p/d ++ DOTNET_ROOT=/tmp/helix/working/956B0840/p/d ++ export PATH=/tmp/helix/working/956B0840/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin ++ PATH=/tmp/helix/working/956B0840/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin ++ export DOTNET_DbgEnableMiniDump=1 ++ DOTNET_DbgEnableMiniDump=1 ++ export DOTNET_DbgMiniDumpType=4 ++ DOTNET_DbgMiniDumpType=4 ++ export DOTNET_DbgMiniDumpName=/tmp/helix/working/956B0840/w/B414096D/uploads/coredump.%p ++ DOTNET_DbgMiniDumpName=/tmp/helix/working/956B0840/w/B414096D/uploads/coredump.%p ++ export DOTNET_EnableCrashReport=1 ++ DOTNET_EnableCrashReport=1 ++++ mktemp -d /tmp/helix/working/956B0840/t/dotnetSdkTests.XXXXXXXX +++ realpath /tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl ++ export TestExecutionDirectory=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl ++ TestExecutionDirectory=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl ++ export DOTNET_CLI_HOME=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/.dotnet ++ DOTNET_CLI_HOME=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/.dotnet ++ cp -a /tmp/helix/working/956B0840/p/t/TestExecutionDirectoryFiles/. /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/ ++ export DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl ++ DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl ++ export DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=/tmp/helix/working/956B0840/p/r ++ DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=/tmp/helix/working/956B0840/p/r ++ export DOTNET_SDK_TEST_ASSETS_DIRECTORY=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/TestAssets ++ DOTNET_SDK_TEST_ASSETS_DIRECTORY=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/TestAssets ++ export DOTNET_SDK_TEST_REPO_TEMPLATE_PACKAGES=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/template_feed ++ DOTNET_SDK_TEST_REPO_TEMPLATE_PACKAGES=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/template_feed ++ export DOTNET_SDK_TEST_TEMPLATE_SAMPLES_DIR=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/TemplateSamples ++ DOTNET_SDK_TEST_TEMPLATE_SAMPLES_DIR=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/TemplateSamples ++ dotnet new --debug:ephemeral-hive Welcome to .NET 11.0! --------------------- SDK Version: 11.0.100-ci ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, run 'dotnet dev-certs https --trust' Learn about HTTPS: https://aka.ms/dotnet-https ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- The 'dotnet new' command creates a .NET project based on a template. Common templates are: Template Name Short Name Language Tags ------------------- ---------- ---------- ----------------------- Blazor Web App blazor [C#] Web/Blazor/WebAssembly Class Library classlib [C#],F#,VB Common/Library Console App console [C#],F#,VB Common/Console MSTest Test Project mstest [C#],F#,VB Test/MSTest/Desktop/Web Windows Forms App winforms [C#],VB Common/WinForms WPF Application wpf [C#],VB Common/WPF An example would be: dotnet new console Display template options with: dotnet new console -h Display all installed templates with: dotnet new list Display templates available on NuGet.org with: dotnet new search web ++ dotnet nuget list source --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Registered Sources: 1. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 2. dotnet6-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json 3. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 4. dotnet7-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json 5. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 6. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 7. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 8. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 9. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 10. dotnet10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 11. dotnet10-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 12. dotnet11 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json 13. dotnet11-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json 14. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 15. dotnet-eng [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json 16. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 17. dotnet-tools-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json 18. dotnet-libraries [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json 19. dotnet-libraries-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json 20. vs-impl [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json 21. richnav [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json 22. test-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json ++ dotnet nuget add source /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/Testpackages --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: Package source 1 added successfully. ++ dotnet nuget remove source dotnet6-transport --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: dotnet6-transport removed successfully. ++ dotnet nuget remove source dotnet6-internal-transport --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config error: Unable to find any package source(s) matching name: dotnet6-internal-transport. ++ dotnet nuget remove source dotnet7-transport --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: dotnet7-transport removed successfully. ++ dotnet nuget remove source dotnet7-internal-transport --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config error: Unable to find any package source(s) matching name: dotnet7-internal-transport. ++ dotnet nuget remove source richnav --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: richnav removed successfully. ++ dotnet nuget remove source vs-impl --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: vs-impl removed successfully. ++ dotnet nuget remove source dotnet-libraries-transport --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: dotnet-libraries-transport removed successfully. ++ dotnet nuget remove source dotnet-tools-transport --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: dotnet-tools-transport removed successfully. ++ dotnet nuget remove source dotnet-libraries --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: dotnet-libraries removed successfully. ++ dotnet nuget remove source dotnet-eng --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Package source with Name: dotnet-eng removed successfully. ++ dotnet nuget list source --configfile /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/NuGet.config Registered Sources: 1. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 2. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 3. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 4. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 5. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 6. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 7. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 8. dotnet10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 9. dotnet10-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 10. dotnet11 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json 11. dotnet11-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json 12. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 13. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 14. test-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 15. Package source 1 [Enabled] /private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl/Testpackages ++ '[' -n 22.22.3 ']' ++ chmod +x /tmp/helix/working/956B0840/p/t/installnode.sh ++ /tmp/helix/working/956B0840/p/t/installnode.sh 22.22.3 arm64 PlatformArch: darwin-arm64 Downloading Node.js 22.22.3 from: https://nodejs.org/dist/v22.22.3/node-v22.22.3-darwin-arm64.tar.gz Installing Node.js from node-v22.22.3-darwin-arm64.tar.gz Unpacking to /tmp/helix/working/956B0840/p/t/node Node.js 22.22.3 installed to /tmp/helix/working/956B0840/p/t/node ++ '[' -d /tmp/helix/working/956B0840/p/t/node/bin ']' ++ export PATH=/tmp/helix/working/956B0840/p/t/node/bin:/tmp/helix/working/956B0840/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin ++ PATH=/tmp/helix/working/956B0840/p/t/node/bin:/tmp/helix/working/956B0840/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin + chmod +x dotnet-watch.Tests + codesign -s - -f --entitlements /tmp/helix/working/956B0840/p/t/helix-debug-entitlements.plist dotnet-watch.Tests dotnet-watch.Tests: replacing existing signature + HELIX_WORK_ITEM_TIMEOUT=01:00:00 + DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/956B0840/t/dotnetSdkTests.vDC1LHrl + dotnet exec dotnet-watch.Tests.dll --results-directory ./ --report-trx --filter 'Microsoft.DotNet.Watch.UnitTests.FileExclusionTests.|Microsoft.DotNet.Watch.UnitTests.FileExclusionTests+DirectoryKind.|Microsoft.DotNet.Watch.UnitTests.FileSetSerializerTests.|Microsoft.DotNet.Watch.UnitTests.FileUpdateTests.|Microsoft.DotNet.Watch.UnitTests.FileWatcherTests.|Microsoft.DotNet.Watch.UnitTests.GlobbingAppTests.|Microsoft.DotNet.Watch.UnitTests.HotReloadDotNetWatcherTests.|Microsoft.DotNet.Watch.UnitTests.KestrelWebSocketServerTests.|Microsoft.DotNet.Watch.UnitTests.LaunchSettingsProfileTest.|Microsoft.DotNet.Watch.UnitTests.LoggingTests.|Microsoft.DotNet.Watch.UnitTests.MauiHotReloadTests.|Microsoft.DotNet.Watch.UnitTests.MetadataUpdateHandlerTests.|Microsoft.DotNet.Watch.UnitTests.MobileHotReloadTests.|Microsoft.DotNet.Watch.UnitTests.NoRestoreTests.|Microsoft.DotNet.Watch.UnitTests.Program_GetProjectOptionsTests.|Microsoft.DotNet.Watch.UnitTests.ProgramTests.|Microsoft.DotNet.Watch.UnitTests.ProgramTests_Arguments.|Microsoft.DotNet.Watch.UnitTests.ProgramTests_HostArguments.|Microsoft.DotNet.Watch.UnitTests.ProjectGraphFactoryTests.|Microsoft.DotNet.Watch.UnitTests.ProjectUpdateInProcTests.|Microsoft.DotNet.Watch.UnitTests.ProjectUpdateTests.|Microsoft.DotNet.Watch.UnitTests.RazorHotReloadTests.|Microsoft.DotNet.Watch.UnitTests.RSATests.|Microsoft.DotNet.Watch.UnitTests.RuntimeProcessLauncherTests.|Microsoft.DotNet.Watch.UnitTests.RuntimeProcessLauncherTests+TriggerEvent.|Microsoft.DotNet.Watch.UnitTests.RuntimeProcessLauncherTests+UpdateLocation.|Microsoft.DotNet.Watch.UnitTests.SourceFileUpdateTests.|Microsoft.DotNet.Watch.UnitTests.SourceFileUpdateTests_HotReloadNotSupported.|Microsoft.DotNet.Watch.UnitTests.SubcommandTests.|Microsoft.DotNet.Watch.UnitTests.TerminationTests.|Microsoft.DotNet.Watch.UnitTests.TestRuntimeProcessLauncher+Factory.' --diagnostic --diagnostic-output-directory /tmp/helix/working/956B0840/w/B414096D/uploads --ignore-exit-code 8 Running /tmp/helix/working/956B0840/p/d/dotnet --version > /tmp/helix/working/956B0840/p/d/dotnet --version Process ID: 5969 < /tmp/helix/working/956B0840/p/d/dotnet --version exited with 0 in 72 ms. MSTest v4.3.0-preview.26330.8 (UTC 6/30/2026) [osx-arm64 - .NET 11.0.0-preview.7.26325.102] Diagnostic file (level 'Trace' with async flush): /tmp/helix/working/956B0840/w/B414096D/uploads/dotnet-watch.Tests_net11.0_arm64_260701195941106.diag Test Parallelization enabled for /private/tmp/helix/working/956B0840/w/B414096D/e/dotnet-watch.Tests.dll (Workers: 8, Scope: ClassLevel) skipped MauiBlazor(True) (0ms) Test is only supported on Windows skipped MauiBlazor(False) (0ms) Test is only supported on Windows skipped GracefulTermination_Windows (0ms) Test is only supported on Windows skipped RunArguments_NoHotReload (0ms) Test is not supported on OSX skipped RunArguments_HotReload (0ms) Test is not supported on OSX skipped GracefulTermination_WinExe (0ms) Test is only supported on Windows skipped TestCommand (0ms) https://github.com/dotnet/sdk/issues/54176 [slow] still running after 1m 00s: ProjectAndSourceFileChange_AddProjectReference (dotnet-watch.Tests.dll|net11.0|arm64) skipped RenameSourceFile (True) (23ms) Assert.Inconclusive. https://github.com/dotnet/sdk/issues/43320 Standard output TestContext Messages: [TEST DotNetWatchTestBase.cs:44] Disposing test [slow] still running after 1m 00s: Update(True) (dotnet-watch.Tests.dll|net11.0|arm64) [slow] still running after 2m 01s: ProjectAndSourceFileChange_AddProjectReference (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running [slow] still running after 2m 00s: Update(True) (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running [slow] still running after 4m 00s: ProjectAndSourceFileChange_AddProjectReference (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running [slow] still running after 4m 00s: Update(True) (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running [slow] still running after 8m 00s: ProjectAndSourceFileChange_AddProjectReference (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running [slow] still running after 8m 00s: Update(True) (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running [slow] still running after 16m 01s: ProjectAndSourceFileChange_AddProjectReference (dotnet-watch.Tests.dll|net11.0|arm64) [slow] still running after 16m 00s: Update(True) (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running [slow] still running after 32m 00s: ProjectAndSourceFileChange_AddProjectReference (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running [slow] still running after 32m 00s: Update(True) (dotnet-watch.Tests.dll|net11.0|arm64) running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running running... 192 completed, 0 failed | active: 2 tests running ['dotnet-watch.Tests.dll.2' END OF WORK ITEM LOG: Command timed out, and was killed]