Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/templating #43446

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Merge branch 'main' of https://github.com/dotnet/sdk into darc-main-7…

b2069c6
Select commit
Loading
Failed to load commit list.
Open

[main] Update dependencies from dotnet/templating #43446

Merge branch 'main' of https://github.com/dotnet/sdk into darc-main-7…
b2069c6
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Sep 23, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Repository Errors

Test Failures (3 tests failed)

🔹 [All failing tests from dotnet-sdk-public-ci]

    ⚠️ 2 failing tests not displayed for this pipeline due to space limitations

    Microsoft.DotNet.Cli.New.IntegrationTests.TemplateDiscoveryTests.CanRunDiscoveryTool [Details] [1.61% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (3)

    Exception Message
    Expected command to exit with 0 but it did not.\nFile Name: /Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/dotnet\nArguments: tool run Microsoft.TemplateSearch.TemplateDiscovery --basePath /Users/runner/work/1/s/artifacts/tmp/Release/dotnet-new.IntegrationTests/CanRunDiscoveryTool/20240923074306484 --packagesPath /Users/runner/work/1/s/artifacts/tmp/Release/CanRunDiscove---FF3DE652/TestNuGetPackage -v\nExit Code: 150\nStdOut:\n\nStdErr:\nYou must install or update .NET to run this application.\n\nApp: /Users/runner/work/1/s/artifacts/.nuget/packages/microsoft.templatesearch.templatediscovery/10.0.100-alpha.1.24468.1/tools/net9.0/any/Microsoft.TemplateSearch.TemplateDiscovery.dll\nArchitecture: x64\nFramework: 'Microsoft.NETCore.App', version '9.0.0-rc.1.24431.7' (x64)\n.NET location: /Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/\n\nThe following frameworks were found:\n  6.0.0 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]\n  7.0.0 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]\n  8.0.0 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]\n  9.0.0-preview.7.24405.7 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]\n  9.0.0-rc.1.24412.13 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]\n  9.0.0-rc.1.24414.5 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]\n\nLearn more:\nhttps://aka.ms/dotnet/app-launch-failed\n\nTo install missing framework, download:\nhttps://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=9.0.0-rc.1.24431.7&arch=x64&rid=osx-x64&os=osx.12\n
    CallStack
       at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
       at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
       at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
       at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
       at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.ExitWith(Int32 expectedExitCode) in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 22
       at Microsoft.DotNet.Cli.New.IntegrationTests.TemplateDiscoveryTool.Run(ITestOutputHelper log, String[] args) in /Users/runner/work/1/s/test/dotnet-new.Tests/TemplateDiscoveryTool.cs:line 48
       at Microsoft.DotNet.Cli.New.IntegrationTests.TemplateDiscoveryTests.CanRunDiscoveryTool()
    --- End of stack trace from previous location ---

Was this helpful? Yes No