[INFO] fetching crate wdg-base64 0.4.7...
[INFO] testing wdg-base64-0.4.7 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate wdg-base64 0.4.7 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate wdg-base64 0.4.7
[INFO] finished tweaking crates.io crate wdg-base64 0.4.7
[INFO] tweaked toml for crates.io crate wdg-base64 0.4.7 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wdg-base64 0.4.7 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] 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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 73acda33ccb361a6726c77bd1a85c899c2d44b38e6803911c320b2dbcde8c617
[INFO] running `Command { std: "docker" "start" "-a" "73acda33ccb361a6726c77bd1a85c899c2d44b38e6803911c320b2dbcde8c617", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73acda33ccb361a6726c77bd1a85c899c2d44b38e6803911c320b2dbcde8c617", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73acda33ccb361a6726c77bd1a85c899c2d44b38e6803911c320b2dbcde8c617", kill_on_drop: false }`
[INFO] [stdout] 73acda33ccb361a6726c77bd1a85c899c2d44b38e6803911c320b2dbcde8c617
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 7c9c067136f73f4ca2b08843fdb9e1e37314007dacd2ecc04758d226342f1a77
[INFO] running `Command { std: "docker" "start" "-a" "7c9c067136f73f4ca2b08843fdb9e1e37314007dacd2ecc04758d226342f1a77", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling wdg-base64 v0.4.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u8_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u8_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u16_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u16_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u32_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u32_b64.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u64_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u64_b64.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i8_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i8_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i16_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i16_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i32_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i32_b64.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i64_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i64_b64.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/string_b64.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/string_b64.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./include/string_b64.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./include/string_b64.rs:172:17
[INFO] [stdout]     |
[INFO] [stdout] 172 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "7c9c067136f73f4ca2b08843fdb9e1e37314007dacd2ecc04758d226342f1a77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c9c067136f73f4ca2b08843fdb9e1e37314007dacd2ecc04758d226342f1a77", kill_on_drop: false }`
[INFO] [stdout] 7c9c067136f73f4ca2b08843fdb9e1e37314007dacd2ecc04758d226342f1a77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 12ba6ac59d29759f6de4af13250ada1ac7eb20f4a920a44e89e65695e08a8756
[INFO] running `Command { std: "docker" "start" "-a" "12ba6ac59d29759f6de4af13250ada1ac7eb20f4a920a44e89e65695e08a8756", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u8_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u8_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u16_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u16_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u32_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u32_b64.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u64_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u64_b64.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i8_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i8_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i16_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i16_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i32_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i32_b64.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i64_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i64_b64.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/string_b64.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/string_b64.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./include/string_b64.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./include/string_b64.rs:172:17
[INFO] [stdout]     |
[INFO] [stdout] 172 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wdg-base64 v0.4.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u8_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u8_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u16_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u16_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u32_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u32_b64.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/u64_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/u64_b64.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i8_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i8_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i16_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i16_b64.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i32_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i32_b64.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]  --> src/./include/i64_b64.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]   |                 ----^^^^^^
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/i64_b64.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/string_b64.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./include/string_b64.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]    |                 ----^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./include/string_b64.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./include/string_b64.rs:172:17
[INFO] [stdout]     |
[INFO] [stdout] 172 |             let mut vector=&mut string.as_mut_vec();
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: literal out of range for `i8`
[INFO] [stdout]   --> tests/i8_b64/./data.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 |     (0b10000000,&"gA=="),
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the literal `0b10000000` (decimal `128`) does not fit into the type `i8` and will become `-128i8`
[INFO] [stdout]    = help: consider using the type `u8` instead
[INFO] [stdout]    = note: `#[deny(overflowing_literals)]` on by default
[INFO] [stdout] help: to use as a negative number (decimal `-128`), consider using the type `u8` for the literal and cast it to `i8`
[INFO] [stdout]    |
[INFO] [stdout] 10 |     (0b10000000u8 as i8,&"gA=="),
[INFO] [stdout]    |                ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: literal out of range for `i8`
[INFO] [stdout]   --> tests/i8_b64/./data.rs:11:6
[INFO] [stdout]    |
[INFO] [stdout] 11 |     (0b11111111,&"/w==")
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the literal `0b11111111` (decimal `255`) does not fit into the type `i8` and will become `-1i8`
[INFO] [stdout]    = help: consider using the type `u8` instead
[INFO] [stdout] help: to use as a negative number (decimal `-1`), consider using the type `u8` for the literal and cast it to `i8`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     (0b11111111u8 as i8,&"/w==")
[INFO] [stdout]    |                ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wdg-base64` (test "integration_test") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "12ba6ac59d29759f6de4af13250ada1ac7eb20f4a920a44e89e65695e08a8756", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12ba6ac59d29759f6de4af13250ada1ac7eb20f4a920a44e89e65695e08a8756", kill_on_drop: false }`
[INFO] [stdout] 12ba6ac59d29759f6de4af13250ada1ac7eb20f4a920a44e89e65695e08a8756
