[INFO] fetching crate kryptos 0.6.1... [INFO] testing kryptos-0.6.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate kryptos 0.6.1 into /workspace/builds/worker-54/source [INFO] validating manifest of crates.io crate kryptos 0.6.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-54/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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" "+beta-2021-09-08" "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-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37e4e90b2bfbab048856c3773826bcaae3f035adb247876e959390213221df7c [INFO] running `Command { std: "docker" "start" "-a" "37e4e90b2bfbab048856c3773826bcaae3f035adb247876e959390213221df7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37e4e90b2bfbab048856c3773826bcaae3f035adb247876e959390213221df7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37e4e90b2bfbab048856c3773826bcaae3f035adb247876e959390213221df7c", kill_on_drop: false }` [INFO] [stdout] 37e4e90b2bfbab048856c3773826bcaae3f035adb247876e959390213221df7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 496d5f2326684735bc7b6bea865c174f7336521d5c17e00f3ce0c408e4520b6e [INFO] running `Command { std: "docker" "start" "-a" "496d5f2326684735bc7b6bea865c174f7336521d5c17e00f3ce0c408e4520b6e", 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.13s [INFO] running `Command { std: "docker" "inspect" "496d5f2326684735bc7b6bea865c174f7336521d5c17e00f3ce0c408e4520b6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "496d5f2326684735bc7b6bea865c174f7336521d5c17e00f3ce0c408e4520b6e", kill_on_drop: false }` [INFO] [stdout] 496d5f2326684735bc7b6bea865c174f7336521d5c17e00f3ce0c408e4520b6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60c5d331d8264ae012eb447055801ca4bec385e7214ef936f31245eac494ca58 [INFO] running `Command { std: "docker" "start" "-a" "60c5d331d8264ae012eb447055801ca4bec385e7214ef936f31245eac494ca58", kill_on_drop: false }` [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 [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 [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 [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 [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 [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 [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: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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.76s [INFO] running `Command { std: "docker" "inspect" "60c5d331d8264ae012eb447055801ca4bec385e7214ef936f31245eac494ca58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60c5d331d8264ae012eb447055801ca4bec385e7214ef936f31245eac494ca58", kill_on_drop: false }` [INFO] [stdout] 60c5d331d8264ae012eb447055801ca4bec385e7214ef936f31245eac494ca58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 241179b53aa116a0de29c5ef8b8b74c1de672e5d3dc3214b33522d4413a8b2d1 [INFO] running `Command { std: "docker" "start" "-a" "241179b53aa116a0de29c5ef8b8b74c1de672e5d3dc3214b33522d4413a8b2d1", 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [stderr] [INFO] [stderr] warning: `kryptos` (lib) generated 14 warnings [INFO] [stdout] [INFO] [stdout] running 48 tests [INFO] [stderr] warning: `kryptos` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.52s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/kryptos-a1b0ae8b79788e94) [INFO] [stdout] test ciphers::caesar::tests::decipher ... ok [INFO] [stdout] test ciphers::baconian::tests::decipher_with_distinct ... ok [INFO] [stdout] test ciphers::baconian::tests::encipher_with_distinct ... ok [INFO] [stdout] test ciphers::caesar::tests::all_rotations ... ok [INFO] [stdout] test ciphers::baconian::tests::distinct ... ok [INFO] [stdout] test ciphers::caesar::tests::encipher ... ok [INFO] [stdout] test ciphers::caesar::tests::too_low_rotation ... ok [INFO] [stdout] test ciphers::railfence::tests::invalid_height ... ok [INFO] [stdout] test ciphers::caesar::tests::too_high_rotation ... ok [INFO] [stdout] test ciphers::rot13::tests::decipher ... ok [INFO] [stdout] test ciphers::scytale::tests::encipher_height_greater_than_text ... ok [INFO] [stdout] test ciphers::scytale::tests::valid_height ... 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::scytale::tests::invalid_height ... ok [INFO] [stdout] test ciphers::substitution::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::rot13::tests::encipher ... ok [INFO] [stdout] test ciphers::caesar::tests::with_unicode ... ok [INFO] [stdout] test ciphers::caesar::tests::with_punctuation ... ok [INFO] [stdout] test ciphers::substitution::tests::with_punctuation ... ok [INFO] [stdout] test ciphers::railfence::tests::encipher ... ok [INFO] [stdout] test ciphers::substitution::tests::encipher ... ok [INFO] [stdout] test ciphers::vigenere::tests::valid_key ... ok [INFO] [stdout] test ciphers::rot13::tests::with_punctuation ... 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::valid_height ... ok [INFO] [stdout] test ciphers::substitution::tests::too_small_alphabet ... ok [INFO] [stdout] test ciphers::railfence::tests::accurate_position ... ok [INFO] [stdout] test common::tests::number_to_char ... ok [INFO] [stdout] test common::tests::valid_binary ... ok [INFO] [stdout] test ciphers::vigenere::tests::decipher ... ok [INFO] [stdout] test common::tests::invalid_binary ... ok [INFO] [stdout] test ciphers::railfence::tests::valid_position ... ok [INFO] [stdout] test ciphers::vigenere::tests::with_unicode ... ok [INFO] [stdout] test ciphers::substitution::tests::unique_alphabet ... ok [INFO] [stdout] test ciphers::scytale::tests::encipher ... ok [INFO] [stdout] test ciphers::vigenere::tests::with_punctuation ... ok [INFO] [stdout] test ciphers::substitution::tests::non_alphabetic ... ok [INFO] [stdout] test ciphers::substitution::tests::with_unicode ... ok [INFO] [stdout] test ciphers::scytale::tests::decipher ... ok [INFO] [stdout] test ciphers::rot13::tests::with_unicode ... ok [INFO] [stdout] test ciphers::vigenere::tests::key_conversion ... ok [INFO] [stdout] test ciphers::railfence::tests::encipher_with_key_of_one ... ok [INFO] [stdout] test ciphers::scytale::tests::decipher_height_greater_than_text ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-5c10640fbbcb89d5) [INFO] [stdout] [INFO] [stdout] running 1 test [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.03s [INFO] [stdout] [INFO] [stderr] Doc-tests kryptos [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [stderr] [INFO] [stderr] warning: 14 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test src/ciphers/rot13.rs - ciphers::rot13::Rot13::encipher (line 26) ... FAILED [INFO] [stdout] test src/ciphers/baconian.rs - ciphers::baconian::Baconian::decipher (line 50) ... FAILED [INFO] [stdout] test src/ciphers/baconian.rs - ciphers::baconian::Baconian::encipher (line 32) ... FAILED [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::decipher (line 56) ... FAILED [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::encipher (line 38) ... FAILED [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::encipher (line 36) ... FAILED [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::encipher (line 36) ... FAILED [INFO] [stdout] test src/ciphers/railfence.rs - ciphers::railfence::RailFence::encipher (line 36) ... FAILED [INFO] [stdout] test src/ciphers/railfence.rs - ciphers::railfence::RailFence::decipher (line 65) ... FAILED [INFO] [stdout] test src/ciphers/substitution.rs - ciphers::substitution::Substitution::encipher (line 52) ... FAILED [INFO] [stdout] test src/ciphers/rot13.rs - ciphers::rot13::Rot13::decipher (line 41) ... FAILED [INFO] [stdout] test src/ciphers/substitution.rs - ciphers::substitution::Substitution::decipher (line 97) ... FAILED [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::decipher (line 51) ... FAILED [INFO] [stdout] test src/ciphers/rot13.rs - ciphers::rot13::Rot13::new (line 12) ... FAILED [INFO] [stdout] test src/ciphers/baconian.rs - ciphers::baconian::Baconian::new (line 18) ... FAILED [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::new (line 14) has been running for over 60 seconds [INFO] [stdout] test src/ciphers/railfence.rs - ciphers::railfence::RailFence::new (line 14) has been running for over 60 seconds [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::decipher (line 63) has been running for over 60 seconds [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::new (line 14) has been running for over 60 seconds [INFO] [stdout] test src/ciphers/substitution.rs - ciphers::substitution::Substitution::new (line 16) has been running for over 60 seconds [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::new (line 14) has been running for over 60 seconds [INFO] [stdout] test src/ciphers/railfence.rs - ciphers::railfence::RailFence::new (line 14) ... FAILED [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::new (line 14) ... FAILED [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::new (line 14) ... FAILED [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::new (line 14) ... FAILED [INFO] [stdout] test src/ciphers/substitution.rs - ciphers::substitution::Substitution::new (line 16) ... FAILED [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::decipher (line 63) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/ciphers/rot13.rs - ciphers::rot13::Rot13::encipher (line 26) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/baconian.rs - ciphers::baconian::Baconian::decipher (line 50) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/baconian.rs - ciphers::baconian::Baconian::encipher (line 32) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::decipher (line 56) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::encipher (line 38) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/caesar.rs - ciphers::caesar::Caesar::encipher (line 36) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/scytale.rs - ciphers::scytale::Scytale::encipher (line 36) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/railfence.rs - ciphers::railfence::RailFence::encipher (line 36) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/railfence.rs - ciphers::railfence::RailFence::decipher (line 65) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/substitution.rs - ciphers::substitution::Substitution::encipher (line 52) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/rot13.rs - ciphers::rot13::Rot13::decipher (line 41) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/substitution.rs - ciphers::substitution::Substitution::decipher (line 97) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/caesar.rs - ciphers::caesar::Caesar::decipher (line 51) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/rot13.rs - ciphers::rot13::Rot13::new (line 12) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/baconian.rs - ciphers::baconian::Baconian::new (line 18) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/railfence.rs - ciphers::railfence::RailFence::new (line 14) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/scytale.rs - ciphers::scytale::Scytale::new (line 14) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/caesar.rs - ciphers::caesar::Caesar::new (line 14) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::new (line 14) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ciphers/substitution.rs - ciphers::substitution::Substitution::new (line 16) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/ciphers/baconian.rs - ciphers::baconian::Baconian::decipher (line 50) [INFO] [stdout] src/ciphers/baconian.rs - ciphers::baconian::Baconian::encipher (line 32) [INFO] [stdout] src/ciphers/baconian.rs - ciphers::baconian::Baconian::new (line 18) [INFO] [stdout] src/ciphers/caesar.rs - ciphers::caesar::Caesar::decipher (line 51) [INFO] [stdout] src/ciphers/caesar.rs - ciphers::caesar::Caesar::encipher (line 36) [INFO] [stdout] src/ciphers/caesar.rs - ciphers::caesar::Caesar::new (line 14) [INFO] [stdout] src/ciphers/railfence.rs - ciphers::railfence::RailFence::decipher (line 65) [INFO] [stdout] src/ciphers/railfence.rs - ciphers::railfence::RailFence::encipher (line 36) [INFO] [stdout] src/ciphers/railfence.rs - ciphers::railfence::RailFence::new (line 14) [INFO] [stdout] src/ciphers/rot13.rs - ciphers::rot13::Rot13::decipher (line 41) [INFO] [stdout] src/ciphers/rot13.rs - ciphers::rot13::Rot13::encipher (line 26) [INFO] [stdout] src/ciphers/rot13.rs - ciphers::rot13::Rot13::new (line 12) [INFO] [stdout] src/ciphers/scytale.rs - ciphers::scytale::Scytale::encipher (line 36) [INFO] [stdout] src/ciphers/scytale.rs - ciphers::scytale::Scytale::new (line 14) [INFO] [stdout] src/ciphers/substitution.rs - ciphers::substitution::Substitution::decipher (line 97) [INFO] [stdout] src/ciphers/substitution.rs - ciphers::substitution::Substitution::encipher (line 52) [INFO] [stdout] src/ciphers/substitution.rs - ciphers::substitution::Substitution::new (line 16) [INFO] [stdout] src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::decipher (line 56) [INFO] [stdout] src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::encipher (line 38) [INFO] [stdout] src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere::new (line 14) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 20 failed; 0 ignored; 0 measured; 0 filtered out; finished in 118.51s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "241179b53aa116a0de29c5ef8b8b74c1de672e5d3dc3214b33522d4413a8b2d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "241179b53aa116a0de29c5ef8b8b74c1de672e5d3dc3214b33522d4413a8b2d1", kill_on_drop: false }` [INFO] [stdout] 241179b53aa116a0de29c5ef8b8b74c1de672e5d3dc3214b33522d4413a8b2d1