-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
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