-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Known Build ErrorUse this to report build issues in the .NET Helix tabUse this to report build issues in the .NET Helix tabarea-Codegen-AOT-monoblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'os-iosApple iOSApple iOSos-maccatalystMacCatalyst OSMacCatalyst OS
Milestone
Description
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=789085
Build error leg or test failing: iOS.Simulator.LambdaCompilerAot.Test
Affected CI: maccatalyst_[x64/arm64]_release_allsubsets_mono, iossimulator_x64_release_allsubsets_mono (runtime-extra-platforms)
Range of commits: 42ade70...ceb0a16
Stack trace example from iOSSimulator job:
2024-07-03 19:34:42.254 I iOS.Simulator.LambdaCompilerAot.Test[455:11b63a] Unhandled managed exceptions:
Attempting to JIT compile method '(wrapper dynamic-method) string object:lambda_method1 (System.Runtime.CompilerServices.Closure)' while running in aot-only mode. See https://learn.microsoft.com/xamarin/ios/internals/limitations for more information.
(System.ExecutionEngineException)
at System.Delegate.CreateDelegate(Type , Object , MethodInfo , Boolean , Boolean )
at System.Delegate.CreateDelegate(Type , Object , MethodInfo , Boolean )
at System.Delegate.CreateDelegate(Type , Object , MethodInfo )
at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type , Object )
at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression )
at System.Linq.Expressions.Expression`1[[System.Func`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Compile()
at System.Linq.EnumerableExecutor`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Execute()
at System.Linq.EnumerableQuery`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].System.Linq.IQueryProvider.Execute[String](Expression )
at System.Linq.Queryable.First[String](IQueryable`1 source)
at Program.Main(String[] )
at Program.<Main>(String[] )
2024-07-03 19:34:42.255 I iOS.Simulator.LambdaCompilerAot.Test[455:11b63a] DOTNET.APP_EXIT_CODE: 1
[15:14:11] dbug: Attempting to JIT compile method '(wrapper dynamic-method) void object:WriteArrayOfintToXml (System.Runtime.Serialization.XmlWriterDelegator,object,System.Runtime.Serialization.XmlObjectSerializerWriteContext,System.Runtime.Serialization.DataContracts.CollectionDataContract)' while running in aot-only mode. See https://learn.microsoft.com/xamarin/ios/internals/limitations for more information.
[15:14:11] dbug: (System.ExecutionEngineException)
[15:14:11] dbug: at System.Delegate.CreateDelegate(Type , Object , MethodInfo , Boolean , Boolean )
[15:14:11] dbug: at System.Delegate.CreateDelegate(Type , Object , MethodInfo , Boolean )
[15:14:11] dbug: at System.Delegate.CreateDelegate(Type , Object , MethodInfo )
[15:14:11] dbug: at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type )
[15:14:11] dbug: at System.Runtime.Serialization.CodeGenerator.EndMethod()
[15:14:11] dbug: at System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper.GenerateCollectionWriter(CollectionDataContract )
[15:14:11] dbug: at System.Runtime.Serialization.XmlFormatWriterGenerator.GenerateCollectionWriter(CollectionDataContract )
[15:14:11] dbug: at System.Runtime.Serialization.DataContracts.CollectionDataContract.CreateXmlFormatWriterDelegate()
[15:14:11] dbug: at System.Runtime.Serialization.DataContracts.CollectionDataContract.get_XmlFormatWriterDelegate()
[15:14:11] dbug: at System.Runtime.Serialization.DataContracts.CollectionDataContract.WriteXmlValue(XmlWriterDelegator , Object , XmlObjectSerializerWriteContext )
[15:14:11] dbug: at System.Runtime.Serialization.XmlObjectSerializerWriteContext.WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
[15:14:11] dbug: at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeAndVerifyType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, Boolean verifyKnownType, RuntimeTypeHandle declaredTypeHandle, Type declaredType)
[15:14:11] dbug: at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithXsiTypeAtTopLevel(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle originalDeclaredTypeHandle, Type graphType)
[15:14:11] dbug: at System.Runtime.Serialization.DataContractSerializer.InternalWriteObjectContent(XmlWriterDelegator , Object , DataContractResolver )
[15:14:11] dbug: at System.Runtime.Serialization.DataContractSerializer.InternalWriteObject(XmlWriterDelegator , Object , DataContractResolver )
[15:14:11] dbug: at System.Runtime.Serialization.XmlObjectSerializer.WriteObjectHandleExceptions(XmlWriterDelegator , Object , DataContractResolver )
[15:14:11] dbug: at System.Runtime.Serialization.XmlObjectSerializer.WriteObjectHandleExceptions(XmlWriterDelegator , Object )
[15:14:11] dbug: at System.Runtime.Serialization.DataContractSerializer.WriteObject(XmlWriter , Object )
[15:14:11] dbug: at Program.Main(String[] )
[15:14:11] dbug: at Program.<Main>(String[] )
Error Message
Fill the error message using step by step known issues guidance.
{
"ErrorPattern": "at System.Reflection.Emit.DynamicMethod.CreateDelegate",
"BuildRetry": false,
"ExcludeConsoleLog": false
}Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=789085
Error message validated: [at System.Reflection.Emit.DynamicMethod.CreateDelegate]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/27/2024 9:26:47 AM UTC
Report
| Build | Definition | Test | Pull Request |
|---|---|---|---|
| 896707 | dotnet/runtime | iOS.Simulator.XmlFormatWriterGeneratorAot.Test.WorkItemExecution |
Summary
| 24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
|---|---|---|
| 0 | 0 | 1 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Known Build ErrorUse this to report build issues in the .NET Helix tabUse this to report build issues in the .NET Helix tabarea-Codegen-AOT-monoblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'os-iosApple iOSApple iOSos-maccatalystMacCatalyst OSMacCatalyst OS