[INFO] cloning repository https://github.com/yua134/peeknth
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yua134/peeknth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyua134%2Fpeeknth", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyua134%2Fpeeknth'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 89ea00f31593438bca50e82c8e0a72909486cd64
[INFO] checking yua134/peeknth/89ea00f31593438bca50e82c8e0a72909486cd64 against 1ed2df61a19042f231709eb05d032ae9e2cb2084 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyua134%2Fpeeknth" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yua134/peeknth
[INFO] finished tweaking git repo https://github.com/yua134/peeknth
[INFO] tweaked toml for git repo https://github.com/yua134/peeknth written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yua134/peeknth on toolchain 1ed2df61a19042f231709eb05d032ae9e2cb2084
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "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" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4
[INFO] running `Command { std: "docker" "start" "9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking peeknth v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:172:24
[INFO] [stdout]     |
[INFO] [stdout] 172 |         let mut iter = peekdn(1..=5);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 172 -         let mut iter = peekdn(1..=5);
[INFO] [stdout] 172 +         let mut iter = peekn(1..=5);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let mut iter = peekdn(0..=5);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 181 -         let mut iter = peekdn(0..=5);
[INFO] [stdout] 181 +         let mut iter = peekn(0..=5);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:190:24
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let mut iter = peekdn(0..=4);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 190 -         let mut iter = peekdn(0..=4);
[INFO] [stdout] 190 +         let mut iter = peekn(0..=4);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:201:24
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let mut iter = peekdn([1, 2, 3].into_iter());
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 201 -         let mut iter = peekdn([1, 2, 3].into_iter());
[INFO] [stdout] 201 +         let mut iter = peekn([1, 2, 3].into_iter());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:206:24
[INFO] [stdout]     |
[INFO] [stdout] 206 |         let mut iter = peekdn([1, 2, 3].into_iter());
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 206 -         let mut iter = peekdn([1, 2, 3].into_iter());
[INFO] [stdout] 206 +         let mut iter = peekn([1, 2, 3].into_iter());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:214:24
[INFO] [stdout]     |
[INFO] [stdout] 214 |         let mut iter = peekdn(0..10);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 214 -         let mut iter = peekdn(0..10);
[INFO] [stdout] 214 +         let mut iter = peekn(0..10);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:218:24
[INFO] [stdout]     |
[INFO] [stdout] 218 |         let mut iter = peekdn(0..10);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 218 -         let mut iter = peekdn(0..10);
[INFO] [stdout] 218 +         let mut iter = peekn(0..10);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:222:24
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let mut iter = peekdn(0..10);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 222 -         let mut iter = peekdn(0..10);
[INFO] [stdout] 222 +         let mut iter = peekn(0..10);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:229:24
[INFO] [stdout]     |
[INFO] [stdout] 229 |         let mut iter = peekdn(0..10);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 229 -         let mut iter = peekdn(0..10);
[INFO] [stdout] 229 +         let mut iter = peekn(0..10);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:241:24
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let mut iter = peekdn(0..10);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/core.rs:537:1
[INFO] [stdout]     |
[INFO] [stdout] 537 | pub fn peekn<I: Iterator>(iter: I) -> PeekN<I> {
[INFO] [stdout]     | ---------------------------------------------- similarly named function `peekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 241 -         let mut iter = peekdn(0..10);
[INFO] [stdout] 241 +         let mut iter = peekn(0..10);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sizedpeekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:251:22
[INFO] [stdout]     |
[INFO] [stdout] 251 |           let mut it = sizedpeekdn::<_, 3, 3>(1..=5);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/sizedpeekn.rs:440:1
[INFO] [stdout]     |
[INFO] [stdout] 440 | / pub fn sizedpeekn<I, const S: usize>(iter: I) -> SizedPeekN<I, S>
[INFO] [stdout] 441 | | where
[INFO] [stdout] 442 | |     I: Iterator,
[INFO] [stdout] 443 | |     I::Item: Copy,
[INFO] [stdout]     | |__________________- similarly named function `sizedpeekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 251 -         let mut it = sizedpeekdn::<_, 3, 3>(1..=5);
[INFO] [stdout] 251 +         let mut it = sizedpeekn::<_, 3, 3>(1..=5);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sizedpeekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:258:22
[INFO] [stdout]     |
[INFO] [stdout] 258 |           let mut it = sizedpeekdn::<_, 3, 3>(10..=20);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/sizedpeekn.rs:440:1
[INFO] [stdout]     |
[INFO] [stdout] 440 | / pub fn sizedpeekn<I, const S: usize>(iter: I) -> SizedPeekN<I, S>
[INFO] [stdout] 441 | | where
[INFO] [stdout] 442 | |     I: Iterator,
[INFO] [stdout] 443 | |     I::Item: Copy,
[INFO] [stdout]     | |__________________- similarly named function `sizedpeekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 258 -         let mut it = sizedpeekdn::<_, 3, 3>(10..=20);
[INFO] [stdout] 258 +         let mut it = sizedpeekn::<_, 3, 3>(10..=20);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sizedpeekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:267:22
[INFO] [stdout]     |
[INFO] [stdout] 267 |           let mut it = sizedpeekdn::<_, 3, 3>(1..=5);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/sizedpeekn.rs:440:1
[INFO] [stdout]     |
[INFO] [stdout] 440 | / pub fn sizedpeekn<I, const S: usize>(iter: I) -> SizedPeekN<I, S>
[INFO] [stdout] 441 | | where
[INFO] [stdout] 442 | |     I: Iterator,
[INFO] [stdout] 443 | |     I::Item: Copy,
[INFO] [stdout]     | |__________________- similarly named function `sizedpeekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 267 -         let mut it = sizedpeekdn::<_, 3, 3>(1..=5);
[INFO] [stdout] 267 +         let mut it = sizedpeekn::<_, 3, 3>(1..=5);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sizedpeekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:278:22
[INFO] [stdout]     |
[INFO] [stdout] 278 |           let mut it = sizedpeekdn::<_, 3, 3>(0..=5);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/sizedpeekn.rs:440:1
[INFO] [stdout]     |
[INFO] [stdout] 440 | / pub fn sizedpeekn<I, const S: usize>(iter: I) -> SizedPeekN<I, S>
[INFO] [stdout] 441 | | where
[INFO] [stdout] 442 | |     I: Iterator,
[INFO] [stdout] 443 | |     I::Item: Copy,
[INFO] [stdout]     | |__________________- similarly named function `sizedpeekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 278 -         let mut it = sizedpeekdn::<_, 3, 3>(0..=5);
[INFO] [stdout] 278 +         let mut it = sizedpeekn::<_, 3, 3>(0..=5);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sizedpeekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:286:22
[INFO] [stdout]     |
[INFO] [stdout] 286 |           let mut it = sizedpeekdn::<_, 3, 3>(0..=4);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/sizedpeekn.rs:440:1
[INFO] [stdout]     |
[INFO] [stdout] 440 | / pub fn sizedpeekn<I, const S: usize>(iter: I) -> SizedPeekN<I, S>
[INFO] [stdout] 441 | | where
[INFO] [stdout] 442 | |     I: Iterator,
[INFO] [stdout] 443 | |     I::Item: Copy,
[INFO] [stdout]     | |__________________- similarly named function `sizedpeekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 286 -         let mut it = sizedpeekdn::<_, 3, 3>(0..=4);
[INFO] [stdout] 286 +         let mut it = sizedpeekn::<_, 3, 3>(0..=4);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sizedpeekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:294:22
[INFO] [stdout]     |
[INFO] [stdout] 294 |           let mut it = sizedpeekdn::<_, 3, 3>(0..10);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/sizedpeekn.rs:440:1
[INFO] [stdout]     |
[INFO] [stdout] 440 | / pub fn sizedpeekn<I, const S: usize>(iter: I) -> SizedPeekN<I, S>
[INFO] [stdout] 441 | | where
[INFO] [stdout] 442 | |     I: Iterator,
[INFO] [stdout] 443 | |     I::Item: Copy,
[INFO] [stdout]     | |__________________- similarly named function `sizedpeekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 294 -         let mut it = sizedpeekdn::<_, 3, 3>(0..10);
[INFO] [stdout] 294 +         let mut it = sizedpeekn::<_, 3, 3>(0..10);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sizedpeekdn` in this scope
[INFO] [stdout]    --> tests/basic.rs:306:22
[INFO] [stdout]     |
[INFO] [stdout] 306 |           let mut it = sizedpeekdn::<_, 3, 3>(1..=5);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/peekn/sizedpeekn.rs:440:1
[INFO] [stdout]     |
[INFO] [stdout] 440 | / pub fn sizedpeekn<I, const S: usize>(iter: I) -> SizedPeekN<I, S>
[INFO] [stdout] 441 | | where
[INFO] [stdout] 442 | |     I: Iterator,
[INFO] [stdout] 443 | |     I::Item: Copy,
[INFO] [stdout]     | |__________________- similarly named function `sizedpeekn` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 306 -         let mut it = sizedpeekdn::<_, 3, 3>(1..=5);
[INFO] [stdout] 306 +         let mut it = sizedpeekn::<_, 3, 3>(1..=5);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekablede` in this scope
[INFO] [stdout]    --> tests/basic.rs:314:24
[INFO] [stdout]     |
[INFO] [stdout] 314 |         let mut iter = peekablede(1..=3);
[INFO] [stdout]     |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekablede` in this scope
[INFO] [stdout]    --> tests/basic.rs:324:24
[INFO] [stdout]     |
[INFO] [stdout] 324 |         let mut iter = peekablede(vec![10, 20, 30].into_iter());
[INFO] [stdout]     |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekablede` in this scope
[INFO] [stdout]    --> tests/basic.rs:337:24
[INFO] [stdout]     |
[INFO] [stdout] 337 |         let mut iter = peekablede(0..=2);
[INFO] [stdout]     |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekablede` in this scope
[INFO] [stdout]    --> tests/basic.rs:342:24
[INFO] [stdout]     |
[INFO] [stdout] 342 |         let mut iter = peekablede(5..8);
[INFO] [stdout]     |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekablede` in this scope
[INFO] [stdout]    --> tests/basic.rs:351:24
[INFO] [stdout]     |
[INFO] [stdout] 351 |         let mut iter = peekablede(1..=5);
[INFO] [stdout]     |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekablede` in this scope
[INFO] [stdout]    --> tests/basic.rs:364:24
[INFO] [stdout]     |
[INFO] [stdout] 364 |         let mut iter = peekablede(0..=2);
[INFO] [stdout]     |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekablede` in this scope
[INFO] [stdout]    --> tests/basic.rs:372:24
[INFO] [stdout]     |
[INFO] [stdout] 372 |         let mut iter = peekablede(0..10);
[INFO] [stdout]     |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `peekablede` in this scope
[INFO] [stdout]    --> tests/basic.rs:376:24
[INFO] [stdout]     |
[INFO] [stdout] 376 |         let mut iter = peekablede(5..10);
[INFO] [stdout]     |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `peeknth` (test "basic") due to 25 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4", kill_on_drop: false }`
[INFO] [stdout] 9c71cd8f9c86d6218df41ce0892c787928ddb8893c4e5ec34575649ae68b44f4
