[INFO] cloning repository https://github.com/Alex-Muirhead/CryptoPals [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Alex-Muirhead/CryptoPals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlex-Muirhead%2FCryptoPals", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlex-Muirhead%2FCryptoPals'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f5458178d97b0efe942ed923126ba39f603348a7 [INFO] testing Alex-Muirhead/CryptoPals against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlex-Muirhead%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/Alex-Muirhead/CryptoPals on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Alex-Muirhead/CryptoPals [INFO] finished tweaking git repo https://github.com/Alex-Muirhead/CryptoPals [INFO] tweaked toml for git repo https://github.com/Alex-Muirhead/CryptoPals written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Alex-Muirhead/CryptoPals already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a9801412bb190decfb37f3cac444f9b9adba9cf43a2344dd66f0dc1863e4135 [INFO] running `Command { std: "docker" "start" "-a" "4a9801412bb190decfb37f3cac444f9b9adba9cf43a2344dd66f0dc1863e4135", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a9801412bb190decfb37f3cac444f9b9adba9cf43a2344dd66f0dc1863e4135", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a9801412bb190decfb37f3cac444f9b9adba9cf43a2344dd66f0dc1863e4135", kill_on_drop: false }` [INFO] [stdout] 4a9801412bb190decfb37f3cac444f9b9adba9cf43a2344dd66f0dc1863e4135 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38e659fafcca5b9d55fe729d93a8ba0b01759db1d3eca7c3ed122c9d94e7e8fb [INFO] running `Command { std: "docker" "start" "-a" "38e659fafcca5b9d55fe729d93a8ba0b01759db1d3eca7c3ed122c9d94e7e8fb", 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/hex.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | _ => panic!(format!("Invalid hex character {:#x}!", utf8_byte)) [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] 32 - _ => panic!(format!("Invalid hex character {:#x}!", utf8_byte)) [INFO] [stdout] 32 + _ => panic!("Invalid hex character {:#x}!", utf8_byte) [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 2.69s [INFO] running `Command { std: "docker" "inspect" "38e659fafcca5b9d55fe729d93a8ba0b01759db1d3eca7c3ed122c9d94e7e8fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38e659fafcca5b9d55fe729d93a8ba0b01759db1d3eca7c3ed122c9d94e7e8fb", kill_on_drop: false }` [INFO] [stdout] 38e659fafcca5b9d55fe729d93a8ba0b01759db1d3eca7c3ed122c9d94e7e8fb [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79b6732aeda354b6afcece978f6ad91938cd9cac4ebf40e65f4d61fd94abcb24 [INFO] running `Command { std: "docker" "start" "-a" "79b6732aeda354b6afcece978f6ad91938cd9cac4ebf40e65f4d61fd94abcb24", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | _ => panic!(format!("Invalid hex character {:#x}!", utf8_byte)) [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] 32 - _ => panic!(format!("Invalid hex character {:#x}!", utf8_byte)) [INFO] [stdout] 32 + _ => panic!("Invalid hex character {:#x}!", utf8_byte) [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/hex.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | _ => panic!(format!("Invalid hex character {:#x}!", utf8_byte)) [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] 32 - _ => panic!(format!("Invalid hex character {:#x}!", utf8_byte)) [INFO] [stdout] 32 + _ => panic!("Invalid hex character {:#x}!", utf8_byte) [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 0.50s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/cryptopals-d9de9a412ba739af) [INFO] [stderr] Executable unittests src/bin/1-1.rs (/opt/rustwide/target/debug/deps/1_1-ea441c128b67b171) [INFO] [stderr] Executable unittests src/bin/1-2.rs (/opt/rustwide/target/debug/deps/1_2-109baa027d070e4f) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/cryptopals-a5c956e35e986b09) [INFO] running `Command { std: "docker" "inspect" "79b6732aeda354b6afcece978f6ad91938cd9cac4ebf40e65f4d61fd94abcb24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79b6732aeda354b6afcece978f6ad91938cd9cac4ebf40e65f4d61fd94abcb24", kill_on_drop: false }` [INFO] [stdout] 79b6732aeda354b6afcece978f6ad91938cd9cac4ebf40e65f4d61fd94abcb24 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7c623910a7310c6815e5932f5d0a485be5846035c33d8edd9a30a61f21c244f9 [INFO] running `Command { std: "docker" "start" "-a" "7c623910a7310c6815e5932f5d0a485be5846035c33d8edd9a30a61f21c244f9", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/hex.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | _ => panic!(format!("Invalid hex character {:#x}!", utf8_byte)) [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] 32 - _ => panic!(format!("Invalid hex character {:#x}!", utf8_byte)) [INFO] [stderr] 32 + _ => panic!("Invalid hex character {:#x}!", utf8_byte) [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 src/lib.rs (/opt/rustwide/target/debug/deps/cryptopals-d9de9a412ba739af) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test encoder_test::initial_run ... ok [INFO] [stdout] test hex::test::decode_hex ... ok [INFO] [stdout] test hex::test::encode_hex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/1-1.rs (/opt/rustwide/target/debug/deps/1_1-ea441c128b67b171) [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] [stderr] Running unittests src/bin/1-2.rs (/opt/rustwide/target/debug/deps/1_2-109baa027d070e4f) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cryptopals-a5c956e35e986b09) [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] [stderr] Doc-tests cryptopals [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" "7c623910a7310c6815e5932f5d0a485be5846035c33d8edd9a30a61f21c244f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c623910a7310c6815e5932f5d0a485be5846035c33d8edd9a30a61f21c244f9", kill_on_drop: false }` [INFO] [stdout] 7c623910a7310c6815e5932f5d0a485be5846035c33d8edd9a30a61f21c244f9