Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Kani verifier v0.55.0 appears to have run out of memory #457

Open
tatsuya6502 opened this issue Sep 14, 2024 · 1 comment
Open

CI: Kani verifier v0.55.0 appears to have run out of memory #457

tatsuya6502 opened this issue Sep 14, 2024 · 1 comment

Comments

@tatsuya6502
Copy link
Member

tatsuya6502 commented Sep 14, 2024

https://github.com/moka-rs/moka/actions/runs/10859450764/job/30138812482

cd .;
  cargo-kani --features 'sync, future'
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    CARGO_HOME: /home/runner/.cargo
    CARGO_INCREMENTAL: 0
    CARGO_TERM_COLOR: always
Kani Rust Verifier 0.55.0 (cargo plugin)
...

CBMC failed with status 137
VERIFICATION:- FAILED
CBMC appears to have run out of memory. You may want to rerun your proof in an environment with additional memory or use stubbing to reduce the size of the code the verifier reasons about.

Kani v0.54.0 was ok. So we will pin it to v0.54.0 for now.

@tatsuya6502 tatsuya6502 changed the title CI: Kani verifier v0.55.0 appears to have run out of memory. CI: Kani verifier v0.55.0 appears to have run out of memory Sep 14, 2024
@tatsuya6502
Copy link
Member Author

Kani v0.54.0 was ok. So we will pin it to v0.54.0 for now.

Pinned it to v0.54.0 via #458.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant