[INFO] fetching crate itertools 0.14.0... [INFO] testing itertools-0.14.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate itertools 0.14.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate itertools 0.14.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate itertools 0.14.0 [INFO] tweaked toml for crates.io crate itertools 0.14.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate itertools 0.14.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate itertools 0.14.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded permutohedron v0.2.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d01e0fb30fe0e124c7f6b604d85c356e61f691fd301964e8e34e3864d7781607 [INFO] running `Command { std: "docker" "start" "-a" "d01e0fb30fe0e124c7f6b604d85c356e61f691fd301964e8e34e3864d7781607", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d01e0fb30fe0e124c7f6b604d85c356e61f691fd301964e8e34e3864d7781607", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d01e0fb30fe0e124c7f6b604d85c356e61f691fd301964e8e34e3864d7781607", kill_on_drop: false }` [INFO] [stdout] d01e0fb30fe0e124c7f6b604d85c356e61f691fd301964e8e34e3864d7781607 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 871dd767e699ea42991ae7f440155c4043905bb1ea6bb26ac9998d4bbd4836fa [INFO] running `Command { std: "docker" "start" "-a" "871dd767e699ea42991ae7f440155c4043905bb1ea6bb26ac9998d4bbd4836fa", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling itertools v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:1506:30 [INFO] [stdout] | [INFO] [stdout] 1506 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1506 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:1532:26 [INFO] [stdout] | [INFO] [stdout] 1532 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1532 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:2459:26 [INFO] [stdout] | [INFO] [stdout] 2459 | fn format(self, sep: &str) -> Format [INFO] [stdout] | ^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 2459 | fn format(self, sep: &str) -> Format<'_, Self> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:2498:34 [INFO] [stdout] | [INFO] [stdout] 2498 | fn format_with(self, sep: &str, format: F) -> FormatWith [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 2498 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/adaptors/mod.rs:526:35 [INFO] [stdout] | [INFO] [stdout] 526 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef [INFO] [stdout] | ^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 526 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/peeking_take_while.rs:129:39 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile [INFO] [stdout] | ^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s [INFO] running `Command { std: "docker" "inspect" "871dd767e699ea42991ae7f440155c4043905bb1ea6bb26ac9998d4bbd4836fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "871dd767e699ea42991ae7f440155c4043905bb1ea6bb26ac9998d4bbd4836fa", kill_on_drop: false }` [INFO] [stdout] 871dd767e699ea42991ae7f440155c4043905bb1ea6bb26ac9998d4bbd4836fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1fae5a9583137bacc06b97af48a63ef3739b8ed080f162f49cc9c5b67f948818 [INFO] running `Command { std: "docker" "start" "-a" "1fae5a9583137bacc06b97af48a63ef3739b8ed080f162f49cc9c5b67f948818", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.82 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde v1.0.202 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling permutohedron v0.2.4 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:1506:30 [INFO] [stdout] | [INFO] [stdout] 1506 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1506 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:1532:26 [INFO] [stdout] | [INFO] [stdout] 1532 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1532 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:2459:26 [INFO] [stdout] | [INFO] [stdout] 2459 | fn format(self, sep: &str) -> Format [INFO] [stdout] | ^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 2459 | fn format(self, sep: &str) -> Format<'_, Self> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:2498:34 [INFO] [stdout] | [INFO] [stdout] 2498 | fn format_with(self, sep: &str, format: F) -> FormatWith [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 2498 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/adaptors/mod.rs:526:35 [INFO] [stdout] | [INFO] [stdout] 526 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef [INFO] [stdout] | ^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 526 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/peeking_take_while.rs:129:39 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile [INFO] [stdout] | ^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.63 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling serde_derive v1.0.202 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling itertools v0.14.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 39.17s [INFO] running `Command { std: "docker" "inspect" "1fae5a9583137bacc06b97af48a63ef3739b8ed080f162f49cc9c5b67f948818", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fae5a9583137bacc06b97af48a63ef3739b8ed080f162f49cc9c5b67f948818", kill_on_drop: false }` [INFO] [stdout] 1fae5a9583137bacc06b97af48a63ef3739b8ed080f162f49cc9c5b67f948818 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 05a4cc6615a673617b55737bf982ba29e2efc3346c1b894937393e185071709b [INFO] running `Command { std: "docker" "start" "-a" "05a4cc6615a673617b55737bf982ba29e2efc3346c1b894937393e185071709b", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:1506:30 [INFO] [stderr] | [INFO] [stderr] 1506 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile [INFO] [stderr] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1506 | fn peeking_take_while(&mut self, accept: F) -> PeekingTakeWhile<'_, Self, F> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:1532:26 [INFO] [stderr] | [INFO] [stderr] 1532 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef [INFO] [stderr] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1532 | fn take_while_ref(&mut self, accept: F) -> TakeWhileRef<'_, Self, F> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:2459:26 [INFO] [stderr] | [INFO] [stderr] 2459 | fn format(self, sep: &str) -> Format [INFO] [stderr] | ^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 2459 | fn format(self, sep: &str) -> Format<'_, Self> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:2498:34 [INFO] [stderr] | [INFO] [stderr] 2498 | fn format_with(self, sep: &str, format: F) -> FormatWith [INFO] [stderr] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 2498 | fn format_with(self, sep: &str, format: F) -> FormatWith<'_, Self, F> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/adaptors/mod.rs:526:35 [INFO] [stderr] | [INFO] [stderr] 526 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef [INFO] [stderr] | ^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 526 | pub fn take_while_ref(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/peeking_take_while.rs:129:39 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile [INFO] [stderr] | ^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 129 | pub fn peeking_take_while(iter: &mut I, f: F) -> PeekingTakeWhile<'_, I, F> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `itertools` (lib) generated 6 warnings (run `cargo fix --lib -p itertools` to apply 6 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running tests/adaptors_no_collect.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/adaptors_no_collect-4e5cef605e335187) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test combinations_with_replacement_no_collect ... ok [INFO] [stdout] test permutations_no_collect ... ok [INFO] [stdout] test combinations_no_collect ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/flatten_ok.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/flatten_ok-befa8d5b019c4b09) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test flatten_ok_collect_mixed_reverse ... ok [INFO] [stdout] test flatten_ok_collect_mixed_forward ... ok [INFO] [stdout] test flatten_ok_collect_ok_forward ... ok [INFO] [stdout] test flatten_ok_mixed_expected_forward ... ok [INFO] [stdout] test flatten_ok_mixed_expected_reverse ... ok [INFO] [stdout] test flatten_ok_collect_ok_reverse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/laziness.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/laziness-978d934f4a40f168) [INFO] [stdout] [INFO] [stdout] running 61 tests [INFO] [stdout] test chunk_by ... ok [INFO] [stdout] test chunks ... ok [INFO] [stdout] test dedup ... ok [INFO] [stdout] test cartesian_product ... ok [INFO] [stdout] test duplicates ... ok [INFO] [stdout] test dedup_by ... ok [INFO] [stdout] test dedup_by_with_count ... ok [INFO] [stdout] test combinations_with_replacement ... ok [INFO] [stdout] test dedup_with_count ... ok [INFO] [stdout] test coalesce ... ok [INFO] [stdout] test chain ... ok [INFO] [stdout] test combinations ... ok [INFO] [stdout] test duplicates_by ... ok [INFO] [stdout] test batching ... ok [INFO] [stdout] test circular_tuple_windows ... ok [INFO] [stdout] test filter_ok ... ok [INFO] [stdout] test interleave ... ok [INFO] [stdout] test get ... ok [INFO] [stdout] test flatten_ok ... ok [INFO] [stdout] test interleave_shortest ... ok [INFO] [stdout] test intersperse ... ok [INFO] [stdout] test intersperse_with ... ok [INFO] [stdout] test filter_map_ok ... ok [INFO] [stdout] test into_grouping_map ... ok [INFO] [stdout] test into_grouping_map_by ... ok [INFO] [stdout] test iproduct ... ok [INFO] [stdout] test izip ... ok [INFO] [stdout] test map_into ... ok [INFO] [stdout] test merge ... ok [INFO] [stdout] test multipeek ... ok [INFO] [stdout] test peek_nth ... ok [INFO] [stdout] test map_ok ... ok [INFO] [stdout] test merge_join_by ... ok [INFO] [stdout] test merge_by ... ok [INFO] [stdout] test multi_cartesian_product ... ok [INFO] [stdout] test multizip ... ok [INFO] [stdout] test pad_using ... ok [INFO] [stdout] test peeking_take_while ... ok [INFO] [stdout] test permutations ... ok [INFO] [stdout] test powerset ... ok [INFO] [stdout] test positions ... ok [INFO] [stdout] test put_back_n ... ok [INFO] [stdout] test put_back ... ok [INFO] [stdout] test rciter ... ok [INFO] [stdout] test take_while_ref ... ok [INFO] [stdout] test tuples ... ok [INFO] [stdout] test unique_by ... ok [INFO] [stdout] test with_position ... ok [INFO] [stdout] test tee ... ok [INFO] [stdout] test take_while_inclusive ... ok [INFO] [stdout] test tuple_combinations1 ... ok [INFO] [stdout] test zip_longest ... ok [INFO] [stdout] test tuple_windows ... ok [INFO] [stdout] test unique ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] test while_some ... ok [INFO] [stdout] test zip_eq ... ok [INFO] [stdout] test kmerge - should panic ... ok [INFO] [stdout] test kmerge_by - should panic ... ok [INFO] [stdout] test tuple_combinations3 - should panic ... ok [INFO] [stdout] test tuple_combinations2 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running tests/macros_hygiene.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/macros_hygiene-4c5d119dc38d45c9) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Running tests/merge_join.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/merge_join-a5d540eb776069f7) [INFO] [stdout] test chain_hygiene ... ok [INFO] [stdout] test iproduct_hygiene ... ok [INFO] [stdout] test izip_hygiene ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test first_left_then_right ... ok [INFO] [stdout] test empty ... ok [INFO] [stdout] test first_right_then_left ... ok [INFO] [stdout] test interspersed_left_and_right ... ok [INFO] [stdout] test left_only ... ok [INFO] [stdout] test right_only ... ok [INFO] [stdout] test overlapping_left_and_right ... ok [INFO] [stderr] Running tests/peeking_take_while.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/peeking_take_while-cdb7ad68b8bad14d) [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test peeking_take_while_nested ... ok [INFO] [stdout] test peeking_take_while_peekable ... ok [INFO] [stdout] test peeking_take_while_put_back ... ok [INFO] [stdout] test peeking_take_while_slice_iter ... ok [INFO] [stdout] test peeking_take_while_put_back_n ... ok [INFO] [stdout] test peeking_take_while_slice_iter_rev ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/quick.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/quick-f4d37775e2688bb8) [INFO] [stdout] [INFO] [stdout] running 142 tests [INFO] [stdout] test correct_empty_multi_product ... ok [INFO] [stdout] test collect_tuple_matches_size ... ok [INFO] [stdout] test circular_tuple_windows_exact_size ... ok [INFO] [stdout] test chunk_clone_equal ... ok [INFO] [stdout] test correct_grouping_map_by_min_max_minmax_order_modulo_key ... ok [INFO] [stdout] test at_most_one_i32 ... ok [INFO] [stdout] test correct_group_map_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_max_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_min_by_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_min_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_fold_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_min_by_key_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_collect_modulo_key ... ok [INFO] [stdout] test consistent_grouping_map_with_by ... ok [INFO] [stdout] test correct_grouping_map_by_max_by_key_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_fold_with_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_minmax_by_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_minmax_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_max_by_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_minmax_by_key_modulo_key ... ok [INFO] [stdout] test equal_circular_tuple_windows_1 ... ok [INFO] [stdout] test equal_circular_tuple_windows_4 ... ok [INFO] [stdout] test count_unique ... ok [INFO] [stdout] test equal_circular_tuple_windows_2 ... ok [INFO] [stdout] test equal_circular_tuple_windows_3 ... ok [INFO] [stdout] test equal_cloned_circular_tuple_windows_complete ... ok [INFO] [stdout] test correct_permutations ... ok [INFO] [stdout] test equal_chunks_lazy ... ok [INFO] [stdout] test equal_cloned_circular_tuple_windows ... ok [INFO] [stdout] test dedup_via_coalesce ... ok [INFO] [stdout] test correct_cartesian_product3 ... ok [INFO] [stdout] test correct_grouping_map_by_aggregate_modulo_key ... ok [INFO] [stdout] test counts ... ok [INFO] [stdout] test equal_dedup ... ok [INFO] [stdout] test correct_grouping_map_by_reduce_modulo_key ... ok [INFO] [stdout] test correct_grouping_map_by_sum_modulo_key ... ok [INFO] [stdout] test equal_cloned_circular_tuple_windows_noninitial ... ok [INFO] [stdout] test equal_intersperse ... ok [INFO] [stdout] test correct_grouping_map_by_product_modulo_key ... ok [INFO] [stdout] test equal_partition ... ok [INFO] [stdout] test equal_tuple_windows_2 ... ok [INFO] [stdout] test equal_dedup_by ... ok [INFO] [stdout] test equal_combinations ... ok [INFO] [stdout] test equal_merge ... ok [INFO] [stdout] test equal_positions ... ok [INFO] [stdout] test equal_tuple_windows_4 ... ok [INFO] [stdout] test equal_tuple_windows_3 ... ok [INFO] [stdout] test equal_tuples_2 ... ok [INFO] [stdout] test equal_tuples_1 ... ok [INFO] [stdout] test equal_tuples_3 ... ok [INFO] [stdout] test exact_repeatn ... ok [INFO] [stdout] test equal_tuple_windows_1 ... ok [INFO] [stdout] test equal_tuples_4 ... ok [INFO] [stdout] test exact_interleave ... ok [INFO] [stdout] test exact_interleave_shortest ... ok [INFO] [stdout] test correct_peek_nth ... ok [INFO] [stdout] test exact_tuple_buffer ... ok [INFO] [stdout] test fused_filter_map_ok ... ok [INFO] [stdout] test fused_filter_ok ... ok [INFO] [stdout] test equal_zip_eq ... ok [INFO] [stdout] test exactly_one_i32 ... ok [INFO] [stdout] test fused_interleave_shortest ... ok [INFO] [stdout] test exact_size_combinations_1 ... ok [INFO] [stdout] test fused_merge ... ok [INFO] [stdout] test fused_pad_using ... ok [INFO] [stdout] test fused_tuple_windows ... ok [INFO] [stdout] test fused_positions ... ok [INFO] [stdout] test fused_update ... ok [INFO] [stdout] test equal_combinations_2 ... ok [INFO] [stdout] test fused_product ... ok [INFO] [stdout] test equal_kmerge ... ok [INFO] [stdout] test fuzz_chunk_by_lazy_2 ... ok [INFO] [stdout] test fused_unique_by ... ok [INFO] [stdout] test fuzz_chunk_by_lazy_1 ... ok [INFO] [stdout] test fused_unique ... ok [INFO] [stdout] test fuzz_chunk_by_lazy_3 ... ok [INFO] [stdout] test exact_size_combinations_3 ... ok [INFO] [stdout] test fuzz_chunk_by_lazy_duo ... ok [INFO] [stdout] test merge_join_by_bool_unwrapped_is_merge_by ... ok [INFO] [stdout] test exact_size_combinations_2 ... ok [INFO] [stdout] test max_set_by_key_contains_max ... ok [INFO] [stdout] test max_set_contains_max ... ok [INFO] [stdout] test max_set_by_contains_max ... ok [INFO] [stdout] test merge_join_by_ordering_vs_bool ... ok [INFO] [stdout] test minmax ... ok [INFO] [stdout] test peek_nth_next_if ... ok [INFO] [stdout] test permutations_k0_yields_once ... ok [INFO] [stdout] test minmax_f64 ... ok [INFO] [stdout] test min_set_by_key_contains_min ... ok [INFO] [stdout] test permutations_size ... ok [INFO] [stdout] test min_set_by_contains_min ... ok [INFO] [stdout] test size_2_zip_longest ... ok [INFO] [stdout] test permutations_count ... ok [INFO] [stdout] test min_set_contains_min ... ok [INFO] [stdout] test peek_nth_mut_replace ... ok [INFO] [stdout] test permutations_lexic_order ... ok [INFO] [stdout] test size_interleave_shortest ... ok [INFO] [stdout] test size_interleave ... ok [INFO] [stdout] test size_intersperse ... ok [INFO] [stdout] test size_multipeek ... ok [INFO] [stdout] test size_duplicates ... ok [INFO] [stdout] test size_dedup ... ok [INFO] [stdout] test size_dedup_by ... ok [INFO] [stdout] test size_pad_tail ... ok [INFO] [stdout] test size_merge ... ok [INFO] [stdout] test size_pad_tail2 ... ok [INFO] [stdout] test size_kmerge ... ok [INFO] [stdout] test size_peek_nth ... ok [INFO] [stdout] test size_put_back ... ok [INFO] [stdout] test size_put_backn ... ok [INFO] [stdout] test size_product ... ok [INFO] [stdout] test size_tee ... ok [INFO] [stdout] test size_take_while_ref ... ok [INFO] [stdout] test size_tee_2 ... ok [INFO] [stdout] test size_unique ... ok [INFO] [stdout] test size_zip ... ok [INFO] [stdout] test size_zip_macro ... ok [INFO] [stdout] test size_zip_longest ... ok [INFO] [stdout] test size_zip_rc ... ok [INFO] [stdout] test tail ... ok [INFO] [stdout] test size_combinations ... ok [INFO] [stdout] test test_double_ended_zip_2 ... ok [INFO] [stdout] test tuple_windows_exact_size_1 ... ok [INFO] [stdout] test test_double_ended_zip_3 ... ok [INFO] [stdout] test tuples_size_hint_inexact ... ok [INFO] [stdout] test tuples_size_hint_exact ... ok [INFO] [stdout] test tuple_windows_exact_size_4 ... ok [INFO] [stdout] test tree_reduce_f64 ... ok [INFO] [stdout] test with_position_exact_size_1 ... ok [INFO] [stdout] test with_position_exact_size_2 ... ok [INFO] [stdout] test size_product3 ... ok [INFO] [stdout] test zip_eq_panics - should panic ... ok [INFO] [stdout] test fused_tuple_combination ... ok [INFO] [stdout] test size_multi_product ... ok [INFO] [stdout] test equal_kmerge_by_ge ... ok [INFO] [stdout] test equal_kmerge_2 ... ok [INFO] [stdout] test equal_kmerge_by_lt ... ok [INFO] [stdout] test equal_kmerge_by_le ... ok [INFO] [stdout] test size_powerset ... ok [INFO] [stdout] test correct_multi_product3 ... ok [INFO] [stdout] test fused_combination ... ok [INFO] [stdout] test fused_combination_with_replacement ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.39s [INFO] [stdout] [INFO] [stderr] Running tests/specializations.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/specializations-7f79bf065dc817c8) [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test dedup_by_with_count ... ok [INFO] [stdout] test dedup_by ... ok [INFO] [stdout] test exactly_one_error ... ok [INFO] [stdout] test batching ... ok [INFO] [stdout] test coalesce ... ok [INFO] [stdout] test dedup ... ok [INFO] [stdout] test dedup_with_count ... ok [INFO] [stdout] test cartesian_product ... ok [INFO] [stdout] test interleave_shortest ... ok [INFO] [stdout] test filter_ok ... ok [INFO] [stdout] test filter_map_ok ... ok [INFO] [stdout] test combinations_with_replacement ... ok [INFO] [stdout] test combinations ... ok [INFO] [stdout] test duplicates_by ... ok [INFO] [stdout] test interleave ... ok [INFO] [stdout] test izip ... ok [INFO] [stdout] test intersperse ... ok [INFO] [stdout] test intersperse_with ... ok [INFO] [stdout] test circular_tuple_windows ... ok [INFO] [stdout] test array_combinations ... ok [INFO] [stdout] test map_into ... ok [INFO] [stdout] test iproduct ... ok [INFO] [stdout] test multipeek ... ok [INFO] [stdout] test pad_using ... ok [INFO] [stdout] test map_ok ... ok [INFO] [stdout] test peek_nth_with_peek ... ok [INFO] [stdout] test peek_nth_with_peek_mut ... ok [INFO] [stdout] test positions ... ok [INFO] [stdout] test process_results ... ok [INFO] [stdout] test multizip ... ok [INFO] [stdout] test merge ... ok [INFO] [stdout] test merge_join_by_bool ... ok [INFO] [stdout] test peek_nth_with_peek_nth_mut ... ok [INFO] [stdout] test duplicates ... ok [INFO] [stdout] test merge_by ... ok [INFO] [stdout] test peek_nth_with_peek_nth ... ok [INFO] [stdout] test take_while_inclusive ... ok [INFO] [stdout] test flatten_ok ... ok [INFO] [stdout] test repeat_n ... ok [INFO] [stdout] test put_back_qc ... ok [INFO] [stdout] test while_some ... ok [INFO] [stdout] test tuple_combinations ... ok [INFO] [stdout] test merge_join_by_ordering ... ok [INFO] [stdout] test tuples ... ok [INFO] [stdout] test multi_cartesian_product ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] test zip_eq ... ok [INFO] [stdout] test with_position ... ok [INFO] [stdout] test put_back_n ... ok [INFO] [stdout] test tuple_windows ... ok [INFO] [stdout] test powerset ... ok [INFO] [stdout] test permutations ... ok [INFO] [stdout] test unique_by ... ok [INFO] [stdout] test kmerge ... ok [INFO] [stdout] test zip_longest ... ok [INFO] [stdout] test kmerge_by ... ok [INFO] [stdout] test unique ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 18.99s [INFO] [stdout] [INFO] [stderr] Running tests/test_core.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/test_core-9520a8988444f625) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test at_most_one ... ok [INFO] [stdout] test chain2 ... ok [INFO] [stdout] test chain_macro ... ok [INFO] [stdout] test collect_array ... ok [INFO] [stdout] test count_clones ... ok [INFO] [stdout] test batching ... ok [INFO] [stdout] test exactly_one ... ok [INFO] [stdout] test dropping ... ok [INFO] [stdout] test get_1_max ... ok [INFO] [stdout] test iproduct1 ... ok [INFO] [stdout] test izip2 ... ok [INFO] [stdout] test izip3 ... ok [INFO] [stdout] test izip_macro ... ok [INFO] [stdout] test next_array ... ok [INFO] [stdout] test part ... ok [INFO] [stdout] test product0 ... ok [INFO] [stdout] test product1 ... ok [INFO] [stdout] test multizip3 ... ok [INFO] [stdout] test test_intersperse_with ... ok [INFO] [stdout] test product2 ... ok [INFO] [stdout] test product_temporary ... ok [INFO] [stdout] test repeatn ... ok [INFO] [stdout] test sum1 ... ok [INFO] [stdout] test test_interleave ... ok [INFO] [stdout] test test_put_back ... ok [INFO] [stdout] test write_to ... ok [INFO] [stdout] test tree_reduce ... ok [INFO] [stdout] test merge ... ok [INFO] [stdout] test test_intersperse ... ok [INFO] [stdout] test get_full_range_inclusive - should panic ... ok [INFO] [stderr] Running tests/test_std.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/test_std-247d068bce231a2d) [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 86 tests [INFO] [stdout] test all_equal_value ... ok [INFO] [stdout] test chunk_by_lazy_2 ... ok [INFO] [stdout] test chunk_by ... ok [INFO] [stdout] test coalesce ... ok [INFO] [stdout] test chunks ... ok [INFO] [stdout] test all_unique ... ok [INFO] [stdout] test combinations ... ok [INFO] [stdout] test chunk_by_lazy_3 ... ok [INFO] [stdout] test all_equal ... ok [INFO] [stdout] test combinations_of_too_short ... ok [INFO] [stdout] test concat_empty ... ok [INFO] [stdout] test concat_non_empty ... ok [INFO] [stdout] test dedup ... ok [INFO] [stdout] test dedup_by_with_count ... ok [INFO] [stdout] test combinations_inexact_size_hints ... ok [INFO] [stdout] test combinations_zero ... ok [INFO] [stdout] test combinations_range_count ... ok [INFO] [stdout] test combinations_with_replacement_range_count ... ok [INFO] [stdout] test dedup_by ... ok [INFO] [stdout] test dedup_with_count ... ok [INFO] [stdout] test combinations_with_replacement ... ok [INFO] [stdout] test diff_longer ... ok [INFO] [stdout] test diff_shorter ... ok [INFO] [stdout] test exactly_one_question_mark_syntax_works ... ok [INFO] [stdout] test diff_mismatch ... ok [INFO] [stdout] test fold_while ... ok [INFO] [stdout] test duplicates_by ... ok [INFO] [stdout] test extrema_set ... ok [INFO] [stdout] test format ... ok [INFO] [stdout] test interleave_shortest ... ok [INFO] [stdout] test intersperse ... ok [INFO] [stdout] test join ... ok [INFO] [stdout] test duplicates ... ok [INFO] [stdout] test k_smallest_range ... ok [INFO] [stdout] test k_smallest_relaxed_range ... ok [INFO] [stdout] test k_smallest_by_sort_i32 ... ok [INFO] [stdout] test kmerge ... ok [INFO] [stdout] test kmerge_2 ... ok [INFO] [stdout] test k_smallest_sort_i32 ... ok [INFO] [stdout] test k_smallest_by_sort_i8 ... ok [INFO] [stdout] test kmerge_empty_size_hint ... ok [INFO] [stdout] test kmerge_size_hint ... ok [INFO] [stdout] test k_smallest_by_sort_u32 ... ok [INFO] [stdout] test merge_by_btree ... ok [INFO] [stdout] test k_smallest_sort_u32 ... ok [INFO] [stdout] test merge_by ... ok [INFO] [stdout] test kmerge_empty ... ok [INFO] [stdout] test k_smallest_by_sort_u16 ... ok [INFO] [stdout] test permutations_overflowed_size_hints ... ok [INFO] [stdout] test permutations_range_count ... ok [INFO] [stdout] test pad_using ... ok [INFO] [stdout] test sorted_by ... ok [INFO] [stdout] test product3 ... ok [INFO] [stdout] test minmax ... ok [INFO] [stdout] test sorted_by_key ... ok [INFO] [stdout] test sorted_unstable_by ... ok [INFO] [stdout] test sorted_unstable_by_key ... ok [INFO] [stdout] test sorted_by_cached_key ... ok [INFO] [stdout] test tee ... ok [INFO] [stdout] test multiunzip ... ok [INFO] [stdout] test test_peek_nth ... ok [INFO] [stdout] test permutations_zero ... ok [INFO] [stdout] test test_multipeek ... ok [INFO] [stdout] test test_multipeek_reset ... ok [INFO] [stdout] test test_put_back_n ... ok [INFO] [stdout] test test_rciter ... ok [INFO] [stdout] test test_peek_nth_next_if ... ok [INFO] [stdout] test test_repeat_n_peeking_next ... ok [INFO] [stdout] test k_smallest_sort_u16 ... ok [INFO] [stdout] test test_peek_nth_peeking_next ... ok [INFO] [stdout] test powerset ... ok [INFO] [stdout] test trait_pointers ... ok [INFO] [stdout] test tree_reduce ... ok [INFO] [stdout] test test_multipeek_peeking_next ... ok [INFO] [stdout] test k_smallest_sort_i8 ... ok [INFO] [stdout] test unique ... ok [INFO] [stdout] test unique_by ... ok [INFO] [stdout] test while_some ... ok [INFO] [stdout] test k_smallest_by_sort_u8 ... ok [INFO] [stdout] test k_smallest_sort_i16 ... ok [INFO] [stdout] test k_smallest_sort_u8 ... ok [INFO] [stdout] test k_smallest_by_sort_i16 ... ok [INFO] [stdout] test k_smallest_sort_i64 ... ok [INFO] [stdout] test k_smallest_by_sort_i64 ... ok [INFO] [stdout] test k_smallest_by_sort_u64 ... ok [INFO] [stdout] test k_smallest_sort_u64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s [INFO] [stdout] [INFO] [stderr] Running tests/tuples.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/tuples-2a39b8bb97ae16ed) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test collect_tuple ... ok [INFO] [stdout] test next_tuple ... ok [INFO] [stdout] test tuple_windows ... ok [INFO] [stdout] test tuples ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/zip.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/zip-9c07779b27f2935e) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_double_ended_zip_longest ... ok [INFO] [stdout] test test_double_ended_zip ... ok [INFO] [stdout] test zip_longest_fused ... ok [INFO] [stdout] test test_zip_longest_size_hint ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "05a4cc6615a673617b55737bf982ba29e2efc3346c1b894937393e185071709b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05a4cc6615a673617b55737bf982ba29e2efc3346c1b894937393e185071709b", kill_on_drop: false }` [INFO] [stdout] 05a4cc6615a673617b55737bf982ba29e2efc3346c1b894937393e185071709b