Stream: git-wasmtime

Topic: wasmtime / PR #14129 Update region to 4.0.0


view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 19:17):

fitzgen opened PR #14129 from fitzgen:update_region to bytecodealliance:main:

https://github.com/bytecodealliance/wasmtime/pull/14119 but with an audit

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 19:17):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #14129.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 19:17):

fitzgen requested alexcrichton for a review on PR #14129.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 19:17):

fitzgen requested wasmtime-default-reviewers for a review on PR #14129.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 19:19):

:thumbs_up: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 19:19):

alexcrichton has enabled auto merge for PR #14129.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 19:25):

alexcrichton added PR #14129 Update region to 4.0.0 to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 20:17):

github-merge-queue[bot] removed PR #14129 Update region to 4.0.0 from the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 20:31):

alexcrichton commented on PR #14129:

We've been having a lot of spurious failures lately, but that one I think is legitimate:

     Running unittests src\lib.rs (target\debug\deps\cranelift_jit-be19be230b13c5cb.exe)

running 3 tests
test memory::arena::tests::test_is_send ... ok
test memory::arena::tests::over_capacity ... FAILED
test memory::arena::tests::alignment_ok ... FAILED

failures:

---- memory::arena::tests::over_capacity stdout ----

thread 'memory::arena::tests::over_capacity' (7000) panicked at cranelift\jit\src\memory\arena.rs:44:18:
unable to change memory protection for jit memory segment: SystemCall(487)

---- memory::arena::tests::alignment_ok stdout ----

thread 'memory::arena::tests::alignment_ok' (2564) panicked at cranelift\jit\src\memory\arena.rs:44:18:
unable to change memory protection for jit memory segment: SystemCall(487)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    memory::arena::tests::alignment_ok
    memory::arena::tests::over_capacity

test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 20:32):

alexcrichton commented on PR #14129:

Also, for reasons like this, I'd recommend pushing vets to contributors' PRs since @fitzgen you're semi-on-the-hook for resolving this now

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 20:32):

alexcrichton commented on PR #14129:

(cc @bjorn3 as well since you're likely interested in the failure)

view this post on Zulip Wasmtime GitHub notifications bot (Aug 12 2026 at 21:58):

github-actions[bot] added the label cranelift on PR #14129.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 13 2026 at 17:05):

fitzgen updated PR #14129.


Last updated: Aug 30 2026 at 09:07 UTC