[INFO] cloning repository https://github.com/jellevos/scicrypt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jellevos/scicrypt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjellevos%2Fscicrypt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjellevos%2Fscicrypt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 789c88a493d19529f96d05028508ef8b219aeeb4
[INFO] testing jellevos/scicrypt against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjellevos%2Fscicrypt" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jellevos/scicrypt on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/jellevos/scicrypt
[INFO] finished tweaking git repo https://github.com/jellevos/scicrypt
[INFO] tweaked toml for git repo https://github.com/jellevos/scicrypt written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/jellevos/scicrypt 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec9f0b6c317906666486d6cfe078319fae052cd13806af1a53b5e585cddd95a4
[INFO] running `Command { std: "docker" "start" "-a" "ec9f0b6c317906666486d6cfe078319fae052cd13806af1a53b5e585cddd95a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec9f0b6c317906666486d6cfe078319fae052cd13806af1a53b5e585cddd95a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec9f0b6c317906666486d6cfe078319fae052cd13806af1a53b5e585cddd95a4", kill_on_drop: false }`
[INFO] [stdout] ec9f0b6c317906666486d6cfe078319fae052cd13806af1a53b5e585cddd95a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5e8fb6c5b4f1c51365508cc7179300c3f76e39cffd5b9f0908038f680c5569d
[INFO] running `Command { std: "docker" "start" "-a" "f5e8fb6c5b4f1c51365508cc7179300c3f76e39cffd5b9f0908038f680c5569d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.92
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.4.8
[INFO] [stderr]    Compiling az v1.2.0
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling rug v1.16.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling zeroize v1.3.0
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling curve25519-dalek v4.0.0-pre.2
[INFO] [stderr]    Compiling scicrypt-traits v0.7.1 (/opt/rustwide/workdir/scicrypt-traits)
[INFO] [stdout] warning: trait `NOfNSecretSharing` is never used
[INFO] [stdout]  --> scicrypt-traits/src/secret_sharing.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | trait NOfNSecretSharing {
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TOfNSecretSharing` is never used
[INFO] [stdout]   --> scicrypt-traits/src/secret_sharing.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | trait TOfNSecretSharing {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a trait alias
[INFO] [stdout]  --> scicrypt-traits/src/randomness.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait SecureRng = rand_core::RngCore + rand_core::CryptoRng;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> scicrypt-traits/src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![warn(missing_docs, unused_imports)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling scicrypt-bigint v0.7.1 (/opt/rustwide/workdir/scicrypt-bigint)
[INFO] [stderr]    Compiling scicrypt-numbertheory v0.7.1 (/opt/rustwide/workdir/scicrypt-numbertheory)
[INFO] [stderr]    Compiling scicrypt-he v0.7.1 (/opt/rustwide/workdir/scicrypt-he)
[INFO] [stderr]    Compiling scicrypt v0.7.1 (/opt/rustwide/workdir/scicrypt)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
[INFO] running `Command { std: "docker" "inspect" "f5e8fb6c5b4f1c51365508cc7179300c3f76e39cffd5b9f0908038f680c5569d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5e8fb6c5b4f1c51365508cc7179300c3f76e39cffd5b9f0908038f680c5569d", kill_on_drop: false }`
[INFO] [stdout] f5e8fb6c5b4f1c51365508cc7179300c3f76e39cffd5b9f0908038f680c5569d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 481242ddfaeafe2cd2a0976c4844e1ec326df2cc5a2e4bffa097c0cbf2580640
[INFO] running `Command { std: "docker" "start" "-a" "481242ddfaeafe2cd2a0976c4844e1ec326df2cc5a2e4bffa097c0cbf2580640", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling semver v1.0.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rayon-core v1.9.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling rayon v1.5.2
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stdout] warning: trait `NOfNSecretSharing` is never used
[INFO] [stdout]  --> scicrypt-traits/src/secret_sharing.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | trait NOfNSecretSharing {
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TOfNSecretSharing` is never used
[INFO] [stdout]   --> scicrypt-traits/src/secret_sharing.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | trait TOfNSecretSharing {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a trait alias
[INFO] [stdout]  --> scicrypt-traits/src/randomness.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait SecureRng = rand_core::RngCore + rand_core::CryptoRng;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> scicrypt-traits/src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![warn(missing_docs, unused_imports)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling plotters-backend v0.3.2
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling plotters-svg v0.3.1
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling hamming v0.1.3
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling primal-bit v0.3.0
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling primal-estimate v0.3.1
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling primal-sieve v0.3.2
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling scicrypt v0.7.1 (/opt/rustwide/workdir/scicrypt)
[INFO] [stderr]    Compiling plotters v0.3.1
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling scicrypt-bigint v0.7.1 (/opt/rustwide/workdir/scicrypt-bigint)
[INFO] [stderr]    Compiling scicrypt-traits v0.7.1 (/opt/rustwide/workdir/scicrypt-traits)
[INFO] [stderr]    Compiling criterion-plot v0.4.4
[INFO] [stdout] warning: trait `NOfNSecretSharing` is never used
[INFO] [stdout]  --> scicrypt-traits/src/secret_sharing.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | trait NOfNSecretSharing {
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TOfNSecretSharing` is never used
[INFO] [stdout]   --> scicrypt-traits/src/secret_sharing.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | trait TOfNSecretSharing {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a trait alias
[INFO] [stdout]  --> scicrypt-traits/src/randomness.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait SecureRng = rand_core::RngCore + rand_core::CryptoRng;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> scicrypt-traits/src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![warn(missing_docs, unused_imports)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling primal-check v0.3.1
[INFO] [stderr]    Compiling primal v0.3.0
[INFO] [stderr]    Compiling glass_pumpkin v1.2.0
[INFO] [stderr]    Compiling criterion v0.3.5
[INFO] [stderr]    Compiling scicrypt-he v0.7.1 (/opt/rustwide/workdir/scicrypt-he)
[INFO] [stderr]    Compiling scicrypt-numbertheory v0.7.1 (/opt/rustwide/workdir/scicrypt-numbertheory)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "481242ddfaeafe2cd2a0976c4844e1ec326df2cc5a2e4bffa097c0cbf2580640", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "481242ddfaeafe2cd2a0976c4844e1ec326df2cc5a2e4bffa097c0cbf2580640", kill_on_drop: false }`
[INFO] [stdout] 481242ddfaeafe2cd2a0976c4844e1ec326df2cc5a2e4bffa097c0cbf2580640
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 422c0616d046bc3389c87eddf13cc8a57a9c3f6436cf8ac78260f8a4b2d3de3f
[INFO] running `Command { std: "docker" "start" "-a" "422c0616d046bc3389c87eddf13cc8a57a9c3f6436cf8ac78260f8a4b2d3de3f", kill_on_drop: false }`
[INFO] [stderr] warning: trait `NOfNSecretSharing` is never used
[INFO] [stderr]  --> scicrypt-traits/src/secret_sharing.rs:1:7
[INFO] [stderr]   |
[INFO] [stderr] 1 | trait NOfNSecretSharing {
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `TOfNSecretSharing` is never used
[INFO] [stderr]   --> scicrypt-traits/src/secret_sharing.rs:10:7
[INFO] [stderr]    |
[INFO] [stderr] 10 | trait TOfNSecretSharing {
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a trait alias
[INFO] [stderr]  --> scicrypt-traits/src/randomness.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub trait SecureRng = rand_core::RngCore + rand_core::CryptoRng;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> scicrypt-traits/src/lib.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![warn(missing_docs, unused_imports)]
[INFO] [stderr]   |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `scicrypt-traits` (lib) generated 3 warnings
[INFO] [stderr] warning: `scicrypt-traits` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scicrypt-30677af250dde1b8)
[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/lib.rs (/opt/rustwide/target/debug/deps/scicrypt_bigint-05735d9add0a57ae)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test arithmetic::add::tests::test_addition_different_sizes ... ok
[INFO] [stdout] test arithmetic::add::tests::test_addition_overflow ... ok
[INFO] [stdout] test arithmetic::add::tests::test_addition ... ok
[INFO] [stdout] test arithmetic::add::tests::test_addition_u64 ... ok
[INFO] [stdout] test arithmetic::div::test::test_division ... ok
[INFO] [stdout] test arithmetic::div::test::test_division_small ... ok
[INFO] [stdout] test arithmetic::div::test::test_division_small_zero ... ok
[INFO] [stdout] test arithmetic::div::test::test_divrem_small ... ok
[INFO] [stdout] test arithmetic::mul::tests::test_mul_equal_size ... ok
[INFO] [stdout] test arithmetic::mul::tests::test_mul_equal_size_reduce ... ok
[INFO] [stdout] test arithmetic::mul::tests::test_mul_larger_a ... ok
[INFO] [stdout] test arithmetic::mul::tests::test_mul_larger_b ... ok
[INFO] [stdout] test arithmetic::mul::tests::test_square ... ok
[INFO] [stdout] test arithmetic::sub::tests::test_subtract ... ok
[INFO] [stdout] test arithmetic::sub::tests::test_subtract_u64 ... ok
[INFO] [stdout] test modular::pow::tests::test_powmod_mini ... ok
[INFO] [stdout] test modular::pow::tests::test_powmod_mini_plusmod ... ok
[INFO] [stdout] test modular::pow::tests::test_powmod_small_exponent ... ok
[INFO] [stdout] test modular::rem::tests::test_modulo ... ok
[INFO] [stdout] test tests::test_factorial ... ok
[INFO] [stdout] test tests::test_hash_eq ... ok
[INFO] [stdout] test tests::test_hash_neq ... ok
[INFO] [stdout] test tests::test_invert_small ... ok
[INFO] [stdout] test tests::test_no_inverse_small ... ok
[INFO] [stdout] test tests::test_random_length_1024 ... ok
[INFO] [stdout] test tests::test_random_not_same ... ok
[INFO] [stdout] test modular::pow::tests::test_powmod_small_base ... ok
[INFO] [stdout] test modular::pow::tests::test_powmod_small_base_oversized ... ok
[INFO] [stdout] test tests::test_invert ... ok
[INFO] [stdout] test modular::rem::tests::test_modulo_assign ... ok
[INFO] [stdout] test tests::bench_powmod_large_base ... ok
[INFO] [stdout] test tests::test_factorial_large ... ok
[INFO] [stdout] test tests::test_shift_right_assign ... ok
[INFO] [stdout] test tests::bench_powmod_small_base ... ok
[INFO] [stdout] test tests::bench_powmod_small_exp ... ok
[INFO] [stdout] test tests::bench_powmod_large_exp ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scicrypt_he-8593854882cb7807)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_encrypt_decrypt_identity ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_homomorphic_add_constant ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_encrypt_decrypt_generator ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_probabilistic_encryption ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_homomorphic_sub_constant ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_homomorphic_add ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_homomorphic_sub ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_homomorphic_scalar_mul ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_randomize_precomputed ... ok
[INFO] [stdout] test cryptosystems::curve_el_gamal::tests::test_randomize ... ok
[INFO] [stdout] test cryptosystems::rsa::tests::test_encrypt_decrypt_generator ... ok
[INFO] [stdout] test cryptosystems::paillier::tests::test_encrypt_decrypt ... ok
[INFO] [stdout] test cryptosystems::paillier::tests::test_homomorphic_add_constant ... ok
[INFO] [stdout] test cryptosystems::paillier::tests::test_homomorphic_sub ... ok
[INFO] [stdout] test cryptosystems::paillier::tests::test_homomorphic_add ... ok
[INFO] [stdout] test cryptosystems::paillier::tests::test_homomorphic_sub_constant ... ok
[INFO] [stdout] test cryptosystems::paillier::tests::test_homomorphic_scalar_mul ... ok
[INFO] [stdout] test threshold_cryptosystems::curve_el_gamal::tests::test_encrypt_decrypt_2_of_3 ... ok
[INFO] [stdout] test threshold_cryptosystems::curve_el_gamal::tests::test_encrypt_decrypt_3_of_3 ... ok
[INFO] [stdout] test cryptosystems::rsa::tests::test_encrypt_decrypt_identity ... ok
[INFO] [stdout] test cryptosystems::paillier::tests::test_randomize ... ok
[INFO] [stdout] test threshold_cryptosystems::paillier::tests::test_encrypt_decrypt_2_of_3 ... ok
[INFO] [stdout] test cryptosystems::paillier::tests::test_encrypt_decrypt_identity ... ok
[INFO] [stdout] test cryptosystems::rsa::tests::test_signature_verification_incorrect ... ok
[INFO] [stdout] test cryptosystems::rsa::tests::test_homomorphic_mul ... ok
[INFO] [stdout] test threshold_cryptosystems::paillier::tests::test_randomize ... ok
[INFO] [stdout] test cryptosystems::rsa::tests::test_homomorphic_scalar_pow ... ok
[INFO] [stdout] test cryptosystems::integer_el_gamal::tests::test_homomorphic_scalar_pow ... ok
[INFO] [stdout] test cryptosystems::rsa::tests::test_signature_verification ... ok
[INFO] [stdout] test cryptosystems::integer_el_gamal::tests::test_encrypt_decrypt_generator ... ok
[INFO] [stdout] test cryptosystems::integer_el_gamal::tests::test_encrypt_decrypt_identity ... ok
[INFO] [stdout] test cryptosystems::integer_el_gamal::tests::test_homomorphic_mul ... ok
[INFO] [stdout] test cryptosystems::integer_el_gamal::tests::randomize ... ok
[INFO] [stdout] test threshold_cryptosystems::integer_el_gamal::tests::test_encrypt_decrypt_3_of_3 ... ok
[INFO] [stdout] test threshold_cryptosystems::integer_el_gamal::tests::test_encrypt_decrypt_2_of_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scicrypt_numbertheory-56271347f855620b)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_gen_prime_for_factors ... ok
[INFO] [stdout] test tests::test_gen_safe_prime_for_factors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scicrypt_traits-fda14e03eaf2dccf)
[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 scicrypt
[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 scicrypt_bigint
[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 scicrypt_he
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test scicrypt-he/src/cryptosystems/mod.rs - cryptosystems::paillier (line 7) ... ok
[INFO] [stdout] test scicrypt-he/src/cryptosystems/integer_el_gamal.rs - cryptosystems::integer_el_gamal::IntegerElGamal::generate_keys (line 99) ... ok
[INFO] [stdout] test scicrypt-he/src/cryptosystems/paillier.rs - cryptosystems::paillier::Paillier::generate_keys (line 94) ... ok
[INFO] [stdout] test scicrypt-he/src/cryptosystems/mod.rs - cryptosystems::integer_el_gamal (line 5) ... ok
[INFO] [stdout] test scicrypt-he/src/cryptosystems/paillier.rs - cryptosystems::paillier::PaillierSK::decrypt_raw (line 156) ... ok
[INFO] [stdout] test scicrypt-he/src/cryptosystems/integer_el_gamal.rs - cryptosystems::integer_el_gamal::IntegerElGamalSK::decrypt_raw (line 165) ... FAILED
[INFO] [stdout] test scicrypt-he/src/cryptosystems/integer_el_gamal.rs - cryptosystems::integer_el_gamal::IntegerElGamal (line 30) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- scicrypt-he/src/cryptosystems/integer_el_gamal.rs - cryptosystems::integer_el_gamal::IntegerElGamalSK::decrypt_raw (line 165) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] GNU MP: Cannot allocate memory (size=5553023288265547750)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- scicrypt-he/src/cryptosystems/integer_el_gamal.rs - cryptosystems::integer_el_gamal::IntegerElGamal (line 30) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] GNU MP: Cannot allocate memory (size=5553023287877236062)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     scicrypt-he/src/cryptosystems/integer_el_gamal.rs - cryptosystems::integer_el_gamal::IntegerElGamal (line 30)
[INFO] [stdout]     scicrypt-he/src/cryptosystems/integer_el_gamal.rs - cryptosystems::integer_el_gamal::IntegerElGamalSK::decrypt_raw (line 165)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p scicrypt-he --doc`
[INFO] running `Command { std: "docker" "inspect" "422c0616d046bc3389c87eddf13cc8a57a9c3f6436cf8ac78260f8a4b2d3de3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "422c0616d046bc3389c87eddf13cc8a57a9c3f6436cf8ac78260f8a4b2d3de3f", kill_on_drop: false }`
[INFO] [stdout] 422c0616d046bc3389c87eddf13cc8a57a9c3f6436cf8ac78260f8a4b2d3de3f
