[INFO] cloning repository https://github.com/sradley/ciphers [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sradley/ciphers" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsradley%2Fciphers", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsradley%2Fciphers'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6af859b6e0d204b5904d0cbd8a31ab12d3b7ed63 [INFO] testing sradley/ciphers against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsradley%2Fciphers" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sradley/ciphers on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sradley/ciphers [INFO] finished tweaking git repo https://github.com/sradley/ciphers [INFO] tweaked toml for git repo https://github.com/sradley/ciphers written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/sradley/ciphers already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8611cc3ae1ad481a8b2c76cf2607725f37d1b33e3380422d84faaf21825db63e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8611cc3ae1ad481a8b2c76cf2607725f37d1b33e3380422d84faaf21825db63e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8611cc3ae1ad481a8b2c76cf2607725f37d1b33e3380422d84faaf21825db63e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8611cc3ae1ad481a8b2c76cf2607725f37d1b33e3380422d84faaf21825db63e", kill_on_drop: false }` [INFO] [stdout] 8611cc3ae1ad481a8b2c76cf2607725f37d1b33e3380422d84faaf21825db63e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f73291a371efdffd2229efae067714a9bc608a698b3b4141c297b168aa5a1b32 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f73291a371efdffd2229efae067714a9bc608a698b3b4141c297b168aa5a1b32", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ciphers v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/porta.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | 78...90 => PORTA_TABLEU[y].iter().position(|&j| j == c).unwrap() 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 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.44s [INFO] running `Command { std: "docker" "inspect" "f73291a371efdffd2229efae067714a9bc608a698b3b4141c297b168aa5a1b32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f73291a371efdffd2229efae067714a9bc608a698b3b4141c297b168aa5a1b32", kill_on_drop: false }` [INFO] [stdout] f73291a371efdffd2229efae067714a9bc608a698b3b4141c297b168aa5a1b32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f6366e40c9fdbdb2ff4ba9be618f8239d187e266fd695d3ddbb51512e1ea160 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4f6366e40c9fdbdb2ff4ba9be618f8239d187e266fd695d3ddbb51512e1ea160", kill_on_drop: false }` [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/porta.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | 78...90 => PORTA_TABLEU[y].iter().position(|&j| j == c).unwrap() 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 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciphers v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/porta.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | 78...90 => PORTA_TABLEU[y].iter().position(|&j| j == c).unwrap() 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 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.63s [INFO] running `Command { std: "docker" "inspect" "4f6366e40c9fdbdb2ff4ba9be618f8239d187e266fd695d3ddbb51512e1ea160", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f6366e40c9fdbdb2ff4ba9be618f8239d187e266fd695d3ddbb51512e1ea160", kill_on_drop: false }` [INFO] [stdout] 4f6366e40c9fdbdb2ff4ba9be618f8239d187e266fd695d3ddbb51512e1ea160 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4714c7b955caa2c02bd9b24748d7545bbeac47121d566341a6e2035a57372831 [INFO] running `Command { std: "docker" "start" "-a" "4714c7b955caa2c02bd9b24748d7545bbeac47121d566341a6e2035a57372831", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/porta.rs:75:23 [INFO] [stderr] | [INFO] [stderr] 75 | 78...90 => PORTA_TABLEU[y].iter().position(|&j| j == c).unwrap() 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 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `ciphers` (lib) generated 1 warning [INFO] [stderr] warning: `ciphers` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ciphers-3d409fcf8a9d7abf) [INFO] [stderr] Running tests/test_adfgvx.rs (/opt/rustwide/target/debug/deps/test_adfgvx-8a0fc6802d4ebea3) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test key_not_36_chars - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stderr] Running tests/test_adfgx.rs (/opt/rustwide/target/debug/deps/test_adfgx-47c16665b8cfb0ed) [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test key_not_25_chars - should panic ... ok [INFO] [stderr] Running tests/test_affine.rs (/opt/rustwide/target/debug/deps/test_affine-b1666e4f989847fb) [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test ctext_non_alpha ... ok [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test b_less_0 - should panic ... ok [INFO] [stdout] test a_not_relatively_prime - should panic ... ok [INFO] [stdout] test b_geq_26 - should panic ... ok [INFO] [stdout] test a_geq_26 - should panic ... ok [INFO] [stdout] test a_leq_0 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/test_atbash.rs (/opt/rustwide/target/debug/deps/test_atbash-231d9d3ad1061e0e) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test ctext_non_alpha ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stderr] Running tests/test_autokey.rs (/opt/rustwide/target/debug/deps/test_autokey-86a766ce289738dd) [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test ctext_non_alpha ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test key_non_alpha - should panic ... ok [INFO] [stderr] Running tests/test_beaufort.rs (/opt/rustwide/target/debug/deps/test_beaufort-6ba00a5302884401) [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test key_non_alpha - should panic ... ok [INFO] [stderr] Running tests/test_caesar.rs (/opt/rustwide/target/debug/deps/test_caesar-089e90f3a2fd28e4) [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test ctext_non_alpha ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test decipher_rot1_large ... ok [INFO] [stdout] test decipher_rot25_small ... ok [INFO] [stdout] test encipher_rot25_small ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test encipher_rot25_large ... ok [INFO] [stdout] test decipher_rot25_large ... ok [INFO] [stderr] Running tests/test_columnar_transposition.rs (/opt/rustwide/target/debug/deps/test_columnar_transposition-b6e5360a88d25078) [INFO] [stdout] test decipher_rot1_small ... ok [INFO] [stdout] test encipher_rot1_large ... ok [INFO] [stdout] test encipher_rot1_small ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test ctext_non_ascii ... ok [INFO] [stdout] test ptext_non_ascii ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test key_non_ascii - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/test_four_square.rs (/opt/rustwide/target/debug/deps/test_four_square-5dac5c9849725e09) [INFO] [stdout] running 19 tests [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test ctext_uneven_chars ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test ptext_not_in_alphabet ... ok [INFO] [stdout] test ctext_not_in_alphabet ... ok [INFO] [stdout] test alphabet_non_ascii - should panic ... ok [INFO] [stdout] test alphabet_not_25_chars - should panic ... ok [INFO] [stdout] test key2_repeated_chars - should panic ... ok [INFO] [stdout] test key2_not_25_chars - should panic ... ok [INFO] [stdout] test key1_not_in_alphabet - should panic ... ok [INFO] [stdout] test alphabet_repeated_chars - should panic ... ok [INFO] [stdout] test key1_not_25_chars - should panic ... ok [INFO] [stdout] test pad_not_in_alphabet - should panic ... ok [INFO] [stdout] test key2_not_in_alphabet - should panic ... ok [INFO] [stdout] test key1_repeated_chars - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stderr] Running tests/test_playfair.rs (/opt/rustwide/target/debug/deps/test_playfair-5e27cc27faf8ad11) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test ctext_not_in_key ... ok [INFO] [stdout] test ctext_uneven_chars ... ok [INFO] [stdout] test ptext_not_in_key ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test key_repeated_chars - should panic ... ok [INFO] [stderr] Running tests/test_polybius_square.rs (/opt/rustwide/target/debug/deps/test_polybius_square-0f7f24321df170cb) [INFO] [stdout] test key_not_25_chars - should panic ... ok [INFO] [stdout] test pad_not_in_key - should panic ... ok [INFO] [stdout] test key_non_ascii - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test ctext_uneven_chars ... ok [INFO] [stdout] test encipher_zebra_small ... ok [INFO] [stdout] test encipher_zebra_large ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_abcde_small ... ok [INFO] [stdout] test ptext_not_in_key ... ok [INFO] [stdout] test encipher_abcde_large ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test decipher_abcde_small ... ok [INFO] [stdout] test decipher_abcde_large ... ok [INFO] [stdout] test decipher_zebra_large ... ok [INFO] [stdout] test decipher_zebra_small ... ok [INFO] [stdout] test ctext_not_in_chars ... ok [INFO] [stdout] test chars_non_ascii - should panic ... ok [INFO] [stdout] test chars_repeated_chars - should panic ... ok [INFO] [stdout] test key_repeated_chars - should panic ... ok [INFO] [stdout] test key_wrong_length - should panic ... ok [INFO] [stdout] test key_non_ascii - should panic ... ok [INFO] [stdout] test chars_wrong_length - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Running tests/test_porta.rs (/opt/rustwide/target/debug/deps/test_porta-c4a3544ab83de75d) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test key_non_alpha - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/test_rail_fence.rs (/opt/rustwide/target/debug/deps/test_rail_fence-97a23cd321cae570) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test ptext_non_ascii ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test ctext_non_ascii ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stderr] Running tests/test_running_key.rs (/opt/rustwide/target/debug/deps/test_running_key-a428e073e3673ebd) [INFO] [stdout] test key_eq_0 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test ctext_longer_than_key ... ok [INFO] [stdout] test ctext_non_alpha ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test ptext_longer_than_key ... ok [INFO] [stdout] test key_non_alpha - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/test_substitution.rs (/opt/rustwide/target/debug/deps/test_substitution-ec2c97682a91080f) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test ctext_non_alpha ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test key_repeated_chars - should panic ... ok [INFO] [stdout] test key_non_alpha - should panic ... ok [INFO] [stdout] test key_not_26_chars - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/test_vigenere.rs (/opt/rustwide/target/debug/deps/test_vigenere-74edc43a955b3ff9) [INFO] [stdout] running 9 tests [INFO] [stdout] test decipher_large ... ok [INFO] [stdout] test ptext_non_alpha ... ok [INFO] [stdout] test decipher_lowercase ... ok [INFO] [stdout] test encipher_lowercase ... ok [INFO] [stdout] test encipher_small ... ok [INFO] [stdout] test decipher_small ... ok [INFO] [stdout] test encipher_large ... ok [INFO] [stdout] test ctext_non_alpha ... ok [INFO] [stdout] test key_non_alpha - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests ciphers [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/porta.rs:75:23 [INFO] [stderr] | [INFO] [stderr] 75 | 78...90 => PORTA_TABLEU[y].iter().position(|&j| j == c).unwrap() 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 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test src/caesar.rs - caesar::Caesar::encipher (line 38) ... ok [INFO] [stdout] test src/beaufort.rs - beaufort::Beaufort::encipher (line 41) ... ok [INFO] [stdout] test src/columnar_transposition.rs - columnar_transposition::ColumnarTransposition::decipher (line 80) ... ok [INFO] [stdout] test src/adfgx.rs - adfgx::ADFGX::decipher (line 66) ... ok [INFO] [stdout] test src/atbash.rs - atbash::Atbash::encipher (line 32) ... ok [INFO] [stdout] test src/caesar.rs - caesar::Caesar::decipher (line 62) ... ok [INFO] [stdout] test src/adfgx.rs - adfgx::ADFGX::encipher (line 47) ... ok [INFO] [stdout] test src/atbash.rs - atbash::Atbash::decipher (line 55) ... ok [INFO] [stdout] test src/affine.rs - affine::Affine::encipher (line 52) ... ok [INFO] [stdout] test src/autokey.rs - autokey::Autokey::decipher (line 79) ... ok [INFO] [stdout] test src/beaufort.rs - beaufort::Beaufort::decipher (line 78) ... ok [INFO] [stdout] test src/affine.rs - affine::Affine::decipher (line 76) ... ok [INFO] [stdout] test src/adfgvx.rs - adfgvx::ADFGVX::decipher (line 68) ... ok [INFO] [stdout] test src/adfgvx.rs - adfgvx::ADFGVX::encipher (line 49) ... ok [INFO] [stdout] test src/columnar_transposition.rs - columnar_transposition::ColumnarTransposition::encipher (line 43) ... ok [INFO] [stdout] test src/autokey.rs - autokey::Autokey::encipher (line 44) ... ok [INFO] [stdout] test src/running_key.rs - running_key::RunningKey::decipher (line 75) ... ok [INFO] [stdout] test src/four_square.rs - four_square::FourSquare::decipher (line 123) ... ok [INFO] [stdout] test src/porta.rs - porta::Porta::encipher (line 55) ... ok [INFO] [stdout] test src/lib.rs - (line 28) ... ok [INFO] [stdout] test src/playfair.rs - playfair::Playfair::decipher (line 114) ... ok [INFO] [stdout] test src/four_square.rs - four_square::FourSquare::encipher (line 74) ... ok [INFO] [stdout] test src/porta.rs - porta::Porta::decipher (line 90) ... ok [INFO] [stdout] test src/rail_fence.rs - rail_fence::RailFence::encipher (line 36) ... ok [INFO] [stdout] test src/polybius_square.rs - polybius_square::PolybiusSquare::decipher (line 84) ... ok [INFO] [stdout] test src/vigenere.rs - vigenere::Vigenere::decipher (line 80) ... ok [INFO] [stdout] test src/rail_fence.rs - rail_fence::RailFence::decipher (line 82) ... ok [INFO] [stdout] test src/polybius_square.rs - polybius_square::PolybiusSquare::encipher (line 53) ... ok [INFO] [stdout] test src/playfair.rs - playfair::Playfair::encipher (line 56) ... ok [INFO] [stdout] test src/substitution.rs - substitution::Substitution::encipher (line 48) ... ok [INFO] [stdout] test src/substitution.rs - substitution::Substitution::decipher (line 71) ... ok [INFO] [stdout] test src/running_key.rs - running_key::RunningKey::encipher (line 38) ... ok [INFO] [stdout] test src/vigenere.rs - vigenere::Vigenere::encipher (line 48) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.51s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4714c7b955caa2c02bd9b24748d7545bbeac47121d566341a6e2035a57372831", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4714c7b955caa2c02bd9b24748d7545bbeac47121d566341a6e2035a57372831", kill_on_drop: false }` [INFO] [stdout] 4714c7b955caa2c02bd9b24748d7545bbeac47121d566341a6e2035a57372831