[INFO] fetching crate tcp-channel 0.3.2...
[INFO] building tcp-channel-0.3.2 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate tcp-channel 0.3.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate tcp-channel 0.3.2
[INFO] finished tweaking crates.io crate tcp-channel 0.3.2
[INFO] tweaked toml for crates.io crate tcp-channel 0.3.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tcp-channel 0.3.2 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 30 packages to latest compatible versions
[INFO] [stderr]       Adding bincode v1.3.3 (available: v2.0.1)
[INFO] [stderr]       Adding quick-error v1.2.3 (available: v2.0.1)
[INFO] [stderr]       Adding rand v0.6.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9732d5e143a3d5f91fc02e8008d804e80f6109701718081bebee223c31c86e87
[INFO] running `Command { std: "docker" "start" "-a" "9732d5e143a3d5f91fc02e8008d804e80f6109701718081bebee223c31c86e87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9732d5e143a3d5f91fc02e8008d804e80f6109701718081bebee223c31c86e87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9732d5e143a3d5f91fc02e8008d804e80f6109701718081bebee223c31c86e87", kill_on_drop: false }`
[INFO] [stdout] 9732d5e143a3d5f91fc02e8008d804e80f6109701718081bebee223c31c86e87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd27ea9f03f67dada179b3b88450cb69d75ace38c393898e883ae3caf6fc3886
[INFO] running `Command { std: "docker" "start" "-a" "dd27ea9f03f67dada179b3b88450cb69d75ace38c393898e883ae3caf6fc3886", kill_on_drop: false }`
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling tcp-channel v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/sender.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/receiver.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/receiver.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     config: Config,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/sender.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |     config: Config,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn config() -> Config;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn config() -> Config {
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead
[INFO] [stdout]   --> src/endian.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mut config = bincode::config();
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/endian.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn config() -> Config {
[INFO] [stdout]    |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead
[INFO] [stdout]   --> src/endian.rs:17:35
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let mut config = bincode::config();
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "dd27ea9f03f67dada179b3b88450cb69d75ace38c393898e883ae3caf6fc3886", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd27ea9f03f67dada179b3b88450cb69d75ace38c393898e883ae3caf6fc3886", kill_on_drop: false }`
[INFO] [stdout] dd27ea9f03f67dada179b3b88450cb69d75ace38c393898e883ae3caf6fc3886
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0078e9690d35f4a283e2a14e4a63fa64940ff64e231851abccdabdb9061cdeec
[INFO] running `Command { std: "docker" "start" "-a" "0078e9690d35f4a283e2a14e4a63fa64940ff64e231851abccdabdb9061cdeec", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/sender.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/receiver.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/receiver.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     config: Config,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/sender.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |     config: Config,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn config() -> Config;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn config() -> Config {
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead
[INFO] [stdout]   --> src/endian.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mut config = bincode::config();
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/endian.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn config() -> Config {
[INFO] [stdout]    |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead
[INFO] [stdout]   --> src/endian.rs:17:35
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let mut config = bincode::config();
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tcp-channel v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/receiver.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/receiver.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     config: Config,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/sender.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bincode::Config;
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/sender.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |     config: Config,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn config() -> Config;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]  --> src/endian.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn config() -> Config {
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead
[INFO] [stdout]   --> src/endian.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mut config = bincode::config();
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `bincode::Config`: please use the `DefaultOptions`/`Options` system instead
[INFO] [stdout]   --> src/endian.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn config() -> Config {
[INFO] [stdout]    |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead
[INFO] [stdout]   --> src/endian.rs:17:35
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let mut config = bincode::config();
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> tests/blob.rs:49:26
[INFO] [stdout]    |
[INFO] [stdout] 49 |         JoinErr(err: Box<Any + Send + 'static>) {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 |         JoinErr(err: Box<dyn Any + Send + 'static>) {
[INFO] [stdout]    |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> tests/time.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 |         JoinErr(err: Box<Any + Send + 'static>) {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 45 |         JoinErr(err: Box<dyn Any + Send + 'static>) {
[INFO] [stdout]    |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&Box<[T]> as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<Box<[T]> as IntoIterator>::into_iter` in Rust 2024
[INFO] [stdout]    --> tests/blob.rs:151:39
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let precalculated_new_blob = blob.into_iter()
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/intoiterator-box-slice.html>
[INFO] [stdout]     = note: `#[warn(boxed_slice_into_iter)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 151 -     let precalculated_new_blob = blob.into_iter()
[INFO] [stdout] 151 +     let precalculated_new_blob = blob.iter()
[INFO] [stdout]     |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 151 -     let precalculated_new_blob = blob.into_iter()
[INFO] [stdout] 151 +     let precalculated_new_blob = IntoIterator::into_iter(blob)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.61s
[INFO] running `Command { std: "docker" "inspect" "0078e9690d35f4a283e2a14e4a63fa64940ff64e231851abccdabdb9061cdeec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0078e9690d35f4a283e2a14e4a63fa64940ff64e231851abccdabdb9061cdeec", kill_on_drop: false }`
[INFO] [stdout] 0078e9690d35f4a283e2a14e4a63fa64940ff64e231851abccdabdb9061cdeec
