[INFO] cloning repository https://github.com/MrWint/smb-opt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MrWint/smb-opt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrWint%2Fsmb-opt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrWint%2Fsmb-opt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] daa44287bc9ccab7e85b430e80bf7dff77542542 [INFO] testing MrWint/smb-opt against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrWint%2Fsmb-opt" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MrWint/smb-opt 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/MrWint/smb-opt [INFO] finished tweaking git repo https://github.com/MrWint/smb-opt [INFO] tweaked toml for git repo https://github.com/MrWint/smb-opt written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/MrWint/smb-opt 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] Downloading crates ... [INFO] [stderr] Downloaded bitpack v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab651ef87dc174e58eb5b07d2014d6fd78d2d2605b03f24228e87097c035d843 [INFO] running `Command { std: "docker" "start" "-a" "ab651ef87dc174e58eb5b07d2014d6fd78d2d2605b03f24228e87097c035d843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab651ef87dc174e58eb5b07d2014d6fd78d2d2605b03f24228e87097c035d843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab651ef87dc174e58eb5b07d2014d6fd78d2d2605b03f24228e87097c035d843", kill_on_drop: false }` [INFO] [stdout] ab651ef87dc174e58eb5b07d2014d6fd78d2d2605b03f24228e87097c035d843 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18877556fcff44bb475aa7b81e0ea245b7c512e8a68312efea20ca3aa1ace00f [INFO] running `Command { std: "docker" "start" "-a" "18877556fcff44bb475aa7b81e0ea245b7c512e8a68312efea20ca3aa1ace00f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bitpack v0.2.1 [INFO] [stderr] Compiling smb-opt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `core::array::FixedSizeArray` [INFO] [stdout] --> src/state.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core::array::FixedSizeArray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `FixedSizeArray` in `array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(associated_type_defaults)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(fixed_size_array)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/case/w11.rs:214:51 [INFO] [stdout] | [INFO] [stdout] 214 | ...> = { vec![(5,3),(6,3),(7,3),(8,3),(9,3),(4,5),(5,5),(6,5),(7,5),(8,5),(9,5),(10,5),(4,7),(5,7),(6,7),(7,7),(8,7),(9,7),(10,7)] }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 214 - static ref W11_SUB_COINS: Vec<(usize, usize)> = { vec![(5,3),(6,3),(7,3),(8,3),(9,3),(4,5),(5,5),(6,5),(7,5),(8,5),(9,5),(10,5),(4,7),(5,7),(6,7),(7,7),(8,7),(9,7),(10,7)] }; [INFO] [stdout] 214 + static ref W11_SUB_COINS: Vec<(usize, usize)> = vec![(5,3),(6,3),(7,3),(8,3),(9,3),(4,5),(5,5),(6,5),(7,5),(8,5),(9,5),(10,5),(4,7),(5,7),(6,7),(7,7),(8,7),(9,7),(10,7)]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/emu.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | pub struct Input: u8 { [INFO] [stdout] 10 | | const A = 0b10000000; [INFO] [stdout] 11 | | const B = 0b01000000; [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/emu.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | pub struct Input: u8 { [INFO] [stdout] 10 | | const A = 0b10000000; [INFO] [stdout] 11 | | const B = 0b01000000; [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/emu.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | pub struct Input: u8 { [INFO] [stdout] 10 | | const A = 0b10000000; [INFO] [stdout] 11 | | const B = 0b01000000; [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emu.rs:72:15 [INFO] [stdout] | [INFO] [stdout] 72 | fn run_step(State, Input) -> (State, EmuResult); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: State` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/emu.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | fn run_step(State, Input) -> (State, EmuResult); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Input` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/ida.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | static ref DEBUG_STATE_WATCHLIST: Vec = { vec![] }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 106 - static ref DEBUG_STATE_WATCHLIST: Vec = { vec![] }; [INFO] [stdout] 106 + static ref DEBUG_STATE_WATCHLIST: Vec = vec![]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/options.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | fn is_big(&State) -> bool; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &State` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/options.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | fn is_coin_collected(&State, usize, usize) -> bool; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &State` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/options.rs:75:32 [INFO] [stdout] | [INFO] [stdout] 75 | fn is_coin_collected(&State, usize, usize) -> bool; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/options.rs:75:39 [INFO] [stdout] | [INFO] [stdout] 75 | fn is_coin_collected(&State, usize, usize) -> bool; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/options.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | fn collect_coin(&mut State, usize, usize) -> (); [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut State` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/options.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | fn collect_coin(&mut State, usize, usize) -> (); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/options.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 76 | fn collect_coin(&mut State, usize, usize) -> (); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/state.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | pub struct Dir: u8 { [INFO] [stdout] 29 | | const LEFT = 0b00000010; [INFO] [stdout] 30 | | const RIGHT = 0b00000001; [INFO] [stdout] 31 | | const LR = Self::LEFT.bits | Self::RIGHT.bits; [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/state.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | pub struct Dir: u8 { [INFO] [stdout] 29 | | const LEFT = 0b00000010; [INFO] [stdout] 30 | | const RIGHT = 0b00000001; [INFO] [stdout] 31 | | const LR = Self::LEFT.bits | Self::RIGHT.bits; [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/state.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | pub struct Dir: u8 { [INFO] [stdout] 29 | | const LEFT = 0b00000010; [INFO] [stdout] 30 | | const RIGHT = 0b00000001; [INFO] [stdout] 31 | | const LR = Self::LEFT.bits | Self::RIGHT.bits; [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/state.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | fn from_state(&State) -> Self; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &State` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/state.rs:192:22 [INFO] [stdout] | [INFO] [stdout] 192 | fn from_state_dist(&State, Dist) -> Self; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &State` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/state.rs:192:30 [INFO] [stdout] | [INFO] [stdout] 192 | fn from_state_dist(&State, Dist) -> Self; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Dist` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/store.rs:9:39 [INFO] [stdout] | [INFO] [stdout] 9 | fn check_and_update_dist(&mut self, &State, Dist) -> bool; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &State` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/store.rs:9:47 [INFO] [stdout] | [INFO] [stdout] 9 | fn check_and_update_dist(&mut self, &State, Dist) -> bool; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Dist` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/ida.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / lazy_static! { [INFO] [stdout] 106 | | static ref DEBUG_STATE_WATCHLIST: Vec = { vec![] }; [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/case/w11.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | / lazy_static! { [INFO] [stdout] 214 | | static ref W11_SUB_COINS: Vec<(usize, usize)> = { vec![(5,3),(6,3),(7,3),(8,3),(9,3),(4,5),(5,5),(6,5),(7,5),(8,5),(9,5),(10,5),(4,7),(... [INFO] [stdout] 215 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `smb-opt` due to 4 previous errors; 24 warnings emitted [INFO] running `Command { std: "docker" "inspect" "18877556fcff44bb475aa7b81e0ea245b7c512e8a68312efea20ca3aa1ace00f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18877556fcff44bb475aa7b81e0ea245b7c512e8a68312efea20ca3aa1ace00f", kill_on_drop: false }` [INFO] [stdout] 18877556fcff44bb475aa7b81e0ea245b7c512e8a68312efea20ca3aa1ace00f