async-rdma icon indicating copy to clipboard operation
async-rdma copied to clipboard

Crate examples won't compile.

Open bentwire opened this issue 1 year ago • 5 comments

It seems like something happened to one of the deps, possibly recently?

cargo build --example rpc Updating crates.io index error: failed to select a version for the requirement simd-abstraction = "^0.5.0" candidate versions found which didn't match: 0.7.1 location searched: crates.io index required by package hex-simd v0.5.0 ... which satisfies dependency hex-simd = "^0.5.0" of package async-rdma v0.5.0 (/home/mike/dev/rust/async-rdma) perhaps a crate was updated and forgotten to be re-vendored?

It looks like all prior versions to simd-abstraction 0.7.1 have been yanked from crates.io...?

bentwire avatar Jun 30 '23 23:06 bentwire

I also get this error.

Fixed by #104 @bentwire Thanks for your PR, and I have noticed that some checks did not pass. Perhaps you can refer to this link.

GTwhy avatar Jul 04 '23 14:07 GTwhy

It looks like the cas test is failing, except I don't understand the error:

---- cas::success::main stdout ---- thread 'cas::success::main' panicked at 'called Result::unwrap() on an Err value: Os { code: 115, kind: >Uncategorized, message: "Operation now in progress" }', tests/test_utilities.rs:40:28

Not sure why it gets operation in progress...

bentwire avatar Jul 04 '23 16:07 bentwire

I did run this:

cargo clippy --all-features --all-targets -- -D warnings

But it returns over 500 errors, most complaining about using '?' ...

What should I do?

bentwire avatar Jul 04 '23 16:07 bentwire

@bentwire What is your Rust version? Can you show me your system environment and RDMA device information?

GTwhy avatar Jul 06 '23 02:07 GTwhy