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

i686-unknown-linux-gnu test failed for PermissionDenied and io_uring not support #285

Open
Xuanwo opened this issue Aug 6, 2024 · 0 comments

Comments

@Xuanwo
Copy link
Collaborator

Xuanwo commented Aug 6, 2024

Version

main branch.

Platform

Not realted.

Description

The test for i686-unknown-linux-gnu failed due to:

failures:

---- runtime::tests::timer stdout ----
thread 'runtime::tests::timer' panicked at monoio/src/runtime.rs:441:14:
called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- utils::uring_detect::tests::test_detect stdout ----
thread 'utils::uring_detect::tests::test_detect' panicked at monoio/src/utils/uring_detect.rs:80:9:
io_uring or ops not supported on current platform


failures:
    runtime::tests::timer
    utils::uring_detect::tests::test_detect

test result: FAILED. 25 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
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