[INFO] cloning repository https://github.com/j-yang/picard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/j-yang/picard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-yang%2Fpicard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-yang%2Fpicard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2308601a2991a08bd508ce996550c6ab7276e5ea
[INFO] testing j-yang/picard against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-yang%2Fpicard" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/j-yang/picard
[INFO] finished tweaking git repo https://github.com/j-yang/picard
[INFO] tweaked toml for git repo https://github.com/j-yang/picard written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/j-yang/picard on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/j-yang/picard already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2
[INFO] running `Command { std: "docker" "start" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling picard v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/fp.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn from_u64(v: u64) -> Self {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]   --> src/curve.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add(&self, other: &Self) -> Self {
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/curve.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn scalar_mul(&self, n: crate::fp::Fp) -> Self {
[INFO] [stdout]    |                              ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/poly.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn constant(c: crate::fp::Fp) -> Self {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> src/poly.rs:38:24
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn eval(&self, z: crate::fp::Fp) -> crate::fp::Fp {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> src/poly.rs:46:36
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn divide_by_linear(&self, z: crate::fp::Fp) -> Polynomial {
[INFO] [stdout]    |                                    ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/divisor.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn point(p: <S as crate::scheme::Scheme>::Point) -> Self {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] running `Command { std: "docker" "inspect" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/fp.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn from_u64(v: u64) -> Self {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]   --> src/curve.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add(&self, other: &Self) -> Self {
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling picard v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/curve.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn scalar_mul(&self, n: crate::fp::Fp) -> Self {
[INFO] [stdout]    |                              ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/poly.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn constant(c: crate::fp::Fp) -> Self {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> src/poly.rs:38:24
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn eval(&self, z: crate::fp::Fp) -> crate::fp::Fp {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> src/poly.rs:46:36
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn divide_by_linear(&self, z: crate::fp::Fp) -> Polynomial {
[INFO] [stdout]    |                                    ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/divisor.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn point(p: <S as crate::scheme::Scheme>::Point) -> Self {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/fp.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn from_u64(v: u64) -> Self {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]   --> src/curve.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add(&self, other: &Self) -> Self {
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/curve.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn scalar_mul(&self, n: crate::fp::Fp) -> Self {
[INFO] [stdout]    |                              ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/poly.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn constant(c: crate::fp::Fp) -> Self {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> src/poly.rs:38:24
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn eval(&self, z: crate::fp::Fp) -> crate::fp::Fp {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]   --> src/poly.rs:46:36
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn divide_by_linear(&self, z: crate::fp::Fp) -> Polynomial {
[INFO] [stdout]    |                                    ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/divisor.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn point(p: <S as crate::scheme::Scheme>::Point) -> Self {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] running `Command { std: "docker" "inspect" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `v`
[INFO] [stderr]   --> src/fp.rs:26:21
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn from_u64(v: u64) -> Self {
[INFO] [stderr]    |                     ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `other`
[INFO] [stderr]   --> src/curve.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn add(&self, other: &Self) -> Self {
[INFO] [stderr]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]   --> src/curve.rs:56:30
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn scalar_mul(&self, n: crate::fp::Fp) -> Self {
[INFO] [stderr]    |                              ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]   --> src/poly.rs:28:21
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn constant(c: crate::fp::Fp) -> Self {
[INFO] [stderr]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]   --> src/poly.rs:38:24
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn eval(&self, z: crate::fp::Fp) -> crate::fp::Fp {
[INFO] [stderr]    |                        ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]   --> src/poly.rs:46:36
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub fn divide_by_linear(&self, z: crate::fp::Fp) -> Polynomial {
[INFO] [stderr]    |                                    ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `p`
[INFO] [stderr]   --> src/divisor.rs:50:18
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub fn point(p: <S as crate::scheme::Scheme>::Point) -> Self {
[INFO] [stderr]    |                  ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stderr] 
[INFO] [stderr] warning: `picard` (lib) generated 7 warnings (run `cargo fix --lib -p picard` to apply 7 suggestions)
[INFO] [stderr] warning: `picard` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/picard-04d02c41c7813a3c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/kzg_roundtrip.rs (/opt/rustwide/target/debug/deps/kzg_roundtrip-7ddbb546ca0fb544)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests picard
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/commit.rs - commit (line 14) ... FAILED
[INFO] [stdout] test src/commit.rs - commit (line 10) ... FAILED
[INFO] [stdout] test src/divisor.rs - divisor (line 26) ... FAILED
[INFO] [stdout] test src/commit.rs - commit (line 21) ... FAILED
[INFO] [stdout] test src/divisor.rs - divisor (line 21) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/divisor.rs - divisor (line 9) ... FAILED
[INFO] [stdout] test src/commit.rs - commit (line 29) ... FAILED
[INFO] [stdout] test src/pairing.rs - pairing (line 10) ... FAILED
[INFO] [stdout] test src/pairing.rs - pairing (line 5) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/commit.rs - commit (line 14) stdout ----
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/commit.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | C = [s(τ)]G₁ = Σ sᵢ · [τⁱ]G₁
[INFO] [stdout]    |            ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{b7}
[INFO] [stdout]   --> src/commit.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | C = [s(τ)]G₁ = Σ sᵢ · [τⁱ]G₁
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '·' (Middle Dot) looks like '.' (Period), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 15 - C = [s(τ)]G₁ = Σ sᵢ · [τⁱ]G₁
[INFO] [stdout] 15 + C = [s(τ)]G₁ = Σ sᵢ . [τⁱ]G₁
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/commit.rs:15:28
[INFO] [stdout]    |
[INFO] [stdout] 15 | C = [s(τ)]G₁ = Σ sᵢ · [τⁱ]G₁
[INFO] [stdout]    |                            ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `=`
[INFO] [stdout]   --> src/commit.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | C = [s(τ)]G₁ = Σ sᵢ · [τⁱ]G₁
[INFO] [stdout]    |   ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commit.rs - commit (line 10) stdout ----
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/commit.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |            ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/commit.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                   ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{b2}
[INFO] [stdout]   --> src/commit.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                        ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/commit.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                           ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/commit.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                                         ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `G`
[INFO] [stdout]   --> src/commit.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |           ^
[INFO] [stdout]    |           |
[INFO] [stdout]    |           expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |           help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `G`
[INFO] [stdout]   --> src/commit.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |                  help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `G`
[INFO] [stdout]   --> src/commit.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                          ^
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |                          help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/commit.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                              ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 11 - srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout] 11 + srs = ([1]G₁, [τ]G₁, [τ²]G₁, .., [τ^d]G₁)
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 11 - srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout] 11 + srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..=, [τ^d]G₁)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/commit.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                              ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 11 - srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout] 11 + srs = ([1]G₁, [τ]G₁, [τ²]G₁, .., [τ^d]G₁)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `G`
[INFO] [stdout]   --> src/commit.rs:11:40
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                                        ^
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |                                        help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `srs` in this scope
[INFO] [stdout]   --> src/commit.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    | ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]    |
[INFO] [stdout] 11 | let srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    | +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `G` in this scope
[INFO] [stdout]   --> src/commit.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |           ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_10_0<const G: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `τ` in this scope
[INFO] [stdout]   --> src/commit.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `G` in this scope
[INFO] [stdout]   --> src/commit.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                  ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_10_0<const G: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `τ` in this scope
[INFO] [stdout]   --> src/commit.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                       ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `G` in this scope
[INFO] [stdout]   --> src/commit.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                          ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_10_0<const G: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `τ` in this scope
[INFO] [stdout]   --> src/commit.rs:11:36
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                                    ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `d` in this scope
[INFO] [stdout]   --> src/commit.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                                      ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `G` in this scope
[INFO] [stdout]   --> src/commit.rs:11:40
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                                        ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_10_0<const G: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables
[INFO] [stdout]   --> src/commit.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | srs = ([1]G₁, [τ]G₁, [τ²]G₁, ..., [τ^d]G₁)
[INFO] [stdout]    |                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the usage includes 'τ' (U+03C4)
[INFO] [stdout]    = note: please recheck to make sure their usages are indeed what you want
[INFO] [stdout]    = note: `#[warn(mixed_script_confusables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 20 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0586.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/divisor.rs - divisor (line 26) stdout ----
[INFO] [stdout] error: unknown start of token: \u{2297}
[INFO] [stdout]   --> src/divisor.rs:27:6
[INFO] [stdout]    |
[INFO] [stdout] 27 | O(d) ⊗ O(e) = O(d + e)
[INFO] [stdout]    |      ^
[INFO] [stdout] 
[INFO] [stdout] error: missing `fn` or `struct` for function or struct definition
[INFO] [stdout]   --> src/divisor.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | O(d) ⊗ O(e) = O(d + e)
[INFO] [stdout]    | ^
[INFO] [stdout]    |
[INFO] [stdout] help: if you meant to call a macro, try
[INFO] [stdout]    |
[INFO] [stdout] 27 | O!(d) ⊗ O(e) = O(d + e)
[INFO] [stdout]    |  +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commit.rs - commit (line 21) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]   --> src/commit.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    |       ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `z` in this scope
[INFO] [stdout]   --> src/commit.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    |              ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `z` in this scope
[INFO] [stdout]   --> src/commit.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    |                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `q` in this scope
[INFO] [stdout]   --> src/commit.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    |                              ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `s` in this scope
[INFO] [stdout]   --> src/commit.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    |     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `s` in this scope
[INFO] [stdout]   --> src/commit.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    |            ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `div` in this scope
[INFO] [stdout]   --> src/commit.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    | ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `div` in this scope
[INFO] [stdout]   --> src/commit.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    |                          ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]   --> src/commit.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 | div(s(x) - s(z)) = (z) + div(q)
[INFO] [stdout]    | ---------------- ^
[INFO] [stdout]    | |
[INFO] [stdout]    | cannot assign to this expression
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/divisor.rs - divisor (line 21) stdout ----
[INFO] [stdout] error: unknown start of token: \u{2264}
[INFO] [stdout]   --> src/divisor.rs:22:42
[INFO] [stdout]    |
[INFO] [stdout] 22 | sections of O(d) = polynomials of degree ≤ d
[INFO] [stdout]    |                                          ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `of`
[INFO] [stdout]   --> src/divisor.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | sections of O(d) = polynomials of degree ≤ d
[INFO] [stdout]    |          ^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/divisor.rs - divisor (line 9) stdout ----
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/divisor.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |      ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/divisor.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |         ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2082}
[INFO] [stdout]   --> src/divisor.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |               ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2082}
[INFO] [stdout]   --> src/divisor.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |                  ^
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/divisor.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 10 - D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout] 10 + D = n₁(P₁) + n₂(P₂) + .. + nₖ(Pₖ)
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 10 - D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout] 10 + D = n₁(P₁) + n₂(P₂) + ..= + nₖ(Pₖ)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/divisor.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 10 - D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout] 10 + D = n₁(P₁) + n₂(P₂) + .. + nₖ(Pₖ)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `D` in this scope
[INFO] [stdout]   --> src/divisor.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    | ^
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]    |
[INFO] [stdout] 10 | let D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    | +++
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout]  9 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_divisor_rs_9_0<const D: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `P` in this scope
[INFO] [stdout]   --> src/divisor.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |        ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout]  9 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_divisor_rs_9_0<const P: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `P` in this scope
[INFO] [stdout]   --> src/divisor.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |                 ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout]  9 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_divisor_rs_9_0<const P: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Pₖ` in this scope
[INFO] [stdout]   --> src/divisor.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] warning: identifier contains a non normalized (NFKC) character: 'ₖ'
[INFO] [stdout]   --> src/divisor.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |                             ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this character is included in the Not_NFKC Unicode general security profile
[INFO] [stdout]    = note: `#[warn(uncommon_codepoints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] warning: identifier contains a non normalized (NFKC) character: 'ₖ'
[INFO] [stdout]   --> src/divisor.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |                                ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this character is included in the Not_NFKC Unicode general security profile
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `n` in this scope
[INFO] [stdout]   --> src/divisor.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `n` in this scope
[INFO] [stdout]   --> src/divisor.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |              ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `nₖ` in this scope
[INFO] [stdout]   --> src/divisor.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 | D = n₁(P₁) + n₂(P₂) + ... + nₖ(Pₖ)
[INFO] [stdout]    |                             ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0586.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commit.rs - commit (line 29) stdout ----
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/commit.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2082}
[INFO] [stdout]   --> src/commit.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |               ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2081}
[INFO] [stdout]   --> src/commit.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                             ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2082}
[INFO] [stdout]   --> src/commit.rs:30:37
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                                     ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `G`
[INFO] [stdout]   --> src/commit.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |          ^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |          help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `G`
[INFO] [stdout]   --> src/commit.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |                            help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `G`
[INFO] [stdout]   --> src/commit.rs:30:36
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                                    ^
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |                                    help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `C` in this scope
[INFO] [stdout]   --> src/commit.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |   ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_29_0<const C: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `y` in this scope
[INFO] [stdout]   --> src/commit.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `G` in this scope
[INFO] [stdout]   --> src/commit.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |          ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_29_0<const G: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `G` in this scope
[INFO] [stdout]   --> src/commit.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |              ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_29_0<const G: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `W` in this scope
[INFO] [stdout]   --> src/commit.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                      ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_29_0<const W: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `τ` in this scope
[INFO] [stdout]   --> src/commit.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                          ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `G` in this scope
[INFO] [stdout]   --> src/commit.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                            ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_29_0<const G: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `z` in this scope
[INFO] [stdout]   --> src/commit.rs:30:34
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `G` in this scope
[INFO] [stdout]   --> src/commit.rs:30:36
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                                    ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_commit_rs_29_0<const G: /* Type */>() {
[INFO] [stdout]    |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables
[INFO] [stdout]   --> src/commit.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                          ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the usage includes 'τ' (U+03C4)
[INFO] [stdout]    = note: please recheck to make sure their usages are indeed what you want
[INFO] [stdout]    = note: `#[warn(mixed_script_confusables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `e` in this scope
[INFO] [stdout]   --> src/commit.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    | ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `e` in this scope
[INFO] [stdout]   --> src/commit.rs:30:20
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    |                    ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]   --> src/commit.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 | e(C - [y]G₁, G₂) = e(W, [τ]G₁ - [z]G₂)
[INFO] [stdout]    | ---------------- ^
[INFO] [stdout]    | |
[INFO] [stdout]    | cannot assign to this expression
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 19 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/pairing.rs - pairing (line 10) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `P` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |   ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_pairing_rs_10_0<const P: /* Type */>() {
[INFO] [stdout]    |                                                                          +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Q` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:6
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |      ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_pairing_rs_10_0<const Q: /* Type */>() {
[INFO] [stdout]    |                                                                          +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `f_` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |           ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `r` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |              ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Q` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |                ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_pairing_rs_10_0<const Q: /* Type */>() {
[INFO] [stdout]    |                                                                          +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `P` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |                   ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_pairing_rs_10_0<const P: /* Type */>() {
[INFO] [stdout]    |                                                                          +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `p` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `k` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |                          ^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:561:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] help: a tuple variant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^Ok - 1) / r)
[INFO] [stdout]    |                          +
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `r` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    |                                   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `e` in this scope
[INFO] [stdout]   --> src/pairing.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    | ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]   --> src/pairing.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | e(P, Q) = f_{r,Q}(P)^((p^k - 1) / r)
[INFO] [stdout]    | ------- ^
[INFO] [stdout]    | |
[INFO] [stdout]    | cannot assign to this expression
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0422, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/pairing.rs - pairing (line 5) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `aP` in this scope
[INFO] [stdout]  --> src/pairing.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | e(aP, bQ) = e(P, Q)^(ab)
[INFO] [stdout]   |   ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bQ` in this scope
[INFO] [stdout]  --> src/pairing.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | e(aP, bQ) = e(P, Q)^(ab)
[INFO] [stdout]   |       ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `P` in this scope
[INFO] [stdout]  --> src/pairing.rs:6:15
[INFO] [stdout]   |
[INFO] [stdout] 6 | e(aP, bQ) = e(P, Q)^(ab)
[INFO] [stdout]   |               ^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_pairing_rs_5_0<const P: /* Type */>() {
[INFO] [stdout]   |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Q` in this scope
[INFO] [stdout]  --> src/pairing.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | e(aP, bQ) = e(P, Q)^(ab)
[INFO] [stdout]   |                  ^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_pairing_rs_5_0<const Q: /* Type */>() {
[INFO] [stdout]   |                                                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ab` in this scope
[INFO] [stdout]  --> src/pairing.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | e(aP, bQ) = e(P, Q)^(ab)
[INFO] [stdout]   |                      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `e` in this scope
[INFO] [stdout]  --> src/pairing.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | e(aP, bQ) = e(P, Q)^(ab)
[INFO] [stdout]   | ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `e` in this scope
[INFO] [stdout]  --> src/pairing.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | e(aP, bQ) = e(P, Q)^(ab)
[INFO] [stdout]   |             ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]  --> src/pairing.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | e(aP, bQ) = e(P, Q)^(ab)
[INFO] [stdout]   | --------- ^
[INFO] [stdout]   | |
[INFO] [stdout]   | cannot assign to this expression
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/commit.rs - commit (line 10)
[INFO] [stdout]     src/commit.rs - commit (line 14)
[INFO] [stdout]     src/commit.rs - commit (line 21)
[INFO] [stdout]     src/commit.rs - commit (line 29)
[INFO] [stdout]     src/divisor.rs - divisor (line 21)
[INFO] [stdout]     src/divisor.rs - divisor (line 26)
[INFO] [stdout]     src/divisor.rs - divisor (line 9)
[INFO] [stdout]     src/pairing.rs - pairing (line 10)
[INFO] [stdout]     src/pairing.rs - pairing (line 5)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2", kill_on_drop: false }`
[INFO] [stdout] d2a7565376db533074ff29ab82d99dddcafa9be93804795f1e0b58a44725ace2
