New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/32355#discussion_r684351491 Comment: This is probably the problem with cross compilation (arm*, aarch64*). `cargo run` compiles for the target architecture (arm) and then tries to run the arm binary on the host computer (x86_64) which fails.