[INFO] cloning repository https://github.com/Arsukeey/cryptopals [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arsukeey/cryptopals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArsukeey%2Fcryptopals", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArsukeey%2Fcryptopals'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a9adecd4aeb00f6a4d0d3a381fd16effc92106e [INFO] testing Arsukeey/cryptopals against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArsukeey%2Fcryptopals" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Arsukeey/cryptopals 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/Arsukeey/cryptopals [INFO] finished tweaking git repo https://github.com/Arsukeey/cryptopals [INFO] tweaked toml for git repo https://github.com/Arsukeey/cryptopals written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Arsukeey/cryptopals 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6c8eb888e9c6552953c2460bcf350dbff30f2c6f67482af88e3bf02a65d34299 [INFO] running `Command { std: "docker" "start" "-a" "6c8eb888e9c6552953c2460bcf350dbff30f2c6f67482af88e3bf02a65d34299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c8eb888e9c6552953c2460bcf350dbff30f2c6f67482af88e3bf02a65d34299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c8eb888e9c6552953c2460bcf350dbff30f2c6f67482af88e3bf02a65d34299", kill_on_drop: false }` [INFO] [stdout] 6c8eb888e9c6552953c2460bcf350dbff30f2c6f67482af88e3bf02a65d34299 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9c53d64f01935c96e2a2c2f822b483566d071358a19dd1dabe2f9330d4a3b1e5 [INFO] running `Command { std: "docker" "start" "-a" "9c53d64f01935c96e2a2c2f822b483566d071358a19dd1dabe2f9330d4a3b1e5", kill_on_drop: false }` [INFO] [stderr] Compiling cryptopals v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/set1/challenge1.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | _ => panic!(format!("char_to_hex only converts 0-F chars, got {}.", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 25 - _ => panic!(format!("char_to_hex only converts 0-F chars, got {}.", c)), [INFO] [stdout] 25 + _ => panic!("char_to_hex only converts 0-F chars, got {}.", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "9c53d64f01935c96e2a2c2f822b483566d071358a19dd1dabe2f9330d4a3b1e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c53d64f01935c96e2a2c2f822b483566d071358a19dd1dabe2f9330d4a3b1e5", kill_on_drop: false }` [INFO] [stdout] 9c53d64f01935c96e2a2c2f822b483566d071358a19dd1dabe2f9330d4a3b1e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 253be34ebd88d05f8916af33461e0ccfde3e8eaa722d925cc753f871b7448340 [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" "253be34ebd88d05f8916af33461e0ccfde3e8eaa722d925cc753f871b7448340", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/set1/challenge1.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | _ => panic!(format!("char_to_hex only converts 0-F chars, got {}.", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 25 - _ => panic!(format!("char_to_hex only converts 0-F chars, got {}.", c)), [INFO] [stdout] 25 + _ => panic!("char_to_hex only converts 0-F chars, got {}.", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cryptopals v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/set1/challenge1.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | _ => panic!(format!("char_to_hex only converts 0-F chars, got {}.", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 25 - _ => panic!(format!("char_to_hex only converts 0-F chars, got {}.", c)), [INFO] [stdout] 25 + _ => panic!("char_to_hex only converts 0-F chars, got {}.", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.92s [INFO] running `Command { std: "docker" "inspect" "253be34ebd88d05f8916af33461e0ccfde3e8eaa722d925cc753f871b7448340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "253be34ebd88d05f8916af33461e0ccfde3e8eaa722d925cc753f871b7448340", kill_on_drop: false }` [INFO] [stdout] 253be34ebd88d05f8916af33461e0ccfde3e8eaa722d925cc753f871b7448340 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 00fb2bcebdeb4505fd17a9cd4b952ce2ec8da3c834447108139f22ef54e0806f [INFO] running `Command { std: "docker" "start" "-a" "00fb2bcebdeb4505fd17a9cd4b952ce2ec8da3c834447108139f22ef54e0806f", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/set1/challenge1.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | _ => panic!(format!("char_to_hex only converts 0-F chars, got {}.", c)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 25 - _ => panic!(format!("char_to_hex only converts 0-F chars, got {}.", c)), [INFO] [stderr] 25 + _ => panic!("char_to_hex only converts 0-F chars, got {}.", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `cryptopals` (lib) generated 1 warning [INFO] [stderr] warning: `cryptopals` (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/cryptopals-d461584dc227cb0c) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test set1::challenge1::hex_to_base64_test ... ok [INFO] [stdout] test set1::challenge2::xor_combination_test ... ok [INFO] [stdout] test set1::challenge5::test_repeating_xor ... ok [INFO] [stdout] test set1::challenge3::xor_bruteforce_test ... ok [INFO] [stdout] test set1::challenge4::test_xor_decrypt_find_highest_score ... ok [INFO] [stderr] Doc-tests cryptopals [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.30s [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "00fb2bcebdeb4505fd17a9cd4b952ce2ec8da3c834447108139f22ef54e0806f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00fb2bcebdeb4505fd17a9cd4b952ce2ec8da3c834447108139f22ef54e0806f", kill_on_drop: false }` [INFO] [stdout] 00fb2bcebdeb4505fd17a9cd4b952ce2ec8da3c834447108139f22ef54e0806f