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 Downloading crates ... Downloaded p2 v0.0.0 (registry `dummy-registry`) Ignored package `p2 v0.0.0` is already installed, use --force to override 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 `p3`... Updating `dummy-registry` index Downloading crates ... Downloaded p3 v0.0.1 (registry `dummy-registry`) Installing p3 v0.0.1 Updating `dummy-registry` index Compiling p3 v0.0.1 Finished `release` profile [optimized] target(s) in [ELAPSED]s Replacing [ROOT]/home/.cargo/bin/p3 Replaced package `p3 v0.0.0` with `p3 v0.0.1` (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 Downloading crates ... Downloaded p4 v0.0.0 (registry `dummy-registry`) Installing p4 v0.0.0 Updating `dummy-registry` index Compiling p4 v0.0.0 Finished `release` profile [optimized] target(s) in [ELAPSED]s Installing [ROOT]/home/.cargo/bin/p4 Installed package `p4 v0.0.0` (executable `p4`) 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 `p5`... Updating `dummy-registry` index Downloading crates ... Downloaded p5 v0.0.0 (registry `dummy-registry`) Ignored package `p5 v0.0.0` is already installed, use --force to override 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 `p6`... Updating `dummy-registry` index Downloading crates ... Downloaded p6 v0.0.1 (registry `dummy-registry`) Installing p6 v0.0.1 Updating `dummy-registry` index Compiling p6 v0.0.1 Finished `release` profile [optimized] target(s) in [ELAPSED]s Replacing [ROOT]/home/.cargo/bin/p6 Replaced package `p6 v0.0.0` with `p6 v0.0.1` (executable `p6`) 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 │ ø │ ? │ + │ │ p6 │ ø │ ? │ + │ └──────┴─────────────┴─────────────┴────────┘ INFO cargo_liner > Done.