[INFO] fetching crate ed448-goldilocks 0.8.2... [INFO] checking ed448-goldilocks-0.8.2 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate ed448-goldilocks 0.8.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate ed448-goldilocks 0.8.2 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ed448-goldilocks 0.8.2 [INFO] finished tweaking crates.io crate ed448-goldilocks 0.8.2 [INFO] tweaked toml for crates.io crate ed448-goldilocks 0.8.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f88985f78c7643ddf7363b7fa3e5cc8c5dea2585b620213c000fd581ba8bd980 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f88985f78c7643ddf7363b7fa3e5cc8c5dea2585b620213c000fd581ba8bd980", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f88985f78c7643ddf7363b7fa3e5cc8c5dea2585b620213c000fd581ba8bd980", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f88985f78c7643ddf7363b7fa3e5cc8c5dea2585b620213c000fd581ba8bd980", kill_on_drop: false }` [INFO] [stdout] f88985f78c7643ddf7363b7fa3e5cc8c5dea2585b620213c000fd581ba8bd980 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 60055205fa892fb7ba11f468f01705440ebf78988047a94c0e0365839b4bc390 [INFO] running `Command { std: "docker" "start" "-a" "60055205fa892fb7ba11f468f01705440ebf78988047a94c0e0365839b4bc390", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking fiat-crypto v0.1.8 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking ed448-goldilocks v0.8.2 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/curve/scalar_mul/mod.rs (1 fix) [INFO] [stderr] Fixed src/decaf/decaf.rs (4 fixes) [INFO] [stderr] Fixed src/curve/montgomery/montgomery.rs (1 fix) [INFO] [stdout] error[E0425]: cannot find value `TWISTED_EDWARDS_BASE_POINT` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | let P = TWISTED_EDWARDS_BASE_POINT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 134 | use crate::field::fiat_u64::constants::TWISTED_EDWARDS_BASE_POINT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DecafPoint` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:144:23 [INFO] [stdout] | [INFO] [stdout] 144 | let Decaf_P = DecafPoint(P).compress().decompress().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::DecafPoint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DecafPoint` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:145:24 [INFO] [stdout] | [INFO] [stdout] 145 | let Decaf_P2 = DecafPoint(P2).compress().decompress().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::DecafPoint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DecafPoint` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:146:33 [INFO] [stdout] | [INFO] [stdout] 146 | let expected_Decaf_P3 = DecafPoint(P3).compress().decompress().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::DecafPoint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DecafPoint` [INFO] [stdout] --> src/decaf/decaf.rs:157:33 [INFO] [stdout] | [INFO] [stdout] 157 | let compress_identity = DecafPoint::identity().compress(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::DecafPoint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CompressedDecaf` [INFO] [stdout] --> src/decaf/decaf.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | assert!(compress_identity == CompressedDecaf::identity()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 188 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:194:13 [INFO] [stdout] | [INFO] [stdout] 194 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 206 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:236:13 [INFO] [stdout] | [INFO] [stdout] 236 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:242:13 [INFO] [stdout] | [INFO] [stdout] 242 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CompressedDecaf` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:253:13 [INFO] [stdout] | [INFO] [stdout] 253 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::CompressedDecaf; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DecafPoint` [INFO] [stdout] --> src/decaf/decaf.rs:260:25 [INFO] [stdout] | [INFO] [stdout] 260 | let mut point = DecafPoint::identity(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::DecafPoint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DecafPoint` [INFO] [stdout] --> src/decaf/decaf.rs:261:25 [INFO] [stdout] | [INFO] [stdout] 261 | let generator = DecafPoint::generator(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 134 | use crate::decaf::DecafPoint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `l0` is never read [INFO] [stdout] --> src/field/mod.rs:78:18 [INFO] [stdout] | [INFO] [stdout] 78 | let (mut l0, mut l1, mut l2) = ( [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `l1` is never read [INFO] [stdout] --> src/field/mod.rs:78:26 [INFO] [stdout] | [INFO] [stdout] 78 | let (mut l0, mut l1, mut l2) = ( [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `l2` is never read [INFO] [stdout] --> src/field/mod.rs:78:34 [INFO] [stdout] | [INFO] [stdout] 78 | let (mut l0, mut l1, mut l2) = ( [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_on_curve` [INFO] [stdout] --> src/curve/edwards/extended.rs:208:19 [INFO] [stdout] | [INFO] [stdout] 208 | pub(crate) fn is_on_curve(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `double_base_scalar_mul` [INFO] [stdout] --> src/curve/scalar_mul/double_base.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) fn double_base_scalar_mul(a: &Scalar, A: &ExtendedPoint, b: &Scalar) -> ExtendedPoint { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_on_curve` [INFO] [stdout] --> src/curve/twedwards/affine.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | fn is_on_curve(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `negate` [INFO] [stdout] --> src/curve/twedwards/affine.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | pub(crate) fn negate(&self) -> AffinePoint { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add` [INFO] [stdout] --> src/curve/twedwards/affine.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | pub(crate) fn add(&self, other: &AffinePoint) -> AffinePoint { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_extensible` [INFO] [stdout] --> src/curve/twedwards/affine.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub(crate) fn to_extensible(&self) -> ExtensiblePoint { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_affine_niels` [INFO] [stdout] --> src/curve/twedwards/affine.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 70 | pub(crate) fn to_affine_niels(&self) -> AffineNielsPoint { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_extended` [INFO] [stdout] --> src/curve/twedwards/affine.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | pub(crate) fn to_extended(&self) -> ExtendedPoint { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `equals` [INFO] [stdout] --> src/curve/twedwards/affine.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn equals(&self, other: &AffineNielsPoint) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `identity` [INFO] [stdout] --> src/curve/twedwards/affine.rs:112:19 [INFO] [stdout] | [INFO] [stdout] 112 | pub(crate) fn identity() -> AffineNielsPoint { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_extended` [INFO] [stdout] --> src/curve/twedwards/affine.rs:120:19 [INFO] [stdout] | [INFO] [stdout] 120 | pub(crate) fn to_extended(&self) -> ExtendedPoint { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_on_curve` [INFO] [stdout] --> src/curve/twedwards/extended.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | pub(crate) fn is_on_curve(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_raw_slice` [INFO] [stdout] --> src/field/fiat_u64/prime_field.rs:135:25 [INFO] [stdout] | [INFO] [stdout] 135 | pub(crate) const fn from_raw_slice(slice: [u64; 8]) -> FieldElement56 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_zero` [INFO] [stdout] --> src/field/mod.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn is_zero(&self) -> Choice { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] warning: structure field `X` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) X: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | pub(crate) Y: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Z` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) Z: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | pub(crate) T: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XZ` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let XZ = self.X * other.Z; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `xz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZX` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | let ZX = self.Z * other.X; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YZ` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | let YZ = self.Y * other.Z; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `yz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZY` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | let ZY = self.Z * other.Y; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `aXX` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:175:13 [INFO] [stdout] | [INFO] [stdout] 175 | let aXX = self.X * other.X; // aX1X2 [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `a_xx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dTT` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | let dTT = EDWARDS_D * self.T * other.T; // dT1T2 [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `d_tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZZ` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | let ZZ = self.Z * other.Z; // Z1Z2 [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YY` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | let YY = self.Y * other.Y; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `yy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 180 | let X = { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Y` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | let Y = { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 191 | let T = { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Z` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let Z = { (ZZ - dTT) * (ZZ + dTT) }; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XY` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | let XY = self.X * self.Y; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `xy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZT` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | let ZT = self.Z * self.T; [INFO] [stdout] | ^^ help: convert the identifier to snake case: `zt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YY` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:214:13 [INFO] [stdout] | [INFO] [stdout] 214 | let YY = self.Y.square(); [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `yy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XX` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | let XX = self.X.square(); [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `xx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZZ` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | let ZZ = self.Z.square(); [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TT` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | let TT = self.T.square(); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `INV_Z` should have a snake case name [INFO] [stdout] --> src/curve/edwards/extended.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | let INV_Z = self.Z.invert(); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `inv_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | U: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `u` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `W` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | W: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | P: &mut ProjectiveMontgomeryPoint, [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Q` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | Q: &mut ProjectiveMontgomeryPoint, [INFO] [stdout] | ^ help: convert the identifier to snake case: `q` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `affine_PmQ` should have a snake case name [INFO] [stdout] --> src/curve/montgomery/montgomery.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | affine_PmQ: &FieldElement, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `affine_pm_q` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/curve/scalar_mul/double_base.rs:8:50 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) fn double_base_scalar_mul(a: &Scalar, A: &ExtendedPoint, b: &Scalar) -> ExtendedPoint { [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `neg_P` should have a snake case name [INFO] [stdout] --> src/curve/scalar_mul/variable_base.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let mut neg_P = lookup.select(abs_value); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `neg_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/curve/scalar_mul/window/wnaf/mod.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | let P = point.to_extensible(); [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) X: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | pub(crate) Y: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Z` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | pub(crate) Z: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) T: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | let XZ = self.X * other.Z; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `xz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZX` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | let ZX = self.Z * other.X; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | let YZ = self.Y * other.Z; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `yz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZY` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | let ZY = self.Z * other.Y; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `INV_Z` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | let INV_Z = self.Z.invert(); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `inv_z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XY` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | let XY = self.X * self.Y; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `xy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZT` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | let ZT = self.Z * self.T; [INFO] [stdout] | ^^ help: convert the identifier to snake case: `zt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YY` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | let YY = self.Y.square(); [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `yy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XX` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | let XX = self.X.square(); [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `xx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:143:13 [INFO] [stdout] | [INFO] [stdout] 143 | let ZZ = self.Z.square(); [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TT` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | let TT = self.T.square(); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) X: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) Y: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Z` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) Z: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T1` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | pub(crate) T1: FieldElement, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T2` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) T2: FieldElement, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | let XZ = self.X * other.Z; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `xz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZX` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | let ZX = self.Z * other.X; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let YZ = self.Y * other.Z; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `yz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZY` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | let ZY = self.Z * other.Y; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `zy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:52:13 [INFO] [stdout] | [INFO] [stdout] 52 | let A = self.X.square(); [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `B` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | let B = self.Y.square(); [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | let C = self.Z.square() + self.Z.square(); [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | let D = A.negate(); [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | let E = (self.X + self.Y).square() - A - B; [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let G = D + B; [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `F` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | let F = G - C; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `H` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | let H = D - B; [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | let A = self.X * other.X; [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `B` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | let B = self.Y * other.Y; [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | let C = self.T1 * self.T2 * other.T * TWISTED_D; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | let D = self.Z * other.Z; [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | let E = (self.X + self.Y) * (other.X + other.Y) - A - B; [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `F` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | let F = D - C; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | let G = D + C; [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `H` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | let H = B + A; [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | let A = self.X * other.X; [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `B` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | let B = self.Y * other.Y; [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | let C = self.T1 * self.T2 * other.T * TWISTED_D; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | let D = self.Z * other.Z; [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | let E = (self.X + self.Y) * (other.Y - other.X) + A - B; [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `F` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | let F = D + C; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | let G = D - C; [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `H` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | let H = B - A; [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | let A = other.y_minus_x * (self.Y - self.X); [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `B` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | let B = other.y_plus_x * (self.X + self.Y); [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | let C = other.td * self.T1 * self.T2; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | let D = B + A; [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | let E = B - A; [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ed448-goldilocks` due to 25 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: variable `F` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | let F = self.Z - C; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | let G = self.Z + C; [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Z` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | let Z = self.Z * other.Z; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:140:13 [INFO] [stdout] | [INFO] [stdout] 140 | let A = (self.Y - self.X) * other.Y_minus_X; [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `B` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | let B = (self.Y + self.X) * other.Y_plus_X; [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | let C = other.Td * self.T1 * self.T2; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:143:13 [INFO] [stdout] | [INFO] [stdout] 143 | let D = B + A; [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `E` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | let E = B - A; [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `F` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | let F = Z - C; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `G` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | let G = Z + C; [INFO] [stdout] | ^ help: convert the identifier to snake case: `g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y_plus_X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) Y_plus_X: FieldElement, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `y_plus_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Y_minus_X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) Y_minus_X: FieldElement, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `y_minus_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Td` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | pub(crate) Td: FieldElement, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `td` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Z` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) Z: FieldElement, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `A` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | let A = self.Y_plus_X - self.Y_minus_X; [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `B` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let B = self.Y_plus_X + self.Y_minus_X; [INFO] [stdout] | ^ help: convert the identifier to snake case: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | let X = self.0.X; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_Y` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | let _Y = self.0.Y; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Z` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | let Z = self.0.Z; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let T = self.0.T; [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XX_TT` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | let XX_TT = (X + T) * (X - T); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `xx_tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `I` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:109:14 [INFO] [stdout] | [INFO] [stdout] 109 | let (I, ok) = (v * u1_sqr).inverse_square_root(); [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Dx` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | let Dx = I * u1; [INFO] [stdout] | ^^ help: convert the identifier to snake case: `dx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Dxs` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | let Dxs = (s + s) * Dx; [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `dxs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:117:17 [INFO] [stdout] | [INFO] [stdout] 117 | let mut X = (Dxs * I) * v; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Y` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | let Y = Dx * u2; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Z` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | let Z = FieldElement::one(); [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | let T = X * Y; [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `XY` should have a snake case name [INFO] [stdout] --> src/ristretto/ristretto.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | let XY = self.0.X * other.0.Y; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `xy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YX` should have a snake case name [INFO] [stdout] --> src/ristretto/ristretto.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | let YX = self.0.Y * other.0.X; [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `yx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 131 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "60055205fa892fb7ba11f468f01705440ebf78988047a94c0e0365839b4bc390", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60055205fa892fb7ba11f468f01705440ebf78988047a94c0e0365839b4bc390", kill_on_drop: false }` [INFO] [stdout] 60055205fa892fb7ba11f468f01705440ebf78988047a94c0e0365839b4bc390