Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure XmlSerializerTests.Xml_NookTypes #86563

Closed
v-wenyuxu opened this issue May 22, 2023 · 13 comments
Closed

Test failure XmlSerializerTests.Xml_NookTypes #86563

v-wenyuxu opened this issue May 22, 2023 · 13 comments
Assignees
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitStress CLR JIT issues involving JIT internal stress modes os-windows
Milestone

Comments

@v-wenyuxu
Copy link

Run: runtime-coreclr libraries-jitstress-random 20230520.1

Failed test:

net8.0-windows-Release-arm64-CoreCLR_checked-jitstress_random_1-Windows.11.Arm64.Open

- XmlSerializerTests.Xml_NookTypes
- XmlSerializerTests.Xml_XSCoverTest
- XmlSerializerTests.XML_TypeWithXmlSchemaFormAttribute
- XmlSerializerTests.Xml_ConstructorWithXmlAttributeOverrides
- XmlSerializerTests.XmlMembersMapping_Member_With_XmlAnyAttribute_Specified_True
- XmlSerializerTests.XmlMembersMapping_SimpleType_SpecifiedField_True_Wrapper
- XmlSerializerTests.Xml_SerializeClassThatImplementsInterface
- XmlSerializerTests.XmlMembersMapping_CompositeType
- XmlSerializerTests.XmlMembersMapping_Member_With_XmlAnyAttribute_Specified_False
- XmlSerializerTests.XmlMembersMapping_SimpleType_SpecifiedField_False_Wrapper
- XmlSerializerTests.XmlMembersMapping_SimpleType_SpecifiedField_False

Error message:

System.InvalidOperationException : There is an error in XML document (8, 4).
---- System.NullReferenceException : Object reference not set to an instance of an object.



Stack trace
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlSerializer.cs:line 491
   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlSerializer.cs:line 424
   at XmlSerializerTests.SerializeAndDeserialize[T](T value, String baseline, Func`1 serializerFactory, Boolean skipStringCompare, XmlSerializerNamespaces xns) in /_/src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.cs:line 2334
   at XmlSerializerTests.Xml_NookTypes() in /_/src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.RuntimeOnly.cs:line 2947
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
----- Inner Stack Trace -----
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WritePrimitive(TypeMapping mapping, Func`2 readFunc, Object funcState) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 1208
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteElement(ElementAccessor element, Boolean checkForNull, Boolean readOnly, String defaultNamespace, Int32 fixupIndex, Fixup fixup, Member member) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 909
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteMemberElementsIf(Member[] expectedMembers, Member anyElementMember, UnknownNodeAction elementElseAction, Fixup fixup, CheckTypeSource checkTypeSource) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 822
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteMemberElements(Member[] expectedMembers, UnknownNodeAction elementElseAction, UnknownNodeAction elseAction, Member anyElement, Member anyText, Fixup fixup, List`1 checkTypeHrefsSource) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 515
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteLiteralStructMethod(StructMapping structMapping, Boolean isNullable, Boolean checkType, String defaultNamespace) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 1781
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteElement(ElementAccessor element, Boolean checkForNull, Boolean readOnly, String defaultNamespace, Int32 fixupIndex, Fixup fixup, Member member) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 949
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteMemberElementsIf(Member[] expectedMembers, Member anyElementMember, UnknownNodeAction elementElseAction, Fixup fixup, CheckTypeSource checkTypeSource) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 822
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteMemberElements(Member[] expectedMembers, UnknownNodeAction elementElseAction, UnknownNodeAction elseAction, Member anyElement, Member anyText, Fixup fixup, List`1 checkTypeHrefsSource) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 515
   at System.Xml.Serialization.ReflectionXmlSerializationReader.GenerateTypeElement(XmlTypeMapping xmlTypeMapping) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 485
   at System.Xml.Serialization.XmlSerializer.Deseriali
@v-wenyuxu v-wenyuxu added arch-arm64 os-windows JitStress CLR JIT issues involving JIT internal stress modes labels May 22, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label May 22, 2023
@v-wenyuxu
Copy link
Author

Failed again in: runtime-coreclr libraries-jitstress-random 20230527.1

Failed test:

net8.0-linux-Release-arm64-CoreCLR_checked-jitstress_random_2-(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8

- System.Xml.WrappedReaderTests.WrappedReaderTest.RunTests(testCase: ReadAttributeValue)
- System.Xml.WrappedReaderTests.WrappedReaderTest.RunTests(testCase: ResolveEntity)
- System.Xml.WrappedReaderTests.WrappedReaderTest.RunTests(testCase: LookupNamespace)
- System.Xml.WrappedReaderTests.WrappedReaderTest.RunTests(testCase: ReadStartElement)
- System.Xml.WrappedReaderTests.WrappedReaderTest.RunTests(testCase: IsStartElement)
... ...

net8.0-windows-Release-arm64-CoreCLR_checked-jitstress_random_2-Windows.11.Arm64.Open

- XmlSerializerTests.Xml_ConstructorWithXmlAttributeOverrides
- XmlSerializerTests.XmlMembersMapping_CompositeType
- XmlSerializerTests.XmlMembersMapping_SimpleType_SpecifiedField_True_Wrapper
- DataContractJsonSerializerTests.DCJS_DictionaryMembers
- DataContractSerializerTests.DCS_BasicPerSerializerRoundTripAndCompare_TypeInheritedFromIListT
... ...

Error message:

System.NullReferenceException : Object reference not set to an instance of an object.



Stack trace
   at System.Xml.XmlTextReaderImpl.OnXmlReservedAttribute(NodeData attr) in /_/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs:line 5068
   at System.Xml.XmlTextReaderImpl.ParseAttributes() in /_/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs:line 4920
   at System.Xml.XmlTextReaderImpl.ParseElement() in /_/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs:line 4396
   at System.Xml.XmlTextReaderImpl.ParseElementContent() in /_/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs:line 4204
   at System.Xml.Tests.CDataReader.Read() in /_/src/libraries/System.Private.Xml/tests/XmlReaderLib/CDataReader.cs:line 291
   at System.Xml.Tests.CDataReader.PositionOnElement(String strElementName) in /_/src/libraries/System.Private.Xml/tests/XmlReaderLib/CDataReader.cs:line 970
   at System.Xml.Tests.TCReadValue.TestReadChar11() in /_/src/libraries/System.Private.Xml/tests/XmlReaderLib/ReadValue.cs:line 463
   at OLEDB.Test.ModuleCore.CVariation.Execute() in /_/src/libraries/Common/tests/System/Xml/ModuleCore/cvariation.cs:line 77
   at OLEDB.Test.ModuleCore.XunitTestCase.Run() in /_/src/libraries/Common/tests/System/Xml/ModuleCore/XunitTestCase.cs:line 33
   at InvokeStub_WrappedReaderTest.RunTests(Object, Object, IntPtr*)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
More failures
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 DataContractJsonSerializerTests.DCJS_DictionaryMembers Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule

@JulieLeeMSFT
Copy link
Member

CC @markples if it can be test merging related. CC @dotnet/jit-contrib.

@markples
Copy link
Member

markples commented May 30, 2023 via email

@v-wenyuxu
Copy link
Author

Failed again in: runtime-coreclr libraries-jitstress-random 20230610.1

Failed tests:

net8.0-linux-Release-arm64-CoreCLR_checked-jitstress_random_1-(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.GetAttributeThrowsOnAttributeCountPlusOne
    - System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.IndexerThrowsOnAttributeCountPlusOne
    - System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.IndexerThrowsOnIndexMinusTwo
    - System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.GetAttributeThrowsOnIndexMinusTwo
    - System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.GetAttributeThrowsOnIndexMinusOne
    - System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.IndexerThrowsOnAttributeCount
    - System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.GetAttributeThrowsOnAttributeCount
    - System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.IndexerThrowsOnIndexMinusOne
    - CoreXml.Test.XLinq.XNodeReaderFunctionalTests+XNodeReaderTests+TCReadOuterXml.ReadOuterXmlOnXmlDeclarationAttributes
    - CoreXml.Test.XLinq.XNodeReaderFunctionalTests+XNodeReaderTests+TCReadEndElement.TestReadEndElementOnEndElementWithoutNamespace
    - CoreXml.Test.XLinq.XNodeReaderFunctionalTests+XNodeReaderTests+TCReadEndElement.TestReadEndElementOnEndElementWithNamespace
    - System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563
net8.0-linux-Release-x64-CoreCLR_checked-jitstress_random_1-Ubuntu.1804.Amd64.Open
    - System.Xml.XmlSchemaValidatorApiTests.TCXmlSchemaValidatorMisc.NullPointerExceptionInXSDValidation
    - System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40509
    - System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.v106
net8.0-windows-Release-arm64-CoreCLR_checked-jitstress_random_1-Windows.11.Arm64.Open
    - System.Xml.XmlSchemaValidatorApiTests.TCXmlSchemaValidatorMisc.NullPointerExceptionInXSDValidation
    - System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40509
    - System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.v106

Error message:

 System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:

    at System.Xml.XmlTextReaderImpl.OnXmlReservedAttribute(NodeData attr) in /_/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs:line 5068
   at System.Xml.XmlTextReaderImpl.ParseAttributes() in /_/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs:line 4920
   at System.Xml.XmlTextReaderImpl.ParseElement() in /_/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs:line 4396
   at System.Xml.XmlTextReaderImpl.ParseElementContent() in /_/src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextReaderImpl.cs:line 4204
   at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r) in /_/src/libraries/System.Private.Xml.Linq/src/System/Xml/Linq/XContainer.cs:line 837
   at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options) in /_/src/libraries/System.Private.Xml.Linq/src/System/Xml/Linq/XDocument.cs:line 429
   at CoreXml.Test.XLinq.BridgeHelpers.GetReader() in /_/src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/BridgeHelpers.cs:line 90
   at System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.GetReaderFromXDocumentAndPositionOnElementOne() in /_/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/XNodeReaderAttributeTests.cs:line 168
   at System.Xml.Linq.xNodeReader.Tests.XNodeReaderAttributeTests.GetAttributeThrowsOnAttributeCountPlusOne() in /_/src/libraries/System.Private.Xml.Linq/tests/xNodeReader/XNodeReaderAttributeTests.cs:line 55
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
More failures
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T22:32:23.011Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"253841","DefinitionId":"154","System.JobName":"__default","System.PhaseAttempt":"1","configuration":"Release","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.StageName":"Build","System.JobAttempt":"1","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230426.5","runtimeFlavor":"mono","Project":"public","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","AzurePipelinesTestRunId":"4935554","architecture":"arm64","operatingSystem":"OSX.13.Amd64.AppleTV.Open","Reason":"Schedule"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-26T09:49:52.647Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"BuildId":"252922","DefinitionId":"154","operatingSystem":"OSX.13.Amd64.AppleTV.Open","architecture":"arm64","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","BuildNumber":"20230426.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"4911256","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","System.JobName":"__default","configuration":"Release","runtimeFlavor":"mono","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule
2023-04-25T22:37:03.213Z runtime-extra-platforms Release osx.13.amd64.appletv.open arm64 System.Xml.XmlSchemaTests.TC_SchemaSet_Misc.Dev10_40563 Failed {"System.PhaseAttempt":"1","System.JobAttempt":"1","architecture":"arm64","AzurePipelinesTestRunId":"4897396","System.JobId":"acac6bf3-3edd-5022-4e45-3362a02520b1","BuildId":"252256","System.StageAttempt":"1","System.JobName":"__default","Reason":"Schedule","System.PhaseName":"build_tvos_arm64_Release_AllSubsets_Mono","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","BuildNumber":"20230425.3","DefinitionName":"runtime-extra-platforms","operatingSystem":"OSX.13.Amd64.AppleTV.Open","configuration":"Release","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/"} Schedule

@BruceForstall BruceForstall added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed area-Serialization labels Jun 13, 2023
@BruceForstall BruceForstall added this to the 8.0.0 milestone Jun 13, 2023
@ghost
Copy link

ghost commented Jun 13, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

Run: runtime-coreclr libraries-jitstress-random 20230520.1

Failed test:

net8.0-windows-Release-arm64-CoreCLR_checked-jitstress_random_1-Windows.11.Arm64.Open

- XmlSerializerTests.Xml_NookTypes
- XmlSerializerTests.Xml_XSCoverTest
- XmlSerializerTests.XML_TypeWithXmlSchemaFormAttribute
- XmlSerializerTests.Xml_ConstructorWithXmlAttributeOverrides
- XmlSerializerTests.XmlMembersMapping_Member_With_XmlAnyAttribute_Specified_True
- XmlSerializerTests.XmlMembersMapping_SimpleType_SpecifiedField_True_Wrapper
- XmlSerializerTests.Xml_SerializeClassThatImplementsInterface
- XmlSerializerTests.XmlMembersMapping_CompositeType
- XmlSerializerTests.XmlMembersMapping_Member_With_XmlAnyAttribute_Specified_False
- XmlSerializerTests.XmlMembersMapping_SimpleType_SpecifiedField_False_Wrapper
- XmlSerializerTests.XmlMembersMapping_SimpleType_SpecifiedField_False

Error message:

System.InvalidOperationException : There is an error in XML document (8, 4).
---- System.NullReferenceException : Object reference not set to an instance of an object.



Stack trace
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlSerializer.cs:line 491
   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/XmlSerializer.cs:line 424
   at XmlSerializerTests.SerializeAndDeserialize[T](T value, String baseline, Func`1 serializerFactory, Boolean skipStringCompare, XmlSerializerNamespaces xns) in /_/src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.cs:line 2334
   at XmlSerializerTests.Xml_NookTypes() in /_/src/libraries/System.Private.Xml/tests/XmlSerializer/XmlSerializerTests.RuntimeOnly.cs:line 2947
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
----- Inner Stack Trace -----
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WritePrimitive(TypeMapping mapping, Func`2 readFunc, Object funcState) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 1208
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteElement(ElementAccessor element, Boolean checkForNull, Boolean readOnly, String defaultNamespace, Int32 fixupIndex, Fixup fixup, Member member) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 909
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteMemberElementsIf(Member[] expectedMembers, Member anyElementMember, UnknownNodeAction elementElseAction, Fixup fixup, CheckTypeSource checkTypeSource) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 822
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteMemberElements(Member[] expectedMembers, UnknownNodeAction elementElseAction, UnknownNodeAction elseAction, Member anyElement, Member anyText, Fixup fixup, List`1 checkTypeHrefsSource) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 515
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteLiteralStructMethod(StructMapping structMapping, Boolean isNullable, Boolean checkType, String defaultNamespace) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 1781
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteElement(ElementAccessor element, Boolean checkForNull, Boolean readOnly, String defaultNamespace, Int32 fixupIndex, Fixup fixup, Member member) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 949
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteMemberElementsIf(Member[] expectedMembers, Member anyElementMember, UnknownNodeAction elementElseAction, Fixup fixup, CheckTypeSource checkTypeSource) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 822
   at System.Xml.Serialization.ReflectionXmlSerializationReader.WriteMemberElements(Member[] expectedMembers, UnknownNodeAction elementElseAction, UnknownNodeAction elseAction, Member anyElement, Member anyText, Fixup fixup, List`1 checkTypeHrefsSource) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 515
   at System.Xml.Serialization.ReflectionXmlSerializationReader.GenerateTypeElement(XmlTypeMapping xmlTypeMapping) in /_/src/libraries/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationReader.cs:line 485
   at System.Xml.Serialization.XmlSerializer.Deseriali
Author: v-wenyuxu
Assignees: -
Labels:

arch-arm64, os-windows, JitStress, area-CodeGen-coreclr, untriaged

Milestone: -

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jun 13, 2023
@BruceForstall
Copy link
Member

This appears to be JitStress only; changing to area-CodeGen-coreclr.

@AndyAyersMS
Copy link
Member

@BruceForstall is there some simple way to figure out what random seeds those older runs might have used?

@BruceForstall
Copy link
Member

The seeds are output in the console logs, so if you can get those (easily if there are failures, or possibly via Kusto otherwise) then you can see them.

@AndyAyersMS
Copy link
Member

For the most recent failure, linux-arm64 in System.Xml.Linq.Misc.Tests, JitStressRange isolation narrows this down to

# 1937: JIT compiled System.Xml.XmlTextReaderImpl:OnXmlReservedAttribute(System.Xml.XmlTextReaderImpl+NodeData):this [FullOpts, IL size=224, code size=1244, hash=0xd1f8f779 JitStress]

*** JitStress: STRESS_NULL_OBJECT_CHECK ***
*** JitStress: STRESS_LEGACY_INLINE ***
*** JitStress: STRESS_MERGED_RETURNS ***
*** JitStress: STRESS_PROMOTE_FEWER_STRUCTS ***
*** JitStress: STRESS_PHYSICAL_PROMOTION ***
*** JitStress: STRESS_FOLD ***
*** JitStress: STRESS_CLONE_EXPR ***
*** JitStress: STRESS_VN_BUDGET ***
*** JitStress: STRESS_MAKE_CSE ***
JitStressBiasedCSE is OFF, but JitStress is ON: generated bias=47.
*** JitStress: STRESS_SPLIT_TREES_RANDOMLY ***
*** JitStress: STRESS_OPT_BOOLS_GC *

so this bit is likely similar to #87508

@AndyAyersMS
Copy link
Member

The seeds are output in the console logs, so if you can get those (easily if there are failures, or possibly via Kusto otherwise) then you can see them.

I can see the May 20 failure in Kusto but can't fetch the log, presumably it got purged? Any other way you can think of?

@AndyAyersMS
Copy link
Member

Also looked at the 6/12 failure on win/arm64 and it also is in

jit.9A000000-9A0FFFFF.list:1488: JIT compiled System.Xml.XmlConvert:ToBoolean(System.String):bool [FullOpts, IL size=122, code size=544, hash=0x9a0daeb9 JitStress]

@AndyAyersMS
Copy link
Member

Going to assume these are all physical promotion related, #87508 is the main issue.

@BruceForstall
Copy link
Member

I can see the May 20 failure in Kusto but can't fetch the log, presumably it got purged?

Very likely. I don't know what our retention policy is, but I think it's no more than 2-3 weeks. Once the log is gone, there's no way to get the used random number.

@ghost ghost locked as resolved and limited conversation to collaborators Jul 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitStress CLR JIT issues involving JIT internal stress modes os-windows
Projects
None yet
Development

No branches or pull requests

5 participants