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

Crate examples won't compile. #105

Open
bentwire opened this issue Jun 30, 2023 · 5 comments
Open

Crate examples won't compile. #105

bentwire opened this issue Jun 30, 2023 · 5 comments

Comments

@bentwire
Copy link

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...?

@my-vegetable-has-exploded
Copy link
Contributor

I also get this error.

@GTwhy
Copy link
Collaborator

GTwhy commented Jul 4, 2023

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.

@bentwire
Copy link
Author

bentwire commented Jul 4, 2023

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
Copy link
Author

bentwire commented Jul 4, 2023

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?

@GTwhy
Copy link
Collaborator

GTwhy commented Jul 6, 2023

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

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

3 participants