[INFO] fetching crate resiter 0.4.0... [INFO] building resiter-0.4.0 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate resiter 0.4.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate resiter 0.4.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate resiter 0.4.0 [INFO] finished tweaking crates.io crate resiter 0.4.0 [INFO] tweaked toml for crates.io crate resiter 0.4.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 148792dccfd17f0a7d857e4d35a56c30c7908cf312318c85868c92bea33f0411 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "148792dccfd17f0a7d857e4d35a56c30c7908cf312318c85868c92bea33f0411", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "148792dccfd17f0a7d857e4d35a56c30c7908cf312318c85868c92bea33f0411", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "148792dccfd17f0a7d857e4d35a56c30c7908cf312318c85868c92bea33f0411", kill_on_drop: false }` [INFO] [stdout] 148792dccfd17f0a7d857e4d35a56c30c7908cf312318c85868c92bea33f0411 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03c5d94c23f8bd5a41561c6ae35e84ab273abe9c115e8826c301c11e537b7cb9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "03c5d94c23f8bd5a41561c6ae35e84ab273abe9c115e8826c301c11e537b7cb9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling resiter v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/and_then.rs:9:33 [INFO] [stdout] | [INFO] [stdout] 9 | fn and_then_ok(self, F) -> AndThenOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/and_then.rs:12:34 [INFO] [stdout] | [INFO] [stdout] 12 | fn and_then_err(self, F) -> AndThenErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | fn filter_ok(self, F) -> FilterOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter.rs:12:28 [INFO] [stdout] | [INFO] [stdout] 12 | fn filter_err(self, F) -> FilterErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter_map.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | fn filter_map_ok(self, F) -> FilterMapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter_map.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | fn filter_map_err(self, F) -> FilterMapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/flat_map.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | fn flat_map_ok(self, F) -> FlatMapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/flat_map.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | fn flat_map_err(self, F) -> FlatMapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | fn map_ok(self, F) -> MapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | fn map_err(self, F) -> MapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/onerr.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | fn on_err(self, F) -> OnErr; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/onok.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | fn on_ok(self, F) -> OnOk; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/unwrap.rs:43:26 [INFO] [stdout] | [INFO] [stdout] 43 | fn unwrap_with(self, F) -> UnwrapWith; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/while_ok.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | fn while_ok(self, F) -> Result<(), E> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] running `Command { std: "docker" "inspect" "03c5d94c23f8bd5a41561c6ae35e84ab273abe9c115e8826c301c11e537b7cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03c5d94c23f8bd5a41561c6ae35e84ab273abe9c115e8826c301c11e537b7cb9", kill_on_drop: false }` [INFO] [stdout] 03c5d94c23f8bd5a41561c6ae35e84ab273abe9c115e8826c301c11e537b7cb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39a855ad7d1c5d6dbf70eb7616c2aa04b671e5542a14559dd279717807808f96 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "39a855ad7d1c5d6dbf70eb7616c2aa04b671e5542a14559dd279717807808f96", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/and_then.rs:9:33 [INFO] [stdout] | [INFO] [stdout] 9 | fn and_then_ok(self, F) -> AndThenOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/and_then.rs:12:34 [INFO] [stdout] | [INFO] [stdout] 12 | fn and_then_err(self, F) -> AndThenErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | fn filter_ok(self, F) -> FilterOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter.rs:12:28 [INFO] [stdout] | [INFO] [stdout] 12 | fn filter_err(self, F) -> FilterErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter_map.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | fn filter_map_ok(self, F) -> FilterMapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter_map.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | fn filter_map_err(self, F) -> FilterMapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/flat_map.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | fn flat_map_ok(self, F) -> FlatMapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/flat_map.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | fn flat_map_err(self, F) -> FlatMapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | fn map_ok(self, F) -> MapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | fn map_err(self, F) -> MapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/onerr.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | fn on_err(self, F) -> OnErr; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/onok.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | fn on_ok(self, F) -> OnOk; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/unwrap.rs:43:26 [INFO] [stdout] | [INFO] [stdout] 43 | fn unwrap_with(self, F) -> UnwrapWith; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/while_ok.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | fn while_ok(self, F) -> Result<(), E> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling resiter v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/and_then.rs:9:33 [INFO] [stdout] | [INFO] [stdout] 9 | fn and_then_ok(self, F) -> AndThenOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/and_then.rs:12:34 [INFO] [stdout] | [INFO] [stdout] 12 | fn and_then_err(self, F) -> AndThenErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | fn filter_ok(self, F) -> FilterOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter.rs:12:28 [INFO] [stdout] | [INFO] [stdout] 12 | fn filter_err(self, F) -> FilterErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter_map.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | fn filter_map_ok(self, F) -> FilterMapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/filter_map.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | fn filter_map_err(self, F) -> FilterMapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/flat_map.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | fn flat_map_ok(self, F) -> FlatMapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/flat_map.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | fn flat_map_err(self, F) -> FlatMapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | fn map_ok(self, F) -> MapOk [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | fn map_err(self, F) -> MapErr [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/onerr.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | fn on_err(self, F) -> OnErr; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/onok.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | fn on_ok(self, F) -> OnOk; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/unwrap.rs:43:26 [INFO] [stdout] | [INFO] [stdout] 43 | fn unwrap_with(self, F) -> UnwrapWith; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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/while_ok.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | fn while_ok(self, F) -> Result<(), E> [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [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: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/and_then.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 94 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 93 | let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "b", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/errors.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 32 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 31 | let _ : Result<_, ::std::num::ParseIntError> = IntoIterator::into_iter(["1", "2", "3", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/filter.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 110 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 109 | let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/filter.rs:125:10 [INFO] [stdout] | [INFO] [stdout] 125 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 125 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 124 | let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/filter.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 138 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 137 | let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/filter.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 151 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 150 | let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/filter_map.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 129 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 128 | let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/filter_map.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 142 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 141 | let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/map.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 86 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 85 | let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/map.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 102 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 101 | let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/map.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 115 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 115 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 114 | let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/map.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 131 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 130 | let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/oks.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 34 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 33 | let _ : Result<_, ::std::num::ParseIntError> = IntoIterator::into_iter(["1", "2", "3", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/onerr.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 45 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 44 | let _ : Vec> = IntoIterator::into_iter(["1", "2", "3", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/onok.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 45 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 44 | let _ : Vec> = IntoIterator::into_iter(["1", "2", "3", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/unwrap.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 60 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 59 | let _ : Vec = IntoIterator::into_iter(["1", "2", "3", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/while_ok.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 36 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 35 | let res = IntoIterator::into_iter(["1", "2", "3", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021. [INFO] [stdout] --> src/while_ok.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 51 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 50 | let res = IntoIterator::into_iter(["1", "2", "a", "4", "5"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: resiter, (b291683b1a3069a0, e1b9af249dfa248f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (7651b82e106e79f, dce21da55da21120), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (3f0b90c487c4f2ad, 3c977333946fce6e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (9696ab44c133a635, 4d64249e78cbbf60), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (a2ac5ea0c854d72f, 4b0878f399740614), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (50082f50a939cb59, bb602e9d2f10d13), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (d4e5ef2f4f2712a7, b9238daffb9aaf1e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (f6c26ac4860b5c4b, 5a8833130b4ea045), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (a5c7b2da19e9c9bc, a42bf91603adb486), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (d75b077ea80039a7, 7f1124d8710326df), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (8fda9b7186640ebe, 2f8f0bcb3cff587e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (d0163e47270daf88, 49e2df656dcab6f3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (86cd0b7929926489, 9c2055dd8d06a5a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (a83eac65e08dfc2a, c7203ba472a023a2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (edb9ee786455eba2, 7122997dd7995948), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (b743bdbb3344dccd, 45e1c5729293b0ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (c5b165196c4a5b1, f03c13eefdc319d7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (7a77fae514d69f5, e4c74c06ba3b13e8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (6b68adf75b6a9a44, f8e9b8cfc6d6ca22), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (9bc5b3274f28ca44, f6c711536cc59f29), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (d1a7878a795d9fb5, 6c686523064f02fc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (23217274efb26b41, d80cdf46193bad7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (7d2a52f56570a506, 8670dc949158e9b4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (fe294c670fd83433, eeb65d68c847c59e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (15a3d312b88f4557, 600d9a2f105d15d4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (933e4d65c165bdac, e0d9aa8b8a8b333), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (96263e812dae77cd, 53043b11c86b242e), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (38ee44f4c21c7938, e9917918e3534c06), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (78228b02b17a6eeb, 654da25a4bae417a), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (ac5f1c1b37b99803, 41ff23f1b87d338), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (61b6bc0c6e739134, 75739fc1e6a0db8e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (94ae74fc9aa12d3a, 5532f326f0930cd2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (1a0c8ed9a009314, 85626a52310ff538), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (a4e0b3a30d383665, f2a983492f85429c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (35dc210b76a2ab44, 4357081f082ef83a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (f72b21a3b6b71a50, 9ae77b436c1c8518), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (774cbae88d48cb9e, ddcfd43645f46797), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (e5384ef299fed680, 48470388c53d0779), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (303f3736c8e1861b, 7a9a3c6d6e113ed3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (72d44bab1f9d5a30, 123a12d0df6fac8e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (94fd1635ad78c434, 43c2f567dcba5167), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (8ae982e0a2f6d8b, 6ee5a8fc4e7bb1b), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (7fb7dfed7b678b1c, 902508bcd40b364a), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (b313e3b72364da76, 650d9e18c3e76ce6), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (d45cdd19e95dc7fa, 39731b3f9a85db9e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (616bc93cc1f16c66, b3aace7f4293f52c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (3aabda91ec37d901, c7ad242438a7dc2a), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (59a2e85cfad4b887, 1e9f8990d686b49a), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (23d9c9d66af97cdb, f4a5386ceda53d1e), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (140979dc56de5562, c90fc643fa624df0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (ddf2845853f01d43, 774b399d065148cd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (a86875bfeea5522c, d6ec1a4374dfea44), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (cac4eb0fecc6030b, fed86f4c85a02eca), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (c028230283b4d769, ac81ae6bea464763), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (c86f28d3954c6024, 241da567294b76ec), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (973b48d9b5c0254, 5dce55fa9fc00c51), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (5abcf01a86172a05, dafb9581349ca845), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (1b1a5a7d8eb8a97a, c2e910e457093b19), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (4f9f353bd9913050, b1ba1596e0f0ae03), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (8b068c7d7ba65631, 7a27a21274b20ffd), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (c502618ab7b0bfb1, ac75dbb42a011ef0), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (d95f24fc94f1da32, 2438fe35e2ac99f5), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (4a52041c8d47d228, df142cb268fd3a5e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (5dc179944599db4, 9e8f42a4e2c4323e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (5fbb4c0030b5c2cb, d6c577e216efda7d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (f60d7bec91107b71, bde78cedc32a2e4f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (af7913bcce5f46cd, 465fa924dece08f5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (41e05e52e180086b, 3d82aa9b462703e4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (8ab4461a334442d5, 6c2055db4c829cc), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (5ceadcb99edc8569, 798e0ea108dcdb4a), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (6679663a08d15010, c4a0ee469d7f5d17), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (f9a9e3f035b110ff, 3338ea589d37a5d9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (81fc71e79bcfff7a, d056aaa313303b29), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (ec0e47ce2ce6f73c, 34d33b904e974f80), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (bdf43d39219b22b8, 22ab35fdcd7b6c24), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (699d1e1c44fbc46a, df3390ccd24b235b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (f18047a31459a888, 866e2161e30e2e1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (b91868f9dd9621cc, 404fbfc2c20a4e3e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (9e584903c2364f51, d50876bf8a6cfced), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (7f4d398c3a43389, 148c6aea3299abeb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (ded36c0deb7e4e90, dafbe95844184ed7), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (fed5938b09045dd6, 67c2300eb18506db), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (8792c1975cd659c3, 30dcc5b62e8919db), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (2e59affc7b3826cc, 113d467aeeaaef39), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: resiter, (6e12d1cb039b0cb7, 56e0dea31274e2b0), 0, 0 [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "39a855ad7d1c5d6dbf70eb7616c2aa04b671e5542a14559dd279717807808f96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39a855ad7d1c5d6dbf70eb7616c2aa04b671e5542a14559dd279717807808f96", kill_on_drop: false }` [INFO] [stdout] 39a855ad7d1c5d6dbf70eb7616c2aa04b671e5542a14559dd279717807808f96