[INFO] fetching crate chebyshev 0.0.1... [INFO] checking chebyshev-0.0.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate chebyshev 0.0.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate chebyshev 0.0.1 [INFO] finished tweaking crates.io crate chebyshev 0.0.1 [INFO] tweaked toml for crates.io crate chebyshev 0.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate chebyshev 0.0.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8903c4c10e047c61cbb595c8d4c371972d2865bb6c969e5ae3a0ceff0eb50eb0 [INFO] running `Command { std: "docker" "start" "-a" "8903c4c10e047c61cbb595c8d4c371972d2865bb6c969e5ae3a0ceff0eb50eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8903c4c10e047c61cbb595c8d4c371972d2865bb6c969e5ae3a0ceff0eb50eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8903c4c10e047c61cbb595c8d4c371972d2865bb6c969e5ae3a0ceff0eb50eb0", kill_on_drop: false }` [INFO] [stdout] 8903c4c10e047c61cbb595c8d4c371972d2865bb6c969e5ae3a0ceff0eb50eb0 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69d0d69c701d586f11a64b367bff692da2e1e7aa9656e4e76d9a4aa92c9a9cc7 [INFO] running `Command { std: "docker" "start" "-a" "69d0d69c701d586f11a64b367bff692da2e1e7aa9656e4e76d9a4aa92c9a9cc7", kill_on_drop: false }` [INFO] [stderr] Checking chebyshev v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T0` should have a snake case name [INFO] [stdout] --> src/lib.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t0` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T1` should have a snake case name [INFO] [stdout] --> src/lib.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn T1(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T2` should have a snake case name [INFO] [stdout] --> src/lib.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn T2(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_2` should have a snake case name [INFO] [stdout] --> src/lib.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let T_2 = (2.0 * x.powf(2.0)) - 1.0; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T3` should have a snake case name [INFO] [stdout] --> src/lib.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn T3(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_3` should have a snake case name [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let T_3 = (4.0 * x.powf(3.0)) - x; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T4` should have a snake case name [INFO] [stdout] --> src/lib.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn T4(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_4` should have a snake case name [INFO] [stdout] --> src/lib.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | let T_4 = (8.0 * x.powf(4.0)) - (8.0 * x.powf(2.0)) + 1.0; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T5` should have a snake case name [INFO] [stdout] --> src/lib.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn T5(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_5` should have a snake case name [INFO] [stdout] --> src/lib.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let T_5 = (16.0 * x.powf(5.0)) - (20.0 * x.powf(3.0)) + (5.0 * x); [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T6` should have a snake case name [INFO] [stdout] --> src/lib.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn T6(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_6` should have a snake case name [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | let T_6 = (32.0 * x.powf(6.0)) - (48.0 * x.powf(4.0)) + (18.0 * x.powf(2.0)) - 1.0; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T7` should have a snake case name [INFO] [stdout] --> src/lib.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn T7(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_7` should have a snake case name [INFO] [stdout] --> src/lib.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | let T_7 = [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T8` should have a snake case name [INFO] [stdout] --> src/lib.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn T8(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_8` should have a snake case name [INFO] [stdout] --> src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let T_8 = (128.0 * x.powf(8.0)) - (256.0 * x.powf(6.0)) + (160.0 * x.powf(4.0)) [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T9` should have a snake case name [INFO] [stdout] --> src/lib.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn T9(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_9` should have a snake case name [INFO] [stdout] --> src/lib.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | let T_9 = (256.0 * x.powf(9.0)) - (576.0 * x.powf(7.0)) + (432.0 * x.powf(5.0)) [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T10` should have a snake case name [INFO] [stdout] --> src/lib.rs:54:8 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn T10(x: f64) -> f64 { [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_10` should have a snake case name [INFO] [stdout] --> src/lib.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | let T_10 = (512.0 * x.powf(10.0)) - (1280.0 * x.powf(9.0)) + (1120.0 * x.powf(6.0)) [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `t_10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T11` should have a snake case name [INFO] [stdout] --> src/lib.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn T11(x: f64) -> f64 { [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_11` should have a snake case name [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | let T_11 = (1024.0 * x.powf(11.0)) - (2816.0 * x.powf(9.0)) + (2816.0 * x.powf(7.0)) [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `t_11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T` should have a snake case name [INFO] [stdout] --> src/lib.rs:70:8 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn T(n: u32, x: f64) -> f64 { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T0` should have a snake case name [INFO] [stdout] --> src/lib.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t0` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T1` should have a snake case name [INFO] [stdout] --> src/lib.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn T1(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T2` should have a snake case name [INFO] [stdout] --> src/lib.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn T2(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_2` should have a snake case name [INFO] [stdout] --> src/lib.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let T_2 = (2.0 * x.powf(2.0)) - 1.0; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T3` should have a snake case name [INFO] [stdout] --> src/lib.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn T3(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_3` should have a snake case name [INFO] [stdout] --> src/lib.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let T_3 = (4.0 * x.powf(3.0)) - x; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T4` should have a snake case name [INFO] [stdout] --> src/lib.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn T4(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_4` should have a snake case name [INFO] [stdout] --> src/lib.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | let T_4 = (8.0 * x.powf(4.0)) - (8.0 * x.powf(2.0)) + 1.0; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T5` should have a snake case name [INFO] [stdout] --> src/lib.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn T5(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_5` should have a snake case name [INFO] [stdout] --> src/lib.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let T_5 = (16.0 * x.powf(5.0)) - (20.0 * x.powf(3.0)) + (5.0 * x); [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T6` should have a snake case name [INFO] [stdout] --> src/lib.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn T6(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_6` should have a snake case name [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | let T_6 = (32.0 * x.powf(6.0)) - (48.0 * x.powf(4.0)) + (18.0 * x.powf(2.0)) - 1.0; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T7` should have a snake case name [INFO] [stdout] --> src/lib.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn T7(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_7` should have a snake case name [INFO] [stdout] --> src/lib.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | let T_7 = [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T8` should have a snake case name [INFO] [stdout] --> src/lib.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn T8(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_8` should have a snake case name [INFO] [stdout] --> src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let T_8 = (128.0 * x.powf(8.0)) - (256.0 * x.powf(6.0)) + (160.0 * x.powf(4.0)) [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T9` should have a snake case name [INFO] [stdout] --> src/lib.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn T9(x: f64) -> f64 { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_9` should have a snake case name [INFO] [stdout] --> src/lib.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | let T_9 = (256.0 * x.powf(9.0)) - (576.0 * x.powf(7.0)) + (432.0 * x.powf(5.0)) [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T10` should have a snake case name [INFO] [stdout] --> src/lib.rs:54:8 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn T10(x: f64) -> f64 { [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_10` should have a snake case name [INFO] [stdout] --> src/lib.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | let T_10 = (512.0 * x.powf(10.0)) - (1280.0 * x.powf(9.0)) + (1120.0 * x.powf(6.0)) [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `t_10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T11` should have a snake case name [INFO] [stdout] --> src/lib.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn T11(x: f64) -> f64 { [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `t11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T_11` should have a snake case name [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | let T_11 = (1024.0 * x.powf(11.0)) - (2816.0 * x.powf(9.0)) + (2816.0 * x.powf(7.0)) [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `t_11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `T` should have a snake case name [INFO] [stdout] --> src/lib.rs:70:8 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn T(n: u32, x: f64) -> f64 { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s [INFO] running `Command { std: "docker" "inspect" "69d0d69c701d586f11a64b367bff692da2e1e7aa9656e4e76d9a4aa92c9a9cc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69d0d69c701d586f11a64b367bff692da2e1e7aa9656e4e76d9a4aa92c9a9cc7", kill_on_drop: false }` [INFO] [stdout] 69d0d69c701d586f11a64b367bff692da2e1e7aa9656e4e76d9a4aa92c9a9cc7