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

Merge branch 'release/9.0.2xx' => 'main' #45171

Open
wants to merge 1,068 commits into
base: main
Choose a base branch
from

Remove unnecessary feeds

7c9ad4e
Select commit
Loading
Failed to load commit list.
Open

Merge branch 'release/9.0.2xx' => 'main' #45171

Remove unnecessary feeds
7c9ad4e
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 27, 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

Build Failures

dotnet-sdk-public-ci / Build / FullFramework: windows (x64) / Run FullFramework Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet\sdk\10.0.100-alpha.1.24551.9\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path: D:\a\_work\1\s\test\xunit.runner.json, D:\a\_work\1\s\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.24575.1\tools\XUnit\xunit.runner.json.

sdk-unified-build / VMR Vertical Build / Windows_DevVersions_x64 / Check out main

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌PowerShell exited with code '1'.

sdk-unified-build / VMR Vertical Build / Windows_DevVersions_x64 / Synchronize dotnet/dotnet (Windows)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Container path not found: 'D:\a\_work\1\sdk'

3 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [dotnet-sdk-public-ci] [sdk-unified-build] [sdk-source-build]

Known test errors

Test Failures (1 tests failed)

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

    Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink1.ILLink_links_simple_app_without_analysis_warnings_and_it_runs [Console] [Details] [Artifacts] [0.96% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink1.ILLink_links_simple_app_without_analysis_warnings_and_it_runs(targetFramework: \"netcoreapp3.1\")
      Exception Message
      Expected command to pass but it did not.
      File Name: /private/tmp/helix/working/9BBD088F/w/AA400910/e/testExecutionDirectory/ILLink_links_---1F8EF78B/HelloWorld/bin/Debug/netcoreapp3.1/osx-x64/publish/HelloWorld
      Arguments: 
      Exit Code: 134
      StdOut:
      

      StdErr:
      rosetta error: failed to allocate vm space for aot


      Stack Trace

         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.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29
      at Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink1.ILLink_links_simple_app_without_analysis_warnings_and_it_runs(String targetFramework) in /_/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs:line 122
      at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
      at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Was this helpful? Yes No