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
928297 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110471
928227 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111750
928169 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #106925
927688 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111209
927516 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111454
927476 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #106925
927254 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111765
926844 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111750
926806 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111751
926670 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111580
926608 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #109508
926386 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111215
926392 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111664
926317 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution
925964 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111729
925843 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #99596
925820 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution #110471
925783 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111677
925406 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111710
925314 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution #111580
925203 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #99596
925089 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111545
925079 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #109928
924661 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111685
924449 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111680
924364 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111209
924089 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111667
924071 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111545
924086 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111662
924074 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111545
923919 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111545
923509 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111643
923348 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111504
922813 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111398
922778 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110471
922737 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
922417 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111557
922257 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111521
922234 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
922115 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109928
922067 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
922000 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110471
921964 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111569
921589 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111204
921531 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111512
921538 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111557
921374 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111553
921212 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111469
921130 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109087
921036 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111534
920788 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111521
920358 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110471
919899 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110154
918554 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110033
919295 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110471
919112 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111472
918455 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110622
918981 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111476
918780 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110915
918187 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111032
918002 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution
917384 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111179
917305 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111433
917180 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111398
916795 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111354
916314 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111374
916200 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111372
916036 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
915898 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111244
915542 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111349
915343 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111272
914642 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #106795
914528 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #105004
914462 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111310
914459 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111307
914454 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110206
913931 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111290
913835 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #111245
913825 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #105773
913739 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111265
913589 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111215
913539 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111278
913254 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #110966
913076 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111269
912929 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111209
912186 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #101264
912090 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #109493
912074 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #110281
910942 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution
910548 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution #106309
910140 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution
909956 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111086
909910 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111179
909850 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution #111136
909826 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111180
909636 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111130
909462 dotnet/runtime WasmTestOnFirefox-ST-System.Private.Xml.Tests.WorkItemExecution
909435 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution #111136
909427 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111093
909308 dotnet/runtime WasmTestOnChrome-ST-System.Private.Xml.Tests.WorkItemExecution #111130
Displaying 100 of 127 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
7 47 127
@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