Skip to content

Conversation

devnexen
Copy link
Contributor

No description provided.

@SteveLauC
Copy link
Member

You got EPERM even with sudo?🤔

@devnexen
Copy link
Contributor Author

but then I get EINVAL for both.

@SteveLauC
Copy link
Member

EINVAL means there is probably something wrong with the test 🫠, can you show me the detailed errors?

@devnexen
Copy link
Contributor Author

---- sys::test_stat::test_mknod stdout ----
thread 'sys::test_stat::test_mknod' panicked at test/sys/test_stat.rs:380:54:
called `Result::unwrap()` on an `Err` value: EPERM

---- sys::test_stat::test_mknodat stdout ----
thread 'sys::test_stat::test_mknodat' panicked at test/sys/test_stat.rs:403:71:
called `Result::unwrap()` on an `Err` value: EPERM
---- sys::test_stat::test_mknod stdout ----
thread 'sys::test_stat::test_mknod' panicked at test/sys/test_stat.rs:380:54:
called `Result::unwrap()` on an `Err` value: EINVAL

---- sys::test_stat::test_mknodat stdout ----
thread 'sys::test_stat::test_mknodat' panicked at test/sys/test_stat.rs:403:71:
called `Result::unwrap()` on an `Err` value: EINVAL

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

Successfully merging this pull request may close these issues.

2 participants