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

[wasm] Out of memory exception in System.Xml.XmlWriterApiTests.TCFullEndElement tests #110090

Open
carlossanlop opened this issue Nov 22, 2024 · 2 comments
Labels
arch-wasm WebAssembly architecture area-System.Xml Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) test-failure untriaged New issue has not been triaged by the area owner

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Nov 22, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=876444
Build error leg or test failing: System.Xml.XmlWriterApiTests.TCFullEndElement

Error Message

{
  "ErrorMessage" : [ "[FAIL] System.Xml.XmlWriterApiTests.TCFullEndElement", "System.OutOfMemoryException : Out of memory" ],
  "BuildRetry" : false,
  "ExcludeConsoleLog" : false
}
[16:01:27] info: Initializing dotnet version 10.0.0-ci commit hash da69f3e465c6f3e140856405ae3016aec94b63af
[16:01:28] info: Using threadless Xunit runner
[16:01:28] info: Discovering: System.Private.Xml.Tests.dll (method display = ClassAndMethod, method display options = None)
[16:01:31] info: Discovered:  System.Private.Xml.Tests.dll (found 4763 of 4823 test cases)
[16:01:31] info: Starting:    System.Private.Xml.Tests.dll
[16:03:45] info: [FAIL] System.Xml.XmlWriterApiTests.TCFullEndElement+TCWriteValue+TCGlobalization.var_1(utils: XmlWriterUtils { Async = True, WriterType = UTF8Writer })
[16:03:45] info: System.OutOfMemoryException : Out of memory
[16:03:45] info:    at System.String.Concat(ReadOnlySpan`1 str0, ReadOnlySpan`1 str1)
[16:03:45] info:    at System.Xml.XmlWriterApiTests.TCFullEndElement.TCWriteValue.TCGlobalization.var_1(XmlWriterUtils utils)
[16:03:45] info:    at System.Object.InvokeStub_TCGlobalization.var_1(Object , Span`1 )
[16:03:45] info:    at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[16:03:45] info: [FAIL] System.Xml.XmlWriterApiTests.TCFullEndElement+TCWriteValue+TCGlobalization.var_1(utils: XmlWriterUtils { Async = False, WriterType = UnicodeWriter })
[16:03:45] info: System.OutOfMemoryException : Out of memory
[16:03:45] info:    at System.Xml.XmlEncodedRawTextWriter..ctor(Stream stream, XmlWriterSettings settings)
[16:03:45] info:    at System.Xml.XmlWriterSettings.CreateWriter(Stream output)
[16:03:45] info:    at XmlCoreTest.Common.WriterFactory.CreateWriterImpl()
[16:03:45] info:    at XmlCoreTest.Common.WriterFactory.CreateWriter(String fileName)
[16:03:45] info:    at System.Xml.XmlWriterApiTests.XmlWriterUtils.CreateWriter()
[16:03:45] info:    at System.Xml.XmlWriterApiTests.TCFullEndElement.TCWriteValue.TCGlobalization.var_1(XmlWriterUtils utils)
[16:03:45] info:    at System.Object.InvokeStub_TCGlobalization.var_1(Object , Span`1 )
[16:03:45] info:    at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[16:03:45] info: [FAIL] System.Xml.XmlWriterApiTests.TCFullEndElement+TCWriteValue+TCGlobalization.var_1(utils: XmlWriterUtils { Async = True, WriterType = UnicodeWriter })
[16:03:45] info: System.OutOfMemoryException : Out of memory
[16:03:45] info:    at System.Xml.XmlEncodedRawTextWriter..ctor(Stream stream, XmlWriterSettings settings)
[16:03:45] info:    at System.Xml.XmlWriterSettings.CreateWriter(Stream output)
[16:03:45] info:    at XmlCoreTest.Common.XmlWriterAsync.Create(Stream output, XmlWriterSettings settings)
[16:03:45] info:    at XmlCoreTest.Common.WriterFactory.CreateWriterImpl()
[16:03:45] info:    at XmlCoreTest.Common.WriterFactory.CreateWriter(String fileName)
[16:03:45] info:    at System.Xml.XmlWriterApiTests.XmlWriterUtils.CreateWriter()
[16:03:45] info:    at System.Xml.XmlWriterApiTests.TCFullEndElement.TCWriteValue.TCGlobalization.var_1(XmlWriterUtils utils)
[16:03:45] info:    at System.Object.InvokeStub_TCGlobalization.var_1(Object , Span`1 )
[16:03:45] info:    at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[16:03:45] info: [FAIL] System.Xml.XmlWriterApiTests.TCFullEndElement+TCWriteValue+TCGlobalization.var_1(utils: XmlWriterUtils { Async = False, WriterType = CustomWriter })
[16:03:45] info: System.OutOfMemoryException : Out of memory
[16:03:45] info:    at System.String.Concat(ReadOnlySpan`1 str0, ReadOnlySpan`1 str1)
[16:03:45] info:    at System.Xml.XmlWriterApiTests.TCFullEndElement.TCWriteValue.TCGlobalization.var_1(XmlWriterUtils utils)
[16:03:45] info:    at System.Object.InvokeStub_TCGlobalization.var_1(Object , Span`1 )
[16:03:45] info:    at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=876444
Error message validated: [[FAIL] System.Xml.XmlWriterApiTests.TCFullEndElement System.OutOfMemoryException : Out of memory]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/22/2024 7:17:35 PM UTC

Report

Build Definition Test Pull Request
892948 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110554
892907 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110622
892668 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110611
892604 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110550
892403 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110477
891710 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110534
892104 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110602
891616 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110086
891540 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110322
891497 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110580
890246 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110536
891249 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution #110477
891162 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110550
889900 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110526
890658 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110105
890338 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110478
889951 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110308
889650 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
889140 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110033
888626 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #101356
888135 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110469
888112 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110448
887708 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110432
887530 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
887050 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110282
886168 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110372
885813 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110385
885797 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110384
885302 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109493
885615 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110359
885347 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110079
885120 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109936
885083 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110333
884873 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110119
884679 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
884203 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #108458
884074 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
883141 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #109642
882863 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110259
882828 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #109928
882755 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #109928
882555 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109087
882481 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
882449 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110254
882128 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
881764 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution #110117
881617 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
881304 dotnet/runtime WasmTestOnFirefox-MT-System.Private.Xml.Tests.WorkItemExecution
881239 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110078
881227 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution #110232
881162 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110229
880906 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110117
880665 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110155
880651 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution
880563 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110208
880450 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110208
880395 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109978
880293 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110206
880204 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #104488
880112 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution
880027 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110197
879584 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110117
879423 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #109152
879120 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110033
878908 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
878686 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110057
878630 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110114
878641 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110154
878594 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109149
878060 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #109806
878010 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #102553
877722 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #109363
877491 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109168
877177 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110092
877066 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution
876444 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #108806

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
7 25 76
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture area-System.Xml Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) test-failure labels Nov 22, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 22, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-xml
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-System.Xml Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) test-failure untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant