[INFO] cloning repository https://github.com/crypto-keys-unlocked/rabin_cryptosystem
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crypto-keys-unlocked/rabin_cryptosystem" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrypto-keys-unlocked%2Frabin_cryptosystem", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrypto-keys-unlocked%2Frabin_cryptosystem'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 081ab229b90455d17679968d3031d9a0a40d1bd4
[INFO] checking crypto-keys-unlocked/rabin_cryptosystem against try#c8085cfed34c45021fc8f66d073f6394b3e35431 for pr-148939
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrypto-keys-unlocked%2Frabin_cryptosystem" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/crypto-keys-unlocked/rabin_cryptosystem
[INFO] finished tweaking git repo https://github.com/crypto-keys-unlocked/rabin_cryptosystem
[INFO] tweaked toml for git repo https://github.com/crypto-keys-unlocked/rabin_cryptosystem written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/crypto-keys-unlocked/rabin_cryptosystem on toolchain c8085cfed34c45021fc8f66d073f6394b3e35431
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8085cfed34c45021fc8f66d073f6394b3e35431" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/crypto-keys-unlocked/rabin_cryptosystem 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" "+c8085cfed34c45021fc8f66d073f6394b3e35431" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num-prime v0.3.3
[INFO] [stderr]   Downloaded num-modular v0.4.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c8085cfed34c45021fc8f66d073f6394b3e35431" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 342fe067eb1fb6183a02873389bfe2e6fa6254480267f76c2468957ccdbab934
[INFO] running `Command { std: "docker" "start" "-a" "342fe067eb1fb6183a02873389bfe2e6fa6254480267f76c2468957ccdbab934", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "342fe067eb1fb6183a02873389bfe2e6fa6254480267f76c2468957ccdbab934", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "342fe067eb1fb6183a02873389bfe2e6fa6254480267f76c2468957ccdbab934", kill_on_drop: false }`
[INFO] [stdout] 342fe067eb1fb6183a02873389bfe2e6fa6254480267f76c2468957ccdbab934
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c8085cfed34c45021fc8f66d073f6394b3e35431" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 40b89f67fc493227c028476438c8948fa4104d2f5ff1b08968f8c6f03a14fea3
[INFO] running `Command { std: "docker" "start" "-a" "40b89f67fc493227c028476438c8948fa4104d2f5ff1b08968f8c6f03a14fea3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking num-modular v0.4.3
[INFO] [stderr]     Checking num-prime v0.3.3
[INFO] [stderr]     Checking rabin_cryptosystem v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ToBigUint`
[INFO] [stdout]  --> src/rabins_ot/mod.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | use num_bigint::{BigUint, RandBigInt,ToBigUint};
[INFO] [stdout]   |                                      ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Zero`
[INFO] [stdout]  --> src/rabins_ot/mod.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | use num_traits::{One, Zero};
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ToBigUint`
[INFO] [stdout]  --> src/rabins_ot/mod.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | use num_bigint::{BigUint, RandBigInt,ToBigUint};
[INFO] [stdout]   |                                      ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Zero`
[INFO] [stdout]  --> src/rabins_ot/mod.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | use num_traits::{One, Zero};
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `generate_prime` is never used
[INFO] [stdout]  --> src/rabins_ot/mod.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn generate_prime(bitsize:usize) -> BigUint{
[INFO] [stdout]   |    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `gen_rand` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn gen_rand(n: &BigUint) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `carmicle_function` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn carmicle_function(p:BigUint,q:BigUint) -> BigUint{
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_encrypted_message` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:22:4
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn send_encrypted_message(message: &BigUint, e: &BigUint, n: &BigUint) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_random_square` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn send_random_square(n: &BigUint) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_square_root` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn find_square_root(x_squared: &BigUint, private_key: &(BigUint, BigUint)) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `generate_prime` is never used
[INFO] [stdout]  --> src/rabins_ot/mod.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn generate_prime(bitsize:usize) -> BigUint{
[INFO] [stdout]   |    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `gen_rand` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn gen_rand(n: &BigUint) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `carmicle_function` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn carmicle_function(p:BigUint,q:BigUint) -> BigUint{
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_encrypted_message` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:22:4
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn send_encrypted_message(message: &BigUint, e: &BigUint, n: &BigUint) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_random_square` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn send_random_square(n: &BigUint) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_square_root` is never used
[INFO] [stdout]   --> src/rabins_ot/mod.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn find_square_root(x_squared: &BigUint, private_key: &(BigUint, BigUint)) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
[INFO] running `Command { std: "docker" "inspect" "40b89f67fc493227c028476438c8948fa4104d2f5ff1b08968f8c6f03a14fea3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40b89f67fc493227c028476438c8948fa4104d2f5ff1b08968f8c6f03a14fea3", kill_on_drop: false }`
[INFO] [stdout] 40b89f67fc493227c028476438c8948fa4104d2f5ff1b08968f8c6f03a14fea3
