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
error[E0080]: evaluation of constant value failed
--> quic/s2n-quic-core/src/stream/testing.rs:20:13
|
20 | idx += 1;
| ^^^^^^^^ exceeded interpreter step limit (see `#[const_eval_limit]`)
error[E0080]: could not evaluate static initializer
--> quic/s2n-quic-core/src/stream/testing.rs:25:25
|
25 | Bytes::from_static(&INNER)
| ^^^^^ referenced constant has errors
For more information about this error, try `rustc --explain E0080`.
Error: "Failed to compile crate."
warning: `s2n-quic-core` (lib test) generated 2 warnings
error: could not compile `s2n-quic-core` due to 2 previous errors; 2 warnings emitted
Error: cargo exited with status exit status: 101
The text was updated successfully, but these errors were encountered:
Downgrade the rust toolchain for the nighly before the current version. This mitigates #1822 which is caused by rust-lang/rust#103814.
Ps.: I also bumped cbmc min version since older versions don't work with Kani.
Uh oh!
There was an error while loading. Please reload this page.
Steps to reproduce:
git clone https://github.com/aws/s2n-quic
cd s2n-quic/quic/s2n-quic-core
cargo kani --tests --harness vectored_copy_fuzz_test
The text was updated successfully, but these errors were encountered: