[INFO] cloning repository https://github.com/pdincau/learning-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pdincau/learning-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpdincau%2Flearning-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpdincau%2Flearning-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fe754b15155d27037e73073cad05249dbc71c20b [INFO] testing pdincau/learning-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpdincau%2Flearning-rust" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pdincau/learning-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pdincau/learning-rust [INFO] finished tweaking git repo https://github.com/pdincau/learning-rust [INFO] tweaked toml for git repo https://github.com/pdincau/learning-rust written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/pdincau/learning-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3f617fd417c2823186bf9817d6aa6e2753de7cac7f438f2a1a52361c3717fe8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b3f617fd417c2823186bf9817d6aa6e2753de7cac7f438f2a1a52361c3717fe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3f617fd417c2823186bf9817d6aa6e2753de7cac7f438f2a1a52361c3717fe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3f617fd417c2823186bf9817d6aa6e2753de7cac7f438f2a1a52361c3717fe8", kill_on_drop: false }` [INFO] [stdout] b3f617fd417c2823186bf9817d6aa6e2753de7cac7f438f2a1a52361c3717fe8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3354f9d1a7437a82dc5e98e708135a3eddb94fc51e7674aadf296f2f8aae97ff [INFO] running `Command { std: "docker" "start" "-a" "3354f9d1a7437a82dc5e98e708135a3eddb94fc51e7674aadf296f2f8aae97ff", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling learning-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/rpg/character.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | id: Uuid, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Character` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/character.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `level` [INFO] [stdout] --> src/rpg/character.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | level: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Character` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/character.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `style` [INFO] [stdout] --> src/rpg/character.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | style: Style, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Character` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/character.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/rpg/character.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | state: State, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Character` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/character.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `damage_calculator` [INFO] [stdout] --> src/rpg/character.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | damage_calculator: WeightedDamage, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Character` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/character.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/rpg/character.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(style: Style) -> Character { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `health` [INFO] [stdout] --> src/rpg/character.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn health(self) -> u16 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `level` [INFO] [stdout] --> src/rpg/character.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn level(self) -> u16 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `status` [INFO] [stdout] --> src/rpg/character.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn status(self) -> State { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `attack` [INFO] [stdout] --> src/rpg/character.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn attack(self, character: &mut Character, damage: Damage) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `heal` [INFO] [stdout] --> src/rpg/character.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn heal(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `range` [INFO] [stdout] --> src/rpg/character.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn range(&self) -> u16 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `decrease_life` [INFO] [stdout] --> src/rpg/character.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | fn decrease_life(&mut self, amount: u16) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Damage` [INFO] [stdout] --> src/rpg/character.rs:80:8 [INFO] [stdout] | [INFO] [stdout] 80 | struct Damage { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Dead` [INFO] [stdout] --> src/rpg/state.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Dead, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/state.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ranged` [INFO] [stdout] --> src/rpg/style.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Ranged, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Style` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/style.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MELEE_MAX_DISTANCE` [INFO] [stdout] --> src/rpg/style.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | const MELEE_MAX_DISTANCE: u16 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `RANGED_MAX_DISTANCE` [INFO] [stdout] --> src/rpg/style.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | const RANGED_MAX_DISTANCE: u16 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `range` [INFO] [stdout] --> src/rpg/style.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn range(&self) -> u16 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `factor` [INFO] [stdout] --> src/rpg/weighted_damage.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | factor: u16, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeightedDamage` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/weighted_damage.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `level_gap` [INFO] [stdout] --> src/rpg/weighted_damage.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | level_gap: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WeightedDamage` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpg/weighted_damage.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compute` [INFO] [stdout] --> src/rpg/weighted_damage.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn compute(&self, attacker_level: u16, attackee_level: u16, amount: u16) -> u16 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.96s [INFO] running `Command { std: "docker" "inspect" "3354f9d1a7437a82dc5e98e708135a3eddb94fc51e7674aadf296f2f8aae97ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3354f9d1a7437a82dc5e98e708135a3eddb94fc51e7674aadf296f2f8aae97ff", kill_on_drop: false }` [INFO] [stdout] 3354f9d1a7437a82dc5e98e708135a3eddb94fc51e7674aadf296f2f8aae97ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 99e4c468adc514885223d82a2ee207320263841edbdb4740cf208ff9d46f2ff9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "99e4c468adc514885223d82a2ee207320263841edbdb4740cf208ff9d46f2ff9", kill_on_drop: false }` [INFO] [stderr] Compiling learning-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "99e4c468adc514885223d82a2ee207320263841edbdb4740cf208ff9d46f2ff9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99e4c468adc514885223d82a2ee207320263841edbdb4740cf208ff9d46f2ff9", kill_on_drop: false }` [INFO] [stdout] 99e4c468adc514885223d82a2ee207320263841edbdb4740cf208ff9d46f2ff9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2c5f2ef63d5138437dbf43343f7652c0c18138fb816992c0d822de0f75e2f8cb [INFO] running `Command { std: "docker" "start" "-a" "2c5f2ef63d5138437dbf43343f7652c0c18138fb816992c0d822de0f75e2f8cb", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/learning_rust-001ced3a2e72eda2) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test rpg::character::tests::can_heal_itself ... ok [INFO] [stdout] test rpg::character::tests::cannot_deal_damage_to_itself ... ok [INFO] [stdout] test rpg::character::tests::deals_increased_damage_if_level_is_5_or_more_levels_above ... ok [INFO] [stdout] test rpg::character::tests::dies_when_damage_equals_health ... ok [INFO] [stdout] test rpg::character::tests::has_a_max_range_according_to_type ... ok [INFO] [stdout] test rpg::character::tests::health_starts_at_1000 ... ok [INFO] [stdout] test rpg::character::tests::deals_decreased_damage_if_level_is_5_or_more_levels_below ... ok [INFO] [stdout] test rpg::weighted_damage::tests::when_attacker_level_is_5_above_attackee_damage_is_doubled ... ok [INFO] [stdout] test rpg::character::tests::level_starts_at_1 ... ok [INFO] [stdout] test rpg::character::tests::deals_damage ... ok [INFO] [stdout] test rpg::weighted_damage::tests::when_attacker_level_is_5_below_attackee_damage_is_decreased_by_half ... ok [INFO] [stdout] test rpg::character::tests::starts_as_alive ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2c5f2ef63d5138437dbf43343f7652c0c18138fb816992c0d822de0f75e2f8cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c5f2ef63d5138437dbf43343f7652c0c18138fb816992c0d822de0f75e2f8cb", kill_on_drop: false }` [INFO] [stdout] 2c5f2ef63d5138437dbf43343f7652c0c18138fb816992c0d822de0f75e2f8cb