[INFO] cloning repository https://github.com/peterblockman/rust-crypto-algo-from-scratch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peterblockman/rust-crypto-algo-from-scratch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterblockman%2Frust-crypto-algo-from-scratch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterblockman%2Frust-crypto-algo-from-scratch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d52f12da2f450454abe13c7ee4106aaa371853a3
[INFO] testing peterblockman/rust-crypto-algo-from-scratch against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterblockman%2Frust-crypto-algo-from-scratch" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/peterblockman/rust-crypto-algo-from-scratch
[INFO] finished tweaking git repo https://github.com/peterblockman/rust-crypto-algo-from-scratch
[INFO] tweaked toml for git repo https://github.com/peterblockman/rust-crypto-algo-from-scratch written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/peterblockman/rust-crypto-algo-from-scratch on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/peterblockman/rust-crypto-algo-from-scratch already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23f78c57457ba31a37ad7fac7daff0dbf6e8f84204e485e1ddc32ddec32d00b2
[INFO] running `Command { std: "docker" "start" "-a" "23f78c57457ba31a37ad7fac7daff0dbf6e8f84204e485e1ddc32ddec32d00b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23f78c57457ba31a37ad7fac7daff0dbf6e8f84204e485e1ddc32ddec32d00b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23f78c57457ba31a37ad7fac7daff0dbf6e8f84204e485e1ddc32ddec32d00b2", kill_on_drop: false }`
[INFO] [stdout] 23f78c57457ba31a37ad7fac7daff0dbf6e8f84204e485e1ddc32ddec32d00b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae2f9a34c5d6c2872c40ab3a8dd43063be148770f745587f63718fd785c0e1a0
[INFO] running `Command { std: "docker" "start" "-a" "ae2f9a34c5d6c2872c40ab3a8dd43063be148770f745587f63718fd785c0e1a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling rust-cryptography v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
[INFO] running `Command { std: "docker" "inspect" "ae2f9a34c5d6c2872c40ab3a8dd43063be148770f745587f63718fd785c0e1a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae2f9a34c5d6c2872c40ab3a8dd43063be148770f745587f63718fd785c0e1a0", kill_on_drop: false }`
[INFO] [stdout] ae2f9a34c5d6c2872c40ab3a8dd43063be148770f745587f63718fd785c0e1a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a22d41ca1832db0c8f5e161a39055cea684c02bcb60576ca91fa743caf09899
[INFO] running `Command { std: "docker" "start" "-a" "9a22d41ca1832db0c8f5e161a39055cea684c02bcb60576ca91fa743caf09899", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust-cryptography v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "9a22d41ca1832db0c8f5e161a39055cea684c02bcb60576ca91fa743caf09899", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a22d41ca1832db0c8f5e161a39055cea684c02bcb60576ca91fa743caf09899", kill_on_drop: false }`
[INFO] [stdout] 9a22d41ca1832db0c8f5e161a39055cea684c02bcb60576ca91fa743caf09899
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 927ab9e348a118d71fdede539aacef7606fbb82f241dbaeaaa165c782555f9e7
[INFO] running `Command { std: "docker" "start" "-a" "927ab9e348a118d71fdede539aacef7606fbb82f241dbaeaaa165c782555f9e7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_cryptography-8ae13a04bef3ef32)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test common::bits::test_bits ... ok
[INFO] [stdout] test common::bits::test_bits_error ... ok
[INFO] [stdout] test common::hex::test_hex ... ok
[INFO] [stdout] test math::modular_arithmetic::gcd::test_egcdi ... ok
[INFO] [stdout] test math::modular_arithmetic::mod_inverse::test_mod_inverse ... ok
[INFO] [stdout] test rng::lcg::test_lcg ... ok
[INFO] [stdout] test math::modular_arithmetic::gcd::test_egcd ... ok
[INFO] [stdout] test symmetric_encryption::des::des::tests::test_decrypt ... ok
[INFO] [stdout] test math::modular_arithmetic::gcd::test_gcd ... ok
[INFO] [stdout] test symmetric_encryption::caesar::caesar::caesar_test ... ok
[INFO] [stdout] test symmetric_encryption::des::des::tests::test_ip ... ok
[INFO] [stdout] test symmetric_encryption::des::des::tests::test_pc2 ... ok
[INFO] [stdout] test symmetric_encryption::trivium::trivium::test_trivium ... ok
[INFO] [stdout] test symmetric_encryption::trivium::trivium::test_trivium_errors ... ok
[INFO] [stdout] test symmetric_encryption::des::des::tests::test_pc1 ... ok
[INFO] [stdout] test symmetric_encryption::des::des::tests::test_left_rotation ... ok
[INFO] [stdout] test symmetric_encryption::affine::affine::test_affine ... ok
[INFO] [stderr]    Doc-tests rust_cryptography
[INFO] [stdout] test common::hex::test_hex_to_u64 ... ok
[INFO] [stdout] test symmetric_encryption::des::des::tests::test_encrypt ... 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] [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" "927ab9e348a118d71fdede539aacef7606fbb82f241dbaeaaa165c782555f9e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "927ab9e348a118d71fdede539aacef7606fbb82f241dbaeaaa165c782555f9e7", kill_on_drop: false }`
[INFO] [stdout] 927ab9e348a118d71fdede539aacef7606fbb82f241dbaeaaa165c782555f9e7
