Stream: git-wasmtime

Topic: wasmtime / Issue #1005 test test_run_hello_example has be...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2020 at 17:25):

alexcrichton commented on Issue #1005:

I'm gonna go ahead and close this since I believe it's an unrelated local configuration problem unrelated to wasmtime, but if that turns out to not be the case feel free to let me know!

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2020 at 17:25):

alexcrichton closed Issue #1005:

Not sure this is a known defect or my system configuration issue.!

cargo test -v -p wasmtime-c-api
failing with below message!

running 7 tests
test test_run_hello_example ... test test_run_hello_example has been running for over 60 seconds
test test_run_callback_example ... test test_run_callback_example has been running for over 60 seconds
test test_run_global_example ... test test_run_global_example has been running for over 60 seconds
test test_run_memory_example ... test test_run_memory_example has been running for over 60 seconds
test test_run_callback_example ... FAILED
test test_run_hello_example ... FAILED
test test_run_global_example ... FAILED
test test_run_memory_example ... FAILED
test test_run_start_example ... FAILED
test test_run_reflect_example ... FAILED
test test_run_trap_example ... FAILED

failures:

---- test_run_callback_example stdout ----
thread 'test_run_callback_example' panicked at 'failed to execute the C example 'callback': Blocking waiting fo
r file lock on package cache
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Compiling libc v0.2.67


Last updated: Nov 22 2024 at 16:03 UTC