Skip to content

Arm64: [PAC-RET] NativeAOT changes#128950

Merged
jkotas merged 38 commits into
dotnet:mainfrom
SwapnilGaikwad:github-aot-pac
Jul 9, 2026
Merged

Arm64: [PAC-RET] NativeAOT changes#128950
jkotas merged 38 commits into
dotnet:mainfrom
SwapnilGaikwad:github-aot-pac

Merge branch 'main' into github-aot-pac

31c383a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 8, 2026 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: known issue https://github.com//issues/53720, infrastructure timeouts
  • The check result has changed from Failure to Success

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 Infrastructure Errors

Build Failures

runtime /

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Remote machine provider issue: Agent failed with exception: The machine/process running request 9a50f627-0b95-4a60-ab01-7204b40d8307 restarted. Agents can't recover from restarts.

runtime / Build / windows-x64 Checked NativeAOT

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌The job running on agent NetCore-Public 187 ran longer than the maximum time of 180 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    Microsoft.Extensions.Hosting.Internal.HostTests.HostApplicationLifetimeEventsOrderedCorrectlyDuringShutdown [Console] [Details] [Artifacts] [0.02% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Assert.True() Failure
    Expected: True
    Actual:   False
    CallStack
       at Microsoft.Extensions.Hosting.Internal.HostTests.HostApplicationLifetimeEventsOrderedCorrectlyDuringShutdown() in /_/src/libraries/Microsoft.Extensions.Hosting/tests/UnitTests/Internal/HostTests.cs:line 844
       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.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) in /_/src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs:line 1188
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 37
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Was this helpful? Yes No