runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[tvos-arm64] System.Runtime.Serialization.Xml.XsdDataContractExporterTests.ExporterTypesTests.TypesTest failed

Open fanyang-mono opened this issue 1 year ago • 5 comments

[FAIL] System.Runtime.Serialization.Xml.XsdDataContractExporterTests.ExporterTypesTests.TypesTest   Test name: System.Runtime.Serialization.Xml.XsdDataContractExporterTests.ExporterTypesTests.TypesTest
[05:47:48.9832830] 2024-04-25 02:47:49.011 System.Runtime.Serialization.Xml.Tests[70846:86554902]    Assembly:  [System.Runtime.Serialization.Xml.Tests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
[05:47:48.9833110]    Exception messages: Assert.Contains() Failure: Sub-string not found
[05:47:48.9833190] String:    "<xs:complexType name="ExporterTypesTests."···
[05:47:48.9861560] 2024-04-25 02:47:49.011 System.Runtime.Serialization.Xml.Tests[70846:86554902] Not found: "<xs:complexType name="ExporterTypesTests."···   Exception stack traces:    at System.Runtime.Serialization.Xml.XsdDataContractExporterTests.SchemaUtils.OrderedContains(String expected, String& actual)
[05:47:48.9862230] 2024-04-25 02:47:49.011 System.Runtime.Serialization.Xml.Tests[70846:86554902]    at System.Runtime.Serialization.Xml.XsdDataContractExporterTests.ExporterTypesTests.TypesTest()
[05:47:48.9862380]    at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
[05:47:48.9862450]    at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object , BindingFlags )

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=655074&view=results Build error leg or test failing: tvos-arm64 Release AllSubsets_Mono

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "[FAIL] System.Runtime.Serialization.Xml.XsdDataContractExporterTests.ExporterTypesTests.TypesTest",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=655074 Error message validated: [[FAIL] System.Runtime.Serialization.Xml.XsdDataContractExporterTests.ExporterTypesTests.TypesTest] Result validation: :x: Known issue did not match with the provided build. Validation performed at: 4/25/2024 10:55:05 PM UTC

Report

Build Definition Test Pull Request
656292 dotnet/runtime Workloads-ST-Wasm.Build.Tests.TestAppScenarios.InterpPgoTests.WorkItemExecution dotnet/runtime#101566
656219 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandler_RequestContentLengthMismatchTest_Http3.ContentLength_DoesNotMatchRequestContentLength_Throws dotnet/runtime#100389
655074 dotnet/runtime System.Runtime.Serialization.Xml.XsdDataContractExporterTests.ExporterTypesTests.TypesTest dotnet/runtime#101509
655262 dotnet/runtime Workloads-Wasm.Build.Tests.WasmTemplateTests.WorkItemExecution dotnet/runtime#101460
653929 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Http3.ReadAsStreamAsync_HandlerProducesWellBehavedResponseStream dotnet/runtime#101418
654382 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Http3.ReadAsStreamAsync_HandlerProducesWellBehavedResponseStream dotnet/runtime#101192
653237 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3.SendAsync_Expires_Success dotnet/runtime#101390

Summary

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

fanyang-mono avatar Apr 25 '24 14:04 fanyang-mono

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

@fan this is too broad a pattern it will match any substring assertion that fails (as evidenced by the matches)

lewing avatar Apr 25 '24 22:04 lewing

I've updated ErrorMessage

lewing avatar Apr 25 '24 22:04 lewing

And it is not matching the actual failure because Build Analysis doesn't run against runtime-extra-platforms

lewing avatar Apr 26 '24 18:04 lewing

I haven't seen this failure on rolling-builds on main for the past week. The issue was probably resolved.

matouskozak avatar May 06 '24 07:05 matouskozak

Closing as we haven't seen this in a while.

akoeplinger avatar May 27 '24 10:05 akoeplinger