Error log: ``` error: the 'cargo' binary, normally provided by the 'cargo' component, is not applicable to the '1.84.1-x86_64-unknown-linux-gnu' toolchain ``` A workaround: run `rustup component remove cargo --toolchain 1.84.1` and `rustup component add cargo --toolchain 1.84.1` using the `service_user`