Stream: wasmtime

Topic: spurious (?) failure on master


view this post on Zulip Alex Crichton (Mar 11 2020 at 21:12):

@Dan Gohman hm looks like this build failed on master -- https://github.com/bytecodealliance/wasmtime/runs/501673516?check_suite_focus=true -- which I think is the test you added

Standalone JIT-style runtime for WebAssembly, using Cranelift - bytecodealliance/wasmtime

view this post on Zulip Alex Crichton (Mar 11 2020 at 21:12):

is that a spurious failure you think?

view this post on Zulip Dan Gohman (Mar 11 2020 at 21:13):

It failed once in the CI on the PR, but then after I started debugging it, it disappeared and started passing.

view this post on Zulip Dan Gohman (Mar 11 2020 at 21:14):

It looks like the child wasmtime process is failing with a SIGSEGV before printing anything.

view this post on Zulip Alex Crichton (Mar 11 2020 at 21:14):

oh dear, sounds like a spurious error then

view this post on Zulip Alex Crichton (Mar 11 2020 at 21:14):

I will try to reproduce

view this post on Zulip Dan Gohman (Mar 11 2020 at 21:22):

It doesn't reproduce for me at all locally; i've only seen it fail in CI

view this post on Zulip Alex Crichton (Mar 11 2020 at 21:27):

managed to get a reliable reproduction - https://github.com/bytecodealliance/wasmtime/issues/1295

Investigating a spurious test failure I'm able to reproduce this locally on Linux with a script that looks like this: use std::os::unix::prelude::*; use std::process::Command; fn main() { let s...

view this post on Zulip Alex Crichton (Mar 11 2020 at 21:27):

I couldn't see it locally either until I ran a bunch in parallel

view this post on Zulip Alex Crichton (Mar 12 2020 at 17:22):

for what may be unrelated reasons CI is failing a lot right now

view this post on Zulip Alex Crichton (Mar 12 2020 at 17:22):

and github is sort of refusing to give me any logs

view this post on Zulip Alex Crichton (Mar 12 2020 at 17:22):

I'm at a bit of a loss as to what's going on

view this post on Zulip fitzgen (he/him) (Mar 12 2020 at 17:35):

I was seeing the same logs issue, but you can still view raw logs, fwiw

view this post on Zulip fitzgen (he/him) (Mar 12 2020 at 17:35):

@Alex Crichton

view this post on Zulip Alex Crichton (Mar 12 2020 at 17:38):

oh nice


Last updated: Oct 23 2024 at 20:03 UTC