[INFO] cloning repository https://github.com/0xRajkumar/RSA
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xRajkumar/RSA" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xRajkumar%2FRSA", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xRajkumar%2FRSA'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7884b3198d973e3933f60d0526a4396b6bf4fad5
[INFO] testing 0xRajkumar/RSA against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xRajkumar%2FRSA" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xRajkumar/RSA
[INFO] finished tweaking git repo https://github.com/0xRajkumar/RSA
[INFO] tweaked toml for git repo https://github.com/0xRajkumar/RSA written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xRajkumar/RSA on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xRajkumar/RSA 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9a1bb570524d79a37bfea2aa5da84d52d3ae53b15191f3804a79ca2c71d2dfb2
[INFO] running `Command { std: "docker" "start" "-a" "9a1bb570524d79a37bfea2aa5da84d52d3ae53b15191f3804a79ca2c71d2dfb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a1bb570524d79a37bfea2aa5da84d52d3ae53b15191f3804a79ca2c71d2dfb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a1bb570524d79a37bfea2aa5da84d52d3ae53b15191f3804a79ca2c71d2dfb2", kill_on_drop: false }`
[INFO] [stdout] 9a1bb570524d79a37bfea2aa5da84d52d3ae53b15191f3804a79ca2c71d2dfb2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f27ea82c8236b79ecb53a59e242698dedb9762406a3650bd81311cded5aa034f
[INFO] running `Command { std: "docker" "start" "-a" "f27ea82c8236b79ecb53a59e242698dedb9762406a3650bd81311cded5aa034f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling hamming v0.1.3
[INFO] [stderr]    Compiling primal-estimate v0.2.1
[INFO] [stderr]    Compiling primal-bit v0.2.4
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling primal-sieve v0.2.9
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling primal-check v0.2.3
[INFO] [stderr]    Compiling primal v0.2.3
[INFO] [stderr]    Compiling rsa-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
[INFO] running `Command { std: "docker" "inspect" "f27ea82c8236b79ecb53a59e242698dedb9762406a3650bd81311cded5aa034f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f27ea82c8236b79ecb53a59e242698dedb9762406a3650bd81311cded5aa034f", kill_on_drop: false }`
[INFO] [stdout] f27ea82c8236b79ecb53a59e242698dedb9762406a3650bd81311cded5aa034f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a8bdf319f7c3c5d8d1d6d1fe51712fbd443efada5cdd68a3d64320ebc775849
[INFO] running `Command { std: "docker" "start" "-a" "8a8bdf319f7c3c5d8d1d6d1fe51712fbd443efada5cdd68a3d64320ebc775849", kill_on_drop: false }`
[INFO] [stderr]    Compiling rsa-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "8a8bdf319f7c3c5d8d1d6d1fe51712fbd443efada5cdd68a3d64320ebc775849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a8bdf319f7c3c5d8d1d6d1fe51712fbd443efada5cdd68a3d64320ebc775849", kill_on_drop: false }`
[INFO] [stdout] 8a8bdf319f7c3c5d8d1d6d1fe51712fbd443efada5cdd68a3d64320ebc775849
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1876d582d88431c4cf1e51a8854d6b020754605a2b66b9a7add03577b56cd936
[INFO] running `Command { std: "docker" "start" "-a" "1876d582d88431c4cf1e51a8854d6b020754605a2b66b9a7add03577b56cd936", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rsa_rust-efc79850e789ba7b)
[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" "1876d582d88431c4cf1e51a8854d6b020754605a2b66b9a7add03577b56cd936", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1876d582d88431c4cf1e51a8854d6b020754605a2b66b9a7add03577b56cd936", kill_on_drop: false }`
[INFO] [stdout] 1876d582d88431c4cf1e51a8854d6b020754605a2b66b9a7add03577b56cd936
