[INFO] cloning repository https://github.com/magma-crypto/magma
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/magma-crypto/magma" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmagma-crypto%2Fmagma", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmagma-crypto%2Fmagma'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f1fe3a6b591a6898b6d1257d6270b252f57038e4
[INFO] testing magma-crypto/magma against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmagma-crypto%2Fmagma" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/magma-crypto/magma
[INFO] finished tweaking git repo https://github.com/magma-crypto/magma
[INFO] tweaked toml for git repo https://github.com/magma-crypto/magma written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/magma-crypto/magma on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/magma-crypto/magma 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602
[INFO] running `Command { std: "docker" "start" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602", 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" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602", 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" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling magma-proof v0.1.0 (/opt/rustwide/workdir/magma-proof)
[INFO] [stdout] warning: unused imports: `Add`, `Mul`, `Poll`, `Waker`, `array`, `cell::Cell`, `marker::PhantomData`, `mem::take`, and `sync::atomic::AtomicUsize`
[INFO] [stdout]   --> magma-proof/src/lib.rs:4:5
[INFO] [stdout]    |
[INFO] [stdout]  4 |     array,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]  5 |     cell::Cell,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]  6 |     marker::PhantomData,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  7 |     mem::take,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]  8 |     ops::{Add, Mul},
[INFO] [stdout]    |           ^^^  ^^^
[INFO] [stdout]  9 |     sync::atomic::AtomicUsize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     task::{Poll, Waker},
[INFO] [stdout]    |            ^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Poly`
[INFO] [stdout]   --> magma-proof/src/lib.rs:13:26
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::math::{Field, Poly};
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> magma-proof/src/math.rs:26:25
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn map<U>(self, mut f: impl FnMut(T) -> U) -> Poly<U, D> {
[INFO] [stdout]    |                         ----^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     async fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 17 -     async fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout] 17 +     fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     async fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 18 -     async fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout] 18 +     fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     async fn scale(&self, wa: &Self::Wrap, b: F) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 19 -     async fn scale(&self, wa: &Self::Wrap, b: F) -> Self::Wrap;
[INFO] [stdout] 19 +     fn scale(&self, wa: &Self::Wrap, b: F) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     async fn wrap(&self, a: F) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 20 -     async fn wrap(&self, a: F) -> Self::Wrap;
[INFO] [stdout] 20 +     fn wrap(&self, a: F) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling magma-codegen v0.1.0 (/opt/rustwide/workdir/magma-codegen)
[INFO] [stderr]    Compiling magma-vole v0.1.0 (/opt/rustwide/workdir/magma-vole)
[INFO] [stdout] warning: unused variable: `delta`
[INFO] [stdout]   --> magma-vole/src/lib.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 |             let Entry(q, delta) = core::future::poll_fn(|cx| match &self.0[i] {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_delta`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.33s
[INFO] running `Command { std: "docker" "inspect" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602", 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" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `Add`, `Mul`, `Poll`, `Waker`, `array`, `cell::Cell`, `marker::PhantomData`, `mem::take`, and `sync::atomic::AtomicUsize`
[INFO] [stdout]   --> magma-proof/src/lib.rs:4:5
[INFO] [stdout]    |
[INFO] [stdout]  4 |     array,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]  5 |     cell::Cell,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]  6 |     marker::PhantomData,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  7 |     mem::take,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]  8 |     ops::{Add, Mul},
[INFO] [stdout]    |           ^^^  ^^^
[INFO] [stdout]  9 |     sync::atomic::AtomicUsize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     task::{Poll, Waker},
[INFO] [stdout]    |            ^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling magma-codegen v0.1.0 (/opt/rustwide/workdir/magma-codegen)
[INFO] [stderr]    Compiling magma-vole v0.1.0 (/opt/rustwide/workdir/magma-vole)
[INFO] [stderr]    Compiling magma-proof v0.1.0 (/opt/rustwide/workdir/magma-proof)
[INFO] [stdout] warning: unused import: `Poly`
[INFO] [stdout]   --> magma-proof/src/lib.rs:13:26
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::math::{Field, Poly};
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> magma-proof/src/math.rs:26:25
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn map<U>(self, mut f: impl FnMut(T) -> U) -> Poly<U, D> {
[INFO] [stdout]    |                         ----^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     async fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 17 -     async fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout] 17 +     fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     async fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 18 -     async fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout] 18 +     fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     async fn scale(&self, wa: &Self::Wrap, b: F) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 19 -     async fn scale(&self, wa: &Self::Wrap, b: F) -> Self::Wrap;
[INFO] [stdout] 19 +     fn scale(&self, wa: &Self::Wrap, b: F) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     async fn wrap(&self, a: F) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 20 -     async fn wrap(&self, a: F) -> Self::Wrap;
[INFO] [stdout] 20 +     fn wrap(&self, a: F) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `delta`
[INFO] [stdout]   --> magma-vole/src/lib.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 |             let Entry(q, delta) = core::future::poll_fn(|cx| match &self.0[i] {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_delta`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add`, `Mul`, `Poll`, `Waker`, `array`, `cell::Cell`, `marker::PhantomData`, `mem::take`, and `sync::atomic::AtomicUsize`
[INFO] [stdout]   --> magma-proof/src/lib.rs:4:5
[INFO] [stdout]    |
[INFO] [stdout]  4 |     array,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]  5 |     cell::Cell,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]  6 |     marker::PhantomData,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  7 |     mem::take,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]  8 |     ops::{Add, Mul},
[INFO] [stdout]    |           ^^^  ^^^
[INFO] [stdout]  9 |     sync::atomic::AtomicUsize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     task::{Poll, Waker},
[INFO] [stdout]    |            ^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Poly`
[INFO] [stdout]   --> magma-proof/src/lib.rs:13:26
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::math::{Field, Poly};
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> magma-proof/src/math.rs:26:25
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn map<U>(self, mut f: impl FnMut(T) -> U) -> Poly<U, D> {
[INFO] [stdout]    |                         ----^
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `delta`
[INFO] [stdout]   --> magma-vole/src/lib.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 39 |             let Entry(q, delta) = core::future::poll_fn(|cx| match &self.0[i] {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_delta`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     async fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 17 -     async fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout] 17 +     fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     async fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 18 -     async fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stdout] 18 +     fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     async fn scale(&self, wa: &Self::Wrap, b: F) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 19 -     async fn scale(&self, wa: &Self::Wrap, b: F) -> Self::Wrap;
[INFO] [stdout] 19 +     fn scale(&self, wa: &Self::Wrap, b: F) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> magma-proof/src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     async fn wrap(&self, a: F) -> Self::Wrap;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 20 -     async fn wrap(&self, a: F) -> Self::Wrap;
[INFO] [stdout] 20 +     fn wrap(&self, a: F) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602", 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" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `Add`, `Mul`, `Poll`, `Waker`, `array`, `cell::Cell`, `marker::PhantomData`, `mem::take`, and `sync::atomic::AtomicUsize`
[INFO] [stderr]   --> magma-proof/src/lib.rs:4:5
[INFO] [stderr]    |
[INFO] [stderr]  4 |     array,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]  5 |     cell::Cell,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]  6 |     marker::PhantomData,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]  7 |     mem::take,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]  8 |     ops::{Add, Mul},
[INFO] [stderr]    |           ^^^  ^^^
[INFO] [stderr]  9 |     sync::atomic::AtomicUsize,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 10 |     task::{Poll, Waker},
[INFO] [stderr]    |            ^^^^  ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Poly`
[INFO] [stderr]   --> magma-proof/src/lib.rs:13:26
[INFO] [stderr]    |
[INFO] [stderr] 13 | use crate::math::{Field, Poly};
[INFO] [stderr]    |                          ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> magma-proof/src/math.rs:26:25
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn map<U>(self, mut f: impl FnMut(T) -> U) -> Poly<U, D> {
[INFO] [stderr]    |                         ----^
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stderr]   --> magma-proof/src/lib.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     async fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stderr]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stderr] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stderr]    |
[INFO] [stderr] 17 -     async fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stderr] 17 +     fn add(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stderr]   --> magma-proof/src/lib.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 |     async fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stderr] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stderr]    |
[INFO] [stderr] 18 -     async fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> Self::Wrap;
[INFO] [stderr] 18 +     fn mul(&self, wa: &Self::Wrap, wb: &Self::Wrap) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stderr]   --> magma-proof/src/lib.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 |     async fn scale(&self, wa: &Self::Wrap, b: F) -> Self::Wrap;
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stderr] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stderr]    |
[INFO] [stderr] 19 -     async fn scale(&self, wa: &Self::Wrap, b: F) -> Self::Wrap;
[INFO] [stderr] 19 +     fn scale(&self, wa: &Self::Wrap, b: F) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stderr]   --> magma-proof/src/lib.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     async fn wrap(&self, a: F) -> Self::Wrap;
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stderr] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stderr]    |
[INFO] [stderr] 20 -     async fn wrap(&self, a: F) -> Self::Wrap;
[INFO] [stderr] 20 +     fn wrap(&self, a: F) -> impl std::future::Future<Output = Self::Wrap> + Send;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `magma-proof` (lib) generated 7 warnings (run `cargo fix --lib -p magma-proof` to apply 3 suggestions)
[INFO] [stderr] warning: unused variable: `delta`
[INFO] [stderr]   --> magma-vole/src/lib.rs:39:26
[INFO] [stderr]    |
[INFO] [stderr] 39 |             let Entry(q, delta) = core::future::poll_fn(|cx| match &self.0[i] {
[INFO] [stderr]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_delta`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `magma-vole` (lib) generated 1 warning (run `cargo fix --lib -p magma-vole` to apply 1 suggestion)
[INFO] [stderr] warning: `magma-vole` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `magma-proof` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/magma_codegen-f4a450063219302b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/magma_proof-ef147487becc6dca)
[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] [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 unittests src/lib.rs (/opt/rustwide/target/release/deps/magma_vole-03c814850e2e789d)
[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 magma_codegen
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests magma_proof
[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] [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 magma_vole
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602", kill_on_drop: false }`
[INFO] [stdout] 14d9f1a23507680c768a111ae7d0ec52f516b55b62ce119b1ce7a73973c94602
