Console log: 'dotnet-new.IntegrationTests.dll.3' from job 982d494b-f4b0-4d79-af8c-5124fd6f3020 workitem 3b463a18-524b-4a84-8ad0-5f5717d1649e (osx.15.arm64.open) executed on machine DNCHELIXMAC002 running macOS-15.3.1 chmod: /tmp/helix/working/ACAA094C/w/A28F08E8/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/ACAA094C/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/ACAA094C/p/ex/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets ++ MicrosoftNETBuildExtensionsTargets=/tmp/helix/working/ACAA094C/p/ex/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets ++ export DOTNET_ROOT=/tmp/helix/working/ACAA094C/p/d ++ DOTNET_ROOT=/tmp/helix/working/ACAA094C/p/d ++ export PATH=/tmp/helix/working/ACAA094C/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin ++ PATH=/tmp/helix/working/ACAA094C/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/ACAA094C/w/A28F08E8/uploads/coredump.%p ++ DOTNET_DbgMiniDumpName=/tmp/helix/working/ACAA094C/w/A28F08E8/uploads/coredump.%p ++ export DOTNET_EnableCrashReport=1 ++ DOTNET_EnableCrashReport=1 ++++ mktemp -d /tmp/helix/working/ACAA094C/t/dotnetSdkTests.XXXXXXXX +++ realpath /tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7 ++ export TestExecutionDirectory=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7 ++ TestExecutionDirectory=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7 ++ export DOTNET_CLI_HOME=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/.dotnet ++ DOTNET_CLI_HOME=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/.dotnet ++ cp -a /tmp/helix/working/ACAA094C/p/t/TestExecutionDirectoryFiles/. /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/ ++ export DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7 ++ DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7 ++ export DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=/tmp/helix/working/ACAA094C/p/r ++ DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=/tmp/helix/working/ACAA094C/p/r ++ export DOTNET_SDK_TEST_ASSETS_DIRECTORY=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/TestAssets ++ DOTNET_SDK_TEST_ASSETS_DIRECTORY=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/TestAssets ++ export DOTNET_SDK_TEST_REPO_TEMPLATE_PACKAGES=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/template_feed ++ DOTNET_SDK_TEST_REPO_TEMPLATE_PACKAGES=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/template_feed ++ export DOTNET_SDK_TEST_TEMPLATE_SAMPLES_DIR=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/TemplateSamples ++ DOTNET_SDK_TEST_TEMPLATE_SAMPLES_DIR=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/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/ACAA094C/t/dotnetSdkTests.HYSdr6E7/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/ACAA094C/t/dotnetSdkTests.HYSdr6E7/Testpackages --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: Package source 1 added successfully. ++ dotnet nuget remove source dotnet6-transport --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: dotnet6-transport removed successfully. ++ dotnet nuget remove source dotnet6-internal-transport --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/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/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: dotnet7-transport removed successfully. ++ dotnet nuget remove source dotnet7-internal-transport --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/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/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: richnav removed successfully. ++ dotnet nuget remove source vs-impl --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: vs-impl removed successfully. ++ dotnet nuget remove source dotnet-libraries-transport --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: dotnet-libraries-transport removed successfully. ++ dotnet nuget remove source dotnet-tools-transport --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: dotnet-tools-transport removed successfully. ++ dotnet nuget remove source dotnet-libraries --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: dotnet-libraries removed successfully. ++ dotnet nuget remove source dotnet-eng --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/NuGet.config Package source with Name: dotnet-eng removed successfully. ++ dotnet nuget list source --configfile /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/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/ACAA094C/t/dotnetSdkTests.HYSdr6E7/Testpackages ++ '[' -n 22.22.3 ']' ++ chmod +x /tmp/helix/working/ACAA094C/p/t/installnode.sh ++ /tmp/helix/working/ACAA094C/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/ACAA094C/p/t/node Node.js 22.22.3 installed to /tmp/helix/working/ACAA094C/p/t/node ++ '[' -d /tmp/helix/working/ACAA094C/p/t/node/bin ']' ++ export PATH=/tmp/helix/working/ACAA094C/p/t/node/bin:/tmp/helix/working/ACAA094C/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin ++ PATH=/tmp/helix/working/ACAA094C/p/t/node/bin:/tmp/helix/working/ACAA094C/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin + chmod +x dotnet-new.IntegrationTests + codesign -s - -f --entitlements /tmp/helix/working/ACAA094C/p/t/helix-debug-entitlements.plist dotnet-new.IntegrationTests dotnet-new.IntegrationTests: replacing existing signature + HELIX_WORK_ITEM_TIMEOUT=01:00:00 + DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7 + dotnet exec dotnet-new.IntegrationTests.dll --results-directory ./ --report-trx --filter 'Microsoft.DotNet.Cli.New.IntegrationTests.SharedHomeDirectory.|Microsoft.DotNet.Cli.New.IntegrationTests.SourcesTests.|Microsoft.DotNet.Cli.New.IntegrationTests.TemplateDiscoveryTests.|Microsoft.DotNet.Cli.New.IntegrationTests.TemplateEngineSamplesTest.|Microsoft.DotNet.Cli.New.IntegrationTests.WebProjectsFixture.|Microsoft.DotNet.Cli.New.IntegrationTests.WebProjectsTests.' --diagnostic --diagnostic-output-directory /tmp/helix/working/ACAA094C/w/A28F08E8/uploads --crashdump --hangdump --hangdump-timeout 48m --ignore-exit-code 8 MSTest v4.3.0-preview.26355.11 (UTC 7/6/2026) [osx-arm64 - .NET 11.0.0-preview.7.26325.102] Diagnostic file (level 'Trace' with async flush): /tmp/helix/working/ACAA094C/w/A28F08E8/uploads/dotnet-new.IntegrationTests_net11.0_arm64_260711001746359.diag Diagnostic file (level 'Trace' with async flush): /tmp/helix/working/ACAA094C/w/A28F08E8/uploads/dotnet-new.IntegrationTests_net11.0_arm64_260711001746511.diag Running /tmp/helix/working/ACAA094C/p/d/dotnet --version > /tmp/helix/working/ACAA094C/p/d/dotnet --version Process ID: 13742 < /tmp/helix/working/ACAA094C/p/d/dotnet --version exited with 0 in 67 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new uninstall /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/.cctor/Home/20260711001746820 > /tmp/helix/working/ACAA094C/p/d/dotnet new uninstall /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/.cctor/Home/20260711001746820 Process ID: 13743 < /tmp/helix/working/ACAA094C/p/d/dotnet new uninstall /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/.cctor/Home/20260711001746820 exited with 103 in 333 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/.cctor/Home/20260711001747154 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/.cctor/Home/20260711001747154 Process ID: 13744 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/.cctor/Home/20260711001747154 exited with 0 in 358 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/TestAssets/TestPackages/dotnet-new/test_templates/SourceWithExcludeAndWithout --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/TestAssets/TestPackages/dotnet-new/test_templates/SourceWithExcludeAndWithout --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 Process ID: 13745 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/TestAssets/TestPackages/dotnet-new/test_templates/SourceWithExcludeAndWithout --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 exited with 0 in 281 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new withexclude --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 > /tmp/helix/working/ACAA094C/p/d/dotnet new withexclude --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 Process ID: 13746 < /tmp/helix/working/ACAA094C/p/d/dotnet new withexclude --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 exited with 0 in 158 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new withoutexclude --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 > /tmp/helix/working/ACAA094C/p/d/dotnet new withoutexclude --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 Process ID: 13747 < /tmp/helix/working/ACAA094C/p/d/dotnet new withoutexclude --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/EnsureItsPossibleToIncludePackagesLockJson/Home/20260711001747559 exited with 0 in 157 ms. skipped CanRunDiscoveryTool (0ms) Test is not supported on OSX skipped CanReadCliData (0ms) https://github.com/dotnet/sdk/issues/42541 skipped CanReadCliDataFromDiff (0ms) https://github.com/dotnet/sdk/issues/42541 Running /tmp/helix/working/ACAA094C/p/d/dotnet new --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 > /tmp/helix/working/ACAA094C/p/d/dotnet new --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 Process ID: 13748 < /tmp/helix/working/ACAA094C/p/d/dotnet new --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 exited with 0 in 283 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.6.0.6.0.427.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.6.0.6.0.427.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 Process ID: 13749 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.6.0.6.0.427.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 exited with 0 in 330 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.7.0.7.0.410.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.7.0.7.0.410.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 Process ID: 13750 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.7.0.7.0.410.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 exited with 0 in 304 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.8.0.8.0.422.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.8.0.8.0.422.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 Process ID: 13751 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.8.0.8.0.422.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 exited with 0 in 334 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.9.0.9.0.300-preview.0.25214.15.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.9.0.9.0.300-preview.0.25214.15.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 Process ID: 13758 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.9.0.9.0.300-preview.0.25214.15.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 exited with 0 in 352 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install Microsoft.TemplateEngine.Samples --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 > /tmp/helix/working/ACAA094C/p/d/dotnet new install Microsoft.TemplateEngine.Samples --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 Process ID: 13761 < /tmp/helix/working/ACAA094C/p/d/dotnet new install Microsoft.TemplateEngine.Samples --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001748171 exited with 0 in 1227 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13779 < /tmp/helix/working/ACAA094C/p/d/dotnet new --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 291 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.6.0.6.0.427.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.6.0.6.0.427.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13782 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.6.0.6.0.427.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 336 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.7.0.7.0.410.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.7.0.7.0.410.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13783 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.7.0.7.0.410.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 334 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.8.0.8.0.422.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.8.0.8.0.422.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13784 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.8.0.8.0.422.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 340 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.9.0.9.0.300-preview.0.25214.15.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.9.0.9.0.300-preview.0.25214.15.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13786 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.common.projecttemplates.9.0.9.0.300-preview.0.25214.15.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 337 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.6.0.6.0.36.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.6.0.6.0.36.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13787 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.6.0.6.0.36.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 368 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.7.0.7.0.20.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.7.0.7.0.20.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13789 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.7.0.7.0.20.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 432 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.8.0.8.0.28.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.8.0.8.0.28.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13790 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.8.0.8.0.28.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 486 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.9.0.9.0.17.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.9.0.9.0.17.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13793 < /tmp/helix/working/ACAA094C/p/d/dotnet new install /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/microsoft.dotnet.web.projecttemplates.9.0.9.0.17.nupkg --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 480 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new web --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new web --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13794 < /tmp/helix/working/ACAA094C/p/d/dotnet new web --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 210 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13795 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 573 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13796 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 2244 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13798 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 345 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13799 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 511 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13801 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1450 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13802 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 259 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13803 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 2497 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13807 running... 22 completed, 0 failed | active: AllWebProjectsRestoreAndBuild ("mvc_fs-latest","mvc","-lang","F#") < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 1 in 52867 ms. failed AllWebProjectsRestoreAndBuild ("mvc_fs-latest","mvc","-lang","F#") (55s 905ms) Test method Microsoft.DotNet.Cli.New.IntegrationTests.WebProjectsTests.AllWebProjectsRestoreAndBuild threw exception: Xunit.Sdk.XunitException: Expected value to be 0 because Expected command to exit with 0 but it did not. Working Directory: /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/WebProjectsTests/20260711001755567/mvc_fs-latest File Name: /tmp/helix/working/ACAA094C/p/d/dotnet Arguments: build Exit Code: 1 StdOut: Determining projects to restore... All projects are up-to-date for restore. /tmp/helix/working/ACAA094C/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(385,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/WebProjectsTests/20260711001755567/mvc_fs-latest/mvc_fs-latest.fsproj] /private/tmp/helix/working/ACAA094C/p/d/sdk/11.0.100-ci/FSharp/Microsoft.FSharp.Targets(354,9): error MSB6006: "dotnet" exited with code 139. [/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/WebProjectsTests/20260711001755567/mvc_fs-latest/mvc_fs-latest.fsproj] Build FAILED. /private/tmp/helix/working/ACAA094C/p/d/sdk/11.0.100-ci/FSharp/Microsoft.FSharp.Targets(354,9): error MSB6006: "dotnet" exited with code 139. [/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/WebProjectsTests/20260711001755567/mvc_fs-latest/mvc_fs-latest.fsproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:52.64 StdErr: , but found 1 (difference of 1). at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.ExitWith(Int32 expectedExitCode) in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:21 at Microsoft.DotNet.Cli.New.IntegrationTests.WebProjectsTests.AllWebProjectsRestoreAndBuild(String testName, String[] args) in /Users/runner/work/1/s/test/dotnet-new.IntegrationTests/WebProjectsTests.cs:72 at InvokeStub_WebProjectsTests.AllWebProjectsRestoreAndBuild(Object, Span`1) at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Standard output TestContext Messages: Executing 'dotnet new mvc -lang F# --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919': Command 'dotnet new mvc -lang F# --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919' exited with exit code 0. (2 stdout + 0 stderr lines suppressed — set DOTNET_SDK_TEST_VERBOSE=1 or command.VerboseOutput=true for full output) Executing 'dotnet restore': Command 'dotnet restore' exited with exit code 0. (2 stdout + 0 stderr lines suppressed — set DOTNET_SDK_TEST_VERBOSE=1 or command.VerboseOutput=true for full output) Executing 'dotnet build': Command 'dotnet build' exited with exit code 1. 》 Determining projects to restore... 》 All projects are up-to-date for restore. 》/tmp/helix/working/ACAA094C/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(385,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/WebProjectsTests/20260711001755567/mvc_fs-latest/mvc_fs-latest.fsproj] 》/private/tmp/helix/working/ACAA094C/p/d/sdk/11.0.100-ci/FSharp/Microsoft.FSharp.Targets(354,9): error MSB6006: "dotnet" exited with code 139. [/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/WebProjectsTests/20260711001755567/mvc_fs-latest/mvc_fs-latest.fsproj] 》 》Build FAILED. 》 》/private/tmp/helix/working/ACAA094C/p/d/sdk/11.0.100-ci/FSharp/Microsoft.FSharp.Targets(354,9): error MSB6006: "dotnet" exited with code 139. [/private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/WebProjectsTests/20260711001755567/mvc_fs-latest/mvc_fs-latest.fsproj] 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:52.64 Running /tmp/helix/working/ACAA094C/p/d/dotnet new webapi --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new webapi --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13849 < /tmp/helix/working/ACAA094C/p/d/dotnet new webapi --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 645 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13850 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 2370 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13851 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1298 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13852 < /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1415 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13854 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1225 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13855 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 969 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13858 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1291 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13860 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 514 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13861 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1036 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13864 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1397 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13865 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 2309 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13866 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1822 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13869 < /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net6.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1483 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13872 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1480 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13874 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 942 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13875 < /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1207 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13878 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1105 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13879 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 926 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13880 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1056 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13881 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 513 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13882 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 959 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13883 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1120 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13885 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1235 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13888 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1898 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13891 < /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net7.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1358 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13894 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1010 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13895 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 897 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13896 < /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1308 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13897 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1089 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13898 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1103 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13899 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1353 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13903 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 518 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13904 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 959 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13906 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1337 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13909 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 911 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13910 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1744 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13912 < /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net8.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1124 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13913 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1322 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13914 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 956 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13915 < /tmp/helix/working/ACAA094C/p/d/dotnet new web -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 923 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13919 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1099 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13920 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1000 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13923 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1005 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13926 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 500 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13927 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1020 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13928 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -lang F# -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 893 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13929 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 955 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13930 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 1770 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13932 < /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -f net9.0 --no-restore --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 1005 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet restore > /tmp/helix/working/ACAA094C/p/d/dotnet restore Process ID: 13933 < /tmp/helix/working/ACAA094C/p/d/dotnet restore exited with 0 in 1186 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet build > /tmp/helix/working/ACAA094C/p/d/dotnet build Process ID: 13936 < /tmp/helix/working/ACAA094C/p/d/dotnet build exited with 0 in 810 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13938 < /tmp/helix/working/ACAA094C/p/d/dotnet new webapi -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 151 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13940 < /tmp/helix/working/ACAA094C/p/d/dotnet new mvc -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 173 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new webapp -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new webapp -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13941 < /tmp/helix/working/ACAA094C/p/d/dotnet new webapp -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 162 ms. Running /tmp/helix/working/ACAA094C/p/d/dotnet new razor -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 > /tmp/helix/working/ACAA094C/p/d/dotnet new razor -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 Process ID: 13942 < /tmp/helix/working/ACAA094C/p/d/dotnet new razor -h --debug:custom-hive /private/tmp/helix/working/ACAA094C/t/dotnetSdkTests.HYSdr6E7/dotnet-new.IntegrationTests/SharedHomeDirectory/20260711001753919 exited with 0 in 154 ms. Test run summary: Failed! - /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/dotnet-new.IntegrationTests.dll (net11.0|arm64) total: 44 failed: 1 succeeded: 40 skipped: 3 duration: 2m 12s 224ms Out of process file artifacts produced: - /private/tmp/helix/working/ACAA094C/w/A28F08E8/e/dotnet-new.IntegrationTests_net11.0_arm64.trx + export _commandExitCode=2 + _commandExitCode=2 + find /tmp/helix/working/ACAA094C/w/A28F08E8/uploads/../../.. -name '*.dmp' -print0 + xargs -0 -I@ cp @ /tmp/helix/working/ACAA094C/w/A28F08E8/uploads + xargs -0 -I '{}' sh -c 'mkdir -p "$HELIX_WORKITEM_UPLOAD_ROOT/$" && cp -f "{}" "$HELIX_WORKITEM_UPLOAD_ROOT/{}"' + find . -maxdepth 5 '(' -iname '*.trx' -o -iname testResults.xml -o -iname test-results.xml -o -iname test_results.xml -o -iname junit-results.xml -o -iname junitresults.xml ')' -print0 + exit 2 ['dotnet-new.IntegrationTests.dll.3' END OF WORK ITEM LOG: Command exited with 2]