Console log: 'System.Runtime.Serialization.Schema.Tests' from job 709b1eab-9a6b-4b56-a8ef-1f16314d1f7a (azurelinux.3.arm64.open) using docker image mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-helix-arm64v8 on a00AUCP running $HELIX_CORRELATION_PAYLOAD/scripts/b3e5a7cc261a4feebaf39a6cf43d2535/execute.sh in /datadisks/disk1/work/B5AA09D0/w/B38D0919/e max 2700 seconds Output: [BEGIN EXECUTION] + cd /root/helix/work/workitem/e + mkdir -p /datadisks/disk1/dumps/ + /root/helix/work/correlation/scripts/b3e5a7cc261a4feebaf39a6cf43d2535/execute.sh + export __TestArchitecture=arm64 + __TestArchitecture=arm64 + ./RunTests.sh --runtime-path /root/helix/work/correlation ========================= Begin custom configuration settings ============================== export XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS=1 ========================== End custom configuration settings =============================== ----- start Thu Jun 4 04:10:05 UTC 2026 =============== To repro directly: ===================================================== pushd . /root/helix/work/correlation/dotnet exec --runtimeconfig System.Runtime.Serialization.Schema.Tests.runtimeconfig.json --depsfile System.Runtime.Serialization.Schema.Tests.deps.json xunit.console.dll System.Runtime.Serialization.Schema.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing popd =========================================================================================================== /root/helix/work/workitem/e /root/helix/work/workitem/e Discovering: System.Runtime.Serialization.Schema.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Runtime.Serialization.Schema.Tests (found 23 test cases) Starting: System.Runtime.Serialization.Schema.Tests (parallel test collections = on [2 threads], stop on fail = off) System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_0(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 5232) [FAIL] Assert.Equal() Failure: Values differ Expected: 5232 Actual: 5236 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs(22,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(174,0): at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace fooNs { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="ValidType", Namespace="http://schemas.datacontract.org/2004/07/fooNs")] public partial class ValidType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private string memberField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] public string member { get { return this.memberField; } set { this.memberField = value; } } } } namespace barNs { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="AnotherValidType", Namespace="http://schemas.datacontract.org/2004/07/barNs")] public partial class AnotherValidType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private string memberField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string member { get { return this.memberField; } set { this.memberField = value; } } } } namespace Suites.SchemaImport { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonAttributedType", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport")] public partial class NonAttributedType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private Suites.SchemaImport.NonAttributedSquare LengthField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public Suites.SchemaImport.NonAttributedSquare Length { get { return this.LengthField; } set { this.LengthField = value; } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonAttributedSquare", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport")] public partial class NonAttributedSquare : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private int LengthField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public int Length { get { return this.LengthField; } set { this.LengthField = value; } } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_1(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 2117) [FAIL] Assert.Equal() Failure: Values differ Expected: 2117 Actual: 2119 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Suites.SchemaImport.ReferencedTypes { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonRefType", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport.ReferencedTypes", IsReference=true)] public partial class NonRefType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="RefType1", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport.ReferencedTypes")] public partial class RefType1 : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_2(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 2186) [FAIL] Assert.Equal() Failure: Values differ Expected: 2186 Actual: 2187 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Suites.SchemaImport { [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Xml.Serialization.XmlSchemaProviderAttribute("ExportSchema")] [System.Xml.Serialization.XmlRootAttribute(ElementName="SchemaDefinedType", Namespace="http://schemas.datacontract.org/2004/07/System.Runtime.Serialization", IsNullable=false)] public partial class SerializableWithSpecialAttributes : object, System.Xml.Serialization.IXmlSerializable { private System.Xml.XmlNode[] nodesField; private static System.Xml.XmlQualifiedName typeName = new System.Xml.XmlQualifiedName("SerializableWithSpecialAttributes", "http://schemas.datacontract.org/2004/07/Suites.SchemaImport"); public System.Xml.XmlNode[] Nodes { get { return this.nodesField; } set { this.nodesField = value; } } public void ReadXml(System.Xml.XmlReader reader) { this.nodesField = System.Runtime.Serialization.XmlSerializableServices.ReadNodes(reader); } public void WriteXml(System.Xml.XmlWriter writer) { System.Runtime.Serialization.XmlSerializableServices.WriteNodes(writer, this.Nodes); } public System.Xml.Schema.XmlSchema GetSchema() { return null; } public static System.Xml.XmlQualifiedName ExportSchema(System.Xml.Schema.XmlSchemaSet schemas) { System.Runtime.Serialization.XmlSerializableServices.AddDefaultSchema(schemas, typeName); return typeName; } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_3(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 6991) [FAIL] Assert.Equal() Failure: Values differ Expected: 6991 Actual: 6997 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace fooNs { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="ValidType", Namespace="http://schemas.datacontract.org/2004/07/fooNs")] public partial class ValidType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private string memberField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] public string member { get { return this.memberField; } set { this.memberField = value; } } } } namespace barNs { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="AnotherValidType", Namespace="http://schemas.datacontract.org/2004/07/barNs")] public partial class AnotherValidType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private string memberField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string member { get { return this.memberField; } set { this.memberField = value; } } } } namespace Suites.SchemaImport { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonAttributedType", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport")] public partial class NonAttributedType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private Suites.SchemaImport.NonAttributedSquare LengthField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public Suites.SchemaImport.NonAttributedSquare Length { get { return this.LengthField; } set { this.LengthField = value; } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonAttributedSquare", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport")] public partial class NonAttributedSquare : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private int LengthField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public int Length { get { return this.LengthField; } set { this.LengthField = value; } } } } namespace Suites.SchemaImport.ReferencedTypes { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonRefType", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport.ReferencedTypes", IsReference=true)] public partial class NonRefType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="RefType1", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport.ReferencedTypes")] public partial class RefType1 : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_4(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 2186) [FAIL] Assert.Equal() Failure: Values differ Expected: 2186 Actual: 2187 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Suites.SchemaImport { [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Xml.Serialization.XmlSchemaProviderAttribute("ExportSchema")] [System.Xml.Serialization.XmlRootAttribute(ElementName="SchemaDefinedType", Namespace="http://schemas.datacontract.org/2004/07/System.Runtime.Serialization", IsNullable=false)] public partial class SerializableWithSpecialAttributes : object, System.Xml.Serialization.IXmlSerializable { private System.Xml.XmlNode[] nodesField; private static System.Xml.XmlQualifiedName typeName = new System.Xml.XmlQualifiedName("SerializableWithSpecialAttributes", "http://schemas.datacontract.org/2004/07/Suites.SchemaImport"); public System.Xml.XmlNode[] Nodes { get { return this.nodesField; } set { this.nodesField = value; } } public void ReadXml(System.Xml.XmlReader reader) { this.nodesField = System.Runtime.Serialization.XmlSerializableServices.ReadNodes(reader); } public void WriteXml(System.Xml.XmlWriter writer) { System.Runtime.Serialization.XmlSerializableServices.WriteNodes(writer, this.Nodes); } public System.Xml.Schema.XmlSchema GetSchema() { return null; } public static System.Xml.XmlQualifiedName ExportSchema(System.Xml.Schema.XmlSchemaSet schemas) { System.Runtime.Serialization.XmlSerializableServices.AddDefaultSchema(schemas, typeName); return typeName; } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_5(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 1566) [FAIL] Assert.Equal() Failure: Values differ Expected: 1566 Actual: 1567 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace fooNs { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="ValidType", Namespace="http://schemas.datacontract.org/2004/07/fooNs")] public partial class ValidType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private string memberField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] public string member { get { return this.memberField; } set { this.memberField = value; } } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_6(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 1565) [FAIL] Assert.Equal() Failure: Values differ Expected: 1565 Actual: 1566 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace barNs { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="AnotherValidType", Namespace="http://schemas.datacontract.org/2004/07/barNs")] public partial class AnotherValidType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private string memberField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string member { get { return this.memberField; } set { this.memberField = value; } } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_7(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 2817) [FAIL] Assert.Equal() Failure: Values differ Expected: 2817 Actual: 2819 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Suites.SchemaImport { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonAttributedType", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport")] public partial class NonAttributedType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private Suites.SchemaImport.NonAttributedSquare LengthField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public Suites.SchemaImport.NonAttributedSquare Length { get { return this.LengthField; } set { this.LengthField = value; } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonAttributedSquare", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport")] public partial class NonAttributedSquare : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private int LengthField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public int Length { get { return this.LengthField; } set { this.LengthField = value; } } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_8(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 1296) [FAIL] Assert.Equal() Failure: Values differ Expected: 1296 Actual: 1297 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Suites.SchemaImport.ReferencedTypes { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="NonRefType", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport.ReferencedTypes", IsReference=true)] public partial class NonRefType : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } } } System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(import: Action`1 { Method = Void b__7_9(System.Runtime.Serialization.XsdDataContractImporter), Target = <>c { } }, codeLength: 1274) [FAIL] Assert.Equal() Failure: Values differ Expected: 1274 Actual: 1275 Stack Trace: /_/src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/Import/ImporterTests.cs(108,0): at System.Runtime.Serialization.Schema.Tests.ImporterTests.Import(Action`1 import, Int32 codeLength) at System.Object.InvokeStub_ImporterTests.Import(Object , Span`1 ) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(136,0): at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Output: //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Suites.SchemaImport.ReferencedTypes { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization.Schema", "10.0.0.10")] [System.Runtime.Serialization.DataContractAttribute(Name="RefType1", Namespace="http://schemas.datacontract.org/2004/07/Suites.SchemaImport.ReferencedTypes")] public partial class RefType1 : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } } } Microsoft.CSharp.CSharpCodeProvider Finished: System.Runtime.Serialization.Schema.Tests === TEST EXECUTION SUMMARY === System.Runtime.Serialization.Schema.Tests Total: 114, Errors: 0, Failed: 10, Skipped: 0, Time: 0.764s /root/helix/work/workitem/e ----- end Thu Jun 4 04:10:06 UTC 2026 ----- exit code 1 ---------------------------------------------------------- ulimit -c value: unlimited cat /proc/sys/kernel/core_pattern: /datadisks/disk1/dumps/core.%u.%p cat /proc/sys/kernel/core_uses_pid: 1 cat: /proc/sys/kernel/coredump_filter: No such file or directory cat /proc/sys/kernel/coredump_filter: Looking around for any Linux dumps... Looking for files matching core.* ... The '__IsXUnitLogCheckerSupported' env var is not set. + export _commandExitCode=0 + _commandExitCode=0 + python /root/helix/work/correlation/reporter/run.py https://dev.azure.com/dnceng-public/ public 40132288 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IndoMDZzRWt6TEhKNXNOTmFVeVJZMl82TzhLMCIsImtpZCI6IndoMDZzRWt6TEhKNXNOTmFVeVJZMl82TzhLMCJ9.eyJhdWQiOiI0OTliODRhYy0xMzIxLTQyN2YtYWExNy0yNjdjYTY5NzU3OTgiLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC83MmY5ODhiZi04NmYxLTQxYWYtOTFhYi0yZDdjZDAxMWRiNDcvIiwiaWF0IjoxNzgwNTQzNjg4LCJuYmYiOjE3ODA1NDM2ODgsImV4cCI6MTc4MDYzMDM4OCwiYWlvIjoiazJGZ1lMaWhKVHJKNzhOZVQvTk5zcjRuV1hRVVZNVHozNXNlREQxNUxIaTd4L2Q0eWY4QSIsImlkcCI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0Ny8iLCJpZHR5cCI6ImZtaSIsInJoIjoiMS5BUm9BdjRqNWN2R0dyMEdScXkxODBCSGJSNnlFbTBraEUzOUNxaGNtZkthWFY1Z0FBQUFhQUEuIiwic3ViIjoiL2VpZDEvYy9wdWIvdC92NGo1Y3ZHR3IwR1JxeTE4MEJIYlJ3L2EvcklTYlNTRVRmMEtxRnlaOHBwZFhtQS9icy9oLzZmY2M5MmU1LTczYTctNGY4OC04ZDEzLWQ5MDQ1YjQ1ZmIyNy9pL2M3NzNmMmMyLTUxMjAtNDIwNy1hZmUyLWFmYWYzNWE4YmMwYSIsInRpZCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsInV0aSI6IlJyZmtDcjQ2bFVhUjIwMUx2SFZQQUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfYXR0ciI6eyJySVNiU1NFVGYwS3FGeVo4cHBkWG1BIjp7ImFkb19leHAiOjE3ODA1NzMzODksImFkb19zY3AiOiJhcHBfdG9rZW4iLCJhdWkiOiI0NWYwNzFhZi01ZmQ1LTQ1YTItYjBiNy1hYzgwZjUwOWVmMmYiLCJCdWlsZElkIjoiY2JiMTgyNjEtYzQ4Zi00YWJiLTg2NTEtOGNkY2I1NDc0NjQ5OzE0NDkwOTkiLCJEZWZJZCI6IjEyOSIsImpvYnJlZiI6Ijc0MTc3MWQ2LTE2MTQtNGFlYS1iYThjLTdjMGRmNWFiM2JlMjpmN2U0ZDg2OS04ZjEyLTUzMWQtNmViYy1jNGI2MGIyYTEzYmMiLCJvcmNoaWQiOiI3NDE3NzFkNi0xNjE0LTRhZWEtYmE4Yy03YzBkZjVhYjNiZTIuYnVpbGQuYnVpbGRfbGludXhfYXJtNjRfZGVidWdfbW9ub19taW5paml0X2xpYnJhcmllc3Rlc3RzLl9fZGVmYXVsdCIsInBwaWQiOiJ2c3RmczovLy9CdWlsZC9CdWlsZC8xNDQ5MDk5In19LCJ4bXNfaWRyZWwiOiIzMyAyMCIsInhtc19yZCI6IjAuQVZrQXB2OEtCUWdDRWdFYUVoUUlDUklRb0tYYmNYeW5aRXU4eFBYNWktSm5faElVQ0FzU0VMdkZkV1hod2xsV2ZwVGZ3NVM0eDhBaUpBZ0RFaURnY1FmQXdheXdyQVc0NU8tNHZlaHlrWFdLVHBnajdlSTBOVkhULV9sNjJBIn0.GKKZb3I9VwDAZ4hwCERbE13srxYw-YWODv70BbjdeB8COWPTDRgp_LfR725tGP-UOyoS25SnH3EvigCoyOHU1GDmgCjNqMh_KUmJq__WcS-IuT4KlMV2Y-YX7wCn54jz1Qo5PJpRasGjViVqlVVOPXW3ueVBdaAO5CdzbsAp5fytMO5NuBg3kCUSw2GKo_9Wj4OyLkjQ38wLY19wh-Dv16mZYBfg1r5GzQX2wQQnMzfMmO4ypos2LPO_2cyHsrmoCVkovWa4VXSJyPM4k59bINhdmKDYIIayJ-_Ift4gukkCca_9F_Ytvs8WLhZKbTeJqheC3mWerTloNV12Rjdi_A /home/helixbot/.vsts-env/lib/python3.12/site-packages/azure/__init__.py:5: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-06-04T04:10:06.952Z INFO run.py managed_identity(151) __init__ ManagedIdentityCredential will use IMDS with client_id: 3423231b-6b9e-4177-8817-76276b647404 2026-06-04T04:10:06.952Z INFO run.py azure_utils(32) get_credential_and_access_token VMSSManagedIdentity VmssMIClientIdForUpload Auth type will be used 2026-06-04T04:10:06.953Z INFO run.py _universal(535) on_request Request URL: 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=REDACTED&client_id=REDACTED' Request method: 'GET' Request headers: 'Metadata': 'REDACTED' 'x-client-SKU': 'REDACTED' 'x-client-Ver': 'REDACTED' 'x-ms-client-request-id': 'd5bcd74a-0458-4a25-a322-5eadb1245da0' 'User-Agent': 'azsdk-python-identity/1.25.3 Python/3.12.9 (Linux-6.6.139.1-1.azl3-aarch64-with-glibc2.38)' No body was attached to the request 2026-06-04T04:10:06.963Z INFO run.py _universal(581) on_response Response status: 200 Response headers: 'Content-Type': 'application/json; charset=utf-8' 'Server': 'IMDS/150.870.65.2020' 'x-ms-request-id': 'd5bcd74a-0458-4a25-a322-5eadb1245da0' 'Date': 'Thu, 04 Jun 2026 04:10:06 GMT' 'Content-Length': '2473' 2026-06-04T04:10:06.963Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token succeeded 2026-06-04T04:10:06.963Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token succeeded 2026-06-04T04:10:06.963Z INFO run.py azure_utils(64) get_credential_and_access_token Credentials are valid 2026-06-04T04:10:06.964Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token_info succeeded 2026-06-04T04:10:06.964Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token_info succeeded 2026-06-04T04:10:07.015Z INFO run.py run(48) main Beginning reading of test results. 2026-06-04T04:10:07.015Z INFO run.py __init__(42) read_results Searching '/root/helix/work/workitem/e' for test results files 2026-06-04T04:10:07.015Z INFO run.py __init__(48) read_results Found results file /root/helix/work/workitem/e/testResults.xml with format xunit 2026-06-04T04:10:07.017Z INFO run.py __init__(42) read_results Searching '/root/helix/work/workitem/uploads' for test results files 2026-06-04T04:10:07.018Z INFO run.py packing_test_reporter(30) report_results Packing 114 test reports to '/root/helix/work/workitem/e/__test_report.json' 2026-06-04T04:10:07.018Z INFO run.py packing_test_reporter(33) report_results Packed 92713 bytes + exit 0 + _commandExitCode=0 + chmod -R 777 /datadisks/disk1/dumps + exit 0 [END EXECUTION] Exit Code:0