8000 CI: `armv7-unknown-linux-musleabihf` `cross` test fails with Rust 1.84.0 · Issue #487 · moka-rs/moka · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
CI: armv7-unknown-linux-musleabihf cross test fails with Rust 1.84.0 #487
Open
@tatsuya6502

Description

@tatsuya6502

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0