async-rdma
async-rdma copied to clipboard
Crate examples won't compile.
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 packagehex-simd v0.5.0
... which satisfies dependencyhex-simd = "^0.5.0"
of packageasync-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...?
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.
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 anErr
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...
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 What is your Rust version? Can you show me your system environment and RDMA device information?