[INFO] cloning repository https://github.com/kelly-musk/elliptic_curve_math_engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kelly-musk/elliptic_curve_math_engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkelly-musk%2Felliptic_curve_math_engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkelly-musk%2Felliptic_curve_math_engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 75fc13a0a683fbd5bd143eb3251e58a647a3d3b0
[INFO] testing kelly-musk/elliptic_curve_math_engine against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkelly-musk%2Felliptic_curve_math_engine" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kelly-musk/elliptic_curve_math_engine
[INFO] finished tweaking git repo https://github.com/kelly-musk/elliptic_curve_math_engine
[INFO] tweaked toml for git repo https://github.com/kelly-musk/elliptic_curve_math_engine written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kelly-musk/elliptic_curve_math_engine on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kelly-musk/elliptic_curve_math_engine 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a02c73c21adc10904f078cc2e8cf2b86f78cc96c2d24c3021979164f2cb75c16
[INFO] running `Command { std: "docker" "start" "-a" "a02c73c21adc10904f078cc2e8cf2b86f78cc96c2d24c3021979164f2cb75c16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a02c73c21adc10904f078cc2e8cf2b86f78cc96c2d24c3021979164f2cb75c16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a02c73c21adc10904f078cc2e8cf2b86f78cc96c2d24c3021979164f2cb75c16", kill_on_drop: false }`
[INFO] [stdout] a02c73c21adc10904f078cc2e8cf2b86f78cc96c2d24c3021979164f2cb75c16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d35767baadf5dfb9a43e3cd76bf3c30f649e06e4e0e5f9e501469081f8c2f21d
[INFO] running `Command { std: "docker" "start" "-a" "d35767baadf5dfb9a43e3cd76bf3c30f649e06e4e0e5f9e501469081f8c2f21d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling hex-literal v1.1.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling uint v0.10.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling sha256 v1.6.0
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling primitive-types v0.14.0
[INFO] [stderr]    Compiling elliptic_curve_math_engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `P` and `get_generator_jacobian`
[INFO] [stdout]  --> src/keypair_deriv/keypair.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 |     EcPoint, JacobianPoint, P, get_generator_affine, get_generator_jacobian,
[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: `rand::rngs::OsRng`
[INFO] [stdout]  --> src/keypair_deriv/pubkey.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rand::rngs::OsRng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `is_infinity`, and `add` are never used
[INFO] [stdout]    --> src/point_arithmetic/ec_point.rs:33:19
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl EcPoint {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  33 |     pub(crate) fn new(x: FieldElement, y: FieldElement) -> Self {
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout]  38 |     pub(crate) fn is_infinity(&self) -> bool {
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub(crate) fn add(self, other: Self) -> Self {
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> src/main.rs:3:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | use clap::{Parser, Subcommand, command};
[INFO] [stdout]   |                                ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s
[INFO] running `Command { std: "docker" "inspect" "d35767baadf5dfb9a43e3cd76bf3c30f649e06e4e0e5f9e501469081f8c2f21d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d35767baadf5dfb9a43e3cd76bf3c30f649e06e4e0e5f9e501469081f8c2f21d", kill_on_drop: false }`
[INFO] [stdout] d35767baadf5dfb9a43e3cd76bf3c30f649e06e4e0e5f9e501469081f8c2f21d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 774a957b56369c386b141281ffcc1534285bdb299914e73153c908574c207bed
[INFO] running `Command { std: "docker" "start" "-a" "774a957b56369c386b141281ffcc1534285bdb299914e73153c908574c207bed", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `P` and `get_generator_jacobian`
[INFO] [stdout]  --> src/keypair_deriv/keypair.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 |     EcPoint, JacobianPoint, P, get_generator_affine, get_generator_jacobian,
[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: `rand::rngs::OsRng`
[INFO] [stdout]  --> src/keypair_deriv/pubkey.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rand::rngs::OsRng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `is_infinity`, and `add` are never used
[INFO] [stdout]    --> src/point_arithmetic/ec_point.rs:33:19
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl EcPoint {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  33 |     pub(crate) fn new(x: FieldElement, y: FieldElement) -> Self {
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout]  38 |     pub(crate) fn is_infinity(&self) -> bool {
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub(crate) fn add(self, other: Self) -> Self {
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling elliptic_curve_math_engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> src/main.rs:3:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | use clap::{Parser, Subcommand, command};
[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 imports: `P` and `get_generator_jacobian`
[INFO] [stdout]  --> src/keypair_deriv/keypair.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 |     EcPoint, JacobianPoint, P, get_generator_affine, get_generator_jacobian,
[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: `rand::rngs::OsRng`
[INFO] [stdout]  --> src/keypair_deriv/pubkey.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rand::rngs::OsRng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `is_infinity` are never used
[INFO] [stdout]   --> src/point_arithmetic/ec_point.rs:33:19
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl EcPoint {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 33 |     pub(crate) fn new(x: FieldElement, y: FieldElement) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub(crate) fn is_infinity(&self) -> bool {
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.86s
[INFO] running `Command { std: "docker" "inspect" "774a957b56369c386b141281ffcc1534285bdb299914e73153c908574c207bed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "774a957b56369c386b141281ffcc1534285bdb299914e73153c908574c207bed", kill_on_drop: false }`
[INFO] [stdout] 774a957b56369c386b141281ffcc1534285bdb299914e73153c908574c207bed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 404c3854c87b79749f6f98b5704b6e1b776722f868670cb921da3cf000cd7239
[INFO] running `Command { std: "docker" "start" "-a" "404c3854c87b79749f6f98b5704b6e1b776722f868670cb921da3cf000cd7239", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `P` and `get_generator_jacobian`
[INFO] [stderr]  --> src/keypair_deriv/keypair.rs:9:29
[INFO] [stderr]   |
[INFO] [stderr] 9 |     EcPoint, JacobianPoint, P, get_generator_affine, get_generator_jacobian,
[INFO] [stderr]   |                             ^                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rand::rngs::OsRng`
[INFO] [stderr]  --> src/keypair_deriv/pubkey.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use rand::rngs::OsRng;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `is_infinity`, and `add` are never used
[INFO] [stderr]    --> src/point_arithmetic/ec_point.rs:33:19
[INFO] [stderr]     |
[INFO] [stderr]  32 | impl EcPoint {
[INFO] [stderr]     | ------------ associated items in this implementation
[INFO] [stderr]  33 |     pub(crate) fn new(x: FieldElement, y: FieldElement) -> Self {
[INFO] [stderr]     |                   ^^^
[INFO] [stderr] ...
[INFO] [stderr]  38 |     pub(crate) fn is_infinity(&self) -> bool {
[INFO] [stderr]     |                   ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 105 |     pub(crate) fn add(self, other: Self) -> Self {
[INFO] [stderr]     |                   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `is_infinity` are never used
[INFO] [stderr]   --> src/point_arithmetic/ec_point.rs:33:19
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl EcPoint {
[INFO] [stderr]    | ------------ associated items in this implementation
[INFO] [stderr] 33 |     pub(crate) fn new(x: FieldElement, y: FieldElement) -> Self {
[INFO] [stderr]    |                   ^^^
[INFO] [stderr] ...
[INFO] [stderr] 38 |     pub(crate) fn is_infinity(&self) -> bool {
[INFO] [stderr]    |                   ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `elliptic_curve_math_engine` (lib) generated 3 warnings (run `cargo fix --lib -p elliptic_curve_math_engine` to apply 2 suggestions)
[INFO] [stderr] warning: `elliptic_curve_math_engine` (lib test) generated 3 warnings (2 duplicates)
[INFO] [stderr] warning: unused import: `command`
[INFO] [stderr]  --> src/main.rs:3:32
[INFO] [stderr]   |
[INFO] [stderr] 3 | use clap::{Parser, Subcommand, command};
[INFO] [stderr]   |                                ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `elliptic_curve_math_engine` (bin "sec" test) generated 1 warning (run `cargo fix --bin "sec" -p elliptic_curve_math_engine --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/elliptic_curve_math_engine-9eb5f72f8adcf684)
[INFO] [stdout] 
[INFO] [stdout] running 123 tests
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_compressed_and_uncompressed_same_x ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_compressed_parity_matches_uncompressed_y ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_identity_property_infinity_left ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_addition_preserves_curve_property ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_different_x_coordinates ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_commutativity ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_identity_property_infinity_right ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_infinity_plus_infinity ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_different_points_different_serializations ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_associativity ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_point_on_curve_validation ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_known_point_doubling_result ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_repeated_doubling ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_secp256k1_generator_point_addition ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_multiple_additions ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_inverse_property ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_point_doubling ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_point_doubling_at_zero_y ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_compressed_generator_format ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_compressed_2g ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_compressed_even_y ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_secp256k1_generator_point_doubling ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialization_consistency_multiple_points ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_distributive_property ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_compressed_odd_y ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_large_coordinates ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_uncompressed_2g ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_uncompressed_generator_format ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_uncompressed_custom_point ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_add_simple ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_compressed_known_generator ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_addition_associativity_large_values ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_compressed_generator_parity ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_add_with_modular_wrap ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_addition_associativity_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_addition_commutativity_large_values ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_uncompressed_known_generator ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_addition_associativity_with_wrap ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_compressed_infinity ... ok
[INFO] [stdout] test point_arithmetic::ec_point::tests::test_serialize_uncompressed_infinity ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_addition_commutativity_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_addition_commutativity_with_wrap ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_additive_identity ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_complex_expression ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_distributivity_large_values ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_distributivity_reverse ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_distributivity_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_distributivity_subtraction_with_wrap ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_distributivity_with_subtraction ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_distributivity_with_modular_wrap ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_div_with_inverse ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_field_element_modular_reduction ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_division_commutativity_absence ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_inverse_larger_value ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_inverse_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_mul_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_field_element_creation ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_mul_with_modular_reduction ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_div_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_multiplicative_identity ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_subtraction_commutativity_absence ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_add_different_points ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_multiplication_associativity_large_values ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_multiplication_associativity_near_modulus ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_add_infinity_both ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_add_infinity_left ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_multiplication_commutativity_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_combined_commutativity_associativity ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_sub_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_sub_with_modular_wrap ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_double_generator ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_double_matches_add ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_combined_distributivity_commutativity ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_add_associativity ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_multiplication_associativity_simple ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_multiplication_commutativity_large_values ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_multiplication_commutativity_near_modulus ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_double_distributive ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_from_ecpoint_infinity ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_add_infinity_right ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_from_ecpoint_preserves_coordinates ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_from_ecpoint_regular_point ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_add_same_point_calls_double ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_is_infinity_false ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_roundtrip_generator ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_add_commutativity ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_roundtrip_infinity ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_infinity_creation ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_is_infinity_true ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_roundtrip_after_operations ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_multiple_operations_consistency ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_for_scalar_mult ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_infinity_is_infinity ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_jacobian_addition_matches_affine ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_is_infinity_nonzero_z ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_is_infinity_zero_z ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_one ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_double_twice ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_eight ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_associativity ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_zero ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_binary_representation ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_two ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_large_power_of_two ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_with_infinity ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_consistency_with_addition ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_subtraction_property ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_to_ecpoint_infinity ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_to_ecpoint_z_equals_one ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_four ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_three ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_to_ecpoint_generator ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_distributivity ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_div_by_zero_panics - should panic ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_seven ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_five ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_large_scalar ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_sixteen ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_odd_even_scalars ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_power_of_two_pattern ... ok
[INFO] [stdout] test keypair_deriv::keypair::tests::test_keypair_generation ... ok
[INFO] [stdout] test point_arithmetic::jacobian_point::jacobian_test::test_scalar_mul_by_fifteen ... ok
[INFO] [stdout] test point_arithmetic::field_element::tests::test_inverse_zero_panics - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 123 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sec-acdb911400762fd1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests elliptic_curve_math_engine
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[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" "404c3854c87b79749f6f98b5704b6e1b776722f868670cb921da3cf000cd7239", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "404c3854c87b79749f6f98b5704b6e1b776722f868670cb921da3cf000cd7239", kill_on_drop: false }`
[INFO] [stdout] 404c3854c87b79749f6f98b5704b6e1b776722f868670cb921da3cf000cd7239
