INFO cargo_liner::cargo > Installing `p1`... Updating `dummy-registry` index Downloading crates ... Downloaded p1 v0.0.0 (registry `dummy-registry`) Installing p1 v0.0.0 Updating `dummy-registry` index Compiling p1 v0.0.0 Finished `release` profile [optimized] target(s) in [ELAPSED]s Installing [ROOT]/home/.cargo/bin/p1 Installed package `p1 v0.0.0` (executable `p1`) warning: be sure to add `[ROOT]/home/.cargo/bin` to your PATH to be able to run the installed binaries INFO cargo_liner::cargo > Installing `p2`... Updating `dummy-registry` index error: could not find `p2` in registry `crates-io` with version `*` INFO cargo_liner::cargo > Installing `p3`... Updating `dummy-registry` index Downloading crates ... Downloaded p3 v0.0.0 (registry `dummy-registry`) Installing p3 v0.0.0 Updating `dummy-registry` index Compiling p3 v0.0.0 Finished `release` profile [optimized] target(s) in [ELAPSED]s Installing [ROOT]/home/.cargo/bin/p3 Installed package `p3 v0.0.0` (executable `p3`) warning: be sure to add `[ROOT]/home/.cargo/bin` to your PATH to be able to run the installed binaries INFO cargo_liner::cargo > Installing `p4`... Updating `dummy-registry` index error: could not find `p4` in registry `crates-io` with version `*` Error: 0: Failed to install or update one of the configured packages. 1: Failed to install "p4". 2: Cargo process finished unsuccessfully: exit status: 101 Location: src/[..].rs:[..] Note: This can happen for many reasons. Suggestion: Read Cargo's output. Suggestion: Use `--no-fail-fast` to ignore this and continue on with other packages. Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it. Run with RUST_BACKTRACE=full to include source snippets.