Skip to content

Temporarily disable ios_arm64 platform builds#123985

Merged
kotlarmilos merged 1 commit into
dotnet:mainfrom
kotlarmilos:bugfix/ios-install-issue
Feb 4, 2026
Merged

Temporarily disable ios_arm64 platform builds#123985
kotlarmilos merged 1 commit into
dotnet:mainfrom
kotlarmilos:bugfix/ios-install-issue

Temporarily disable ios_arm64 platform builds

96013ea
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Feb 4, 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: DAC failures

    Skipping validation to unblock other PRs in the repo

  • 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.

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

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    readytorun/coreroot_determinism/coreroot_determinism/coreroot_determinism.cmd [Console] [Details] [Artifacts] [0.16% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    1 / 1 (100%, 1 failed): failed in 49195 msecs, exit code 134, expected 0: crossgen2 @/root/helix/work/workitem/e/readytorun/coreroot_determinism/coreroot_determinism/seed2/CPAOT-ret.out/System.Private.CoreLib.dll.rsp
    !! Unhandled exception. System.AggregateException: One or more errors occurred. (System module failed to validate all types)
    !!  ---> ILCompiler.InternalCompilerErrorException: System module failed to validate all types
    !!    at ILCompiler.DependencyAnalysis.ReadyToRun.TypeValidationChecker.<CanSkipValidationInstance>d__7.MoveNext()
    !! --- End of stack trace from previous location ---
    !!    at ILCompiler.DependencyAnalysis.ReadyToRun.TypeValidationChecker.<CanSkipValidation>d__8.MoveNext()
    !!    --- End of inner exception stack trace ---
    !!    at ILCompiler.DependencyAnalysis.ReadyToRun.HeaderNode.GetData(NodeFactory, Boolean)
    !!    at ILCompiler.ObjectWriter.ObjectWriter.EmitObject(Stream, IReadOnlyCollection`1, IObjectDumper, Logger)
    !!    at ILCompiler.DependencyAnalysis.ReadyToRunObjectWriter.EmitReadyToRunObjects(ReadyToRunContainerFormat, Logger)
    !!    at ILCompiler.ReadyToRunCodegenCompilation.Compile(String)
    !!    at ILCompiler.Program.RunSingleCompilation(Dictionary`2, InstructionSetSupport, String, Dictionary`2, HashSet`1, ReadyToRunCompilerContext, Logger)
    !!    at ILCompiler.Program.Run()
    !!    at ILCompiler.Crossgen2RootCommand.<>c__DisplayClass211_0.<.ctor>b__0(ParseResult)
    !!    at System.CommandLine.Invocation.InvocationPipeline.Invoke(ParseResult)
    !!    at ILCompiler.Program.Main(String[] args)
    !! DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /root/helix/work/correlation/crossgen2/createdump
      Emitting R2R PE file: /root/helix/work/workitem/e/readytorun/coreroot_determinism/coreroot_determinism/seed2/CPAOT-ret.out/System.Private.CoreLib.dll
    

    Return code: 1
    Raw output file: /root/helix/work/workitem/uploads/coreroot_determinism/output.txt
    Raw output:
    BEGIN EXECUTION
    /root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true coreroot_determinism.dll ''
    ================================== Compiling with seed 1 ==================================
    Locating output folder /root/helix/work/workitem/e/readytorun/coreroot_determinism/coreroot_determinism/seed1
    Deleting 0 output folders
    Successfully deleted 0 output folders in 88 msecs
    1 / 1 (0%, 0 failed): launching: /root/helix/work/correlation/crossgen2/crossgen2 @/root/helix/work/workitem/e/readytorun/coreroot_determinism/coreroot_determinism/seed1/CPAOT-ret.out/System.Private.CoreLib.dll.rsp
    1 / 1 (100%, 0 failed): succeeded in 50889 msecs: crossgen2 @/root/helix/work/workitem/e/readytorun/coreroot_determinism/coreroot_determinism/seed1/CPAOT-ret.out/System.Private.CoreLib.dll.rsp
    ================================== Compiling with seed 2 ==================================
    Locating output folder /root/helix/work/workitem/e/readytorun/coreroot_determinism/coreroot_determinism/seed2
    Deleting 0 output folders
    Successfully deleted 0 output folders in 87 msecs
    1 / 1 (0%, 0 failed): launching: /root/helix/work/correlation/crossgen2/crossgen2 @/root/helix/work/workitem/e/readytorun/coreroot_determinism/coreroot_determinism/seed2/CPAOT-ret.out/System.Private.CoreLib.dll.rsp
    Compilation failed. /root/helix/work/correlation/corerun /root/helix/work/correlation/R2RTest/R2RTest.dll compile-directory -cr /root/helix/work/correlation -in TestAssemblies --nojit --noexe --large-bubble --release --nocleanup -ct 30 -out seed2 failed with exit code 1
    Xunit.Sdk.EqualException: Assert.Equal() Failure: Values differ
    Expected: 100
    Actual: 1
    at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/arcade/src/Microsoft.DotNet.XUnitAssert/src/EqualityAsserts.cs:line 174
    at __GeneratedMainWrapper.Main()
    Expected: 100
    Actual: 101
    END EXECUTION - FAILED
    Test Harness Exitcode is : 1
    To run the

    CallStack
       at Xunit.Assert.True(Nullable`1 condition, String userMessage) in /_/src/arcade/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 141
       at Program.<<Main>$>g__TestExecutor1|0_2(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)

Was this helpful? Yes No