Run cargo build from root
Some apps compiled with Cargo require running as root when the Rust compiler (rustc) is installed in the user environment.
sudo -E path/to/app
Some apps compiled with Cargo require running as root when the Rust compiler (rustc) is installed in the user environment.
sudo -E path/to/app