[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 try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszagi3891%2Fcezar" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/szagi3891/cezar on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-1/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c43c2328ceed92391e89cd777ddee944039b341c0776c3546a74cc5678516dc2 [INFO] running `Command { std: "docker" "start" "-a" "c43c2328ceed92391e89cd777ddee944039b341c0776c3546a74cc5678516dc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c43c2328ceed92391e89cd777ddee944039b341c0776c3546a74cc5678516dc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c43c2328ceed92391e89cd777ddee944039b341c0776c3546a74cc5678516dc2", kill_on_drop: false }` [INFO] [stdout] c43c2328ceed92391e89cd777ddee944039b341c0776c3546a74cc5678516dc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0087cbe30c4f9db5964957799f0d50ed11c4c792cb35b02271305c81ecc9c5f [INFO] running `Command { std: "docker" "start" "-a" "b0087cbe30c4f9db5964957799f0d50ed11c4c792cb35b02271305c81ecc9c5f", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking cezar v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/main.rs (1 fix) [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: 17 warnings emitted [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: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.64s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking cezar v0.1.0 (/tmp/fixit) [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: 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: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] running `Command { std: "docker" "inspect" "b0087cbe30c4f9db5964957799f0d50ed11c4c792cb35b02271305c81ecc9c5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0087cbe30c4f9db5964957799f0d50ed11c4c792cb35b02271305c81ecc9c5f", kill_on_drop: false }` [INFO] [stdout] b0087cbe30c4f9db5964957799f0d50ed11c4c792cb35b02271305c81ecc9c5f