You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnmanagedCallersOnlyAssociatedSourceType.Run fails on android-x64 NativeAOT RuntimeTests. The test expects to find an unmanaged export symbol UnmanagedCallersOnlyAssociatedSourceType_Unconditional but NativeAOT appears to have trimmed it, resulting in EntryPointNotFoundException.
===== Running test UnmanagedCallersOnlyAssociatedSourceType.Run =====
System.EntryPointNotFoundException: Unable to find an entry point named 'UnmanagedCallersOnlyAssociatedSourceType_Unconditional' in native library.
at System.Runtime.InteropServices.NativeLibrary.GetSymbol(IntPtr, String, Boolean)
at UnmanagedCallersOnlyAssociatedSourceType.AssertExportReturns(IntPtr, String, Int32)
at UnmanagedCallersOnlyAssociatedSourceType.Run()
at Program.<<Main>$>g__RunTest|0_0(Func`1, String)
===== Test UnmanagedCallersOnlyAssociatedSourceType.Run failed =====
MonoRunner finished, return-code=1
Error Message
{
"ErrorMessage": ["Test UnmanagedCallersOnlyAssociatedSourceType.Run failed", "Unable to find an entry point named 'UnmanagedCallersOnlyAssociatedSourceType_Unconditional' in native library"],
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Filed by ci-failure-scan (detection only). ci-failure-fix walks open [ci-scan] KBEs and either opens a small fix PR or comments here to loop in owners — it never disables the test.
Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
#125371search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#83422search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1460723
Build error leg or test failing: android-x64 Release AllSubsets_NativeAOT_RuntimeTests - TrimmingBehaviors
Error Details
UnmanagedCallersOnlyAssociatedSourceType.Runfails on android-x64 NativeAOT RuntimeTests. The test expects to find an unmanaged export symbolUnmanagedCallersOnlyAssociatedSourceType_Unconditionalbut NativeAOT appears to have trimmed it, resulting inEntryPointNotFoundException.Error Message
{ "ErrorMessage": ["Test UnmanagedCallersOnlyAssociatedSourceType.Run failed", "Unable to find an entry point named 'UnmanagedCallersOnlyAssociatedSourceType_Unconditional' in native library"], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Impact on platforms
First build it occurred
Confirmed in follow-up build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1462616
Duplicate search
UnmanagedCallersOnlyAssociatedSourceType label:"Known Build Error"— 0 resultsTrimmingBehaviors android NativeAOT label:"Known Build Error"— 0 results (1 integrity-filtered)is:open UnmanagedCallersOnlyAssociatedSourceType android— 0 resultsis:pr is:open UnmanagedCallersOnlyAssociatedSourceType— 0 resultsis:pr is:open TrimmingBehaviors android— 0 resultsNo existing KBE or PR matches this signature.
Filed by
ci-failure-scan(detection only).ci-failure-fixwalks open[ci-scan]KBEs and either opens a small fix PR or comments here to loop in owners — it never disables the test.Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary