[INFO] fetching crate kryptos 0.6.1... [INFO] testing kryptos-0.6.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate kryptos 0.6.1 into /workspace/builds/worker-99/source [INFO] validating manifest of crates.io crate kryptos 0.6.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate kryptos 0.6.1 [INFO] finished tweaking crates.io crate kryptos 0.6.1 [INFO] tweaked toml for crates.io crate kryptos 0.6.1 written to /workspace/builds/worker-99/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cfdaacea93961a3b55b7e22fbab635a503b133254feed02f0a6b0ef9641007c [INFO] running `Command { std: "docker" "start" "-a" "7cfdaacea93961a3b55b7e22fbab635a503b133254feed02f0a6b0ef9641007c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cfdaacea93961a3b55b7e22fbab635a503b133254feed02f0a6b0ef9641007c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cfdaacea93961a3b55b7e22fbab635a503b133254feed02f0a6b0ef9641007c", kill_on_drop: false }` [INFO] [stdout] 7cfdaacea93961a3b55b7e22fbab635a503b133254feed02f0a6b0ef9641007c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 554848014ba3cac2d1df5e69378ae3a13ca27a9528a30db8022493b3c8704251 [INFO] running `Command { std: "docker" "start" "-a" "554848014ba3cac2d1df5e69378ae3a13ca27a9528a30db8022493b3c8704251", kill_on_drop: false }` [INFO] [stderr] Compiling kryptos v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/baconian.rs:80:19 [INFO] [stdout] | [INFO] [stdout] 80 | 65...90 => format!("{:05b}", c as u8 - 65), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/baconian.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | 97...122 => format!("{:05b}", c as u8 - 97), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/caesar.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/caesar.rs:69:19 [INFO] [stdout] | [INFO] [stdout] 69 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/rot13.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/rot13.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 70 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:122:19 [INFO] [stdout] | [INFO] [stdout] 122 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | 65...90 => Ok((c as u8 - 65) % 26), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | 97...122 => Ok((c as u8 - 97) % 26), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.96s [INFO] running `Command { std: "docker" "inspect" "554848014ba3cac2d1df5e69378ae3a13ca27a9528a30db8022493b3c8704251", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "554848014ba3cac2d1df5e69378ae3a13ca27a9528a30db8022493b3c8704251", kill_on_drop: false }` [INFO] [stdout] 554848014ba3cac2d1df5e69378ae3a13ca27a9528a30db8022493b3c8704251 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37d9aff91d4edec87acb34ae55f3297dbf3b323de474a6b9d19fdf0c1959b8c7 [INFO] running `Command { std: "docker" "start" "-a" "37d9aff91d4edec87acb34ae55f3297dbf3b323de474a6b9d19fdf0c1959b8c7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/baconian.rs:80:19 [INFO] [stdout] | [INFO] [stdout] 80 | 65...90 => format!("{:05b}", c as u8 - 65), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/baconian.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | 97...122 => format!("{:05b}", c as u8 - 97), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/caesar.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/caesar.rs:69:19 [INFO] [stdout] | [INFO] [stdout] 69 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/rot13.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/rot13.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 70 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling kryptos v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:122:19 [INFO] [stdout] | [INFO] [stdout] 122 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | 65...90 => Ok((c as u8 - 65) % 26), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | 97...122 => Ok((c as u8 - 97) % 26), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/baconian.rs:80:19 [INFO] [stdout] | [INFO] [stdout] 80 | 65...90 => format!("{:05b}", c as u8 - 65), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/baconian.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | 97...122 => format!("{:05b}", c as u8 - 97), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/caesar.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/caesar.rs:69:19 [INFO] [stdout] | [INFO] [stdout] 69 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/rot13.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/rot13.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 70 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/substitution.rs:122:19 [INFO] [stdout] | [INFO] [stdout] 122 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 65...90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | 97...122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | 65...90 => Ok((c as u8 - 65) % 26), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ciphers/vigenere.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | 97...122 => Ok((c as u8 - 97) % 26), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.38s [INFO] running `Command { std: "docker" "inspect" "37d9aff91d4edec87acb34ae55f3297dbf3b323de474a6b9d19fdf0c1959b8c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37d9aff91d4edec87acb34ae55f3297dbf3b323de474a6b9d19fdf0c1959b8c7", kill_on_drop: false }` [INFO] [stdout] 37d9aff91d4edec87acb34ae55f3297dbf3b323de474a6b9d19fdf0c1959b8c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0729cfe46473dbff8d868180c869196dc9f8c56b0c0596a0e9c87082dee9d7c2 [INFO] running `Command { std: "docker" "start" "-a" "0729cfe46473dbff8d868180c869196dc9f8c56b0c0596a0e9c87082dee9d7c2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/baconian.rs:80:19 [INFO] [stderr] | [INFO] [stderr] 80 | 65...90 => format!("{:05b}", c as u8 - 65), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/baconian.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | 97...122 => format!("{:05b}", c as u8 - 97), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/caesar.rs:68:19 [INFO] [stderr] | [INFO] [stderr] 68 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/caesar.rs:69:19 [INFO] [stderr] | [INFO] [stderr] 69 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/rot13.rs:57:19 [INFO] [stderr] | [INFO] [stderr] 57 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/rot13.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/substitution.rs:70:19 [INFO] [stderr] | [INFO] [stderr] 70 | 65...90 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/substitution.rs:77:19 [INFO] [stderr] | [INFO] [stderr] 77 | 97...122 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/substitution.rs:115:19 [INFO] [stderr] | [INFO] [stderr] 115 | 65...90 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/substitution.rs:122:19 [INFO] [stderr] | [INFO] [stderr] 122 | 97...122 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/vigenere.rs:83:19 [INFO] [stderr] | [INFO] [stderr] 83 | 65...90 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/vigenere.rs:89:19 [INFO] [stderr] | [INFO] [stderr] 89 | 97...122 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/vigenere.rs:107:19 [INFO] [stderr] | [INFO] [stderr] 107 | 65...90 => Ok((c as u8 - 65) % 26), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ciphers/vigenere.rs:108:19 [INFO] [stderr] | [INFO] [stderr] 108 | 97...122 => Ok((c as u8 - 97) % 26), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `kryptos` (lib) generated 14 warnings [INFO] [stderr] warning: `kryptos` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 27.67s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/kryptos-60ec32bfd4349ee8) [INFO] [stdout] [INFO] [stdout] running 48 tests [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-a87de9fcff28a2da) [INFO] [stdout] test ciphers::baconian::tests::distinct ... ok [INFO] [stdout] test ciphers::baconian::tests::encipher_with_distinct ... ok [INFO] [stdout] test ciphers::caesar::tests::decipher ... ok [INFO] [stdout] test ciphers::caesar::tests::encipher ... ok [INFO] [stdout] test ciphers::caesar::tests::all_rotations ... ok [INFO] [stdout] test ciphers::caesar::tests::with_punctuation ... ok [INFO] [stdout] test ciphers::caesar::tests::with_unicode ... ok [INFO] [stdout] test ciphers::caesar::tests::too_low_rotation ... ok [INFO] [stdout] test ciphers::caesar::tests::too_high_rotation ... ok [INFO] [stdout] test ciphers::railfence::tests::accurate_position ... ok [INFO] [stdout] test ciphers::railfence::tests::decipher ... ok [INFO] [stdout] test ciphers::railfence::tests::decipher_with_key_of_one ... ok [INFO] [stdout] test ciphers::railfence::tests::encipher_with_key_of_one ... ok [INFO] [stdout] test ciphers::railfence::tests::encipher ... ok [INFO] [stdout] test ciphers::railfence::tests::invalid_height ... ok [INFO] [stdout] test ciphers::railfence::tests::valid_height ... ok [INFO] [stdout] test ciphers::railfence::tests::valid_position ... ok [INFO] [stdout] test ciphers::rot13::tests::decipher ... ok [INFO] [stdout] test ciphers::rot13::tests::encipher ... ok [INFO] [stdout] test ciphers::rot13::tests::with_punctuation ... ok [INFO] [stdout] test ciphers::baconian::tests::decipher_with_distinct ... ok [INFO] [stdout] test ciphers::rot13::tests::with_unicode ... ok [INFO] [stdout] test ciphers::scytale::tests::decipher_height_greater_than_text ... ok [INFO] [stdout] test ciphers::scytale::tests::decipher ... ok [INFO] [stdout] test ciphers::scytale::tests::encipher ... ok [INFO] [stdout] test ciphers::scytale::tests::encipher_height_greater_than_text ... ok [INFO] [stdout] test ciphers::scytale::tests::invalid_height ... ok [INFO] [stdout] test ciphers::scytale::tests::valid_height ... ok [INFO] [stdout] test ciphers::substitution::tests::decipher ... ok [INFO] [stdout] test ciphers::substitution::tests::encipher ... ok [INFO] [stdout] test ciphers::substitution::tests::non_alphabetic ... ok [INFO] [stdout] test ciphers::substitution::tests::non_unique_alphabet ... ok [INFO] [stdout] test ciphers::substitution::tests::too_large_alphabet ... ok [INFO] [stdout] test ciphers::substitution::tests::too_small_alphabet ... ok [INFO] [stdout] test ciphers::substitution::tests::unique_alphabet ... ok [INFO] [stdout] test ciphers::substitution::tests::with_punctuation ... ok [INFO] [stdout] test ciphers::substitution::tests::with_unicode ... ok [INFO] [stdout] test ciphers::vigenere::tests::decipher ... ok [INFO] [stdout] test ciphers::vigenere::tests::encipher ... ok [INFO] [stdout] test ciphers::vigenere::tests::invalid_key ... ok [INFO] [stdout] test ciphers::vigenere::tests::invalid_key_conversion ... ok [INFO] [stdout] test ciphers::vigenere::tests::valid_key ... ok [INFO] [stdout] test ciphers::vigenere::tests::key_conversion ... ok [INFO] [stdout] test ciphers::vigenere::tests::with_punctuation ... ok [INFO] [stdout] test ciphers::vigenere::tests::with_unicode ... ok [INFO] [stdout] test common::tests::invalid_binary ... ok [INFO] [stdout] test common::tests::number_to_char ... ok [INFO] [stdout] test common::tests::valid_binary ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests kryptos [INFO] [stdout] test test_regex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/baconian.rs:80:19 [INFO] [stderr] | [INFO] [stderr] 80 | 65...90 => format!("{:05b}", c as u8 - 65), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/baconian.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | 97...122 => format!("{:05b}", c as u8 - 97), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/caesar.rs:68:19 [INFO] [stderr] | [INFO] [stderr] 68 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/caesar.rs:69:19 [INFO] [stderr] | [INFO] [stderr] 69 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/rot13.rs:57:19 [INFO] [stderr] | [INFO] [stderr] 57 | 65...90 => (((c as u8 - 65 + rot) % 26) + 65) as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/rot13.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | 97...122 => (((c as u8 - 97 + rot) % 26) + 97) as char, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/substitution.rs:70:19 [INFO] [stderr] | [INFO] [stderr] 70 | 65...90 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/substitution.rs:77:19 [INFO] [stderr] | [INFO] [stderr] 77 | 97...122 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/substitution.rs:115:19 [INFO] [stderr] | [INFO] [stderr] 115 | 65...90 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/substitution.rs:122:19 [INFO] [stderr] | [INFO] [stderr] 122 | 97...122 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/vigenere.rs:83:19 [INFO] [stderr] | [INFO] [stderr] 83 | 65...90 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/vigenere.rs:89:19 [INFO] [stderr] | [INFO] [stderr] 89 | 97...122 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/vigenere.rs:107:19 [INFO] [stderr] | [INFO] [stderr] 107 | 65...90 => Ok((c as u8 - 65) % 26), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/ciphers/vigenere.rs:108:19 [INFO] [stderr] | [INFO] [stderr] 108 | 97...122 => Ok((c as u8 - 97) % 26), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] running 21 tests [INFO] [stderr] warning: 14 warnings emitted [INFO] [stderr] [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::new (line 14) ... ok [INFO] [stdout] test src/ciphers/rot13.rs - ciphers::rot13::Rot13::decipher (line 41) ... ok [INFO] [stdout] test src/ciphers/railfence.rs - ciphers::railfence::RailFence::decipher (line 65) ... ok [INFO] [stdout] test src/ciphers/substitution.rs - ciphers::substitution::Substitution::new (line 16) ... ok [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::encipher (line 36) ... ok [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::new (line 14) ... ok [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::decipher (line 56) ... ok [INFO] [stdout] test src/ciphers/railfence.rs - ciphers::railfence::RailFence::encipher (line 36) ... ok [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::decipher (line 51) ... ok [INFO] [stdout] test src/ciphers/baconian.rs - ciphers::baconian::Baconian::new (line 18) ... ok [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::encipher (line 38) ... ok [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::decipher (line 63) ... ok [INFO] [stdout] test src/ciphers/rot13.rs - ciphers::rot13::Rot13::encipher (line 26) ... ok [INFO] [stdout] test src/ciphers/substitution.rs - ciphers::substitution::Substitution::encipher (line 52) ... ok [INFO] [stdout] test src/ciphers/baconian.rs - ciphers::baconian::Baconian::encipher (line 32) ... ok [INFO] [stdout] test src/ciphers/railfence.rs - ciphers::railfence::RailFence::new (line 14) ... ok [INFO] [stdout] test src/ciphers/substitution.rs - ciphers::substitution::Substitution::decipher (line 97) ... ok [INFO] [stdout] test src/ciphers/baconian.rs - ciphers::baconian::Baconian::decipher (line 50) ... ok [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::new (line 14) ... ok [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::encipher (line 36) ... ok [INFO] [stdout] test src/ciphers/rot13.rs - ciphers::rot13::Rot13::new (line 12) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.45s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0729cfe46473dbff8d868180c869196dc9f8c56b0c0596a0e9c87082dee9d7c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0729cfe46473dbff8d868180c869196dc9f8c56b0c0596a0e9c87082dee9d7c2", kill_on_drop: false }` [INFO] [stdout] 0729cfe46473dbff8d868180c869196dc9f8c56b0c0596a0e9c87082dee9d7c2