wasmtime icon indicating copy to clipboard operation
wasmtime copied to clipboard

Spurious (?) CI failures on s390x

Open alexcrichton opened this issue 11 months ago • 6 comments

I've seen two CI builds fail today on the s390x tests of the wasmtime-cli crate:

  • https://github.com/bytecodealliance/wasmtime/actions/runs/12752790805/job/35543074991 (https://github.com/bytecodealliance/wasmtime/pull/9982#event-15909676078)
  • https://github.com/bytecodealliance/wasmtime/actions/runs/12755184456/job/35550742014 (https://github.com/bytecodealliance/wasmtime/pull/9994#event-15912281849)

The first was re-queued and merged and the second is currently back in the queue. The first didn't touch anything in wasmtime-cli and the second does touch quite a bit that could affect it so it's currently an assumption of mine that the s390x-failure there was specific to s390x.

I tried running the test suite in a loop locally for a bit using s390x/qemu and so far it hasn't failed in the same way. I figured I'd open an issue to keep track of things if they happen in the future.

cc @uweigand

alexcrichton avatar Jan 13 '25 20:01 alexcrichton

In my local runs I've seen segfaults due to an ABI problem in the capstone wrapper: https://github.com/capstone-rust/capstone-rs/pull/166. I wonder if this can be related?

iii-i avatar Jan 16 '25 13:01 iii-i

Not sure, but I believe I saw a similar failure over in #10110: https://github.com/bytecodealliance/wasmtime/actions/runs/13124822832/job/36618948362#step:18:987.

abrown avatar Feb 05 '25 00:02 abrown

Another failure at https://github.com/bytecodealliance/wasmtime/actions/runs/13421426149/job/37494891337

alexcrichton avatar Feb 19 '25 20:02 alexcrichton

another

alexcrichton avatar Apr 02 '25 16:04 alexcrichton

another

alexcrichton avatar May 30 '25 21:05 alexcrichton

another

alexcrichton avatar Jun 06 '25 20:06 alexcrichton