[INFO] cloning repository https://github.com/egregius313/product-with-repeat.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/egregius313/product-with-repeat.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegregius313%2Fproduct-with-repeat.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegregius313%2Fproduct-with-repeat.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d459b9049f8725f109a43c06561f833293cf93d2
[INFO] testing egregius313/product-with-repeat.rs against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegregius313%2Fproduct-with-repeat.rs" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/egregius313/product-with-repeat.rs
[INFO] finished tweaking git repo https://github.com/egregius313/product-with-repeat.rs
[INFO] tweaked toml for git repo https://github.com/egregius313/product-with-repeat.rs written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/egregius313/product-with-repeat.rs on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/egregius313/product-with-repeat.rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78e2fc27702bbdc7f2fc06db4646c6fecff215cad31695c8e7b4fdbeaa184873
[INFO] running `Command { std: "docker" "start" "-a" "78e2fc27702bbdc7f2fc06db4646c6fecff215cad31695c8e7b4fdbeaa184873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78e2fc27702bbdc7f2fc06db4646c6fecff215cad31695c8e7b4fdbeaa184873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78e2fc27702bbdc7f2fc06db4646c6fecff215cad31695c8e7b4fdbeaa184873", kill_on_drop: false }`
[INFO] [stdout] 78e2fc27702bbdc7f2fc06db4646c6fecff215cad31695c8e7b4fdbeaa184873
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c0b4b113012e1b996229794255fab9dd8b503d145e34425c303a1b950ebd08e
[INFO] running `Command { std: "docker" "start" "-a" "7c0b4b113012e1b996229794255fab9dd8b503d145e34425c303a1b950ebd08e", kill_on_drop: false }`
[INFO] [stderr]    Compiling product-with-repeat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lib.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn product_with_repeat(&self, repeat: usize) -> Iter<T>;
[INFO] [stdout]   |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                            |
[INFO] [stdout]   |                            the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn product_with_repeat(&self, repeat: usize) -> Iter<'_, T>;
[INFO] [stdout]   |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lib.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn product_with_repeat(&self, repeat: usize) -> Iter<T> {
[INFO] [stdout]   |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                            |
[INFO] [stdout]   |                            the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn product_with_repeat(&self, repeat: usize) -> Iter<'_, T> {
[INFO] [stdout]   |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:90:53
[INFO] [stdout]    |
[INFO] [stdout] 90 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<T, REPEAT>;
[INFO] [stdout]    |                                                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<'_, T, REPEAT>;
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:94:53
[INFO] [stdout]    |
[INFO] [stdout] 94 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<T, REPEAT> {
[INFO] [stdout]    |                                                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<'_, T, REPEAT> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `Command { std: "docker" "inspect" "7c0b4b113012e1b996229794255fab9dd8b503d145e34425c303a1b950ebd08e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c0b4b113012e1b996229794255fab9dd8b503d145e34425c303a1b950ebd08e", kill_on_drop: false }`
[INFO] [stdout] 7c0b4b113012e1b996229794255fab9dd8b503d145e34425c303a1b950ebd08e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e12efd371971da2a287a26708d41f6d408d1556f1542d128b32ce32a62281c7
[INFO] running `Command { std: "docker" "start" "-a" "7e12efd371971da2a287a26708d41f6d408d1556f1542d128b32ce32a62281c7", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lib.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn product_with_repeat(&self, repeat: usize) -> Iter<T>;
[INFO] [stdout]   |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                            |
[INFO] [stdout]   |                            the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn product_with_repeat(&self, repeat: usize) -> Iter<'_, T>;
[INFO] [stdout]   |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lib.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn product_with_repeat(&self, repeat: usize) -> Iter<T> {
[INFO] [stdout]   |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                            |
[INFO] [stdout]   |                            the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn product_with_repeat(&self, repeat: usize) -> Iter<'_, T> {
[INFO] [stdout]   |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:90:53
[INFO] [stdout]    |
[INFO] [stdout] 90 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<T, REPEAT>;
[INFO] [stdout]    |                                                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<'_, T, REPEAT>;
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling product-with-repeat v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:94:53
[INFO] [stdout]    |
[INFO] [stdout] 94 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<T, REPEAT> {
[INFO] [stdout]    |                                                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<'_, T, REPEAT> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lib.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn product_with_repeat(&self, repeat: usize) -> Iter<T>;
[INFO] [stdout]   |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                            |
[INFO] [stdout]   |                            the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn product_with_repeat(&self, repeat: usize) -> Iter<'_, T>;
[INFO] [stdout]   |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lib.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn product_with_repeat(&self, repeat: usize) -> Iter<T> {
[INFO] [stdout]   |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                            |
[INFO] [stdout]   |                            the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn product_with_repeat(&self, repeat: usize) -> Iter<'_, T> {
[INFO] [stdout]   |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:90:53
[INFO] [stdout]    |
[INFO] [stdout] 90 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<T, REPEAT>;
[INFO] [stdout]    |                                                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<'_, T, REPEAT>;
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:94:53
[INFO] [stdout]    |
[INFO] [stdout] 94 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<T, REPEAT> {
[INFO] [stdout]    |                                                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<'_, T, REPEAT> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] running `Command { std: "docker" "inspect" "7e12efd371971da2a287a26708d41f6d408d1556f1542d128b32ce32a62281c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e12efd371971da2a287a26708d41f6d408d1556f1542d128b32ce32a62281c7", kill_on_drop: false }`
[INFO] [stdout] 7e12efd371971da2a287a26708d41f6d408d1556f1542d128b32ce32a62281c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5c4ac36b3467a3eebfd5e592534de1876be78aa9ed3984ae15dce7febcda44b6
[INFO] running `Command { std: "docker" "start" "-a" "5c4ac36b3467a3eebfd5e592534de1876be78aa9ed3984ae15dce7febcda44b6", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/lib.rs:5:28
[INFO] [stderr]   |
[INFO] [stderr] 5 |     fn product_with_repeat(&self, repeat: usize) -> Iter<T>;
[INFO] [stderr]   |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                            |
[INFO] [stderr]   |                            the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 5 |     fn product_with_repeat(&self, repeat: usize) -> Iter<'_, T>;
[INFO] [stderr]   |                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/lib.rs:9:28
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn product_with_repeat(&self, repeat: usize) -> Iter<T> {
[INFO] [stderr]   |                            ^^^^^                    ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                            |
[INFO] [stderr]   |                            the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn product_with_repeat(&self, repeat: usize) -> Iter<'_, T> {
[INFO] [stderr]   |                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:90:53
[INFO] [stderr]    |
[INFO] [stderr] 90 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<T, REPEAT>;
[INFO] [stderr]    |                                                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                     |
[INFO] [stderr]    |                                                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 90 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<'_, T, REPEAT>;
[INFO] [stderr]    |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:94:53
[INFO] [stderr]    |
[INFO] [stderr] 94 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<T, REPEAT> {
[INFO] [stderr]    |                                                     ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                     |
[INFO] [stderr]    |                                                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 94 |         fn product_with_repeat<const REPEAT: usize>(&self) -> Iter<'_, T, REPEAT> {
[INFO] [stderr]    |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `product-with-repeat` (lib) generated 4 warnings (run `cargo fix --lib -p product-with-repeat` to apply 4 suggestions)
[INFO] [stderr] warning: `product-with-repeat` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/product_with_repeat-612ebdbca48d46a2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests product_with_repeat
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - known_size (line 79) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - known_size (line 79) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Player` in this scope
[INFO] [stdout]   --> src/lib.rs:83:33
[INFO] [stdout]    |
[INFO] [stdout] 83 | let potential_baseball_teams: [&Player; 26] = players.product_with_repeat::<26>().collect();
[INFO] [stdout]    |                                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `players` in this scope
[INFO] [stdout]   --> src/lib.rs:83:47
[INFO] [stdout]    |
[INFO] [stdout] 83 | let potential_baseball_teams: [&Player; 26] = players.product_with_repeat::<26>().collect();
[INFO] [stdout]    |                                               ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - known_size (line 79)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5c4ac36b3467a3eebfd5e592534de1876be78aa9ed3984ae15dce7febcda44b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c4ac36b3467a3eebfd5e592534de1876be78aa9ed3984ae15dce7febcda44b6", kill_on_drop: false }`
[INFO] [stdout] 5c4ac36b3467a3eebfd5e592534de1876be78aa9ed3984ae15dce7febcda44b6
