runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[mono][tests] Multiple library tests report icall_wrapper_mono_generic_class_init failure

Open kotlarmilos opened this issue 2 years ago • 1 comments

Error Blob

The following library tests fail on linux bionic platforms:

  • System.Text.RegularExpressions.Tests
  • Microsoft.Extensions.Configuration.Binder.SourceGeneration.Tests
  • System.Collections.Tests
  • System.Net.WebSockets.Client.Tests
  • System.Runtime.Numerics.Tests
  • System.Xml.Linq.xNodeReader.Tests

The error log:

[13:28:17] dbug: Exit code: 255
 Std out:
   Discovering: System.Text.RegularExpressions.Tests (method display = ClassAndMethod, method display options = None)
   Discovered:  System.Text.RegularExpressions.Tests (found 297 of 357 test cases)
   Starting:    System.Text.RegularExpressions.Tests (parallel test collections = on, max threads = 8)
 
 =================================================================
 	Native Crash Reporting
 =================================================================
 Got a SIGABRT while executing native code. This usually indicates
 a fatal error in the mono runtime or one of the native libraries 
 used by your application.
 =================================================================
 
 No native Android stacktrace (see debuggerd output).
 
 =================================================================
 	Basic Fault Address Reporting
 =================================================================
 Memory around native instruction pointer (0x7a4b0f1e4c):0x7a4b0f1e3c  e3 83 00 91 c2 00 80 52 08 1e 80 52 01 00 00 d4  .......R...R....
 0x7a4b0f1e4c  e1 03 00 91 c0 00 80 52 e2 03 1f aa e0 07 00 ad  .......R........
 0x7a4b0f1e5c  45 97 01 94 a1 63 00 91 40 00 80 52 e2 03 1f aa  [email protected]....
 0x7a4b0f1e6c  3d 97 01 94 80 15 80 52 8b 96 01 94 f3 03 00 aa  =......R........
 
 =================================================================
 	Managed Stacktrace:
 =================================================================
 	  at <unknown> <0xffffffff>
 	  at System.Object:__icall_wrapper_mono_generic_class_init <0x00007>
 	  at Roslyn.Utilities.AsyncLazy:Create <0x0005b>
 	  at Microsoft.CodeAnalysis.SolutionState:.ctor <0x003ef>
 	  at Microsoft.CodeAnalysis.SolutionState:.ctor <0x0012b>
 	  at Microsoft.CodeAnalysis.Solution:.ctor <0x000ab>
 	  at Microsoft.CodeAnalysis.Workspace:CreateSolution <0x0006f>
 	  at Microsoft.CodeAnalysis.Workspace:.ctor <0x005cb>
 	  at Microsoft.CodeAnalysis.AdhocWorkspace:.ctor <0x0003b>
 	  at Microsoft.CodeAnalysis.AdhocWorkspace:.ctor <0x0003f>
 	  at <SourceGenRegexAsync>d__13:MoveNext <0x0098b>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Text.RegularExpressions.Tests.RegexGeneratorHelper:SourceGenRegexAsync <0x000bb>
 	  at <SourceGenRegexAsync>d__12:MoveNext <0x001bb>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000bb>
 	  at System.Text.RegularExpressions.Tests.RegexGeneratorHelper:SourceGenRegexAsync <0x0011b>
 	  at <GetRegexAsync>d__14:MoveNext <0x000f3>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Text.RegularExpressions.Tests.RegexHelpers:GetRegexAsync <0x000e7>
 	  at <WideLatin>d__3:MoveNext <0x007ab>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00093>
 	  at System.Text.RegularExpressions.Tests.RegexUnicodeCharTests:WideLatin <0x0006b>
 	  at System.Object:InvokeStub_RegexUnicodeCharTests.WideLatin <0x0005f>
 	  at <Module>:invoke_object_object_Span`1<object> <0x000a7>
 	  at System.Reflection.MethodBaseInvoker:InvokeWithOneArg <0x00447>
 	  at System.Reflection.RuntimeMethodInfo:Invoke <0x0026f>
 	  at System.Reflection.MethodBase:Invoke <0x00053>
 	  at Xunit.Sdk.TestInvoker`1:CallTestMethod <0x00047>
 	  at <<InvokeTestMethodAsync>b__1>d:MoveNext <0x004db>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000a3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x0002f>
 	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__1 <0x000c3>
 	  at <AggregateAsync>d__4:MoveNext <0x000bf>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0009b>
 	  at Xunit.Sdk.ExecutionTimer:AggregateAsync <0x000db>
 	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__0 <0x0014f>
 	  at <RunAsync>d__9:MoveNext <0x00067>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00093>
 	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000d7>
 	  at <InvokeTestMethodAsync>d__48:MoveNext <0x0026f>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestInvoker`1:InvokeTestMethodAsync <0x00103>
 	  at Xunit.Sdk.XunitTestInvoker:InvokeTestMethodAsync <0x0012b>
 	  at <<RunAsync>b__47_0>d:MoveNext <0x00703>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestInvoker`1:<RunAsync>b__47_0 <0x000cb>
 	  at <RunAsync>d__10`1:MoveNext <0x00073>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00093>
 	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000d7>
 	  at Xunit.Sdk.TestInvoker`1:RunAsync <0x000e3>
 	  at Xunit.Sdk.XunitTestRunner:InvokeTestMethodAsync <0x000cf>
 	  at <InvokeTestAsync>d__4:MoveNext <0x001bb>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000a3>
 	  at Xunit.Sdk.XunitTestRunner:InvokeTestAsync <0x000df>
 	  at <>c__DisplayClass43_0:<RunAsync>b__0 <0x00043>
 	  at <RunAsync>d__10`1:MoveNext <0x0008f>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000a3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x0010f>
 	  at <RunAsync>d__43:MoveNext <0x00487>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestRunner`1:RunAsync <0x000cb>
 	  at <RunTestAsync>d__11:MoveNext <0x001e3>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at Xunit.Sdk.XunitTheoryTestCaseRunner:RunTestAsync <0x00093>
 	  at <RunAsync>d__19:MoveNext <0x0037b>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestCaseRunner`1:RunAsync <0x000c7>
 	  at Xunit.Sdk.XunitTheoryTestCase:RunAsync <0x000af>
 	  at Xunit.Sdk.XunitTestMethodRunner:RunTestCaseAsync <0x000a7>
 	  at <RunTestCasesAsync>d__32:MoveNext <0x001bb>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestMethodRunner`1:RunTestCasesAsync <0x000cb>
 	  at <RunAsync>d__31:MoveNext <0x001b3>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000a3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestMethodRunner`1:RunAsync <0x000c3>
 	  at Xunit.Sdk.XunitTestClassRunner:RunTestMethodAsync <0x000e7>
 	  at <RunTestMethodsAsync>d__38:MoveNext <0x0079b>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000bb>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestClassRunner`1:RunTestMethodsAsync <0x000cf>
 	  at <RunAsync>d__37:MoveNext <0x0039f>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestClassRunner`1:RunAsync <0x000c7>
 	  at Xunit.Sdk.XunitTestCollectionRunner:RunTestClassAsync <0x000eb>
 	  at <RunTestClassesAsync>d__28:MoveNext <0x003b7>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestCollectionRunner`1:RunTestClassesAsync <0x000cb>
 	  at <RunAsync>d__27:MoveNext <0x0039f>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestCollectionRunner`1:RunAsync <0x000c7>
 	  at Xunit.Sdk.XunitTestAssemblyRunner:RunTestCollectionAsync <0x000b7>
 	  at <>c__DisplayClass14_2:<RunTestCollectionsAsync>b__2 <0x0006f>
 	  at System.Threading.Tasks.Task`1:InnerInvoke <0x0006f>
 	  at <>c:<.cctor>b__281_0 <0x0003b>
 	  at System.Threading.ExecutionContext:RunInternal <0x000bf>
 	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00253>
 	  at System.Threading.Tasks.Task:ExecuteEntry <0x000b7>
 	  at <>c:<.cctor>b__8_0 <0x0006b>
 	  at Xunit.Sdk.MaxConcurrencySyncContext:RunOnSyncContext <0x0004f>
 	  at <>c__DisplayClass11_0:<WorkerThreadProc>b__0 <0x00053>
 	  at System.Threading.ExecutionContext:RunInternal <0x000bf>
 	  at System.Threading.ExecutionContext:Run <0x00047>
 	  at System.Object:lambda_method2 <0x00093>
 	  at Xunit.Sdk.ExecutionContextHelper:Run <0x00067>
 	  at Xunit.Sdk.MaxConcurrencySyncContext:WorkerThreadProc <0x00227>
 	  at <>c:<QueueUserWorkItem>b__5_0 <0x0007b>
 	  at System.Threading.Tasks.Task:InnerInvoke <0x000c3>
 	  at <>c:<.cctor>b__281_0 <0x0003b>
 	  at System.Threading.ExecutionContext:RunInternal <0x000bf>
 	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00253>
 	  at System.Threading.Tasks.Task:ExecuteEntryUnsafe <0x000ab>
 	  at <>c:<.cctor>b__10_0 <0x0006f>
 	  at System.Threading.Thread:StartCallback <0x00137>
 	  at System.Object:runtime_invoke_void__this__ <0x00087>
 =================================================================

Build example: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=505964

{
  "ErrorMessage": "at System.Object:__icall_wrapper_mono_generic_class_init",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": true
}

/cc: @fanyang-mono

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=499215 Error message validated: at System.Object:__icall_wrapper_mono_generic_class_init Result validation: :x: Known issue did not match with the provided build. Validation performed at: 12/15/2023 10:23:46 AM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

kotlarmilos avatar Dec 15 '23 10:12 kotlarmilos

Tagging subscribers to 'arch-android': @steveisok, @akoeplinger See info in area-owners.md if you want to be subscribed.

Issue Details

Error Blob

The following library tests fail on linux bionic platforms:

  • System.Text.RegularExpressions.Tests
  • Microsoft.Extensions.Configuration.Binder.SourceGeneration.Tests
  • System.Collections.Tests
  • System.Net.WebSockets.Client.Tests
  • System.Runtime.Numerics.Tests
  • System.Xml.Linq.xNodeReader.Tests

The error log:

[13:28:17] dbug: Exit code: 255
 Std out:
   Discovering: System.Text.RegularExpressions.Tests (method display = ClassAndMethod, method display options = None)
   Discovered:  System.Text.RegularExpressions.Tests (found 297 of 357 test cases)
   Starting:    System.Text.RegularExpressions.Tests (parallel test collections = on, max threads = 8)
 
 =================================================================
 	Native Crash Reporting
 =================================================================
 Got a SIGABRT while executing native code. This usually indicates
 a fatal error in the mono runtime or one of the native libraries 
 used by your application.
 =================================================================
 
 No native Android stacktrace (see debuggerd output).
 
 =================================================================
 	Basic Fault Address Reporting
 =================================================================
 Memory around native instruction pointer (0x7a4b0f1e4c):0x7a4b0f1e3c  e3 83 00 91 c2 00 80 52 08 1e 80 52 01 00 00 d4  .......R...R....
 0x7a4b0f1e4c  e1 03 00 91 c0 00 80 52 e2 03 1f aa e0 07 00 ad  .......R........
 0x7a4b0f1e5c  45 97 01 94 a1 63 00 91 40 00 80 52 e2 03 1f aa  [email protected]....
 0x7a4b0f1e6c  3d 97 01 94 80 15 80 52 8b 96 01 94 f3 03 00 aa  =......R........
 
 =================================================================
 	Managed Stacktrace:
 =================================================================
 	  at <unknown> <0xffffffff>
 	  at System.Object:__icall_wrapper_mono_generic_class_init <0x00007>
 	  at Roslyn.Utilities.AsyncLazy:Create <0x0005b>
 	  at Microsoft.CodeAnalysis.SolutionState:.ctor <0x003ef>
 	  at Microsoft.CodeAnalysis.SolutionState:.ctor <0x0012b>
 	  at Microsoft.CodeAnalysis.Solution:.ctor <0x000ab>
 	  at Microsoft.CodeAnalysis.Workspace:CreateSolution <0x0006f>
 	  at Microsoft.CodeAnalysis.Workspace:.ctor <0x005cb>
 	  at Microsoft.CodeAnalysis.AdhocWorkspace:.ctor <0x0003b>
 	  at Microsoft.CodeAnalysis.AdhocWorkspace:.ctor <0x0003f>
 	  at <SourceGenRegexAsync>d__13:MoveNext <0x0098b>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Text.RegularExpressions.Tests.RegexGeneratorHelper:SourceGenRegexAsync <0x000bb>
 	  at <SourceGenRegexAsync>d__12:MoveNext <0x001bb>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000bb>
 	  at System.Text.RegularExpressions.Tests.RegexGeneratorHelper:SourceGenRegexAsync <0x0011b>
 	  at <GetRegexAsync>d__14:MoveNext <0x000f3>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Text.RegularExpressions.Tests.RegexHelpers:GetRegexAsync <0x000e7>
 	  at <WideLatin>d__3:MoveNext <0x007ab>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00093>
 	  at System.Text.RegularExpressions.Tests.RegexUnicodeCharTests:WideLatin <0x0006b>
 	  at System.Object:InvokeStub_RegexUnicodeCharTests.WideLatin <0x0005f>
 	  at <Module>:invoke_object_object_Span`1<object> <0x000a7>
 	  at System.Reflection.MethodBaseInvoker:InvokeWithOneArg <0x00447>
 	  at System.Reflection.RuntimeMethodInfo:Invoke <0x0026f>
 	  at System.Reflection.MethodBase:Invoke <0x00053>
 	  at Xunit.Sdk.TestInvoker`1:CallTestMethod <0x00047>
 	  at <<InvokeTestMethodAsync>b__1>d:MoveNext <0x004db>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000a3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x0002f>
 	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__1 <0x000c3>
 	  at <AggregateAsync>d__4:MoveNext <0x000bf>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0009b>
 	  at Xunit.Sdk.ExecutionTimer:AggregateAsync <0x000db>
 	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__0 <0x0014f>
 	  at <RunAsync>d__9:MoveNext <0x00067>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00093>
 	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000d7>
 	  at <InvokeTestMethodAsync>d__48:MoveNext <0x0026f>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestInvoker`1:InvokeTestMethodAsync <0x00103>
 	  at Xunit.Sdk.XunitTestInvoker:InvokeTestMethodAsync <0x0012b>
 	  at <<RunAsync>b__47_0>d:MoveNext <0x00703>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestInvoker`1:<RunAsync>b__47_0 <0x000cb>
 	  at <RunAsync>d__10`1:MoveNext <0x00073>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00093>
 	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000d7>
 	  at Xunit.Sdk.TestInvoker`1:RunAsync <0x000e3>
 	  at Xunit.Sdk.XunitTestRunner:InvokeTestMethodAsync <0x000cf>
 	  at <InvokeTestAsync>d__4:MoveNext <0x001bb>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000a3>
 	  at Xunit.Sdk.XunitTestRunner:InvokeTestAsync <0x000df>
 	  at <>c__DisplayClass43_0:<RunAsync>b__0 <0x00043>
 	  at <RunAsync>d__10`1:MoveNext <0x0008f>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000a3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x0010f>
 	  at <RunAsync>d__43:MoveNext <0x00487>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestRunner`1:RunAsync <0x000cb>
 	  at <RunTestAsync>d__11:MoveNext <0x001e3>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at Xunit.Sdk.XunitTheoryTestCaseRunner:RunTestAsync <0x00093>
 	  at <RunAsync>d__19:MoveNext <0x0037b>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestCaseRunner`1:RunAsync <0x000c7>
 	  at Xunit.Sdk.XunitTheoryTestCase:RunAsync <0x000af>
 	  at Xunit.Sdk.XunitTestMethodRunner:RunTestCaseAsync <0x000a7>
 	  at <RunTestCasesAsync>d__32:MoveNext <0x001bb>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestMethodRunner`1:RunTestCasesAsync <0x000cb>
 	  at <RunAsync>d__31:MoveNext <0x001b3>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000a3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestMethodRunner`1:RunAsync <0x000c3>
 	  at Xunit.Sdk.XunitTestClassRunner:RunTestMethodAsync <0x000e7>
 	  at <RunTestMethodsAsync>d__38:MoveNext <0x0079b>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000bb>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestClassRunner`1:RunTestMethodsAsync <0x000cf>
 	  at <RunAsync>d__37:MoveNext <0x0039f>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestClassRunner`1:RunAsync <0x000c7>
 	  at Xunit.Sdk.XunitTestCollectionRunner:RunTestClassAsync <0x000eb>
 	  at <RunTestClassesAsync>d__28:MoveNext <0x003b7>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000b3>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestCollectionRunner`1:RunTestClassesAsync <0x000cb>
 	  at <RunAsync>d__27:MoveNext <0x0039f>
 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x000ab>
 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x0002f>
 	  at Xunit.Sdk.TestCollectionRunner`1:RunAsync <0x000c7>
 	  at Xunit.Sdk.XunitTestAssemblyRunner:RunTestCollectionAsync <0x000b7>
 	  at <>c__DisplayClass14_2:<RunTestCollectionsAsync>b__2 <0x0006f>
 	  at System.Threading.Tasks.Task`1:InnerInvoke <0x0006f>
 	  at <>c:<.cctor>b__281_0 <0x0003b>
 	  at System.Threading.ExecutionContext:RunInternal <0x000bf>
 	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00253>
 	  at System.Threading.Tasks.Task:ExecuteEntry <0x000b7>
 	  at <>c:<.cctor>b__8_0 <0x0006b>
 	  at Xunit.Sdk.MaxConcurrencySyncContext:RunOnSyncContext <0x0004f>
 	  at <>c__DisplayClass11_0:<WorkerThreadProc>b__0 <0x00053>
 	  at System.Threading.ExecutionContext:RunInternal <0x000bf>
 	  at System.Threading.ExecutionContext:Run <0x00047>
 	  at System.Object:lambda_method2 <0x00093>
 	  at Xunit.Sdk.ExecutionContextHelper:Run <0x00067>
 	  at Xunit.Sdk.MaxConcurrencySyncContext:WorkerThreadProc <0x00227>
 	  at <>c:<QueueUserWorkItem>b__5_0 <0x0007b>
 	  at System.Threading.Tasks.Task:InnerInvoke <0x000c3>
 	  at <>c:<.cctor>b__281_0 <0x0003b>
 	  at System.Threading.ExecutionContext:RunInternal <0x000bf>
 	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00253>
 	  at System.Threading.Tasks.Task:ExecuteEntryUnsafe <0x000ab>
 	  at <>c:<.cctor>b__10_0 <0x0006f>
 	  at System.Threading.Thread:StartCallback <0x00137>
 	  at System.Object:runtime_invoke_void__this__ <0x00087>
 =================================================================

Build example: https://dev.azure.com/dnceng-public/public/_build/results?buildId=499215&view=logs&j=f29299c2-76db-5d02-ce4e-182614f08c53&t=432a9214-fb3e-532e-a18b-a74d735bc83e

{
  "ErrorMessage": "at System.Object:__icall_wrapper_mono_generic_class_init",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": true
}

Reproduction Steps

No response

Author: kotlarmilos
Assignees: -
Labels:

blocking-clean-ci, os-android, area-Codegen-JIT-mono, Known Build Error

Milestone: -

ghost avatar Dec 15 '23 10:12 ghost

was not seen recently... dropping blocking-clean-ci

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

jeffschwMSFT avatar Feb 15 '24 23:02 jeffschwMSFT