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

[release/8.0] Update dotnetbuilds CDN to new endpoint #59575

Merged
merged 1 commit into from
Dec 23, 2024

Update dotnetbuilds CDN to new endpoint

52961b8
Select commit
Loading
Failed to load commit list.
Merged

[release/8.0] Update dotnetbuilds CDN to new endpoint #59575

Update dotnetbuilds CDN to new endpoint
52961b8
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 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.

Test Failures (2 tests failed)

🔹 [All failing tests from aspnetcore-ci]

    Templates.Test.GrpcTemplateTest.GrpcTemplateNativeAot [Console] [Details] [Artifacts] [0.75% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Project new grpc  --aot failed to publish. Exit code -1.
    dotnet publish  -c Release /bl 
    StdErr: 
    StdOut: MSBuild version 17.8.5+b5265ef37 for .NET
      Determining projects to restore...
      Restored C:hwA2AA08D6wA5FE091DeTemplatesBaseFolderAspNet.Qe2wzy4embdbAspNet.Qe2wzy4embdb.csproj (in 270 ms).
      AspNet.Qe2wzy4embdb -> C:hwA2AA08D6wA5FE091DeTemplatesBaseFolderAspNet.Qe2wzy4embdb�inRelease
    et8.0win-x64AspNet.Qe2wzy4embdb.dll
      Generating native code
    /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs(90): warning IL3000: System.Net.Quic.MsQuicApi..cctor(): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'. [C:hwA2AA08D6wA5FE091DeTemplatesBaseFolderAspNet.Qe2wzy4embdbAspNet.Qe2wzy4embdb.csproj]
      AspNet.Qe2wzy4embdb -> C:hwA2AA08D6wA5FE091DeTemplatesBaseFolderAspNet.Qe2wzy4embdb�inRelease
    et8.0win-x64publish
    

    Expected: True
    Actual: False

    CallStack
       at Templates.Test.Helpers.Project.RunDotNetPublishAsync(IDictionary`2 packageOptions, String additionalArgs, Boolean noRestore) in /_/src/ProjectTemplates/Shared/Project.cs:line 152
       at Templates.Test.GrpcTemplateTest.GrpcTemplateCore(String[] args) in /_/src/ProjectTemplates/test/Templates.Tests/GrpcTemplateTest.cs:line 94
       at Templates.Test.GrpcTemplateTest.GrpcTemplateNativeAot() in /_/src/ProjectTemplates/test/Templates.Tests/GrpcTemplateTest.cs:line 52
    --- End of stack trace from previous location ---
    Templates.Test.GrpcTemplateTest.GrpcTemplateProgramMainNativeAot [Console] [Details] [Artifacts] [0.75% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Project new grpc  --use-program-main --aot failed to publish. Exit code -1.
    dotnet publish  -c Release /bl 
    StdErr: 
    StdOut: MSBuild version 17.8.5+b5265ef37 for .NET
      Determining projects to restore...
      Restored C:hwA2AA08D6wA5FE091DeTemplatesBaseFolderAspNet.e300ghyobn40AspNet.e300ghyobn40.csproj (in 267 ms).
      AspNet.e300ghyobn40 -> C:hwA2AA08D6wA5FE091DeTemplatesBaseFolderAspNet.e300ghyobn40�inRelease
    et8.0win-x64AspNet.e300ghyobn40.dll
      Generating native code
    /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs(90): warning IL3000: System.Net.Quic.MsQuicApi..cctor(): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'. [C:hwA2AA08D6wA5FE091DeTemplatesBaseFolderAspNet.e300ghyobn40AspNet.e300ghyobn40.csproj]
      AspNet.e300ghyobn40 -> C:hwA2AA08D6wA5FE091DeTemplatesBaseFolderAspNet.e300ghyobn40�inRelease
    et8.0win-x64publish
    

    Expected: True
    Actual: False

    CallStack
       at Templates.Test.Helpers.Project.RunDotNetPublishAsync(IDictionary`2 packageOptions, String additionalArgs, Boolean noRestore) in /_/src/ProjectTemplates/Shared/Project.cs:line 152
       at Templates.Test.GrpcTemplateTest.GrpcTemplateCore(String[] args) in /_/src/ProjectTemplates/test/Templates.Tests/GrpcTemplateTest.cs:line 94
       at Templates.Test.GrpcTemplateTest.GrpcTemplateProgramMainNativeAot() in /_/src/ProjectTemplates/test/Templates.Tests/GrpcTemplateTest.cs:line 70
    --- End of stack trace from previous location ---

Was this helpful? Yes No