rust-vmm / vmm-sys-util

Helpers and utilities used by multiple rust-vmm components and VMMs
BSD 3-Clause "New" or "Revised" License
80 stars 64 forks source link

Running the tests in release mode fails because of test_killing_thread #128

Closed lauralt closed 2 years ago

lauralt commented 3 years ago

Test signal::test_killing_thread fails when running in release mode with the following output:

error: test failed, to rerun pass '--lib'

Caused by:
  process didn't exit successfully: `/home/ANT.AMAZON.COM/lauralg/vmm-sys-util/target/release/deps/vmm_sys_util-fc40402ad0d0503d` (signal: 4, SIGILL: illegal instruction)
uran0sH commented 2 years ago

I tested it under Rust version 1.57.0 with no problems

lauralt commented 2 years ago

Yes, so it looks like the test was failing with the Rust version that we were using at that time (v11 container - Rust 1.46), but with the latest container version (v15 - Rust 1.58.1), the test is no longer failing. Thanks for looking into this, we can close the issue.