Open
Description
The Linux cross-compiling test for the armv7-unknown-linux-musleabihf
target has been failing since the release of Rust 1.84.0. It consistently fails on a specific test: future::base_cache::tests::test_per_entry_expiration
. The same test for the sync
cache succeeds.
https://github.com/moka-rs/moka/actions/runs/12717383830/job/35456822039
$ cross test --release -F future \
--target armv7-unknown-linux-musleabihf
...
failures:
---- future::base_cache::tests::test_per_entry_expiration stdout ----
thread 'future::base_cache::tests::test_per_entry_expiration' panicked at src/future/base_cache.rs:3031:25:
assertion `left == right` failed: Mismatched `last_modified_at`s. line: 3176
left: Instant { tv_sec: 248, tv_nsec: 1673538076 }
right: Instant { tv_sec: 247, tv_nsec: 388570781 }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
future::base_cache::tests::test_per_entry_expiration
test result: FAILED. 91 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 24.87s
Metadata
Metadata
Assignees
Labels
No labels