Closed
Investigate ARM native-image CI failure in CiSpecE2eTest (no fix committed — insufficient quota)#120
Conversation
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job native-image on Ubuntu 24.04 ARM
Investigate ARM native-image CI failure in CiSpecE2eTest (no fix committed — insufficient quota)
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
native-image (ubuntu-24.04-arm, rontolisp-linux-arm64)was failing: the WASM leg ofCiSpecE2eTestaborted withwasmtimeexit 134 (unreachabletrap), becausegeom:read-modelonci-model.objraisedcannot tell what format ci-model.obj is—geom::%model-formatreturnednilfor a file the same run had just written.This PR captures the investigation to date. No code change is included; the session ran out of quota before a fix could be implemented or verified.
Findings
ci-spec.yamlsuite (1976 sub-tests, including the failing case) locally on x86_64 against wasmtime 48.0.1 (the same "latest" release the workflow installs) — it passed cleanly, including thegeom-read-model-cross-backendcase in isolation and as part of the concatenated program.geom.lisp's%model-format/%head-bytes/%first-token) or the WASM codegen.wasmtimebinary runnable underqemu-aarch64-static(using an Alpine musl sysroot) to attempt a direct repro on emulated ARM, but did not get to run it.Next steps
wasmtimeto a known-good version instead of"latest"in.github/workflows/ci.yaml, and/or adding retry to the ARMVerify native imagestep.geom::%head-bytes/_read_packed(WASM) and the file I/O paths exercised bygeom-read-model-cross-backend.