[INFO] fetching crate stackbt_behavior_tree 0.1.2... [INFO] testing stackbt_behavior_tree-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate stackbt_behavior_tree 0.1.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate stackbt_behavior_tree 0.1.2 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 crates.io crate stackbt_behavior_tree 0.1.2 [INFO] finished tweaking crates.io crate stackbt_behavior_tree 0.1.2 [INFO] tweaked toml for crates.io crate stackbt_behavior_tree 0.1.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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 stackbt_automata_impl v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] df96d6b0eedd142f545b9ec46fe71de34142cbacac3e1d3679c8942ae2f0110a [INFO] running `Command { std: "docker" "start" "-a" "df96d6b0eedd142f545b9ec46fe71de34142cbacac3e1d3679c8942ae2f0110a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df96d6b0eedd142f545b9ec46fe71de34142cbacac3e1d3679c8942ae2f0110a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df96d6b0eedd142f545b9ec46fe71de34142cbacac3e1d3679c8942ae2f0110a", kill_on_drop: false }` [INFO] [stdout] df96d6b0eedd142f545b9ec46fe71de34142cbacac3e1d3679c8942ae2f0110a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] ba7ffaa642190ca9e2492b4fe033f975ba31a21a2db21cadc13cbb39f0428be4 [INFO] running `Command { std: "docker" "start" "-a" "ba7ffaa642190ca9e2492b4fe033f975ba31a21a2db21cadc13cbb39f0428be4", kill_on_drop: false }` [INFO] [stderr] Compiling stackbt_automata_impl v0.1.2 [INFO] [stderr] Compiling stackbt_behavior_tree v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/base_nodes.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | fn do_end(&Self::Input) -> Statepoint; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [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/base_nodes.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | fn call(&Self::Input) -> Self::Output; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | fn new(Self::Discriminant) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Discriminant` [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/serial_node.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:71:37 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Enum` [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/serial_node.rs:71:49 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Nonterm` [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/serial_node.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:75:34 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Enum` [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/serial_node.rs:75:46 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Term` [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/parallel_node.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | fn each_step(&Self::Input, Box<[Statepoint]>) -> [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/parallel_node.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | fn each_step(&Self::Input, Box<[Statepoint]>) -> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box<[Statepoint]>` [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/map_wrappers.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | fn input_transform(&Self::In) -> Self::Out; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::In` [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/map_wrappers.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | fn nonterminal_transform(Self::NontermIn) -> Self::NontermOut; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::NontermIn` [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/map_wrappers.rs:96:27 [INFO] [stdout] | [INFO] [stdout] 96 | fn terminal_transform(Self::TermIn) -> Self::TermOut; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::TermIn` [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/map_wrappers.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | fn create(&::Input) -> Self::Creates; [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | fn test(&Self::Input, &Self::Nonterminal) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:15:27 [INFO] [stdout] | [INFO] [stdout] 15 | fn test(&Self::Input, &Self::Nonterminal) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Nonterminal` [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/control_wrappers.rs:104:24 [INFO] [stdout] | [INFO] [stdout] 104 | fn controlled_step(&Self::Input) -> StepDecision; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:223:17 [INFO] [stdout] | [INFO] [stdout] 223 | fn do_reset(&Self::Input, Statepoint<&Self::Nonterminal, [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | fn do_reset(&Self::Input, Statepoint<&Self::Nonterminal, [INFO] [stdout] | _______________________________^ [INFO] [stdout] 224 | | &Self::Terminal>) -> bool; [INFO] [stdout] | |________________________^ [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] help: try naming the parameter or explicitly ignoring it [INFO] [stdout] | [INFO] [stdout] 223 ~ fn do_reset(&Self::Input, _: Statepoint<&Self::Nonterminal, [INFO] [stdout] 224 ~ &Self::Terminal>) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/control_wrappers.rs:187:21 [INFO] [stdout] | [INFO] [stdout] 187 | let mut new_machine = N::default(); [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "ba7ffaa642190ca9e2492b4fe033f975ba31a21a2db21cadc13cbb39f0428be4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba7ffaa642190ca9e2492b4fe033f975ba31a21a2db21cadc13cbb39f0428be4", kill_on_drop: false }` [INFO] [stdout] ba7ffaa642190ca9e2492b4fe033f975ba31a21a2db21cadc13cbb39f0428be4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fdcab59aab1267127579cd16285df8ed033c570868119fe9da3326bf3736031 [INFO] running `Command { std: "docker" "start" "-a" "9fdcab59aab1267127579cd16285df8ed033c570868119fe9da3326bf3736031", kill_on_drop: false }` [INFO] [stderr] Compiling stackbt_behavior_tree v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/base_nodes.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | fn do_end(&Self::Input) -> Statepoint; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [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/base_nodes.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | fn call(&Self::Input) -> Self::Output; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | fn new(Self::Discriminant) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Discriminant` [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/serial_node.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:71:37 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Enum` [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/serial_node.rs:71:49 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Nonterm` [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/serial_node.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:75:34 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Enum` [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/serial_node.rs:75:46 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Term` [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/parallel_node.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | fn each_step(&Self::Input, Box<[Statepoint]>) -> [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/parallel_node.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | fn each_step(&Self::Input, Box<[Statepoint]>) -> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box<[Statepoint]>` [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/map_wrappers.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | fn input_transform(&Self::In) -> Self::Out; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::In` [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/map_wrappers.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | fn nonterminal_transform(Self::NontermIn) -> Self::NontermOut; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::NontermIn` [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/map_wrappers.rs:96:27 [INFO] [stdout] | [INFO] [stdout] 96 | fn terminal_transform(Self::TermIn) -> Self::TermOut; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::TermIn` [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/map_wrappers.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | fn create(&::Input) -> Self::Creates; [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | fn test(&Self::Input, &Self::Nonterminal) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:15:27 [INFO] [stdout] | [INFO] [stdout] 15 | fn test(&Self::Input, &Self::Nonterminal) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Nonterminal` [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/control_wrappers.rs:104:24 [INFO] [stdout] | [INFO] [stdout] 104 | fn controlled_step(&Self::Input) -> StepDecision; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:223:17 [INFO] [stdout] | [INFO] [stdout] 223 | fn do_reset(&Self::Input, Statepoint<&Self::Nonterminal, [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | fn do_reset(&Self::Input, Statepoint<&Self::Nonterminal, [INFO] [stdout] | _______________________________^ [INFO] [stdout] 224 | | &Self::Terminal>) -> bool; [INFO] [stdout] | |________________________^ [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] help: try naming the parameter or explicitly ignoring it [INFO] [stdout] | [INFO] [stdout] 223 ~ fn do_reset(&Self::Input, _: Statepoint<&Self::Nonterminal, [INFO] [stdout] 224 ~ &Self::Terminal>) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/control_wrappers.rs:187:21 [INFO] [stdout] | [INFO] [stdout] 187 | let mut new_machine = N::default(); [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/base_nodes.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | fn do_end(&Self::Input) -> Statepoint; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [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/base_nodes.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | fn call(&Self::Input) -> Self::Output; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | fn new(Self::Discriminant) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Discriminant` [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/serial_node.rs:71:23 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:71:37 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Enum` [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/serial_node.rs:71:49 [INFO] [stdout] | [INFO] [stdout] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Nonterm` [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/serial_node.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/serial_node.rs:75:34 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Enum` [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/serial_node.rs:75:46 [INFO] [stdout] | [INFO] [stdout] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Term` [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/parallel_node.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | fn each_step(&Self::Input, Box<[Statepoint]>) -> [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/parallel_node.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | fn each_step(&Self::Input, Box<[Statepoint]>) -> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box<[Statepoint]>` [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/map_wrappers.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | fn input_transform(&Self::In) -> Self::Out; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::In` [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/map_wrappers.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | fn nonterminal_transform(Self::NontermIn) -> Self::NontermOut; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::NontermIn` [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/map_wrappers.rs:96:27 [INFO] [stdout] | [INFO] [stdout] 96 | fn terminal_transform(Self::TermIn) -> Self::TermOut; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::TermIn` [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/map_wrappers.rs:167:15 [INFO] [stdout] | [INFO] [stdout] 167 | fn create(&::Input) -> Self::Creates; [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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | fn test(&Self::Input, &Self::Nonterminal) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:15:27 [INFO] [stdout] | [INFO] [stdout] 15 | fn test(&Self::Input, &Self::Nonterminal) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Nonterminal` [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/control_wrappers.rs:104:24 [INFO] [stdout] | [INFO] [stdout] 104 | fn controlled_step(&Self::Input) -> StepDecision; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:223:17 [INFO] [stdout] | [INFO] [stdout] 223 | fn do_reset(&Self::Input, Statepoint<&Self::Nonterminal, [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::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: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/control_wrappers.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | fn do_reset(&Self::Input, Statepoint<&Self::Nonterminal, [INFO] [stdout] | _______________________________^ [INFO] [stdout] 224 | | &Self::Terminal>) -> bool; [INFO] [stdout] | |________________________^ [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] help: try naming the parameter or explicitly ignoring it [INFO] [stdout] | [INFO] [stdout] 223 ~ fn do_reset(&Self::Input, _: Statepoint<&Self::Nonterminal, [INFO] [stdout] 224 ~ &Self::Terminal>) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `GuardedNode`, `NodeGuard` [INFO] [stdout] --> src/node_compositions.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | use control_wrappers::{NodeGuard, GuardedNode}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `node_runner::NodeRunner` [INFO] [stdout] --> src/node_compositions.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | use node_runner::NodeRunner; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/node_compositions.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `par_node_4` [INFO] [stdout] --> src/parallel_node.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | let par_node_4 = match par_node_3.step(&-3) { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_par_node_4` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/node_compositions.rs:502:23 [INFO] [stdout] | [INFO] [stdout] 502 | fn step(self, input: &()) -> (Self::Action, Self) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/node_compositions.rs:526:23 [INFO] [stdout] | [INFO] [stdout] 526 | fn step(self, input: &()) -> (Self::Action, Self) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/control_wrappers.rs:187:21 [INFO] [stdout] | [INFO] [stdout] 187 | let mut new_machine = N::default(); [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `Command { std: "docker" "inspect" "9fdcab59aab1267127579cd16285df8ed033c570868119fe9da3326bf3736031", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fdcab59aab1267127579cd16285df8ed033c570868119fe9da3326bf3736031", kill_on_drop: false }` [INFO] [stdout] 9fdcab59aab1267127579cd16285df8ed033c570868119fe9da3326bf3736031 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4dda800e92d4d9798a568e3c0fc3f4370b0e598bc9b65f8a862a9f12bef2111a [INFO] running `Command { std: "docker" "start" "-a" "4dda800e92d4d9798a568e3c0fc3f4370b0e598bc9b65f8a862a9f12bef2111a", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/base_nodes.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | fn do_end(&Self::Input) -> Statepoint; [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/base_nodes.rs:76:13 [INFO] [stderr] | [INFO] [stderr] 76 | fn call(&Self::Input) -> Self::Output; [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/serial_node.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | fn new(Self::Discriminant) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Discriminant` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/serial_node.rs:71:23 [INFO] [stderr] | [INFO] [stderr] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/serial_node.rs:71:37 [INFO] [stderr] | [INFO] [stderr] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stderr] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Enum` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/serial_node.rs:71:49 [INFO] [stderr] | [INFO] [stderr] 71 | fn on_nonterminal(&Self::Input, Self::Enum, Self::Nonterm) -> NontermDecision< [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Nonterm` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/serial_node.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/serial_node.rs:75:34 [INFO] [stderr] | [INFO] [stderr] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stderr] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Enum` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/serial_node.rs:75:46 [INFO] [stderr] | [INFO] [stderr] 75 | fn on_terminal(&Self::Input, Self::Enum, Self::Term) -> TermDecision< [INFO] [stderr] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Term` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/parallel_node.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | fn each_step(&Self::Input, Box<[Statepoint]>) -> [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/parallel_node.rs:19:32 [INFO] [stderr] | [INFO] [stderr] 19 | fn each_step(&Self::Input, Box<[Statepoint]>) -> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box<[Statepoint]>` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/map_wrappers.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | fn input_transform(&Self::In) -> Self::Out; [INFO] [stderr] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::In` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/map_wrappers.rs:93:30 [INFO] [stderr] | [INFO] [stderr] 93 | fn nonterminal_transform(Self::NontermIn) -> Self::NontermOut; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::NontermIn` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/map_wrappers.rs:96:27 [INFO] [stderr] | [INFO] [stderr] 96 | fn terminal_transform(Self::TermIn) -> Self::TermOut; [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::TermIn` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/map_wrappers.rs:167:15 [INFO] [stderr] | [INFO] [stderr] 167 | fn create(&::Input) -> Self::Creates; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &::Input` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/control_wrappers.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | fn test(&Self::Input, &Self::Nonterminal) -> bool; [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/control_wrappers.rs:15:27 [INFO] [stderr] | [INFO] [stderr] 15 | fn test(&Self::Input, &Self::Nonterminal) -> bool; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Nonterminal` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/control_wrappers.rs:104:24 [INFO] [stderr] | [INFO] [stderr] 104 | fn controlled_step(&Self::Input) -> StepDecision; [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/control_wrappers.rs:223:17 [INFO] [stderr] | [INFO] [stderr] 223 | fn do_reset(&Self::Input, Statepoint<&Self::Nonterminal, [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self::Input` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/control_wrappers.rs:223:31 [INFO] [stderr] | [INFO] [stderr] 223 | fn do_reset(&Self::Input, Statepoint<&Self::Nonterminal, [INFO] [stderr] | _______________________________^ [INFO] [stderr] 224 | | &Self::Terminal>) -> bool; [INFO] [stderr] | |________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] help: try naming the parameter or explicitly ignoring it [INFO] [stderr] | [INFO] [stderr] 223 ~ fn do_reset(&Self::Input, _: Statepoint<&Self::Nonterminal, [INFO] [stderr] 224 ~ &Self::Terminal>) -> bool; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/control_wrappers.rs:187:21 [INFO] [stderr] | [INFO] [stderr] 187 | let mut new_machine = N::default(); [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `stackbt_behavior_tree` (lib) generated 21 warnings [INFO] [stderr] warning: unused imports: `GuardedNode`, `NodeGuard` [INFO] [stderr] --> src/node_compositions.rs:157:28 [INFO] [stderr] | [INFO] [stderr] 157 | use control_wrappers::{NodeGuard, GuardedNode}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `node_runner::NodeRunner` [INFO] [stderr] --> src/node_compositions.rs:158:9 [INFO] [stderr] | [INFO] [stderr] 158 | use node_runner::NodeRunner; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::marker::PhantomData` [INFO] [stderr] --> src/node_compositions.rs:159:9 [INFO] [stderr] | [INFO] [stderr] 159 | use std::marker::PhantomData; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `par_node_4` [INFO] [stderr] --> src/parallel_node.rs:225:13 [INFO] [stderr] | [INFO] [stderr] 225 | let par_node_4 = match par_node_3.step(&-3) { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_par_node_4` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/node_compositions.rs:502:23 [INFO] [stderr] | [INFO] [stderr] 502 | fn step(self, input: &()) -> (Self::Action, Self) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/node_compositions.rs:526:23 [INFO] [stderr] | [INFO] [stderr] 526 | fn step(self, input: &()) -> (Self::Action, Self) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: `stackbt_behavior_tree` (lib test) generated 27 warnings (21 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/stackbt_behavior_tree-a7703a5ec3def30b) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test base_nodes::tests::leaf_test ... ok [INFO] [stderr] Doc-tests stackbt_behavior_tree [INFO] [stdout] test base_nodes::tests::evaluation_test ... ok [INFO] [stdout] test base_nodes::tests::pred_wait_test ... ok [INFO] [stdout] test control_wrappers::tests::post_reset_test ... ok [INFO] [stdout] test control_wrappers::tests::step_control_test ... ok [INFO] [stdout] test map_wrappers::tests::custom_constructor_test ... ok [INFO] [stdout] test map_wrappers::tests::input_map_test ... ok [INFO] [stdout] test control_wrappers::tests::guarded_node_test ... ok [INFO] [stdout] test map_wrappers::tests::lazy_constructor_test ... ok [INFO] [stdout] test map_wrappers::tests::output_map_test ... ok [INFO] [stdout] test node_compositions::tests::parallel_racer_test ... ok [INFO] [stdout] test node_compositions::tests::parallel_runner_test ... ok [INFO] [stdout] test node_compositions::tests::serial_runner_test ... ok [INFO] [stdout] test node_compositions::tests::serial_selector_test ... ok [INFO] [stdout] test node_runner::tests::runner_test ... ok [INFO] [stdout] test parallel_node::tests::parallel_node_test ... ok [INFO] [stdout] test serial_node::tests::serial_switcharound_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4dda800e92d4d9798a568e3c0fc3f4370b0e598bc9b65f8a862a9f12bef2111a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dda800e92d4d9798a568e3c0fc3f4370b0e598bc9b65f8a862a9f12bef2111a", kill_on_drop: false }` [INFO] [stdout] 4dda800e92d4d9798a568e3c0fc3f4370b0e598bc9b65f8a862a9f12bef2111a