Console log: 'Microsoft.NET.Sdk.StaticWebAssets.Tests.dll.21' from job 26251ea8-cf96-4b30-927c-b5df1a270491 workitem 9f91fb5c-0e42-4686-ac4d-a7b5e52c0977 (osx.15.amd64.open) executed on machine dci-mac-build-379 running macOS-15.2 chmod: /tmp/helix/working/A8540913/w/B2550982/e/*.sh: No such file or directory + . /tmp/helix/working/A8540913/p/t/RunTestsOnHelix.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/A8540913/p/ex/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets ++ MicrosoftNETBuildExtensionsTargets=/tmp/helix/working/A8540913/p/ex/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets ++ export DOTNET_ROOT=/tmp/helix/working/A8540913/p/d ++ DOTNET_ROOT=/tmp/helix/working/A8540913/p/d ++ export PATH=/tmp/helix/working/A8540913/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin ++ PATH=/tmp/helix/working/A8540913/p/d:/etc/helix-prep/venv/bin:/usr/bin:/bin:/usr/sbin:/sbin ++++ mktemp -d /tmp/helix/working/A8540913/t/dotnetSdkTests.XXXXXXXX +++ realpath /tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD ++ export TestExecutionDirectory=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD ++ TestExecutionDirectory=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD ++ export DOTNET_CLI_HOME=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/.dotnet ++ DOTNET_CLI_HOME=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/.dotnet ++ cp -a /tmp/helix/working/A8540913/p/t/TestExecutionDirectoryFiles/. /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/ ++ export DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD ++ DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD ++ export DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=/tmp/helix/working/A8540913/p/r ++ DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=/tmp/helix/working/A8540913/p/r ++ export DOTNET_SDK_TEST_ASSETS_DIRECTORY=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TestAssets ++ DOTNET_SDK_TEST_ASSETS_DIRECTORY=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TestAssets ++ 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/A8540913/t/dotnetSdkTests.YeGaEQVD/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 /tmp/helix/working/A8540913/p/d/.nuget --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: Package source 1 added successfully. ++ dotnet nuget add source /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Testpackages --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: Package source 2 added successfully. ++ dotnet nuget remove source dotnet6-transport --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: dotnet6-transport removed successfully. ++ dotnet nuget remove source dotnet6-internal-transport --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/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/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: dotnet7-transport removed successfully. ++ dotnet nuget remove source dotnet7-internal-transport --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/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/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: richnav removed successfully. ++ dotnet nuget remove source vs-impl --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: vs-impl removed successfully. ++ dotnet nuget remove source dotnet-libraries-transport --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: dotnet-libraries-transport removed successfully. ++ dotnet nuget remove source dotnet-tools-transport --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: dotnet-tools-transport removed successfully. ++ dotnet nuget remove source dotnet-libraries --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: dotnet-libraries removed successfully. ++ dotnet nuget remove source dotnet-eng --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/NuGet.config Package source with Name: dotnet-eng removed successfully. ++ dotnet nuget list source --configfile /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/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] /tmp/helix/working/A8540913/p/d/.nuget 16. Package source 2 [Enabled] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Testpackages + dotnet test Microsoft.NET.Sdk.StaticWebAssets.Tests.dll -e HELIX_WORK_ITEM_TIMEOUT=02:00:00 -e DOTNET_SDK_TEST_EXECUTION_DIRECTORY=/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD --results-directory ./ --logger trx --logger 'console;verbosity=detailed' --blame-hang --blame-hang-timeout 25m --filter Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest -d /tmp/helix/working/A8540913/w/B2550982/uploads//dotnetTestLog.log VSTest version 18.1.0-preview-25567-101 (x64) Starting test execution, please wait... Logging Vstest Diagnostics in file: /tmp/helix/working/A8540913/w/B2550982/uploads/dotnetTestLog.log A total of 1 test files matched the specified pattern. /private/tmp/helix/working/A8540913/w/B2550982/e/Microsoft.NET.Sdk.StaticWebAssets.Tests.dll Data collection : Logging DataCollector Diagnostics in file: /tmp/helix/working/A8540913/w/B2550982/uploads/dotnetTestLog.datacollector.26-01-02_13-32-31_71877_5.log Logging TestHost Diagnostics in file: /tmp/helix/working/A8540913/w/B2550982/uploads/dotnetTestLog.host.26-01-02_13-32-31_95205_5.log [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.3+b1b99bdeb3 (64-bit .NET 10.0.0-rc.3.25567.101) [xUnit.net 00:00:00.11] Discovering: Microsoft.NET.Sdk.StaticWebAssets.Tests (app domain = off, method display = ClassAndMethod, method display options = None) Running /tmp/helix/working/A8540913/p/d/dotnet --version > /tmp/helix/working/A8540913/p/d/dotnet --version Process ID: 50257 < /tmp/helix/working/A8540913/p/d/dotnet --version exited with 0 in 193 ms. Running /tmp/helix/working/A8540913/p/d/dotnet msbuild -version > /tmp/helix/working/A8540913/p/d/dotnet msbuild -version Process ID: 50258 < /tmp/helix/working/A8540913/p/d/dotnet msbuild -version exited with 0 in 230 ms. [xUnit.net 00:00:00.61] Microsoft.NET.Sdk.StaticWebAssets.Tests: Non-serializable data ('System.Object[]') found for 'Microsoft.NET.Sdk.StaticWebAssets.Tests.GenerateStaticWebAssetsManifestTest.GeneratesManifestFailsWhenInvalidAssetsAreProvided'; falling back to single test case. [xUnit.net 00:00:00.61] Microsoft.NET.Sdk.StaticWebAssets.Tests: Non-serializable data ('System.Object[]') found for 'Microsoft.NET.Sdk.StaticWebAssets.Tests.GenerateStaticWebAssetsManifestTest.GeneratesManifestFailsWhenTwoAssetsEndUpOnTheSamePath'; falling back to single test case. [xUnit.net 00:00:00.65] Discovered: Microsoft.NET.Sdk.StaticWebAssets.Tests (645 test cases to be run) [xUnit.net 00:00:00.68] Starting: Microsoft.NET.Sdk.StaticWebAssets.Tests (parallel test collections = on [6 threads], stop on fail = off, explicit = off) Running /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog > /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog Process ID: 50259 [xUnit.net 00:00:00.76] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] Executing 'dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog': [xUnit.net 00:00:00.97] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:01.53] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:03.65] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj (in 1.82 sec). [xUnit.net 00:00:03.86] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] [xUnit.net 00:00:04.34] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] < /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog exited with 1 in 3636 ms. [xUnit.net 00:00:04.38] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] Command 'dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:04.42] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [FAIL] [xUnit.net 00:00:04.43] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:04.43] Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2 [xUnit.net 00:00:04.43] File Name: /tmp/helix/working/A8540913/p/d/dotnet [xUnit.net 00:00:04.43] Arguments: msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog [xUnit.net 00:00:04.43] Exit Code: 1 [xUnit.net 00:00:04.43] StdOut: [xUnit.net 00:00:04.43] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:04.43] Determining projects to restore... [xUnit.net 00:00:04.43] Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj (in 1.82 sec). [xUnit.net 00:00:04.43] /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] [xUnit.net 00:00:04.43] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] [xUnit.net 00:00:04.43] StdErr: [xUnit.net 00:00:04.43] [xUnit.net 00:00:04.43] , but found 1 (difference of 1). [xUnit.net 00:00:04.43] Stack Trace: [xUnit.net 00:00:04.43] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:04.43] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:04.43] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:04.43] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:04.43] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:04.43] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:04.43] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:04.43] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:04.43] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(166,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs() Running /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog > /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:04.43] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:04.43] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:04.43] Output: [xUnit.net 00:00:04.43] Executing 'dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog': [xUnit.net 00:00:04.43] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:04.43] 》 Determining projects to restore... [xUnit.net 00:00:04.43] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj (in 1.82 sec). [xUnit.net 00:00:04.43] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] [xUnit.net 00:00:04.43] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] [xUnit.net 00:00:04.43] Command 'dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog' exited with exit code 1. Process ID: 50265 Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [3 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2 File Name: /tmp/helix/working/A8540913/p/d/dotnet Arguments: msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj (in 1.82 sec). /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: 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.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 166 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj (in 1.82 sec). 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj] Command 'dotnet msbuild /t:Publish /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Publish_Inclu---B4CC7DB2/ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:04.47] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:04.65] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:05.22] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:05.66] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj (in 144 ms). [xUnit.net 00:00:05.81] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] [xUnit.net 00:00:06.26] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] < /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 1871 ms. [xUnit.net 00:00:06.30] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:06.31] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [FAIL] [xUnit.net 00:00:06.31] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:06.31] Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9 [xUnit.net 00:00:06.31] File Name: /tmp/helix/working/A8540913/p/d/dotnet [xUnit.net 00:00:06.31] Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:06.31] Exit Code: 1 [xUnit.net 00:00:06.31] StdOut: [xUnit.net 00:00:06.31] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:06.31] Determining projects to restore... [xUnit.net 00:00:06.31] Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj (in 144 ms). [xUnit.net 00:00:06.31] /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] [xUnit.net 00:00:06.31] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] [xUnit.net 00:00:06.31] StdErr: [xUnit.net 00:00:06.31] [xUnit.net 00:00:06.31] , but found 1 (difference of 1). [xUnit.net 00:00:06.31] Stack Trace: [xUnit.net 00:00:06.31] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:06.31] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:06.31] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:06.31] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:06.31] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:06.31] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:06.31] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:06.31] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:06.31] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(30,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets() [xUnit.net 00:00:06.31] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:06.31] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:06.31] Output: [xUnit.net 00:00:06.31] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:06.31] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:06.31] 》 Determining projects to restore... [xUnit.net 00:00:06.31] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj (in 144 ms). [xUnit.net 00:00:06.31] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] [xUnit.net 00:00:06.31] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] [xUnit.net 00:00:06.31] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [1 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9 File Name: /tmp/helix/working/A8540913/p/d/dotnet Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj (in 144 ms). /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: 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.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 30 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj (in 144 ms). 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Registe---CBE62FF9/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog > /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:06.32] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 50271 [xUnit.net 00:00:06.54] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:07.10] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:07.55] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj (in 151 ms). [xUnit.net 00:00:07.71] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] [xUnit.net 00:00:08.16] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] < /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 1890 ms. [xUnit.net 00:00:08.21] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:08.21] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [FAIL] [xUnit.net 00:00:08.21] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:08.21] Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B [xUnit.net 00:00:08.21] File Name: /tmp/helix/working/A8540913/p/d/dotnet [xUnit.net 00:00:08.21] Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:08.21] Exit Code: 1 [xUnit.net 00:00:08.21] StdOut: [xUnit.net 00:00:08.21] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:08.21] Determining projects to restore... [xUnit.net 00:00:08.21] Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj (in 151 ms). [xUnit.net 00:00:08.21] /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] [xUnit.net 00:00:08.21] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] [xUnit.net 00:00:08.21] StdErr: [xUnit.net 00:00:08.21] [xUnit.net 00:00:08.21] , but found 1 (difference of 1). [xUnit.net 00:00:08.21] Stack Trace: [xUnit.net 00:00:08.21] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:08.21] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:08.21] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:08.21] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:08.21] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:08.21] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:08.21] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:08.21] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:08.21] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(62,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed() [xUnit.net 00:00:08.21] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:08.21] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) [xUnit.net 00:00:08.21] Output: [xUnit.net 00:00:08.21] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:08.21] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:08.21] 》 Determining projects to restore... [xUnit.net 00:00:08.21] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj (in 151 ms). [xUnit.net 00:00:08.21] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] [xUnit.net 00:00:08.21] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] [xUnit.net 00:00:08.21] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [1 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B File Name: /tmp/helix/working/A8540913/p/d/dotnet Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj (in 151 ms). /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: 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.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 62 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Standard Output Messages: Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj (in 151 ms). 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---F6624F8B/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog > /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:08.22] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 50274 [xUnit.net 00:00:08.44] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:09.00] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:09.45] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj (in 151 ms). [xUnit.net 00:00:09.61] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] [xUnit.net 00:00:10.07] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] < /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 1894 ms. [xUnit.net 00:00:10.11] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:10.11] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [FAIL] [xUnit.net 00:00:10.11] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:10.11] Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9 [xUnit.net 00:00:10.11] File Name: /tmp/helix/working/A8540913/p/d/dotnet [xUnit.net 00:00:10.11] Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:10.11] Exit Code: 1 [xUnit.net 00:00:10.11] StdOut: [xUnit.net 00:00:10.11] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:10.11] Determining projects to restore... [xUnit.net 00:00:10.11] Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj (in 151 ms). [xUnit.net 00:00:10.11] /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] [xUnit.net 00:00:10.12] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] [xUnit.net 00:00:10.12] StdErr: [xUnit.net 00:00:10.12] [xUnit.net 00:00:10.12] , but found 1 (difference of 1). [xUnit.net 00:00:10.12] Stack Trace: [xUnit.net 00:00:10.12] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:10.12] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:10.12] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:10.12] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:10.12] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:10.12] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:10.12] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:10.12] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:10.12] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(84,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs() [xUnit.net 00:00:10.12] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:10.12] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:10.12] Output: [xUnit.net 00:00:10.12] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:10.12] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:10.12] 》 Determining projects to restore... [xUnit.net 00:00:10.12] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj (in 151 ms). [xUnit.net 00:00:10.12] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] [xUnit.net 00:00:10.12] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] [xUnit.net 00:00:10.12] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [1 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9 File Name: /tmp/helix/working/A8540913/p/d/dotnet Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj (in 151 ms). /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: 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.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 84 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj (in 151 ms). 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Rebuild_Succe---301223A9/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog > /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:10.12] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 50277 [xUnit.net 00:00:10.34] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:10.90] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:11.35] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj (in 149 ms). [xUnit.net 00:00:11.50] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] [xUnit.net 00:00:11.96] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] < /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 1881 ms. [xUnit.net 00:00:12.00] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:12.00] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [FAIL] [xUnit.net 00:00:12.00] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:12.00] Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0 [xUnit.net 00:00:12.00] File Name: /tmp/helix/working/A8540913/p/d/dotnet [xUnit.net 00:00:12.01] Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:12.01] Exit Code: 1 [xUnit.net 00:00:12.01] StdOut: [xUnit.net 00:00:12.01] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:12.01] Determining projects to restore... [xUnit.net 00:00:12.01] Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj (in 149 ms). [xUnit.net 00:00:12.01] /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] [xUnit.net 00:00:12.01] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] [xUnit.net 00:00:12.01] StdErr: [xUnit.net 00:00:12.01] [xUnit.net 00:00:12.01] , but found 1 (difference of 1). [xUnit.net 00:00:12.01] Stack Trace: [xUnit.net 00:00:12.01] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:12.01] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:12.01] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:12.01] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:12.01] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:12.01] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:12.01] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:12.01] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:12.01] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(188,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs() [xUnit.net 00:00:12.01] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:12.01] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:12.01] Output: [xUnit.net 00:00:12.01] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:12.01] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:12.01] 》 Determining projects to restore... [xUnit.net 00:00:12.01] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj (in 149 ms). [xUnit.net 00:00:12.01] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] [xUnit.net 00:00:12.01] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] [xUnit.net 00:00:12.01] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [1 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0 File Name: /tmp/helix/working/A8540913/p/d/dotnet Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj (in 149 ms). /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: 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.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 188 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj (in 149 ms). 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Clean_ThenBui---FAD80FB0/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog > /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:12.01] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 50280 [xUnit.net 00:00:12.23] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:12.79] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:13.23] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj (in 150 ms). [xUnit.net 00:00:13.39] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] [xUnit.net 00:00:13.84] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] < /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 1875 ms. [xUnit.net 00:00:13.89] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:13.89] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [FAIL] [xUnit.net 00:00:13.89] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:13.89] Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5 [xUnit.net 00:00:13.89] File Name: /tmp/helix/working/A8540913/p/d/dotnet [xUnit.net 00:00:13.89] Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:13.89] Exit Code: 1 [xUnit.net 00:00:13.89] StdOut: [xUnit.net 00:00:13.89] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:13.89] Determining projects to restore... [xUnit.net 00:00:13.89] Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj (in 150 ms). [xUnit.net 00:00:13.89] /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] [xUnit.net 00:00:13.89] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] [xUnit.net 00:00:13.89] StdErr: [xUnit.net 00:00:13.89] [xUnit.net 00:00:13.89] , but found 1 (difference of 1). [xUnit.net 00:00:13.89] Stack Trace: [xUnit.net 00:00:13.89] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:13.89] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:13.89] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:13.89] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:13.89] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:13.89] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:13.89] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:13.89] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:13.89] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(111,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly() [xUnit.net 00:00:13.89] --- End of stack trace from previous location --- [xUnit.net 00:00:13.89] Output: [xUnit.net 00:00:13.89] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:13.89] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:13.89] 》 Determining projects to restore... [xUnit.net 00:00:13.89] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj (in 150 ms). [xUnit.net 00:00:13.89] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] [xUnit.net 00:00:13.89] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] [xUnit.net 00:00:13.89] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [1 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5 File Name: /tmp/helix/working/A8540913/p/d/dotnet Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj (in 150 ms). /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: 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.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 111 --- End of stack trace from previous location --- Standard Output Messages: Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj (in 150 ms). 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_Increme---E7C69AF5/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog > /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:13.90] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 50285 [xUnit.net 00:00:14.12] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:14.69] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:15.06] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj (in 74 ms). [xUnit.net 00:00:15.20] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj] [xUnit.net 00:00:20.52] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》 ClassLibrary -> /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/bin/Debug/net10.0/ClassLibrary.dll < /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 0 in 6673 ms. [xUnit.net 00:00:20.57] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 0. [xUnit.net 00:00:20.58] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [PASS] [xUnit.net 00:00:20.58] Output: [xUnit.net 00:00:20.58] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:20.58] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:20.58] 》 Determining projects to restore... [xUnit.net 00:00:20.58] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj (in 74 ms). [xUnit.net 00:00:20.58] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj] [xUnit.net 00:00:20.58] 》 ClassLibrary -> /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/bin/Debug/net10.0/ClassLibrary.dll [xUnit.net 00:00:20.58] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 0. Passed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [6 s] Standard Output Messages: Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj (in 74 ms). 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj] 》 ClassLibrary -> /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/bin/Debug/net10.0/ClassLibrary.dll Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_TypeScr---1A539541/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 0. Running /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog > /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:20.58] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 50291 [xUnit.net 00:00:20.84] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:21.41] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:21.87] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj (in 156 ms). [xUnit.net 00:00:22.03] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] [xUnit.net 00:00:22.49] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] < /tmp/helix/working/A8540913/p/d/dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 1959 ms. [xUnit.net 00:00:22.54] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:22.54] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [FAIL] [xUnit.net 00:00:22.54] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:22.54] Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1 [xUnit.net 00:00:22.54] File Name: /tmp/helix/working/A8540913/p/d/dotnet [xUnit.net 00:00:22.55] Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:22.55] Exit Code: 1 [xUnit.net 00:00:22.55] StdOut: [xUnit.net 00:00:22.55] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:22.55] Determining projects to restore... [xUnit.net 00:00:22.55] Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj (in 156 ms). [xUnit.net 00:00:22.55] /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] [xUnit.net 00:00:22.55] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] [xUnit.net 00:00:22.55] StdErr: [xUnit.net 00:00:22.55] [xUnit.net 00:00:22.55] , but found 1 (difference of 1). [xUnit.net 00:00:22.55] Stack Trace: [xUnit.net 00:00:22.55] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:22.55] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:22.55] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:22.55] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:22.55] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:22.55] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:22.55] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:22.55] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:22.55] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(139,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets() [xUnit.net 00:00:22.55] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:22.55] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:22.55] Output: [xUnit.net 00:00:22.55] Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:22.55] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:22.55] 》 Determining projects to restore... [xUnit.net 00:00:22.55] 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj (in 156 ms). [xUnit.net 00:00:22.55] 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] [xUnit.net 00:00:22.55] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] [xUnit.net 00:00:22.55] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:22.55] Finished: Microsoft.NET.Sdk.StaticWebAssets.Tests Data collector 'Blame' message: All tests finished running, Sequence file will not be generated. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [1 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1 File Name: /tmp/helix/working/A8540913/p/d/dotnet Arguments: msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj (in 156 ms). /tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: 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.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 139 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj (in 156 ms). 》/tmp/helix/working/A8540913/p/d/sdk/11.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] 》/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/TypeScript/microsoft.typescript.msbuild/5.9.3/tools/Microsoft.TypeScript.targets(485,5): error MSB6006: "/usr/local/bin/node" exited with code 1. [/private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj] Command 'dotnet msbuild /t:Build /private/tmp/helix/working/A8540913/t/dotnetSdkTests.YeGaEQVD/Build_ModifyT---4AAD3BD1/ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Results File: /private/tmp/helix/working/A8540913/w/B2550982/e/_dci-mac-build-379_2026-01-02_13_32_36.trx Test Run Failed. Total tests: 8 Passed: 1 Failed: 7 Total time: 23.3007 Seconds + export _commandExitCode=1 + _commandExitCode=1 + find /tmp/helix/working/A8540913/w/B2550982/uploads/../../.. -name '*hangdump.dmp' -exec cp '{}' /tmp/helix/working/A8540913/w/B2550982/uploads / find: -exec: no terminating ";" or "+" + /usr/local/bin/python3.13 /tmp/helix/working/A8540913/p/reporter/run.py https://dev.azure.com/dnceng-public/ public 34570656 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IklDTmpEM2o5SGhtSDV0amwwM09EekpOSlpQSSJ9.eyJuYW1laWQiOiJjNzczZjJjMi01MTIwLTQyMDctYWZlMi1hZmFmMzVhOGJjMGEiLCJzY3AiOiJhcHBfdG9rZW4iLCJhdWkiOiI0M2MwZjk5Yy1kM2ZjLTQyYTEtOGViZS1mZGQ4NWY3OThkOTUiLCJzaWQiOiJhNWRhNmRlMy1mNTJlLTQ5MjktOTMzNi1mYWU3MWRmNDA1NmEiLCJCdWlsZElkIjoiY2JiMTgyNjEtYzQ4Zi00YWJiLTg2NTEtOGNkY2I1NDc0NjQ5OzEyNDIxNzYiLCJEZWZJZCI6IjEwMSIsImpvYnJlZiI6IjQ0NjVlNTc3LTk1NTgtNDM0OS04YTM4LTdmZTY3NTdiMDA0MjpiZDk4NDkxOC0zMzJhLTU5NTQtZmFkOS0xMDNmMzI1NGE4ODkiLCJwcGlkIjoidnN0ZnM6Ly8vQnVpbGQvQnVpbGQvMTI0MjE3NiIsIm9yY2hpZCI6IjQ0NjVlNTc3LTk1NTgtNDM0OS04YTM4LTdmZTY3NTdiMDA0Mi5idWlsZC50ZXN0YnVpbGRfbWFjb3NfeDY0Ll9fZGVmYXVsdCIsInJlcG9JZHMiOiIiLCJqdGkiOiJhNGQxNzVhZi1iNDJhLTQ1ZWQtYTNiNS1iMDVhMGM3ZDg5ZmQiLCJpc3MiOiJhcHAudnN0b2tlbi52aXN1YWxzdHVkaW8uY29tIiwiYXVkIjoiYXBwLnZzdG9rZW4udmlzdWFsc3R1ZGlvLmNvbXx2c286NmZjYzkyZTUtNzNhNy00Zjg4LThkMTMtZDkwNDViNDVmYjI3IiwibmJmIjoxNzY3Mzc2Njc5LCJleHAiOjE3NjczODY4Nzl9.hKm0kHI-Rnu_z6jChnrvqPCyoApiuW6vuQz_vE7W3dg7l1u0DWyoOCcSwAzhLa5gnTtF-BWHqnhhnnCXmFB-fMPO9bzcSm4-UVawkjceO6VBb0tCfycjzHNPk_N-ny62UKynD1OQlizvrprzORI2QzRubVQFmfplVFW39w1EY9fpvAzWJPtoaJwaaTI4Ee0gndJwoGwIByRchk0FejExL-4i-7P2eJAvW24-3YVHV3TaBEeVGBVv_36vximFk7V4w5kzC-n183bW75JY_K00l7pzlzeuWQPPzZ8GhB_MHZtyIWijx75mbq3cvv8MYKlQs9kViIJUekdYBodNNNzOkg /etc/helix/scripts/azure/__init__.py:5: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-01-02T18:32:55.449Z INFO run.py azure_utils(46) get_credential_and_access_token Using /etc/helix-prep/client.pem certificate for e119e735-021e-4931-8059-7221fe1e3d1d 2026-01-02T18:32:55.490Z INFO run.py _universal(511) on_request Request URL: 'https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0/.well-known/openid-configuration' Request method: 'GET' Request headers: 'User-Agent': 'azsdk-python-identity/1.25.1 Python/3.13.1 (macOS-15.2-x86_64-i386-64bit-Mach-O)' No body was attached to the request 2026-01-02T18:32:55.847Z INFO run.py _universal(554) on_response Response status: 200 Response headers: 'Cache-Control': 'max-age=86400, private' 'Content-Type': 'application/json; charset=utf-8' 'Strict-Transport-Security': 'REDACTED' 'X-Content-Type-Options': 'REDACTED' 'Access-Control-Allow-Origin': 'REDACTED' 'Access-Control-Allow-Methods': 'REDACTED' 'P3P': 'REDACTED' 'x-ms-request-id': '87fae8bf-ca02-42e8-bf92-78201e2f6b02' 'x-ms-ests-server': 'REDACTED' 'x-ms-srs': 'REDACTED' 'Content-Security-Policy-Report-Only': 'REDACTED' 'X-XSS-Protection': 'REDACTED' 'Set-Cookie': 'REDACTED' 'Date': 'Fri, 02 Jan 2026 18:32:55 GMT' 'Content-Length': '1964' 2026-01-02T18:32:55.897Z INFO run.py _universal(508) on_request Request URL: 'https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/v2.0/token' Request method: 'POST' Request headers: 'Accept': 'application/json' 'x-client-sku': 'REDACTED' 'x-client-ver': 'REDACTED' 'x-client-os': 'REDACTED' 'x-ms-lib-capability': 'REDACTED' 'client-request-id': 'REDACTED' 'x-client-current-telemetry': 'REDACTED' 'x-client-last-telemetry': 'REDACTED' 'User-Agent': 'azsdk-python-identity/1.25.1 Python/3.13.1 (macOS-15.2-x86_64-i386-64bit-Mach-O)' A body is sent with the request 2026-01-02T18:32:56.068Z INFO run.py _universal(554) on_response Response status: 200 Response headers: 'Cache-Control': 'no-store, no-cache' 'Pragma': 'no-cache' 'Content-Type': 'application/json; charset=utf-8' 'Expires': '-1' 'Strict-Transport-Security': 'REDACTED' 'X-Content-Type-Options': 'REDACTED' 'P3P': 'REDACTED' 'client-request-id': 'REDACTED' 'x-ms-request-id': '84c64aae-2a07-4366-a1bb-938bfe5b9102' 'x-ms-ests-server': 'REDACTED' 'x-ms-clitelem': 'REDACTED' 'x-ms-srs': 'REDACTED' 'Content-Security-Policy-Report-Only': 'REDACTED' 'X-XSS-Protection': 'REDACTED' 'Set-Cookie': 'REDACTED' 'Date': 'Fri, 02 Jan 2026 18:32:55 GMT' 'Content-Length': '1722' 2026-01-02T18:32:56.069Z INFO run.py get_token_mixin(148) _get_token_base CertificateCredential.get_token succeeded 2026-01-02T18:32:56.069Z INFO run.py azure_utils(64) get_credential_and_access_token Credentials are valid 2026-01-02T18:32:56.071Z INFO run.py get_token_mixin(148) _get_token_base CertificateCredential.get_token_info succeeded 2026-01-02T18:32:56.168Z INFO run.py run(48) main Beginning reading of test results. 2026-01-02T18:32:56.168Z INFO run.py __init__(42) read_results Searching '/private/tmp/helix/working/A8540913/w/B2550982/e' for test results files 2026-01-02T18:32:56.169Z INFO run.py __init__(48) read_results Found results file /private/tmp/helix/working/A8540913/w/B2550982/e/_dci-mac-build-379_2026-01-02_13_31_22.trx with format trx 2026-01-02T18:32:56.171Z INFO run.py __init__(48) read_results Found results file /private/tmp/helix/working/A8540913/w/B2550982/e/_dci-mac-build-379_2026-01-02_13_30_08.trx with format trx 2026-01-02T18:32:56.173Z INFO run.py __init__(48) read_results Found results file /private/tmp/helix/working/A8540913/w/B2550982/e/_dci-mac-build-379_2026-01-02_13_32_36.trx with format trx 2026-01-02T18:32:56.180Z INFO run.py __init__(42) read_results Searching '/tmp/helix/working/A8540913/w/B2550982/uploads' for test results files 2026-01-02T18:32:56.181Z INFO run.py packing_test_reporter(30) report_results Packing 24 test reports to '/tmp/helix/working/A8540913/w/B2550982/e/__test_report.json' 2026-01-02T18:32:56.181Z INFO run.py packing_test_reporter(33) report_results Packed 91978 bytes + exit 1 ['Microsoft.NET.Sdk.StaticWebAssets.Tests.dll.21' END OF WORK ITEM LOG: Command exited with 1]