[INFO] fetching crate rsline 0.2.0... [INFO] building rsline-0.2.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate rsline 0.2.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate rsline 0.2.0 [INFO] finished tweaking crates.io crate rsline 0.2.0 [INFO] tweaked toml for crates.io crate rsline 0.2.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rsline 0.2.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rsline 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7444d7f4f59488bcd9c45189b366f7d6761a45a932dd087ffae86b5a8820d8c7 [INFO] running `Command { std: "docker" "start" "-a" "7444d7f4f59488bcd9c45189b366f7d6761a45a932dd087ffae86b5a8820d8c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7444d7f4f59488bcd9c45189b366f7d6761a45a932dd087ffae86b5a8820d8c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7444d7f4f59488bcd9c45189b366f7d6761a45a932dd087ffae86b5a8820d8c7", kill_on_drop: false }` [INFO] [stdout] 7444d7f4f59488bcd9c45189b366f7d6761a45a932dd087ffae86b5a8820d8c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c74b8197053ca2d2cb341cf4f7c3248ef5e0a63d9762e39020a4274066b8bf09 [INFO] running `Command { std: "docker" "start" "-a" "c74b8197053ca2d2cb341cf4f7c3248ef5e0a63d9762e39020a4274066b8bf09", kill_on_drop: false }` [INFO] [stderr] Compiling rsline v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `decoration` should have an upper camel case name [INFO] [stdout] --> src/stylus.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct decoration { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Decoration` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `color` should have an upper camel case name [INFO] [stdout] --> src/stylus.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct color { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `background` should have an upper camel case name [INFO] [stdout] --> src/stylus.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct background { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Background` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Color` [INFO] [stdout] --> src/stylus.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let Color = color { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_Color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Decoration` [INFO] [stdout] --> src/stylus.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let Decoration = decoration { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Decoration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Background` [INFO] [stdout] --> src/stylus.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let Background = background { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Background` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `csspropstyle` [INFO] [stdout] --> src/stylus.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | let csspropstyle = cssprop.split(":").collect::>().to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_csspropstyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reset` [INFO] [stdout] --> src/stylus.rs:28:46 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn styledprint(content: &str, css: &str, reset: bool) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_reset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/stylus.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | let mut output: String = content.to_string(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `help` and `details` are never read [INFO] [stdout] --> src/command.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Command { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 2 | pub name: String, [INFO] [stdout] 3 | pub help: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 4 | pub details: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `reset`, `bold`, `underline`, and `inverse` are never read [INFO] [stdout] --> src/stylus.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct decoration { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 2 | reset: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 3 | bold: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 4 | underline: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 5 | inverse: String [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/stylus.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct color { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 8 | black: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 9 | red: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 10 | green: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | yellow: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 12 | blue: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 13 | magenta: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 14 | cyan: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 15 | white: String [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/stylus.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct background { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 18 | black: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 19 | red: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 20 | green: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 21 | yellow: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 22 | blue: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 23 | magenta: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 24 | cyan: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 25 | white: String [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Color` should have a snake case name [INFO] [stdout] --> src/stylus.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let Color = color { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Decoration` should have a snake case name [INFO] [stdout] --> src/stylus.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let Decoration = decoration { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `decoration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Background` should have a snake case name [INFO] [stdout] --> src/stylus.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let Background = background { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `background` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "c74b8197053ca2d2cb341cf4f7c3248ef5e0a63d9762e39020a4274066b8bf09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c74b8197053ca2d2cb341cf4f7c3248ef5e0a63d9762e39020a4274066b8bf09", kill_on_drop: false }` [INFO] [stdout] c74b8197053ca2d2cb341cf4f7c3248ef5e0a63d9762e39020a4274066b8bf09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc46c55a7227ab0b7daaecec247e029c53468bdfc9cb7fe23cd9958aea0fd65b [INFO] running `Command { std: "docker" "start" "-a" "fc46c55a7227ab0b7daaecec247e029c53468bdfc9cb7fe23cd9958aea0fd65b", kill_on_drop: false }` [INFO] [stderr] Compiling rsline v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `decoration` should have an upper camel case name [INFO] [stdout] --> src/stylus.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct decoration { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Decoration` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `color` should have an upper camel case name [INFO] [stdout] --> src/stylus.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct color { [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `background` should have an upper camel case name [INFO] [stdout] --> src/stylus.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct background { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Background` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Color` [INFO] [stdout] --> src/stylus.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let Color = color { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_Color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Decoration` [INFO] [stdout] --> src/stylus.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let Decoration = decoration { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Decoration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Background` [INFO] [stdout] --> src/stylus.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let Background = background { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Background` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `csspropstyle` [INFO] [stdout] --> src/stylus.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | let csspropstyle = cssprop.split(":").collect::>().to_vec(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_csspropstyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reset` [INFO] [stdout] --> src/stylus.rs:28:46 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn styledprint(content: &str, css: &str, reset: bool) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_reset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/stylus.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | let mut output: String = content.to_string(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `help` and `details` are never read [INFO] [stdout] --> src/command.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Command { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 2 | pub name: String, [INFO] [stdout] 3 | pub help: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 4 | pub details: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `reset`, `bold`, `underline`, and `inverse` are never read [INFO] [stdout] --> src/stylus.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct decoration { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 2 | reset: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 3 | bold: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 4 | underline: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 5 | inverse: String [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/stylus.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct color { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 8 | black: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 9 | red: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 10 | green: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | yellow: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 12 | blue: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 13 | magenta: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 14 | cyan: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 15 | white: String [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/stylus.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct background { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 18 | black: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 19 | red: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 20 | green: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 21 | yellow: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 22 | blue: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 23 | magenta: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 24 | cyan: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 25 | white: String [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Color` should have a snake case name [INFO] [stdout] --> src/stylus.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let Color = color { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Decoration` should have a snake case name [INFO] [stdout] --> src/stylus.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let Decoration = decoration { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `decoration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Background` should have a snake case name [INFO] [stdout] --> src/stylus.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | let Background = background { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `background` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `Command { std: "docker" "inspect" "fc46c55a7227ab0b7daaecec247e029c53468bdfc9cb7fe23cd9958aea0fd65b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc46c55a7227ab0b7daaecec247e029c53468bdfc9cb7fe23cd9958aea0fd65b", kill_on_drop: false }` [INFO] [stdout] fc46c55a7227ab0b7daaecec247e029c53468bdfc9cb7fe23cd9958aea0fd65b