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
The test_all test fails reproducibly when running alongside pasta, asking the user to report the procfs bug:
---- process::tests::test_all stdout ----
1 systemd
[...]
382759 pasta
thread 'process::tests::test_all' panicked at procfs/src/process/tests.rs:18:21:
check_unwrap error for 382759 InternalError(bug at procfs-core/src/process/mount.rs:181 (please report this procfs bug)
Internal Unwrap Error: NoneError)
failures:
process::tests::test_all
To reproduce, e.g. in Debian (testing), install pasta (apt install passt), execute pasta and leave the session open, then in a separate terminal run cargo test on current main.
I discovered this while running podman, which executes pasta.
The text was updated successfully, but these errors were encountered:
The
test_all
test fails reproducibly when running alongsidepasta
, asking the user to report the procfs bug:To reproduce, e.g. in Debian (testing), install pasta (
apt install passt
), executepasta
and leave the session open, then in a separate terminal runcargo test
on current main.I discovered this while running podman, which executes pasta.
The text was updated successfully, but these errors were encountered: