[INFO] cloning repository https://github.com/szagi3891/cezar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/szagi3891/cezar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszagi3891%2Fcezar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszagi3891%2Fcezar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 698cd697762d71cc22b65f940252b6ebd38a63c4 [INFO] checking szagi3891/cezar against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszagi3891%2Fcezar" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/szagi3891/cezar on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/szagi3891/cezar [INFO] finished tweaking git repo https://github.com/szagi3891/cezar [INFO] tweaked toml for git repo https://github.com/szagi3891/cezar written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/szagi3891/cezar already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3cc71fd8f42ad05f171b52d2b9882def7bd953a1043883c2e639a89e4a0a8b92 [INFO] running `Command { std: "docker" "start" "-a" "3cc71fd8f42ad05f171b52d2b9882def7bd953a1043883c2e639a89e4a0a8b92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cc71fd8f42ad05f171b52d2b9882def7bd953a1043883c2e639a89e4a0a8b92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cc71fd8f42ad05f171b52d2b9882def7bd953a1043883c2e639a89e4a0a8b92", kill_on_drop: false }` [INFO] [stdout] 3cc71fd8f42ad05f171b52d2b9882def7bd953a1043883c2e639a89e4a0a8b92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7c84a4569bfedadb665d650425e2971931c0bb9940d1397f9142af58ee51956 [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" "e7c84a4569bfedadb665d650425e2971931c0bb9940d1397f9142af58ee51956", kill_on_drop: false }` [INFO] [stderr] Checking cezar v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `decodeBlockAndPrint` [INFO] [stdout] --> src/main.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let decodeBlockAndPrint = |text: &'static str| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_decodeBlockAndPrint` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `decodeBlockAndPrint` [INFO] [stdout] --> src/main.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let decodeBlockAndPrint = |text: &'static str| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_decodeBlockAndPrint` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `alfabetLen` should have a snake case name [INFO] [stdout] --> src/main.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let alfabetLen: i16 = alfabet.len() as i16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `alfabet_len` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `getChar` should have a snake case name [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let getChar = |index: i16| -> char { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `oneChar` should have a snake case name [INFO] [stdout] --> src/main.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | let findIndex = |oneChar: char| -> i16 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `one_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `findIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | let findIndex = |oneChar: char| -> i16 { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `find_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `oneChar` should have a snake case name [INFO] [stdout] --> src/main.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | let encode = |oneChar: char| -> char { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `one_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | let newIndex = index + offset; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `new_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | let newIndex = if newIndex >= alfabetLen { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `new_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `oneChar` should have a snake case name [INFO] [stdout] --> src/main.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | let decode = |oneChar: char| -> char { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `one_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let newIndex = index - offset; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `new_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | let newIndex = if newIndex < 0 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `new_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `textChar` should have a snake case name [INFO] [stdout] --> src/main.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | for textChar in text.chars() { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `text_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `encodeBlock` should have a snake case name [INFO] [stdout] --> src/main.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | let encodeBlock = |text: &'static str| -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `encode_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `encodeBlockAndPrint` should have a snake case name [INFO] [stdout] --> src/main.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let encodeBlockAndPrint = |text: &'static str| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encode_block_and_print` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `textChar` should have a snake case name [INFO] [stdout] --> src/main.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | for textChar in text.chars() { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `text_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `decodeBlock` should have a snake case name [INFO] [stdout] --> src/main.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | let decodeBlock = |text: &'static str| -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `decode_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `decodeBlockAndPrint` should have a snake case name [INFO] [stdout] --> src/main.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let decodeBlockAndPrint = |text: &'static str| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decode_block_and_print` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `charOne` should have a snake case name [INFO] [stdout] --> src/main.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | for charOne in alfabet.iter() { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `char_one` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `alfabetLen` should have a snake case name [INFO] [stdout] --> src/main.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let alfabetLen: i16 = alfabet.len() as i16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `alfabet_len` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `getChar` should have a snake case name [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let getChar = |index: i16| -> char { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `oneChar` should have a snake case name [INFO] [stdout] --> src/main.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | let findIndex = |oneChar: char| -> i16 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `one_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `findIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | let findIndex = |oneChar: char| -> i16 { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `find_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `oneChar` should have a snake case name [INFO] [stdout] --> src/main.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | let encode = |oneChar: char| -> char { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `one_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | let newIndex = index + offset; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `new_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | let newIndex = if newIndex >= alfabetLen { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `new_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `oneChar` should have a snake case name [INFO] [stdout] --> src/main.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | let decode = |oneChar: char| -> char { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `one_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let newIndex = index - offset; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `new_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newIndex` should have a snake case name [INFO] [stdout] --> src/main.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | let newIndex = if newIndex < 0 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `new_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `textChar` should have a snake case name [INFO] [stdout] --> src/main.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | for textChar in text.chars() { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `text_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `encodeBlock` should have a snake case name [INFO] [stdout] --> src/main.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | let encodeBlock = |text: &'static str| -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `encode_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `encodeBlockAndPrint` should have a snake case name [INFO] [stdout] --> src/main.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let encodeBlockAndPrint = |text: &'static str| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encode_block_and_print` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `textChar` should have a snake case name [INFO] [stdout] --> src/main.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | for textChar in text.chars() { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `text_char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `decodeBlock` should have a snake case name [INFO] [stdout] --> src/main.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | let decodeBlock = |text: &'static str| -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `decode_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `decodeBlockAndPrint` should have a snake case name [INFO] [stdout] --> src/main.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let decodeBlockAndPrint = |text: &'static str| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decode_block_and_print` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `charOne` should have a snake case name [INFO] [stdout] --> src/main.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | for charOne in alfabet.iter() { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `char_one` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `Command { std: "docker" "inspect" "e7c84a4569bfedadb665d650425e2971931c0bb9940d1397f9142af58ee51956", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7c84a4569bfedadb665d650425e2971931c0bb9940d1397f9142af58ee51956", kill_on_drop: false }` [INFO] [stdout] e7c84a4569bfedadb665d650425e2971931c0bb9940d1397f9142af58ee51956