You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test will panic. This test case is a should_panic test.
...
test x86_64::cpuid::bit_helper::tests::test_invalid_msb_index - should panic ... FAILED
...
failures:
---- x86_64::cpuid::bit_helper::tests::test_invalid_msb_index stdout ----
---- x86_64::cpuid::bit_helper::tests::test_invalid_msb_index stderr ----
thread 'main' panicked at 'Invalid BitRange', crates/db-arch/src/x86_64/cpuid/bit_helper.rs:67:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This is a probability issue, as I am running in project ci and using rust nightly are the latest version. The most recent recurrence is rustc 1.60.0-nightly (75d9a0a 2022-02-16).
When I run the cargo test as follows:
The test will panic. This test case is a
should_panic
test.This is a probability issue, as I am running in project ci and using rust nightly are the latest version. The most recent recurrence is rustc 1.60.0-nightly (75d9a0a 2022-02-16).
See https://github.com/openanolis/dragonball-sandbox/runs/5234196020 for more details.
Sorry about this issues may report the wrong place. But this problem is really annoying and can occur every day.
The text was updated successfully, but these errors were encountered: