[INFO] fetching crate array-util 1.0.2...
[INFO] testing array-util-1.0.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate array-util 1.0.2 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate array-util 1.0.2
[INFO] finished tweaking crates.io crate array-util 1.0.2
[INFO] tweaked toml for crates.io crate array-util 1.0.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate array-util 1.0.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f1366e9b125da158d3bcb447cececba39e77694f7afea4224d0d17e49540d5fa
[INFO] running `Command { std: "docker" "start" "-a" "f1366e9b125da158d3bcb447cececba39e77694f7afea4224d0d17e49540d5fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1366e9b125da158d3bcb447cececba39e77694f7afea4224d0d17e49540d5fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1366e9b125da158d3bcb447cececba39e77694f7afea4224d0d17e49540d5fa", kill_on_drop: false }`
[INFO] [stdout] f1366e9b125da158d3bcb447cececba39e77694f7afea4224d0d17e49540d5fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 387522dd44a529ada04d4304e2ea37853f49dda300a2501ff1181ecde6c0e04b
[INFO] running `Command { std: "docker" "start" "-a" "387522dd44a529ada04d4304e2ea37853f49dda300a2501ff1181ecde6c0e04b", kill_on_drop: false }`
[INFO] [stderr]    Compiling array-util v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1144:5
[INFO] [stdout]      |
[INFO] [stdout] 1144 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]      = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1178:5
[INFO] [stdout]      |
[INFO] [stdout] 1178 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1209:5
[INFO] [stdout]      |
[INFO] [stdout] 1209 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1245:5
[INFO] [stdout]      |
[INFO] [stdout] 1245 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1270:5
[INFO] [stdout]      |
[INFO] [stdout] 1270 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1301:5
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "387522dd44a529ada04d4304e2ea37853f49dda300a2501ff1181ecde6c0e04b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "387522dd44a529ada04d4304e2ea37853f49dda300a2501ff1181ecde6c0e04b", kill_on_drop: false }`
[INFO] [stdout] 387522dd44a529ada04d4304e2ea37853f49dda300a2501ff1181ecde6c0e04b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3fb81fbbf69b7ae44e625d0bbe8593b1f0b18df691d07053184797acd70ae44
[INFO] running `Command { std: "docker" "start" "-a" "c3fb81fbbf69b7ae44e625d0bbe8593b1f0b18df691d07053184797acd70ae44", kill_on_drop: false }`
[INFO] [stderr]    Compiling array-util v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1144:5
[INFO] [stdout]      |
[INFO] [stdout] 1144 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]      = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1178:5
[INFO] [stdout]      |
[INFO] [stdout] 1178 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1209:5
[INFO] [stdout]      |
[INFO] [stdout] 1209 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1245:5
[INFO] [stdout]      |
[INFO] [stdout] 1245 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1270:5
[INFO] [stdout]      |
[INFO] [stdout] 1270 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1301:5
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1144:5
[INFO] [stdout]      |
[INFO] [stdout] 1144 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]      = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1178:5
[INFO] [stdout]      |
[INFO] [stdout] 1178 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1209:5
[INFO] [stdout]      |
[INFO] [stdout] 1209 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1245:5
[INFO] [stdout]      |
[INFO] [stdout] 1245 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1270:5
[INFO] [stdout]      |
[INFO] [stdout] 1270 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]     --> src/lib.rs:1301:5
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     #[must_use]
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "c3fb81fbbf69b7ae44e625d0bbe8593b1f0b18df691d07053184797acd70ae44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3fb81fbbf69b7ae44e625d0bbe8593b1f0b18df691d07053184797acd70ae44", kill_on_drop: false }`
[INFO] [stdout] c3fb81fbbf69b7ae44e625d0bbe8593b1f0b18df691d07053184797acd70ae44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d28c935a624750cd7856145ed0545971f13b5ad2dd6330f8690df7fd1a465e63
[INFO] running `Command { std: "docker" "start" "-a" "d28c935a624750cd7856145ed0545971f13b5ad2dd6330f8690df7fd1a465e63", kill_on_drop: false }`
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]     --> src/lib.rs:1144:5
[INFO] [stderr]      |
[INFO] [stderr] 1144 |     #[must_use]
[INFO] [stderr]      |     ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]      = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]     --> src/lib.rs:1178:5
[INFO] [stderr]      |
[INFO] [stderr] 1178 |     #[must_use]
[INFO] [stderr]      |     ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]     --> src/lib.rs:1209:5
[INFO] [stderr]      |
[INFO] [stderr] 1209 |     #[must_use]
[INFO] [stderr]      |     ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]     --> src/lib.rs:1245:5
[INFO] [stderr]      |
[INFO] [stderr] 1245 |     #[must_use]
[INFO] [stderr]      |     ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]     --> src/lib.rs:1270:5
[INFO] [stderr]      |
[INFO] [stderr] 1270 |     #[must_use]
[INFO] [stderr]      |     ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]     --> src/lib.rs:1301:5
[INFO] [stderr]      |
[INFO] [stderr] 1301 |     #[must_use]
[INFO] [stderr]      |     ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr] 
[INFO] [stderr] warning: `array-util` (lib) generated 6 warnings (run `cargo fix --lib -p array-util` to apply 6 suggestions)
[INFO] [stderr] warning: `array-util` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/array_util-086bf6e5e1a67b9b)
[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 array_util
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test src/lib.rs - SliceExt::array_chunks_mut_ext (line 848) ... ok
[INFO] [stdout] test src/lib.rs - (line 36) ... ok
[INFO] [stdout] test src/lib.rs - SliceExt::as_chunks_ext (line 875) ... ok
[INFO] [stdout] test src/lib.rs - (line 24) ... ok
[INFO] [stdout] test src/lib.rs - SliceExt::array_chunks_ext (line 818) ... ok
[INFO] [stdout] test src/lib.rs - ArrayChunksMut (line 304) ... ok
[INFO] [stdout] test src/lib.rs - SliceExt::as_chunks_mut_ext (line 940) ... ok
[INFO] [stdout] test src/lib.rs - SliceExt::as_chunks_unchecked_mut_ext (line 968) ... ok
[INFO] [stdout] test src/lib.rs - ArrayChunks (line 174) ... ok
[INFO] [stdout] test src/lib.rs - SliceExt::as_chunks_unchecked_ext (line 909) ... ok
[INFO] [stdout] test src/lib.rs - [T;N]::try_map_ext (line 764) ... ok
[INFO] [stdout] test src/lib.rs - SliceOfArrayExt::flatten_mut_ext (line 1354) ... ok
[INFO] [stdout] test src/lib.rs - SliceExt::as_rchunks_mut_ext (line 1023) ... ok
[INFO] [stdout] test src/lib.rs - [T]::array_chunks_ext (line 1060) ... ok
[INFO] [stdout] test src/lib.rs - SliceExt::as_rchunks_ext (line 1001) ... ok
[INFO] [stdout] test src/lib.rs - SliceExt::as_chunks_ext (line 886) ... ok
[INFO] [stdout] test src/lib.rs - ArrayExt::try_map_ext (line 722) ... ok
[INFO] [stdout] test src/lib.rs - SliceOfArrayExt::flatten_ext (line 1324) ... ok
[INFO] [stdout] test src/lib.rs - [T]::as_chunks_unchecked_mut_ext (line 1225) ... ok
[INFO] [stdout] test src/lib.rs - [T]::array_chunks_mut_ext (line 1093) ... ok
[INFO] [stdout] test src/lib.rs - [T]::as_chunks_unchecked_ext (line 1160) ... ok
[INFO] [stdout] test src/lib.rs - [T]::as_chunks_ext (line 1134) ... ok
[INFO] [stdout] test src/lib.rs - [T]::as_chunks_mut_ext (line 1194) ... ok
[INFO] [stdout] test src/lib.rs - [T]::as_chunks_ext (line 1123) ... ok
[INFO] [stdout] test src/lib.rs - [T]::as_rchunks_ext (line 1261) ... ok
[INFO] [stdout] test src/lib.rs - [T]::as_rchunks_mut_ext (line 1286) ... ok
[INFO] [stdout] test src/lib.rs - array_chunks (line 277) ... ok
[INFO] [stdout] test src/lib.rs - as_chunks (line 427) ... ok
[INFO] [stdout] test src/lib.rs - [[T;N]]::flatten_mut_ext (line 1417) ... ok
[INFO] [stdout] test src/lib.rs - [[T;N]]::flatten_ext (line 1385) ... ok
[INFO] [stdout] test src/lib.rs - array_chunks_mut (line 398) ... ok
[INFO] [stdout] test src/lib.rs - as_chunks (line 436) ... ok
[INFO] [stdout] test src/lib.rs - as_chunks_mut (line 505) ... ok
[INFO] [stdout] test src/lib.rs - as_chunks_unchecked_mut (line 540) ... ok
[INFO] [stdout] test src/lib.rs - try_from_fn (line 135) ... ok
[INFO] [stdout] test src/lib.rs - as_rchunks (line 581) ... ok
[INFO] [stdout] test src/lib.rs - as_rchunks_mut (line 610) ... ok
[INFO] [stdout] test src/lib.rs - flatten_mut (line 685) ... ok
[INFO] [stdout] test src/lib.rs - flatten (line 646) ... ok
[INFO] [stdout] test src/lib.rs - as_chunks_unchecked (line 466) ... ok
[INFO] [stdout] test src/lib.rs - try_map (line 82) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.18s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d28c935a624750cd7856145ed0545971f13b5ad2dd6330f8690df7fd1a465e63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d28c935a624750cd7856145ed0545971f13b5ad2dd6330f8690df7fd1a465e63", kill_on_drop: false }`
[INFO] [stdout] d28c935a624750cd7856145ed0545971f13b5ad2dd6330f8690df7fd1a465e63
