tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

TestBuild/X86Linux fails on aarch64

Open QuLogic opened this issue 8 months ago • 2 comments

Of course, this is running with qemu since it's cross-architecture, but I believe this used to work in the past. Now it fails with something to do with bdwgc:

=== CONT  TestBuild/X86Linux/filesystem.go
GC Warning: Out of memory - trying to allocate requested amount (4112 bytes)...
Insufficient memory for GC_all_nils

QuLogic avatar Jul 23 '25 20:07 QuLogic

Same for TestTest/X86Linux, though I didn't notice it because most of those are intentional failures.

QuLogic avatar Aug 02 '25 23:08 QuLogic

Sounds like a QEMU issue (though it's still on us to fix, probably). I think I've seen the same issue when running locally (I'm running Fedora Asahi). We don't test for this in CI, since (almost) all our CI is running amd64 and not 386.

aykevl avatar Sep 29 '25 13:09 aykevl