Skip to content

CI: native-roots-rs4gc red on main (ELF) — provider fixture aborts with "stdlib provider is bound to a different runtime image" #8156

Description

@proggeramlug

gc-native-roots / native-roots-rs4gc has been failing on main (ELF arms) since at least 2026-08-14, and consequently on every PR branched from it.

Symptom — the issue_8075_provider_gc fixture host aborts before it runs any handler:

Error: "stdlib provider is bound to a different runtime image"

That check is tests/fixtures/issue_8075_provider_gc/host.rs: the stdlib provider exports a probe returning the address of js_gc_init as resolved inside the stdlib image, and the host compares it with the address it resolved from the runtime image. A mismatch means the stdlib provider bound its own bundled copy of perry-runtime instead of the shared one — i.e. the archive trim that is supposed to remove the bundled runtime members no longer removes all of them (or the link order changed so the bundled copy wins).

Affected runs (main):

  • 83b6b8c69 — failure
  • 506f4ab11 — failure
  • 5c27d1ad9 — success (last known good)

So the regression landed between 5c27d1ad9 and 506f4ab11.

Why it matters: this is the gate for #8075/#8081's whole subject — native GC roots when Perry runs behind separately loaded runtime and stdlib providers. While it aborts at the provider handshake it never reaches the root-map assertions, so it cannot fail for the reason it exists (CLAUDE.md's fourth "gate cannot fail" mode: the gate runs, its subject never does).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions