[INFO] fetching crate ed448 0.4.0... [INFO] checking ed448-0.4.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate ed448 0.4.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate ed448 0.4.0 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 0.4.0 [INFO] finished tweaking crates.io crate ed448 0.4.0 [INFO] tweaked toml for crates.io crate ed448 0.4.0 written to /workspace/builds/worker-2/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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b1a7235a5eb26a26c14910dfc37de44bd40c2c03f4d50cadbebcf30437407122 [INFO] running `Command { std: "docker" "start" "-a" "b1a7235a5eb26a26c14910dfc37de44bd40c2c03f4d50cadbebcf30437407122", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1a7235a5eb26a26c14910dfc37de44bd40c2c03f4d50cadbebcf30437407122", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1a7235a5eb26a26c14910dfc37de44bd40c2c03f4d50cadbebcf30437407122", kill_on_drop: false }` [INFO] [stdout] b1a7235a5eb26a26c14910dfc37de44bd40c2c03f4d50cadbebcf30437407122 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 0e7be300fb1c8cec991af885995f1b786fa78000f3c38a36d6d469ae2794e982 [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" "0e7be300fb1c8cec991af885995f1b786fa78000f3c38a36d6d469ae2794e982", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking ed448 v0.4.0 (/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 (3 fixes) [INFO] [stderr] Fixed src/curve/montgomery/montgomery.rs (2 fixes) [INFO] [stdout] error[E0423]: expected function, found module `double_and_add` [INFO] [stdout] --> src/curve/scalar_mul/signed_multi_comb.rs:102:20 [INFO] [stdout] | [INFO] [stdout] 102 | let got2 = double_and_add(&twisted_point, &scalar); [INFO] [stdout] | ^^^^^^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: consider importing this function instead [INFO] [stdout] | [INFO] [stdout] 45 | use crate::curve::scalar_mul::double_and_add::double_and_add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldElement` [INFO] [stdout] --> src/decaf/decaf.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | let X = FieldElement::from_raw_slice([ [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 128 | use crate::field::FieldElement; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldElement` [INFO] [stdout] --> src/decaf/decaf.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | let Y = FieldElement::from_raw_slice([ [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 128 | use crate::field::FieldElement; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldElement` [INFO] [stdout] --> src/decaf/decaf.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | let Z = FieldElement::from_raw_slice([ [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 128 | use crate::field::FieldElement; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldElement` [INFO] [stdout] --> src/decaf/decaf.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let T = FieldElement::from_raw_slice([ [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 128 | use crate::field::FieldElement; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ExtendedPoint` in this scope [INFO] [stdout] --> src/decaf/decaf.rs:151:17 [INFO] [stdout] | [INFO] [stdout] 151 | let P = ExtendedPoint { X, Y, Z, T }; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 128 | use crate::curve::ExtendedPoint; [INFO] [stdout] | [INFO] [stdout] 128 | use crate::decaf::decaf::ExtendedPoint; [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:157:23 [INFO] [stdout] | [INFO] [stdout] 157 | let Decaf_P = DecafPoint(P).encode().decode().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | let Decaf_P2 = DecafPoint(P2).encode().decode().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:159:33 [INFO] [stdout] | [INFO] [stdout] 159 | let expected_Decaf_P3 = DecafPoint(P3).encode().decode().unwrap(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:170:33 [INFO] [stdout] | [INFO] [stdout] 170 | let compress_identity = DecafPoint::identity().encode(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:171:38 [INFO] [stdout] | [INFO] [stdout] 171 | 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] 128 | 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:179:13 [INFO] [stdout] | [INFO] [stdout] 179 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:189:13 [INFO] [stdout] | [INFO] [stdout] 189 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:201:13 [INFO] [stdout] | [INFO] [stdout] 201 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:219:13 [INFO] [stdout] | [INFO] [stdout] 219 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:231:13 [INFO] [stdout] | [INFO] [stdout] 231 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:237:13 [INFO] [stdout] | [INFO] [stdout] 237 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:243:13 [INFO] [stdout] | [INFO] [stdout] 243 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:249:13 [INFO] [stdout] | [INFO] [stdout] 249 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | CompressedDecaf([ [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 128 | 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:273:25 [INFO] [stdout] | [INFO] [stdout] 273 | 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] 128 | 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:274:25 [INFO] [stdout] | [INFO] [stdout] 274 | let generator = DecafPoint::generator(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 128 | use crate::decaf::DecafPoint; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `a` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | let (mut a, mut b, mut c, mut d) = ( [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 `b` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | let (mut a, mut b, mut c, mut d) = ( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `c` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:99:32 [INFO] [stdout] | [INFO] [stdout] 99 | let (mut a, mut b, mut c, mut d) = ( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `d` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:99:39 [INFO] [stdout] | [INFO] [stdout] 99 | let (mut a, mut b, mut c, mut d) = ( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `a` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:135:18 [INFO] [stdout] | [INFO] [stdout] 135 | let (mut a, mut b, mut c, mut d) = ( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `b` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:135:25 [INFO] [stdout] | [INFO] [stdout] 135 | let (mut a, mut b, mut c, mut d) = ( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `c` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:135:32 [INFO] [stdout] | [INFO] [stdout] 135 | let (mut a, mut b, mut c, mut d) = ( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `d` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:135:39 [INFO] [stdout] | [INFO] [stdout] 135 | let (mut a, mut b, mut c, mut d) = ( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `a` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 166 | let mut a = FieldElement::zero(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `b` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:167:17 [INFO] [stdout] | [INFO] [stdout] 167 | let mut b = FieldElement::zero(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `c` is never read [INFO] [stdout] --> src/curve/twedwards/extensible.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | let mut c = FieldElement::zero(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `l0` is never read [INFO] [stdout] --> src/field/u32/fq.rs:286:18 [INFO] [stdout] | [INFO] [stdout] 286 | let (mut l0, mut l1, mut l2) = (Fq::zero(), Fq::zero(), Fq::zero()); [INFO] [stdout] | ^^ [INFO] [stdout] | [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/u32/fq.rs:286:26 [INFO] [stdout] | [INFO] [stdout] 286 | let (mut l0, mut l1, mut l2) = (Fq::zero(), Fq::zero(), Fq::zero()); [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/u32/fq.rs:286:34 [INFO] [stdout] | [INFO] [stdout] 286 | let (mut l0, mut l1, mut l2) = (Fq::zero(), Fq::zero(), Fq::zero()); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `z1` is never read [INFO] [stdout] --> src/field/u32/karatsuba.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | let (mut z0, mut z1, mut z2) = (0i128, 0i128, 0i128); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `z2` is never read [INFO] [stdout] --> src/field/u32/karatsuba.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | let (mut z0, mut z1, mut z2) = (0i128, 0i128, 0i128); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `accum2` is never read [INFO] [stdout] --> src/field/u32/karatsuba.rs:288:38 [INFO] [stdout] | [INFO] [stdout] 288 | let (mut accum0, mut accum1, mut accum2) = (0u64, 0u64, 0u64); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 29 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0423, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_on_curve` [INFO] [stdout] --> src/curve/edwards/extended.rs:174:19 [INFO] [stdout] | [INFO] [stdout] 174 | 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_and_add` [INFO] [stdout] --> src/curve/scalar_mul/double_and_add.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) fn double_and_add(point: &ExtendedPoint, s: &Scalar) -> ExtendedPoint { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `TABLE_SIZE` [INFO] [stdout] --> src/curve/scalar_mul/window/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | const TABLE_SIZE: usize = 80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `base` [INFO] [stdout] --> src/curve/scalar_mul/window/mod.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) base: NielsTable, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `lookup` [INFO] [stdout] --> src/curve/scalar_mul/window/mod.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | fn lookup(&self, index: u32) -> AffineNielsPoint { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_on_curve` [INFO] [stdout] --> src/curve/twedwards/affine.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | 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:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub 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:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | 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:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub 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:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub 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:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn to_extended(&self) -> ExtendedPoint { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `double` [INFO] [stdout] --> src/curve/twedwards/extended.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn double(&self) -> ExtendedPoint { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add` [INFO] [stdout] --> src/curve/twedwards/extended.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | pub(crate) fn add(&self, other: &ExtendedPoint) -> 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: constant is never used: `D_MINUS_ONE` [INFO] [stdout] --> src/field/u32/constants.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub const D_MINUS_ONE: Fq = Fq([ [INFO] [stdout] 26 | | 268396373, 268435455, 268435455, 268435455, 268435455, 268435455, 268435455, 268435455, [INFO] [stdout] 27 | | 268435454, 268435455, 268435455, 268435455, 268435455, 268435455, 268435455, 268435455, [INFO] [stdout] 28 | | ]); [INFO] [stdout] | |___^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_zero` [INFO] [stdout] --> src/field/u32/fq.rs:190:12 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn is_zero(&self) -> Choice { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `from_u32` [INFO] [stdout] --> src/field/u32/fq.rs:577:15 [INFO] [stdout] | [INFO] [stdout] 577 | pub(crate) fn from_u32(a: u32) -> Fq { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `word_is_zero` [INFO] [stdout] --> src/field/u32/scalar.rs:62:4 [INFO] [stdout] | [INFO] [stdout] 62 | fn word_is_zero(word: u32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `equals` [INFO] [stdout] --> src/field/u32/scalar.rs:187:8 [INFO] [stdout] | [INFO] [stdout] 187 | fn equals(&self, rhs: &Scalar) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ed448` due to 30 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | 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:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | 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:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | 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:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | 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:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | 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:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | 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:143:13 [INFO] [stdout] | [INFO] [stdout] 143 | 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:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | 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:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | 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:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | 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:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | 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:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | 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:175:13 [INFO] [stdout] | [INFO] [stdout] 175 | 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:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | 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:180:13 [INFO] [stdout] | [INFO] [stdout] 180 | 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:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | 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:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | 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:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | 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:191:13 [INFO] [stdout] | [INFO] [stdout] 191 | 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:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | 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:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | 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:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | 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:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | 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:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | affine_PmQ: &FieldElement, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `affine_pm_q` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `neg_P` should have a snake case name [INFO] [stdout] --> src/curve/scalar_mul/signed_multi_comb.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | let mut neg_P = lookup.select(bits); [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:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | let P = point.to_extensible(); [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P2` should have a snake case name [INFO] [stdout] --> src/curve/scalar_mul/window/wnaf/mod.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | let P2 = P.double().to_projective_niels(); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `p2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extended.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | 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:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | 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:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | 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:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | 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:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | 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:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | 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:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | 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:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | 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:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | 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:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | 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:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | 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:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | 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:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | 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:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | 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:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | 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:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | 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:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | 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:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | 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 `ZX` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | 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 `XZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | 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 `ZY` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | 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 `YZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | 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 `XX` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | 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 `YY` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | 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_plus_YY` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | let XX_plus_YY = XX.add_no_reduce(&YY); [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `xx_plus_yy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YY_minus_XX` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | let YY_minus_XX = YY - XX; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `yy_minus_xx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Y_plus_X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let Y_plus_X = self.Y.add_no_reduce(&self.X); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `y_plus_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Y_plus_X2` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | let Y_plus_X2 = Y_plus_X.square(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `y_plus_x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T1` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | let T1 = Y_plus_X2 - (XX_plus_YY); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | 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 `ZZ_plus_ZZ` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | let ZZ_plus_ZZ = ZZ + (ZZ); [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `zz_plus_zz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ZZ_YY_XX` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | let ZZ_YY_XX = ZZ_plus_ZZ - (YY_minus_XX); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `zz_yy_xx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Z` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | let Z = ZZ_YY_XX * YY_minus_XX; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | let X = ZZ_YY_XX * T1; [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/twedwards/extensible.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | let Y = YY_minus_XX * XX_plus_YY; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `self_T` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | let self_T = self.T1 * self.T2; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `self_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `other_T` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | let other_T = other.T; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `other_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `self_T` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | let self_T = self.T1 * self.T2; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `self_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `other_T` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | let other_T = other.T; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `other_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | let mut X = self.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/twedwards/extensible.rs:171:17 [INFO] [stdout] | [INFO] [stdout] 171 | let mut Y = self.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/curve/twedwards/extensible.rs:172:17 [INFO] [stdout] | [INFO] [stdout] 172 | let mut Z = self.Z; [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T1` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:173:17 [INFO] [stdout] | [INFO] [stdout] 173 | let mut T1 = self.T1; [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T2` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/extensible.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | let mut T2 = self.T2; [INFO] [stdout] | ^^ help: convert the identifier to snake case: `t2` [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 `T` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | let T = two_y * two_x; [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/curve/twedwards/projective.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | let X = self.Z * two_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/twedwards/projective.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | let Y = self.Z * two_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/curve/twedwards/projective.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | let Z = self.Z.square(); [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `z` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/decaf/decaf.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | 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:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | 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:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | 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:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | 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:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | 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:105:14 [INFO] [stdout] | [INFO] [stdout] 105 | 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:110:13 [INFO] [stdout] | [INFO] [stdout] 110 | 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:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | 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:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | 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:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | 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:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | 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:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | 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: 139 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" "0e7be300fb1c8cec991af885995f1b786fa78000f3c38a36d6d469ae2794e982", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e7be300fb1c8cec991af885995f1b786fa78000f3c38a36d6d469ae2794e982", kill_on_drop: false }` [INFO] [stdout] 0e7be300fb1c8cec991af885995f1b786fa78000f3c38a36d6d469ae2794e982