[INFO] fetching crate xs_curve25519-dalek 4.1.4...
[INFO] testing xs_curve25519-dalek-4.1.4 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate xs_curve25519-dalek 4.1.4 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate xs_curve25519-dalek 4.1.4
[INFO] finished tweaking crates.io crate xs_curve25519-dalek 4.1.4
[INFO] tweaked toml for crates.io crate xs_curve25519-dalek 4.1.4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate xs_curve25519-dalek 4.1.4 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate xs_curve25519-dalek 4.1.4 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hermit-abi v0.5.1
[INFO] [stderr]   Downloaded clap v4.5.38
[INFO] [stderr]   Downloaded clap_builder v4.5.38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1c6db6ca9cb6daeacf301c7016c27756281b8ff1fa6d882cab10338e594a40e9
[INFO] running `Command { std: "docker" "start" "-a" "1c6db6ca9cb6daeacf301c7016c27756281b8ff1fa6d882cab10338e594a40e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c6db6ca9cb6daeacf301c7016c27756281b8ff1fa6d882cab10338e594a40e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c6db6ca9cb6daeacf301c7016c27756281b8ff1fa6d882cab10338e594a40e9", kill_on_drop: false }`
[INFO] [stdout] 1c6db6ca9cb6daeacf301c7016c27756281b8ff1fa6d882cab10338e594a40e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 531f5dd651881c42a281b865cbfdaeaaa8fec851998fa2fc6d798c77e7ff22af
[INFO] running `Command { std: "docker" "start" "-a" "531f5dd651881c42a281b865cbfdaeaaa8fec851998fa2fc6d798c77e7ff22af", kill_on_drop: false }`
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling xs_curve25519-dalek v4.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stdout] warning: the feature `avx512_target_feature` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |     feature(avx512_target_feature)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `stdarch_x86_avx512` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     feature(stdarch_x86_avx512)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s
[INFO] running `Command { std: "docker" "inspect" "531f5dd651881c42a281b865cbfdaeaaa8fec851998fa2fc6d798c77e7ff22af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "531f5dd651881c42a281b865cbfdaeaaa8fec851998fa2fc6d798c77e7ff22af", kill_on_drop: false }`
[INFO] [stdout] 531f5dd651881c42a281b865cbfdaeaaa8fec851998fa2fc6d798c77e7ff22af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d833705fe7eb8f8d9c3750291874073e6c1b4c4383ddd7f53b8311924037f433
[INFO] running `Command { std: "docker" "start" "-a" "d833705fe7eb8f8d9c3750291874073e6c1b4c4383ddd7f53b8311924037f433", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stdout] warning: the feature `avx512_target_feature` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |     feature(avx512_target_feature)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `stdarch_x86_avx512` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     feature(stdarch_x86_avx512)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap_builder v4.5.38
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling clap v4.5.38
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling xs_curve25519-dalek v4.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/scalar.rs:597:43
[INFO] [stdout]     |
[INFO] [stdout] 597 |     pub fn random<R: CryptoRng + ?Sized + rand_core::RngCore>(rng: &mut R) -> Self {
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:43:5
[INFO] [stdout]     |
[INFO] [stdout]  43 |     unused_qualifications
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 597 -     pub fn random<R: CryptoRng + ?Sized + rand_core::RngCore>(rng: &mut R) -> Self {
[INFO] [stdout] 597 +     pub fn random<R: CryptoRng + ?Sized + RngCore>(rng: &mut R) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `avx512_target_feature` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |     feature(avx512_target_feature)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `stdarch_x86_avx512` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     feature(stdarch_x86_avx512)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.02s
[INFO] running `Command { std: "docker" "inspect" "d833705fe7eb8f8d9c3750291874073e6c1b4c4383ddd7f53b8311924037f433", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d833705fe7eb8f8d9c3750291874073e6c1b4c4383ddd7f53b8311924037f433", kill_on_drop: false }`
[INFO] [stdout] d833705fe7eb8f8d9c3750291874073e6c1b4c4383ddd7f53b8311924037f433
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 23a0efd7a736a8d7d6c06563f6ceb273a7247e970dfd7a01e6698f2f08499f24
[INFO] running `Command { std: "docker" "start" "-a" "23a0efd7a736a8d7d6c06563f6ceb273a7247e970dfd7a01e6698f2f08499f24", kill_on_drop: false }`
[INFO] [stderr] warning: the feature `avx512_target_feature` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:23:13
[INFO] [stderr]    |
[INFO] [stderr] 23 |     feature(avx512_target_feature)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `stdarch_x86_avx512` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     feature(stdarch_x86_avx512)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `xs_curve25519-dalek` (lib) generated 2 warnings
[INFO] [stderr] warning: unnecessary qualification
[INFO] [stderr]    --> src/scalar.rs:597:43
[INFO] [stderr]     |
[INFO] [stderr] 597 |     pub fn random<R: CryptoRng + ?Sized + rand_core::RngCore>(rng: &mut R) -> Self {
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:43:5
[INFO] [stderr]     |
[INFO] [stderr]  43 |     unused_qualifications
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: remove the unnecessary path segments
[INFO] [stderr]     |
[INFO] [stderr] 597 -     pub fn random<R: CryptoRng + ?Sized + rand_core::RngCore>(rng: &mut R) -> Self {
[INFO] [stderr] 597 +     pub fn random<R: CryptoRng + ?Sized + RngCore>(rng: &mut R) -> Self {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `xs_curve25519-dalek` (lib test) generated 3 warnings (2 duplicates) (run `cargo fix --lib -p xs_curve25519-dalek --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/xs_curve25519_dalek-8e3932a5f09a256f)
[INFO] [stdout] 
[INFO] [stdout] running 121 tests
[INFO] [stdout] test backend::serial::u64::scalar::test::add ... ok
[INFO] [stdout] test backend::serial::u64::scalar::test::montgomery_mul ... ok
[INFO] [stdout] test backend::serial::u64::scalar::test::from_bytes_wide ... ok
[INFO] [stdout] test backend::serial::u64::scalar::test::montgomery_square_max ... ok
[INFO] [stdout] test backend::serial::u64::scalar::test::mul ... ok
[INFO] [stdout] test backend::serial::u64::scalar::test::square_max ... ok
[INFO] [stdout] test backend::serial::u64::scalar::test::montgomery_mul_max ... ok
[INFO] [stdout] test constants::test::test_d_vs_ratio ... ok
[INFO] [stdout] test backend::serial::u64::scalar::test::sub ... ok
[INFO] [stdout] test constants::test::test_eight_torsion ... ok
[INFO] [stdout] test constants::test::test_four_torsion ... ok
[INFO] [stdout] test constants::test::test_sqrt_ad_minus_one ... ok
[INFO] [stdout] test constants::test::test_sqrt_constants_sign ... ok
[INFO] [stdout] test constants::test::test_sqrt_minus_one ... ok
[INFO] [stdout] test constants::test::test_two_torsion ... ok
[INFO] [stdout] test edwards::test::basepoint16_vs_mul_by_pow_2_4 ... ok
[INFO] [stdout] test edwards::test::basepoint_decompression_compression ... ok
[INFO] [stdout] test edwards::test::basepoint_double_vs_basepoint2 ... ok
[INFO] [stdout] test edwards::test::basepoint_plus_basepoint_projective_niels_vs_basepoint2 ... ok
[INFO] [stdout] test edwards::test::basepoint_mult_two_vs_basepoint2 ... ok
[INFO] [stdout] test edwards::test::basepoint_mult_by_basepoint_order ... ok
[INFO] [stdout] test edwards::test::basepoint_plus_basepoint_vs_basepoint2 ... ok
[INFO] [stdout] test edwards::test::basepoint_projective_extended_round_trip ... ok
[INFO] [stdout] test backend::serial::u64::scalar::test::mul_max ... ok
[INFO] [stdout] test edwards::test::basepoint_mult_vs_ed25519py ... ok
[INFO] [stdout] test edwards::test::extended_point_equality_handles_scaling ... ok
[INFO] [stdout] test edwards::test::compressed_identity ... ok
[INFO] [stdout] test edwards::test::decompression_sign_handling ... ok
[INFO] [stdout] test edwards::test::basepoint_mult_one_vs_basepoint ... ok
[INFO] [stdout] test edwards::test::is_small_order ... ok
[INFO] [stdout] test edwards::test::basepoint_plus_basepoint_affine_niels_vs_basepoint2 ... ok
[INFO] [stdout] test edwards::test::basepoint_table_basepoint_function_correct ... ok
[INFO] [stdout] test edwards::test::is_identity ... ok
[INFO] [stdout] test edwards::test::conditional_assign_for_affine_niels_point ... ok
[INFO] [stdout] test edwards::test::to_affine_niels_clears_denominators ... ok
[INFO] [stdout] test edwards::test::vartime::multiscalar_mul_vartime_vs_consttime ... ok
[INFO] [stdout] test edwards::test::test_precomputed_basepoint_mult ... ok
[INFO] [stdout] test field::test::a_invert_vs_inverse_of_a_constant ... ok
[INFO] [stdout] test field::test::a_mul_a_vs_a_squared_constant ... ok
[INFO] [stdout] test field::test::a_p58_vs_ap58_constant ... ok
[INFO] [stdout] test edwards::test::vartime::multiscalar_mul_vs_ed25519py ... ok
[INFO] [stdout] test field::test::a_square_vs_a_squared_constant ... ok
[INFO] [stdout] test field::test::batch_invert_a_matches_nonbatched ... ok
[INFO] [stdout] test field::test::batch_invert_empty ... ok
[INFO] [stdout] test edwards::test::scalar_mul_vs_ed25519py ... ok
[INFO] [stdout] test field::test::a_square2_vs_a_squared_constant ... ok
[INFO] [stdout] test edwards::test::vartime::double_scalar_mul_basepoint_vs_ed25519py ... ok
[INFO] [stdout] test field::test::encoding_is_canonical ... ok
[INFO] [stdout] test field::test::conditional_negate ... ok
[INFO] [stdout] test field::test::from_bytes_highbit_is_ignored ... ok
[INFO] [stdout] test field::test::sqrt_ratio_behavior ... ok
[INFO] [stdout] test montgomery::test::basepoint_montgomery_to_edwards ... ok
[INFO] [stdout] test montgomery::test::identity_in_different_coordinates ... ok
[INFO] [stdout] test field::test::equality ... ok
[INFO] [stdout] test montgomery::test::montgomery_elligator_correct ... ok
[INFO] [stdout] test montgomery::test::montgomery_elligator_zero_zero ... ok
[INFO] [stdout] test montgomery::test::identity_in_different_models ... ok
[INFO] [stdout] test montgomery::test::eq_defined_mod_p ... ok
[INFO] [stdout] test montgomery::test::basepoint_edwards_to_montgomery ... ok
[INFO] [stdout] test montgomery::test::montgomery_to_edwards_rejects_twist ... ok
[INFO] [stdout] test edwards::test::scalarmult_extended_point_works_both_ways ... ok
[INFO] [stdout] test ristretto::test::basepoint_roundtrip ... ok
[INFO] [stdout] test ristretto::test::compress_id ... ok
[INFO] [stdout] test ristretto::test::decompress_id ... ok
[INFO] [stdout] test ristretto::test::decompress_negative_s_fails ... ok
[INFO] [stdout] test ristretto::test::elligator_vs_ristretto_sage ... ok
[INFO] [stdout] test ristretto::test::encodings_of_small_multiples_of_basepoint ... ok
[INFO] [stdout] test ristretto::test::four_torsion_basepoint ... ok
[INFO] [stdout] test ristretto::test::four_torsion_random ... ok
[INFO] [stdout] test edwards::test::impl_sum ... ok
[INFO] [stdout] test ristretto::test::one_way_map ... ok
[INFO] [stdout] test edwards::test::basepoint_tables_unreduced_scalar ... ok
[INFO] [stdout] test montgomery::test::mul_base_clamped ... ok
[INFO] [stdout] test ristretto::test::impl_sum ... ok
[INFO] [stdout] test edwards::test::basepoint_tables ... ok
[INFO] [stdout] test ristretto::test::partial_precomputed_multiscalar_empty ... ok
[INFO] [stdout] test ristretto::test::partial_precomputed_mixed_multiscalar ... ok
[INFO] [stdout] test ristretto::test::random_roundtrip ... ok
[INFO] [stdout] test scalar::test::add_reduces ... ok
[INFO] [stdout] test ristretto::test::scalarmult_ristrettopoint_works_both_ways ... ok
[INFO] [stdout] test scalar::test::batch_invert_empty ... ok
[INFO] [stdout] test scalar::test::batch_invert_consistency ... ok
[INFO] [stdout] test scalar::test::canonical_decoding ... ok
[INFO] [stdout] test scalar::test::from_bytes_mod_order_wide ... ok
[INFO] [stdout] test scalar::test::from_u64 ... ok
[INFO] [stdout] test scalar::test::batch_invert_with_a_zero_input_panics - should panic ... ok
[INFO] [stdout] test scalar::test::impl_add ... ok
[INFO] [stdout] test scalar::test::fuzzer_testcase_reduction ... ok
[INFO] [stdout] test scalar::test::impl_product ... ok
[INFO] [stdout] test scalar::test::impl_sum ... ok
[INFO] [stdout] test scalar::test::impl_mul ... ok
[INFO] [stdout] test scalar::test::invert ... ok
[INFO] [stdout] test scalar::test::montgomery_reduce_matches_from_bytes_mod_order_wide ... ok
[INFO] [stdout] test scalar::test::neg_twice_is_identity ... ok
[INFO] [stdout] test scalar::test::non_adjacent_form_test_vector ... ok
[INFO] [stdout] test scalar::test::reduce ... ok
[INFO] [stdout] test scalar::test::scalar_mul_by_one ... ok
[INFO] [stdout] test scalar::test::square ... ok
[INFO] [stdout] test scalar::test::sub_reduces ... ok
[INFO] [stdout] test scalar::test::test_mul_reduction_invariance ... ok
[INFO] [stdout] test ristretto::test::partial_precomputed_mixed_multiscalar_empty ... ok
[INFO] [stdout] test scalar::test::test_read_le_u64_into ... ok
[INFO] [stdout] test scalar::test::test_read_le_u64_into_should_panic_on_bad_input - should panic ... ok
[INFO] [stdout] test scalar::test::test_scalar_clamp ... ok
[INFO] [stdout] test scalar::test::test_scalar_from_int ... ok
[INFO] [stdout] test scalar::test::to_bytes_from_bytes_roundtrips ... ok
[INFO] [stdout] test scalar::test::test_pippenger_radix ... ok
[INFO] [stdout] test ristretto::test::partial_precomputed_multiscalar ... ok
[INFO] [stdout] test montgomery::test::montgomery_mul_bits_be_twist ... ok
[INFO] [stdout] test edwards::test::vartime_precomputed_vs_nonprecomputed_multiscalar ... ok
[INFO] [stdout] test montgomery::test::montgomery_ladder_matches_edwards_scalarmult ... ok
[INFO] [stdout] test montgomery::test::montgomery_mul_bits_be ... ok
[INFO] [stdout] test edwards::test::mul_base_clamped ... ok
[INFO] [stdout] test ristretto::test::vartime_precomputed_vs_nonprecomputed_multiscalar ... ok
[INFO] [stdout] test scalar::test::non_adjacent_form_random ... ok
[INFO] [stdout] test backend::serial::scalar_mul::pippenger::test::test_vartime_pippenger ... ok
[INFO] [stdout] test edwards::test::monte_carlo_overflow_underflow_debug_assert_test ... ok
[INFO] [stdout] test edwards::test::multiscalar_consistency_n_100 has been running for over 60 seconds
[INFO] [stdout] test edwards::test::multiscalar_consistency_n_1000 has been running for over 60 seconds
[INFO] [stdout] test edwards::test::multiscalar_consistency_n_250 has been running for over 60 seconds
[INFO] [stdout] test edwards::test::multiscalar_consistency_n_500 has been running for over 60 seconds
[INFO] [stdout] test edwards::test::multiscalar_consistency_n_100 ... ok
[INFO] [stdout] test edwards::test::multiscalar_consistency_n_250 ... ok
[INFO] [stdout] test edwards::test::multiscalar_consistency_n_500 ... ok
[INFO] [stdout] test edwards::test::multiscalar_consistency_n_1000 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 121 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 302.27s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests xs_curve25519_dalek
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test src/ristretto.rs - ristretto::RistrettoPoint::double_and_compress_batch (line 532) ... ignored
[INFO] [stdout] test src/scalar.rs - scalar (line 91) ... ignored
[INFO] [stdout] test src/scalar.rs - scalar (line 48) ... FAILED
[INFO] [stdout] test src/scalar.rs - scalar::Scalar::as_bytes (line 699) ... FAILED
[INFO] [stdout] test src/scalar.rs - scalar::Scalar::batch_invert (line 768) ... FAILED
[INFO] [stdout] test src/scalar.rs - scalar (line 68) ... FAILED
[INFO] [stdout] test src/scalar.rs - scalar::Scalar::invert (line 724) ... FAILED
[INFO] [stdout] test src/scalar.rs - scalar::Scalar::from (line 529) ... FAILED
[INFO] [stdout] test src/scalar.rs - scalar (line 36) ... FAILED
[INFO] [stdout] test src/scalar.rs - scalar::Scalar::to_bytes (line 684) ... FAILED
[INFO] [stdout] test src/ristretto.rs - ristretto::RistrettoBasepointTable (line 1084) ... FAILED
[INFO] [stdout] test src/edwards.rs - edwards::EdwardsPoint::is_torsion_free (line 1251) ... FAILED
[INFO] [stdout] test src/traits.rs - traits::VartimeMultiscalarMul::vartime_multiscalar_mul (line 218) ... FAILED
[INFO] [stdout] test src/traits.rs - traits::VartimeMultiscalarMul::optional_multiscalar_mul (line 152) ... FAILED
[INFO] [stdout] test src/edwards.rs - edwards::EdwardsPoint::is_small_order (line 1221) ... FAILED
[INFO] [stdout] test src/ristretto.rs - ristretto::RistrettoPoint::conditional_select (line 1136) ... FAILED
[INFO] [stdout] test src/traits.rs - traits::MultiscalarMul::multiscalar_mul (line 97) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/scalar.rs - scalar (line 48) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]   --> src/scalar.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 49 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scalar.rs - scalar::Scalar::as_bytes (line 699) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/scalar.rs:700:5
[INFO] [stdout]     |
[INFO] [stdout] 700 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 700 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scalar.rs - scalar::Scalar::batch_invert (line 768) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/scalar.rs:769:5
[INFO] [stdout]     |
[INFO] [stdout] 769 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 769 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scalar.rs - scalar (line 68) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]   --> src/scalar.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 69 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scalar.rs - scalar::Scalar::invert (line 724) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/scalar.rs:725:5
[INFO] [stdout]     |
[INFO] [stdout] 725 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 725 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scalar.rs - scalar::Scalar::from (line 529) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/scalar.rs:530:5
[INFO] [stdout]     |
[INFO] [stdout] 530 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 530 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scalar.rs - scalar (line 36) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]   --> src/scalar.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 37 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/scalar.rs - scalar::Scalar::to_bytes (line 684) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/scalar.rs:685:5
[INFO] [stdout]     |
[INFO] [stdout] 685 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 685 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ristretto.rs - ristretto::RistrettoBasepointTable (line 1084) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     --> src/ristretto.rs:1085:5
[INFO] [stdout]      |
[INFO] [stdout] 1085 | use curve25519_dalek::constants::RISTRETTO_BASEPOINT_TABLE;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1085 | use xs_curve25519_dalek::constants::RISTRETTO_BASEPOINT_TABLE;
[INFO] [stdout]      |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     --> src/ristretto.rs:1086:5
[INFO] [stdout]      |
[INFO] [stdout] 1086 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1086 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]      |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/edwards.rs - edwards::EdwardsPoint::is_torsion_free (line 1251) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `curve25519_dalek`
[INFO] [stdout]     --> src/edwards.rs:1252:5
[INFO] [stdout]      |
[INFO] [stdout] 1252 | use curve25519_dalek::constants;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1252 | use xs_curve25519_dalek::constants;
[INFO] [stdout]      |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/traits.rs - traits::VartimeMultiscalarMul::vartime_multiscalar_mul (line 218) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 222 | use curve25519_dalek::traits::VartimeMultiscalarMul;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 222 | use xs_curve25519_dalek::traits::VartimeMultiscalarMul;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:223:5
[INFO] [stdout]     |
[INFO] [stdout] 223 | use curve25519_dalek::ristretto::RistrettoPoint;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 223 | use xs_curve25519_dalek::ristretto::RistrettoPoint;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 224 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 224 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 221 | use curve25519_dalek::constants;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 221 | use xs_curve25519_dalek::constants;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/traits.rs - traits::VartimeMultiscalarMul::optional_multiscalar_mul (line 152) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 156 | use curve25519_dalek::traits::VartimeMultiscalarMul;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 156 | use xs_curve25519_dalek::traits::VartimeMultiscalarMul;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | use curve25519_dalek::ristretto::RistrettoPoint;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 157 | use xs_curve25519_dalek::ristretto::RistrettoPoint;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:158:5
[INFO] [stdout]     |
[INFO] [stdout] 158 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 158 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:155:5
[INFO] [stdout]     |
[INFO] [stdout] 155 | use curve25519_dalek::constants;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 155 | use xs_curve25519_dalek::constants;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/traits.rs:180:28
[INFO] [stdout]     |
[INFO] [stdout] 180 |     compressed.iter().map(|pt| pt.decompress()),
[INFO] [stdout]     |                            ^^  -- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 180 |     compressed.iter().map(|pt: /* Type */| pt.decompress()),
[INFO] [stdout]     |                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/traits.rs:189:28
[INFO] [stdout]     |
[INFO] [stdout] 189 |     compressed.iter().map(|pt| pt.decompress())
[INFO] [stdout]     |                            ^^  -- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 189 |     compressed.iter().map(|pt: /* Type */| pt.decompress())
[INFO] [stdout]     |                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/edwards.rs - edwards::EdwardsPoint::is_small_order (line 1221) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `curve25519_dalek`
[INFO] [stdout]     --> src/edwards.rs:1222:5
[INFO] [stdout]      |
[INFO] [stdout] 1222 | use curve25519_dalek::constants;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1222 | use xs_curve25519_dalek::constants;
[INFO] [stdout]      |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ristretto.rs - ristretto::RistrettoPoint::conditional_select (line 1136) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     --> src/ristretto.rs:1140:5
[INFO] [stdout]      |
[INFO] [stdout] 1140 | use curve25519_dalek::traits::Identity;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1140 | use xs_curve25519_dalek::traits::Identity;
[INFO] [stdout]      |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     --> src/ristretto.rs:1141:5
[INFO] [stdout]      |
[INFO] [stdout] 1141 | use curve25519_dalek::ristretto::RistrettoPoint;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1141 | use xs_curve25519_dalek::ristretto::RistrettoPoint;
[INFO] [stdout]      |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `curve25519_dalek`
[INFO] [stdout]     --> src/ristretto.rs:1142:5
[INFO] [stdout]      |
[INFO] [stdout] 1142 | use curve25519_dalek::constants;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]      |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 1142 | use xs_curve25519_dalek::constants;
[INFO] [stdout]      |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/traits.rs - traits::MultiscalarMul::multiscalar_mul (line 97) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | use curve25519_dalek::traits::MultiscalarMul;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 101 | use xs_curve25519_dalek::traits::MultiscalarMul;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 | use curve25519_dalek::ristretto::RistrettoPoint;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 102 | use xs_curve25519_dalek::ristretto::RistrettoPoint;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 | use curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 103 | use xs_curve25519_dalek::scalar::Scalar;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `curve25519_dalek`
[INFO] [stdout]    --> src/traits.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 | use curve25519_dalek::constants;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `curve25519_dalek`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 100 | use xs_curve25519_dalek::constants;
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/edwards.rs - edwards::EdwardsPoint::is_small_order (line 1221)
[INFO] [stdout]     src/edwards.rs - edwards::EdwardsPoint::is_torsion_free (line 1251)
[INFO] [stdout]     src/ristretto.rs - ristretto::RistrettoBasepointTable (line 1084)
[INFO] [stdout]     src/ristretto.rs - ristretto::RistrettoPoint::conditional_select (line 1136)
[INFO] [stdout]     src/scalar.rs - scalar (line 36)
[INFO] [stdout]     src/scalar.rs - scalar (line 48)
[INFO] [stdout]     src/scalar.rs - scalar (line 68)
[INFO] [stdout]     src/scalar.rs - scalar::Scalar::as_bytes (line 699)
[INFO] [stdout]     src/scalar.rs - scalar::Scalar::batch_invert (line 768)
[INFO] [stdout]     src/scalar.rs - scalar::Scalar::from (line 529)
[INFO] [stdout]     src/scalar.rs - scalar::Scalar::invert (line 724)
[INFO] [stdout]     src/scalar.rs - scalar::Scalar::to_bytes (line 684)
[INFO] [stdout]     src/traits.rs - traits::MultiscalarMul::multiscalar_mul (line 97)
[INFO] [stdout]     src/traits.rs - traits::VartimeMultiscalarMul::optional_multiscalar_mul (line 152)
[INFO] [stdout]     src/traits.rs - traits::VartimeMultiscalarMul::vartime_multiscalar_mul (line 218)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 15 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.38s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "23a0efd7a736a8d7d6c06563f6ceb273a7247e970dfd7a01e6698f2f08499f24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23a0efd7a736a8d7d6c06563f6ceb273a7247e970dfd7a01e6698f2f08499f24", kill_on_drop: false }`
[INFO] [stdout] 23a0efd7a736a8d7d6c06563f6ceb273a7247e970dfd7a01e6698f2f08499f24
