Skip to content

Merge branch 'main' into ldvirtftn-no-spill

98f9883
Select commit
Loading
Failed to load commit list.
Open

Stop spilling ldvirtftn #120866

Merge branch 'main' into ldvirtftn-no-spill
98f9883
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Oct 19, 2025 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.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Build Failures

dotnet-linker-tests / Build / windows-x64 release Runtime_Release / Run Native AOT Test App Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌eng\testing\linker\trimmingTests.targets(168,5): error : Error: [Failed Test]: D:\a\_work\1\s\src\libraries\Microsoft.Extensions.Logging.Console\tests\TrimmingTests\JsonFormattingTests.cs. The Command D:\a\_work\1\s\artifacts\bin\aotTests\projects\Microsoft.Extensions.Logging.Console.TrimmingTests\JsonFormattingTests\win-x64\bin\Release\net10.0\win-x64\publish\project return a non-success exit code 57005.

Test Failures (2 tests failed)

🔹 [All failing tests from runtime]

    System.Text.Json.Tests.Utf8JsonWriterTests.WritePropertyWithExtremelyLongName_ThrowsArgumentException [Console] [Details] [Artifacts] [8.16% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown.
    CallStack
       at System.String.Ctor(Char c, Int32 count) in /_/src/libraries/System.Private.CoreLib/src/System/String.cs:line 297
       at System.Text.Json.Tests.Utf8JsonWriterTests.WritePropertyWithExtremelyLongName_ThrowsArgumentException() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.cs:line 8078
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 126
    System.Text.Json.Tests.Utf8JsonWriterTests.WriteValueWithExtremelyLongValue_ThrowsArgumentException [Console] [Details] [Artifacts] [7.85% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown.
    CallStack
       at System.String.Ctor(Char c, Int32 count) in /_/src/libraries/System.Private.CoreLib/src/System/String.cs:line 297
       at System.Text.Json.Tests.Utf8JsonWriterTests.WriteValueWithExtremelyLongValue_ThrowsArgumentException() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.cs:line 8091
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 126

Was this helpful? Yes No