You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo test -v
(...)
test theme::icon::tests::test_tmp_partial_default_theme_file ... ok
failures:
---- meta::inode::tests::test_inode_no_zero stdout ----
thread 'meta::inode::tests::test_inode_no_zero' panicked at src/meta/inode.rs:53:9:
failed to exec touch
---- meta::links::tests::test_hardlinks_no_zero stdout ----
thread 'meta::links::tests::test_hardlinks_no_zero' panicked at src/meta/links.rs:53:9:
failed to exec touch
---- meta::permissions::test::permission_octal_sticky stdout ----
thread 'meta::permissions::test::permission_octal_sticky' panicked at src/meta/permissions.rs:287:14:
unable to set permissions to file: Os { code: 79, kind: Uncategorized, message: "Inappropriate file type or format" }
---- meta::permissions::test::permission_rwx_sticky stdout ----
thread 'meta::permissions::test::permission_rwx_sticky' panicked at src/meta/permissions.rs:223:14:
unable to set permissions to file: Os { code: 79, kind: Uncategorized, message: "Inappropriate file type or format" }
failures:
meta::inode::tests::test_inode_no_zero
meta::links::tests::test_hardlinks_no_zero
meta::permissions::test::permission_octal_sticky
meta::permissions::test::permission_rwx_sticky
test result: FAILED. 385 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s
The text was updated successfully, but these errors were encountered:
On OpenBSD current/amd64 (future version 7.6), tests fail with Rust 1.78.0.
OpenBSD 7.5-current (GENERIC.MP) #114
)$ rustc -vV rustc 1.78.0 (15adfb9cd 2024-04-28) (built from a source tarball) binary: rustc commit-hash: 15adfb9cd5b029268e1470a41391d91859b0a1f8 commit-date: 2024-04-28 host: x86_64-unknown-openbsd release: 1.78.0 LLVM version: 16.0.6
lsd
sources via Gitcargo test
:The text was updated successfully, but these errors were encountered: