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 `*` INFO cargo_liner::cargo > Installing `p5`... Updating `dummy-registry` index Downloading crates ... Downloaded p5 v0.0.0 (registry `dummy-registry`) Installing p5 v0.0.0 Updating `dummy-registry` index Compiling p5 v0.0.0 Finished `release` profile [optimized] target(s) in [ELAPSED]s Installing [ROOT]/home/.cargo/bin/p5 Installed package `p5 v0.0.0` (executable `p5`) warning: be sure to add `[ROOT]/home/.cargo/bin` to your PATH to be able to run the installed binaries INFO cargo_liner > Installation report: ┌──────┬─────────────┬─────────────┬────────┐ │ Name │ Old version │ New version │ Status │ ├──────┼─────────────┼─────────────┼────────┤ │ p1 │ ø │ ? │ + │ │ p2 │ ø │ ? │ ✘ │ │ p3 │ ø │ ? │ + │ │ p4 │ ø │ ? │ ✘ │ │ p5 │ ø │ ? │ + │ └──────┴─────────────┴─────────────┴────────┘ Error: 0: Failed to install or update some of the configured packages. 1: Failed to install "p4". 2: Failed to install "p2". 3: Cargo process finished unsuccessfully: exit status: 101 Location: src/[..].rs:[..] Note: This can happen for many reasons. Suggestion: Read Cargo's output. Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it. Run with RUST_BACKTRACE=full to include source snippets.