[INFO] fetching crate wdg-base64 0.4.7... [INFO] checking wdg-base64-0.4.7 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate wdg-base64 0.4.7 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate wdg-base64 0.4.7 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] daed4ba54fd457abc796183d752f9a4f9099997d327d4f18f56c1cdc02a04099 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "daed4ba54fd457abc796183d752f9a4f9099997d327d4f18f56c1cdc02a04099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "daed4ba54fd457abc796183d752f9a4f9099997d327d4f18f56c1cdc02a04099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daed4ba54fd457abc796183d752f9a4f9099997d327d4f18f56c1cdc02a04099", kill_on_drop: false }` [INFO] [stdout] daed4ba54fd457abc796183d752f9a4f9099997d327d4f18f56c1cdc02a04099 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cf78ada42f82b6e9c99d8625d232178df96e2ee255e415e55b07d5a462f8355 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3cf78ada42f82b6e9c99d8625d232178df96e2ee255e415e55b07d5a462f8355", kill_on_drop: false }` [INFO] [stderr] Checking 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)]` 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] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [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)]` 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] warning: 20 warnings emitted [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: `#[deny(overflowing_literals)]` on by default [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] [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] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wdg-base64` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "3cf78ada42f82b6e9c99d8625d232178df96e2ee255e415e55b07d5a462f8355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cf78ada42f82b6e9c99d8625d232178df96e2ee255e415e55b07d5a462f8355", kill_on_drop: false }` [INFO] [stdout] 3cf78ada42f82b6e9c99d8625d232178df96e2ee255e415e55b07d5a462f8355