[INFO] fetching crate resiter-dpc-tmp 0.3.0...
[INFO] testing resiter-dpc-tmp-0.3.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate resiter-dpc-tmp 0.3.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate resiter-dpc-tmp 0.3.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate resiter-dpc-tmp 0.3.0
[INFO] finished tweaking crates.io crate resiter-dpc-tmp 0.3.0
[INFO] tweaked toml for crates.io crate resiter-dpc-tmp 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20922cfe09797bc28da32eb9a260f2ccb548b3703482e6954a4df031dd2c0b7d
[INFO] running `Command { std: "docker" "start" "-a" "20922cfe09797bc28da32eb9a260f2ccb548b3703482e6954a4df031dd2c0b7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20922cfe09797bc28da32eb9a260f2ccb548b3703482e6954a4df031dd2c0b7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20922cfe09797bc28da32eb9a260f2ccb548b3703482e6954a4df031dd2c0b7d", kill_on_drop: false }`
[INFO] [stdout] 20922cfe09797bc28da32eb9a260f2ccb548b3703482e6954a4df031dd2c0b7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34d0e236fc2dadf817ac0bc5dadde11d369827f04b3661a96b6699b5b0e4e6ac
[INFO] running `Command { std: "docker" "start" "-a" "34d0e236fc2dadf817ac0bc5dadde11d369827f04b3661a96b6699b5b0e4e6ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling resiter-dpc-tmp v0.3.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<F, O2>(self, F) -> AndThenOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[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<F, E2>(self, F) -> AndThenErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> FilterMapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> FilterMapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, O2>(self, F) -> FlatMapOk<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, E2>(self, F) -> FlatMapErr<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> MapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> MapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<F>(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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] running `Command { std: "docker" "inspect" "34d0e236fc2dadf817ac0bc5dadde11d369827f04b3661a96b6699b5b0e4e6ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34d0e236fc2dadf817ac0bc5dadde11d369827f04b3661a96b6699b5b0e4e6ac", kill_on_drop: false }`
[INFO] [stdout] 34d0e236fc2dadf817ac0bc5dadde11d369827f04b3661a96b6699b5b0e4e6ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a65c1e045e6383a54f7b2e12d6b7270600f1819f64eb355eb4ef7a50ff6d1ccf
[INFO] running `Command { std: "docker" "start" "-a" "a65c1e045e6383a54f7b2e12d6b7270600f1819f64eb355eb4ef7a50ff6d1ccf", 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<F, O2>(self, F) -> AndThenOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[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<F, E2>(self, F) -> AndThenErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling resiter-dpc-tmp v0.3.0 (/opt/rustwide/workdir)
[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<F, O2>(self, F) -> FilterMapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> FilterMapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, O2>(self, F) -> FlatMapOk<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, E2>(self, F) -> FlatMapErr<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> MapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> MapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<F>(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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[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:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn and_then_ok<F, O2>(self, F) -> AndThenOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[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<F, E2>(self, F) -> AndThenErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> FilterMapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> FilterMapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, O2>(self, F) -> FlatMapOk<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, E2>(self, F) -> FlatMapErr<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> MapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> MapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<F>(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 <https://github.com/rust-lang/rust/issues/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]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` on by default
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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<Result<usize, ::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/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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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<Result<usize, ::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/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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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<usize> = 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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] [stdout] warning: 32 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "a65c1e045e6383a54f7b2e12d6b7270600f1819f64eb355eb4ef7a50ff6d1ccf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a65c1e045e6383a54f7b2e12d6b7270600f1819f64eb355eb4ef7a50ff6d1ccf", kill_on_drop: false }`
[INFO] [stdout] a65c1e045e6383a54f7b2e12d6b7270600f1819f64eb355eb4ef7a50ff6d1ccf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 887a162bc8aa842a4401a79725bec0cc598ca9d9b01f2056274872e5d29f8fd4
[INFO] running `Command { std: "docker" "start" "-a" "887a162bc8aa842a4401a79725bec0cc598ca9d9b01f2056274872e5d29f8fd4", kill_on_drop: false }`
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/and_then.rs:9:33
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn and_then_ok<F, O2>(self, F) -> AndThenOk<Self, F>
[INFO] [stderr]   |                                 ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/and_then.rs:12:34
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn and_then_err<F, E2>(self, F) -> AndThenErr<Self, F>
[INFO] [stderr]    |                                  ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/filter.rs:9:27
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn filter_ok<F>(self, F) -> FilterOk<Self, F>
[INFO] [stderr]   |                           ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/filter.rs:12:28
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn filter_err<F>(self, F) -> FilterErr<Self, F>
[INFO] [stderr]    |                            ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/filter_map.rs:9:35
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn filter_map_ok<F, O2>(self, F) -> FilterMapOk<Self, F>
[INFO] [stderr]   |                                   ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/filter_map.rs:12:36
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn filter_map_err<F, E2>(self, F) -> FilterMapErr<Self, F>
[INFO] [stderr]    |                                    ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/flat_map.rs:9:36
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn flat_map_ok<U, F, O2>(self, F) -> FlatMapOk<Self, U, F>
[INFO] [stderr]   |                                    ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/flat_map.rs:13:37
[INFO] [stderr]    |
[INFO] [stderr] 13 |     fn flat_map_err<U, F, E2>(self, F) -> FlatMapErr<Self, U, F>
[INFO] [stderr]    |                                     ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/map.rs:9:28
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn map_ok<F, O2>(self, F) -> MapOk<Self, F>
[INFO] [stderr]   |                            ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/map.rs:12:29
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn map_err<F, E2>(self, F) -> MapErr<Self, F>
[INFO] [stderr]    |                             ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/onerr.rs:17:21
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn on_err(self, F) -> OnErr<I, O, E, F>;
[INFO] [stderr]    |                     ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/onok.rs:17:20
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn on_ok(self, F) -> OnOk<I, O, E, F>;
[INFO] [stderr]    |                    ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/unwrap.rs:43:26
[INFO] [stderr]    |
[INFO] [stderr] 43 |     fn unwrap_with(self, F) -> UnwrapWith<I, O, E, F>;
[INFO] [stderr]    |                          ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/while_ok.rs:10:26
[INFO] [stderr]    |
[INFO] [stderr] 10 |     fn while_ok<F>(self, F) -> Result<(), E>
[INFO] [stderr]    |                          ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: `resiter-dpc-tmp` (lib) generated 14 warnings (run `cargo fix --lib -p resiter-dpc-tmp` to apply 14 suggestions)
[INFO] [stderr] 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] [stderr]   --> src/and_then.rs:94:10
[INFO] [stderr]    |
[INFO] [stderr] 94 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr]    = note: `#[warn(array_into_iter)]` on by default
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 94 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 93 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "b", "4", "5"])
[INFO] [stderr]    |                          ++++++++++++++++++++++++                              ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/errors.rs:32:10
[INFO] [stderr]    |
[INFO] [stderr] 32 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 32 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 31 |     let _ : Result<_, ::std::num::ParseIntError> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                                                    ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter.rs:110:10
[INFO] [stderr]     |
[INFO] [stderr] 110 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 110 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 109 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter.rs:125:10
[INFO] [stderr]     |
[INFO] [stderr] 125 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 125 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 124 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter.rs:138:10
[INFO] [stderr]     |
[INFO] [stderr] 138 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 138 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 137 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter.rs:151:10
[INFO] [stderr]     |
[INFO] [stderr] 151 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 151 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 150 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter_map.rs:129:10
[INFO] [stderr]     |
[INFO] [stderr] 129 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 129 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 128 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter_map.rs:142:10
[INFO] [stderr]     |
[INFO] [stderr] 142 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 142 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 141 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/map.rs:86:10
[INFO] [stderr]    |
[INFO] [stderr] 86 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 86 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 85 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]    |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/map.rs:102:10
[INFO] [stderr]     |
[INFO] [stderr] 102 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 102 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 101 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/map.rs:115:10
[INFO] [stderr]     |
[INFO] [stderr] 115 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 115 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 114 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/map.rs:131:10
[INFO] [stderr]     |
[INFO] [stderr] 131 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 131 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 130 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/oks.rs:34:10
[INFO] [stderr]    |
[INFO] [stderr] 34 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 34 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 33 |     let _ : Result<_, ::std::num::ParseIntError> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                                                    ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/onerr.rs:45:10
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let _ : Vec<Result<usize, ::std::num::ParseIntError>> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                                                             ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/onok.rs:45:10
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let _ : Vec<Result<usize, ::std::num::ParseIntError>> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                                                             ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/unwrap.rs:60:10
[INFO] [stderr]    |
[INFO] [stderr] 60 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 60 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let _ : Vec<usize> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/while_ok.rs:36:10
[INFO] [stderr]    |
[INFO] [stderr] 36 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 36 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let res = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |               ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/while_ok.rs:51:10
[INFO] [stderr]    |
[INFO] [stderr] 51 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 51 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 50 |     let res = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]    |               ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] warning: `resiter-dpc-tmp` (lib test) generated 32 warnings (14 duplicates) (run `cargo fix --lib -p resiter-dpc-tmp --tests` to apply 18 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/resiter_dpc_tmp-b2c462e52d7414ff)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test and_then::test_and_then_ok ... ok
[INFO] [stdout] test filter::test_filter_err ... ok
[INFO] [stdout] test errors::test_compile ... ok
[INFO] [stdout] test filter::test_filter_ok ... ok
[INFO] [stdout] test filter::test_filter_err_hint ... ok
[INFO] [stdout] test filter::test_filter_ok_hint ... ok
[INFO] [stdout] test filter_map::test_filter_map_err_hint ... ok
[INFO] [stdout] test filter_map::test_filter_map_ok ... ok
[INFO] [stdout] test filter_map::test_filter_map_ok_hint ... ok
[INFO] [stdout] test flat_map::test_flat_map_ok ... ok
[INFO] [stdout] test flatten::test_flatten_ok ... ok
[INFO] [stdout] test map::test_map_err ... ok
[INFO] [stdout] test map::test_map_err_hint ... ok
[INFO] [stdout] test map::test_map_ok ... ok
[INFO] [stdout] test map::test_map_ok_hint ... ok
[INFO] [stdout] test oks::test_compile ... ok
[INFO] [stdout] test onerr::test_compile_1 ... ok
[INFO] [stdout] test onok::test_compile_1 ... ok
[INFO] [stdout] test unwrap::test_compile_1 ... ok
[INFO] [stdout] test while_ok::test_while_ok_err ... ok
[INFO] [stdout] test while_ok::test_while_ok_ok ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests resiter_dpc_tmp
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/lib.rs - (line 38) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 53) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 175) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 125) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 70) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 108) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 158) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 87) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 141) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 38) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:41:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::errors::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `errors` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:46:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let _ : Option<::std::num::ParseIntError> = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _____________________________________________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .errors()
[INFO] [stdout]   | |     -^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 53) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::errors::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `errors` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:61:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let len = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  ___________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .errors()
[INFO] [stdout]   | |     -^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 175) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:178:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::while_ok::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `while_ok` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:183:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let res = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  ___________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .while_ok(|i| {
[INFO] [stdout]   | |     -^^^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 125) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:128:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::map::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `map_err` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:133:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let doubles = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _______________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .map_err(|e| format!("{:?}", e))
[INFO] [stdout]   | |     -^^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 70) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:73:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::oks::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `oks` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:78:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let len = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  ___________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .oks() // Could also be done with .filter_map(Result::ok)
[INFO] [stdout]   | |     -^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 108) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:111:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::map::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `map_ok` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:116:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let doubles = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _______________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .map_ok(|i| 2*i)
[INFO] [stdout]   | |_____-^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `map` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 |     .map(|i| 2*i)
[INFO] [stdout]   |      ~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 158) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:161:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::filter::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `filter_err` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:166:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let doubles = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _______________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .filter_err(|_| false) // filter out all errors
[INFO] [stdout]   | |_____-^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `filter` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 |     .filter(|_| false) // filter out all errors
[INFO] [stdout]   |      ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 87) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:90:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::oks::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:91:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use resiter::onerr::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:92:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use resiter::onok::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `on_err` found for struct `Map` in the current scope
[INFO] [stdout]   --> src/lib.rs:97:6
[INFO] [stdout]    |
[INFO] [stdout] 8  |   let len = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]    |  ___________-
[INFO] [stdout] 9  | |     .into_iter()
[INFO] [stdout] 10 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 11 | |     .on_err(|e| println!("Error happened: {:?}", e)) // ::std::process::exit(1) possible
[INFO] [stdout]    | |     -^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:10:10}>`
[INFO] [stdout]    | |_____|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 141) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:144:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::filter::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `filter_ok` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:149:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let doubles = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _______________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .filter_ok(|i| i%2 == 0)
[INFO] [stdout]   | |_____-^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `filter` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 |     .filter(|i| i%2 == 0)
[INFO] [stdout]   |      ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 108)
[INFO] [stdout]     src/lib.rs - (line 125)
[INFO] [stdout]     src/lib.rs - (line 141)
[INFO] [stdout]     src/lib.rs - (line 158)
[INFO] [stdout]     src/lib.rs - (line 175)
[INFO] [stdout]     src/lib.rs - (line 38)
[INFO] [stdout]     src/lib.rs - (line 53)
[INFO] [stdout]     src/lib.rs - (line 70)
[INFO] [stdout]     src/lib.rs - (line 87)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "887a162bc8aa842a4401a79725bec0cc598ca9d9b01f2056274872e5d29f8fd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "887a162bc8aa842a4401a79725bec0cc598ca9d9b01f2056274872e5d29f8fd4", kill_on_drop: false }`
[INFO] [stdout] 887a162bc8aa842a4401a79725bec0cc598ca9d9b01f2056274872e5d29f8fd4
[INFO] testing resiter-dpc-tmp-0.3.0 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate resiter-dpc-tmp 0.3.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate resiter-dpc-tmp 0.3.0 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate resiter-dpc-tmp 0.3.0
[INFO] finished tweaking crates.io crate resiter-dpc-tmp 0.3.0
[INFO] tweaked toml for crates.io crate resiter-dpc-tmp 0.3.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e47a6e34fb35f15745e5251b6a9040e29b11dfc1f1ea694d91d7bb4e530a4a9a
[INFO] running `Command { std: "docker" "start" "-a" "e47a6e34fb35f15745e5251b6a9040e29b11dfc1f1ea694d91d7bb4e530a4a9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e47a6e34fb35f15745e5251b6a9040e29b11dfc1f1ea694d91d7bb4e530a4a9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e47a6e34fb35f15745e5251b6a9040e29b11dfc1f1ea694d91d7bb4e530a4a9a", kill_on_drop: false }`
[INFO] [stdout] e47a6e34fb35f15745e5251b6a9040e29b11dfc1f1ea694d91d7bb4e530a4a9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70dd7547582e8bc9eaafc56e564d52dd54a226ba03d086acd5e9bd056bd811ed
[INFO] running `Command { std: "docker" "start" "-a" "70dd7547582e8bc9eaafc56e564d52dd54a226ba03d086acd5e9bd056bd811ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling resiter-dpc-tmp v0.3.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<F, O2>(self, F) -> AndThenOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[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<F, E2>(self, F) -> AndThenErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> FilterMapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> FilterMapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, O2>(self, F) -> FlatMapOk<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, E2>(self, F) -> FlatMapErr<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> MapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> MapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<F>(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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] running `Command { std: "docker" "inspect" "70dd7547582e8bc9eaafc56e564d52dd54a226ba03d086acd5e9bd056bd811ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70dd7547582e8bc9eaafc56e564d52dd54a226ba03d086acd5e9bd056bd811ed", kill_on_drop: false }`
[INFO] [stdout] 70dd7547582e8bc9eaafc56e564d52dd54a226ba03d086acd5e9bd056bd811ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad5b96adf1eef6afeeff1b4bfb0bbda57b4eb8521519bcf80b72d5f236a87439
[INFO] running `Command { std: "docker" "start" "-a" "ad5b96adf1eef6afeeff1b4bfb0bbda57b4eb8521519bcf80b72d5f236a87439", 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<F, O2>(self, F) -> AndThenOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[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<F, E2>(self, F) -> AndThenErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> FilterMapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> FilterMapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, O2>(self, F) -> FlatMapOk<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, E2>(self, F) -> FlatMapErr<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling resiter-dpc-tmp v0.3.0 (/opt/rustwide/workdir)
[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<F, O2>(self, F) -> MapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> MapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<F>(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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[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:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn and_then_ok<F, O2>(self, F) -> AndThenOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]   = note: `#[warn(anonymous_parameters)]` on by default
[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<F, E2>(self, F) -> AndThenErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F>(self, F) -> FilterErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> FilterMapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> FilterMapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, O2>(self, F) -> FlatMapOk<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<U, F, E2>(self, F) -> FlatMapErr<Self, U, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, O2>(self, F) -> MapOk<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<F, E2>(self, F) -> MapErr<Self, F>
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<I, O, E, F>;
[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 <https://github.com/rust-lang/rust/issues/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<F>(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 <https://github.com/rust-lang/rust/issues/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]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` on by default
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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<Result<usize, ::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/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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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<Result<usize, ::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/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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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<usize> = 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[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] [stdout] warning: 32 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] running `Command { std: "docker" "inspect" "ad5b96adf1eef6afeeff1b4bfb0bbda57b4eb8521519bcf80b72d5f236a87439", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad5b96adf1eef6afeeff1b4bfb0bbda57b4eb8521519bcf80b72d5f236a87439", kill_on_drop: false }`
[INFO] [stdout] ad5b96adf1eef6afeeff1b4bfb0bbda57b4eb8521519bcf80b72d5f236a87439
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5b686e743170c06a4a6bbd697b6d9b43ce2c419a4d347da0d913683a3ded0b1b
[INFO] running `Command { std: "docker" "start" "-a" "5b686e743170c06a4a6bbd697b6d9b43ce2c419a4d347da0d913683a3ded0b1b", kill_on_drop: false }`
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/and_then.rs:9:33
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn and_then_ok<F, O2>(self, F) -> AndThenOk<Self, F>
[INFO] [stderr]   |                                 ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]   = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/and_then.rs:12:34
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn and_then_err<F, E2>(self, F) -> AndThenErr<Self, F>
[INFO] [stderr]    |                                  ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/filter.rs:9:27
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn filter_ok<F>(self, F) -> FilterOk<Self, F>
[INFO] [stderr]   |                           ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/filter.rs:12:28
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn filter_err<F>(self, F) -> FilterErr<Self, F>
[INFO] [stderr]    |                            ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/filter_map.rs:9:35
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn filter_map_ok<F, O2>(self, F) -> FilterMapOk<Self, F>
[INFO] [stderr]   |                                   ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/filter_map.rs:12:36
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn filter_map_err<F, E2>(self, F) -> FilterMapErr<Self, F>
[INFO] [stderr]    |                                    ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/flat_map.rs:9:36
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn flat_map_ok<U, F, O2>(self, F) -> FlatMapOk<Self, U, F>
[INFO] [stderr]   |                                    ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/flat_map.rs:13:37
[INFO] [stderr]    |
[INFO] [stderr] 13 |     fn flat_map_err<U, F, E2>(self, F) -> FlatMapErr<Self, U, F>
[INFO] [stderr]    |                                     ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]  --> src/map.rs:9:28
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn map_ok<F, O2>(self, F) -> MapOk<Self, F>
[INFO] [stderr]   |                            ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/map.rs:12:29
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn map_err<F, E2>(self, F) -> MapErr<Self, F>
[INFO] [stderr]    |                             ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/onerr.rs:17:21
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn on_err(self, F) -> OnErr<I, O, E, F>;
[INFO] [stderr]    |                     ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/onok.rs:17:20
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn on_ok(self, F) -> OnOk<I, O, E, F>;
[INFO] [stderr]    |                    ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/unwrap.rs:43:26
[INFO] [stderr]    |
[INFO] [stderr] 43 |     fn unwrap_with(self, F) -> UnwrapWith<I, O, E, F>;
[INFO] [stderr]    |                          ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/while_ok.rs:10:26
[INFO] [stderr]    |
[INFO] [stderr] 10 |     fn while_ok<F>(self, F) -> Result<(), E>
[INFO] [stderr]    |                          ^ help: try naming the parameter or explicitly ignoring it: `_: F`
[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 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: `resiter-dpc-tmp` (lib) generated 14 warnings (run `cargo fix --lib -p resiter-dpc-tmp` to apply 14 suggestions)
[INFO] [stderr] 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] [stderr]   --> src/and_then.rs:94:10
[INFO] [stderr]    |
[INFO] [stderr] 94 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr]    = note: `#[warn(array_into_iter)]` on by default
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 94 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 93 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "b", "4", "5"])
[INFO] [stderr]    |                          ++++++++++++++++++++++++                              ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/errors.rs:32:10
[INFO] [stderr]    |
[INFO] [stderr] 32 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 32 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 31 |     let _ : Result<_, ::std::num::ParseIntError> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                                                    ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter.rs:110:10
[INFO] [stderr]     |
[INFO] [stderr] 110 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 110 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 109 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter.rs:125:10
[INFO] [stderr]     |
[INFO] [stderr] 125 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 125 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 124 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter.rs:138:10
[INFO] [stderr]     |
[INFO] [stderr] 138 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 138 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 137 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter.rs:151:10
[INFO] [stderr]     |
[INFO] [stderr] 151 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 151 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 150 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter_map.rs:129:10
[INFO] [stderr]     |
[INFO] [stderr] 129 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 129 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 128 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/filter_map.rs:142:10
[INFO] [stderr]     |
[INFO] [stderr] 142 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 142 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 141 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/map.rs:86:10
[INFO] [stderr]    |
[INFO] [stderr] 86 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 86 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 85 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]    |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/map.rs:102:10
[INFO] [stderr]     |
[INFO] [stderr] 102 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 102 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 101 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/map.rs:115:10
[INFO] [stderr]     |
[INFO] [stderr] 115 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 115 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 114 |     let mapped: Vec<_> = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]    --> src/map.rs:131:10
[INFO] [stderr]     |
[INFO] [stderr] 131 |         .into_iter()
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 131 |         .iter()
[INFO] [stderr]     |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 130 |     let hint = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]     |                ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/oks.rs:34:10
[INFO] [stderr]    |
[INFO] [stderr] 34 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 34 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 33 |     let _ : Result<_, ::std::num::ParseIntError> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                                                    ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/onerr.rs:45:10
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let _ : Vec<Result<usize, ::std::num::ParseIntError>> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                                                             ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/onok.rs:45:10
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let _ : Vec<Result<usize, ::std::num::ParseIntError>> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                                                             ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/unwrap.rs:60:10
[INFO] [stderr]    |
[INFO] [stderr] 60 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 60 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let _ : Vec<usize> = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |                          ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/while_ok.rs:36:10
[INFO] [stderr]    |
[INFO] [stderr] 36 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 36 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let res = IntoIterator::into_iter(["1", "2", "3", "4", "5"])
[INFO] [stderr]    |               ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/while_ok.rs:51:10
[INFO] [stderr]    |
[INFO] [stderr] 51 |         .into_iter()
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 51 |         .iter()
[INFO] [stderr]    |          ~~~~
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 50 |     let res = IntoIterator::into_iter(["1", "2", "a", "4", "5"])
[INFO] [stderr]    |               ++++++++++++++++++++++++                         ~
[INFO] [stderr] 
[INFO] [stderr] warning: `resiter-dpc-tmp` (lib test) generated 32 warnings (14 duplicates) (run `cargo fix --lib -p resiter-dpc-tmp --tests` to apply 18 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/resiter_dpc_tmp-b2c462e52d7414ff)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test and_then::test_and_then_ok ... ok
[INFO] [stdout] test errors::test_compile ... ok
[INFO] [stdout] test filter::test_filter_err ... ok
[INFO] [stdout] test filter::test_filter_ok_hint ... ok
[INFO] [stdout] test filter::test_filter_ok ... ok
[INFO] [stdout] test filter::test_filter_err_hint ... ok
[INFO] [stdout] test filter_map::test_filter_map_err_hint ... ok
[INFO] [stdout] test filter_map::test_filter_map_ok ... ok
[INFO] [stdout] test filter_map::test_filter_map_ok_hint ... ok
[INFO] [stdout] test flat_map::test_flat_map_ok ... ok
[INFO] [stdout] test flatten::test_flatten_ok ... ok
[INFO] [stdout] test map::test_map_err ... ok
[INFO] [stdout] test map::test_map_ok ... ok
[INFO] [stdout] test map::test_map_err_hint ... ok
[INFO] [stdout] test map::test_map_ok_hint ... ok
[INFO] [stdout] test oks::test_compile ... ok
[INFO] [stdout] test onerr::test_compile_1 ... ok
[INFO] [stdout] test onok::test_compile_1 ... ok
[INFO] [stdout] test unwrap::test_compile_1 ... ok
[INFO] [stdout] test while_ok::test_while_ok_err ... ok
[INFO] [stdout] test while_ok::test_while_ok_ok ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests resiter_dpc_tmp
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/lib.rs - (line 175) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 87) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 70) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 38) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 53) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 158) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 108) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 141) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 125) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 175) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:178:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::while_ok::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `while_ok` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:183:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let res = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  ___________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .while_ok(|i| {
[INFO] [stdout]   | |     -^^^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 87) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:90:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::oks::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:91:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use resiter::onerr::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:92:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use resiter::onok::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `on_err` found for struct `Map` in the current scope
[INFO] [stdout]   --> src/lib.rs:97:6
[INFO] [stdout]    |
[INFO] [stdout] 8  |   let len = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]    |  ___________-
[INFO] [stdout] 9  | |     .into_iter()
[INFO] [stdout] 10 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 11 | |     .on_err(|e| println!("Error happened: {:?}", e)) // ::std::process::exit(1) possible
[INFO] [stdout]    | |     -^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:10:10}>`
[INFO] [stdout]    | |_____|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 70) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:73:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::oks::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `oks` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:78:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let len = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  ___________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .oks() // Could also be done with .filter_map(Result::ok)
[INFO] [stdout]   | |     -^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 38) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:41:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::errors::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `errors` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:46:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let _ : Option<::std::num::ParseIntError> = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _____________________________________________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .errors()
[INFO] [stdout]   | |     -^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 53) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::errors::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `errors` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:61:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let len = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  ___________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .errors()
[INFO] [stdout]   | |     -^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 158) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:161:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::filter::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `filter_err` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:166:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let doubles = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _______________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .filter_err(|_| false) // filter out all errors
[INFO] [stdout]   | |_____-^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `filter` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 |     .filter(|_| false) // filter out all errors
[INFO] [stdout]   |      ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 108) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:111:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::map::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `map_ok` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:116:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let doubles = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _______________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .map_ok(|i| 2*i)
[INFO] [stdout]   | |_____-^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `map` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 |     .map(|i| 2*i)
[INFO] [stdout]   |      ~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 141) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:144:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::filter::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `filter_ok` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:149:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let doubles = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _______________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .filter_ok(|i| i%2 == 0)
[INFO] [stdout]   | |_____-^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `filter` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 |     .filter(|i| i%2 == 0)
[INFO] [stdout]   |      ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 125) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `resiter`?
[INFO] [stdout]  --> src/lib.rs:128:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use resiter::map::*;
[INFO] [stdout]   |     ^^^^^^^ maybe a missing crate `resiter`?
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider adding `extern crate resiter` to use the `resiter` crate
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `map_err` found for struct `Map` in the current scope
[INFO] [stdout]  --> src/lib.rs:133:6
[INFO] [stdout]   |
[INFO] [stdout] 6 |   let doubles = ["1", "2", "foo", "4", "5"]
[INFO] [stdout]   |  _______________-
[INFO] [stdout] 7 | |     .into_iter()
[INFO] [stdout] 8 | |     .map(|e| usize::from_str(e))
[INFO] [stdout] 9 | |     .map_err(|e| format!("{:?}", e))
[INFO] [stdout]   | |     -^^^^^^^ method not found in `Map<Iter<'_, &str>, {closure@src/lib.rs:8:10}>`
[INFO] [stdout]   | |_____|
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 108)
[INFO] [stdout]     src/lib.rs - (line 125)
[INFO] [stdout]     src/lib.rs - (line 141)
[INFO] [stdout]     src/lib.rs - (line 158)
[INFO] [stdout]     src/lib.rs - (line 175)
[INFO] [stdout]     src/lib.rs - (line 38)
[INFO] [stdout]     src/lib.rs - (line 53)
[INFO] [stdout]     src/lib.rs - (line 70)
[INFO] [stdout]     src/lib.rs - (line 87)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5b686e743170c06a4a6bbd697b6d9b43ce2c419a4d347da0d913683a3ded0b1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b686e743170c06a4a6bbd697b6d9b43ce2c419a4d347da0d913683a3ded0b1b", kill_on_drop: false }`
[INFO] [stdout] 5b686e743170c06a4a6bbd697b6d9b43ce2c419a4d347da0d913683a3ded0b1b
