[INFO] cloning repository https://github.com/batmendbar/whir [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/batmendbar/whir" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbatmendbar%2Fwhir", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbatmendbar%2Fwhir'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92ecafd6d5bfd1d27a62c744c3cc27c0264f2196 [INFO] testing batmendbar/whir against master#b03b3a7ec92682be2917540b679478d41c95a30c for pr-137122-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbatmendbar%2Fwhir" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/batmendbar/whir [INFO] finished tweaking git repo https://github.com/batmendbar/whir [INFO] tweaked toml for git repo https://github.com/batmendbar/whir written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/batmendbar/whir on toolchain b03b3a7ec92682be2917540b679478d41c95a30c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/batmendbar/whir 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" "+b03b3a7ec92682be2917540b679478d41c95a30c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e2f152693ec2390232fa675da071fd01229e6f2ca33cace1e0c6e2b5175ad66 [INFO] running `Command { std: "docker" "start" "-a" "3e2f152693ec2390232fa675da071fd01229e6f2ca33cace1e0c6e2b5175ad66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e2f152693ec2390232fa675da071fd01229e6f2ca33cace1e0c6e2b5175ad66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e2f152693ec2390232fa675da071fd01229e6f2ca33cace1e0c6e2b5175ad66", kill_on_drop: false }` [INFO] [stdout] 3e2f152693ec2390232fa675da071fd01229e6f2ca33cace1e0c6e2b5175ad66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c79e27393d9767171b705a0d4d97c6bde6d5abdc0c19dfadc70c2cf5459d789 [INFO] running `Command { std: "docker" "start" "-a" "2c79e27393d9767171b705a0d4d97c6bde6d5abdc0c19dfadc70c2cf5459d789", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.162 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling allocator-api2 v0.2.20 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling clap_lex v0.7.3 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling hashbrown v0.15.1 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling cpufeatures v0.2.15 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling clap_builder v4.5.21 [INFO] [stderr] Compiling bytemuck v1.19.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling blake3 v1.5.4 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Compiling ark-serialize-derive v0.5.0 [INFO] [stderr] Compiling ark-ff-macros v0.5.0 [INFO] [stderr] Compiling ark-ff-asm v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling ark-crypto-primitives-macros v0.5.0 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling merlin v3.0.0 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Compiling educe v0.6.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling clap v4.5.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ark-std v0.5.0 [INFO] [stderr] Compiling ark-serialize v0.5.0 [INFO] [stderr] Compiling ark-ff v0.5.0 [INFO] [stderr] Compiling ark-poly v0.5.0 [INFO] [stderr] Compiling ark-relations v0.5.1 [INFO] [stderr] Compiling ark-snark v0.5.1 [INFO] [stderr] Compiling ark-ec v0.5.0 [INFO] [stderr] Compiling nimue v0.2.0 (https://github.com/arkworks-rs/nimue#b28eb124) [INFO] [stderr] Compiling ark-crypto-primitives v0.5.0 [INFO] [stderr] Compiling ark-test-curves v0.5.0 [INFO] [stderr] Compiling nimue-pow v0.1.0 (https://github.com/arkworks-rs/nimue#b28eb124) [INFO] [stderr] Compiling whir v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `asm` [INFO] [stdout] --> src/crypto/fields.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(MontConfig)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `parallel`, and `rayon` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `MontConfig` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `MontConfig` may come from an old version of the `ark_ff_macros` crate, try updating your dependency with `cargo update -p ark_ff_macros` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `MontConfig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weights::Evaluation` [INFO] [stdout] --> src/whir/prover.rs:1:69 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{committer::Witness, parameters::WhirConfig, statement::{Weights::Evaluation, Statement, Weights}, WhirProof}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rayon::prelude` [INFO] [stdout] --> src/poly_utils/evals.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rayon::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `row` is never used [INFO] [stdout] --> src/ntt/matrix.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl<'a, T> MatrixMut<'a, T> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn row(&mut self, row: usize) -> &mut [T] { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_copy_not_parallel` is never used [INFO] [stdout] --> src/ntt/transpose.rs:88:4 [INFO] [stdout] | [INFO] [stdout] 88 | fn transpose_copy_not_parallel( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_square_non_parallel` is never used [INFO] [stdout] --> src/ntt/transpose.rs:159:4 [INFO] [stdout] | [INFO] [stdout] 159 | fn transpose_square_non_parallel(mut m: MatrixMut) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_square_swap` is never used [INFO] [stdout] --> src/ntt/transpose.rs:184:4 [INFO] [stdout] | [INFO] [stdout] 184 | fn transpose_square_swap(a: MatrixMut, b: MatrixMut) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_square_swap_non_parallel` is never used [INFO] [stdout] --> src/ntt/transpose.rs:231:4 [INFO] [stdout] | [INFO] [stdout] 231 | fn transpose_square_swap_non_parallel(mut a: MatrixMut, mut b: MatrixMut) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `as_chunks_exact_mut` is never used [INFO] [stdout] --> src/ntt/utils.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn as_chunks_exact_mut(slice: &mut [T]) -> &mut [[T; N]] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ntt/ntt.rs:179:20 [INFO] [stdout] | [INFO] [stdout] 179 | fn roots_table(&self, order: usize) -> RwLockReadGuard> { [INFO] [stdout] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | fn roots_table(&self, order: usize) -> RwLockReadGuard<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MultilinearPoint` [INFO] [stdout] --> src/bin/main.rs:17:67 [INFO] [stdout] | [INFO] [stdout] 17 | poly_utils::{coeffs::CoefficientList, evals::EvaluationsList, MultilinearPoint}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `Command { std: "docker" "inspect" "2c79e27393d9767171b705a0d4d97c6bde6d5abdc0c19dfadc70c2cf5459d789", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c79e27393d9767171b705a0d4d97c6bde6d5abdc0c19dfadc70c2cf5459d789", kill_on_drop: false }` [INFO] [stdout] 2c79e27393d9767171b705a0d4d97c6bde6d5abdc0c19dfadc70c2cf5459d789 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b63f6951a0b163dd36487cfe49dc656ae3a52c704f8ec2834508be9020f1cc2 [INFO] running `Command { std: "docker" "start" "-a" "5b63f6951a0b163dd36487cfe49dc656ae3a52c704f8ec2834508be9020f1cc2", kill_on_drop: false }` [INFO] [stderr] Compiling whir v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `asm` [INFO] [stdout] --> src/crypto/fields.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(MontConfig)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `parallel`, and `rayon` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `MontConfig` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `MontConfig` may come from an old version of the `ark_ff_macros` crate, try updating your dependency with `cargo update -p ark_ff_macros` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `MontConfig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weights::Evaluation` [INFO] [stdout] --> src/whir/prover.rs:1:69 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{committer::Witness, parameters::WhirConfig, statement::{Weights::Evaluation, Statement, Weights}, WhirProof}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rayon::prelude` [INFO] [stdout] --> src/poly_utils/evals.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rayon::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `row` is never used [INFO] [stdout] --> src/ntt/matrix.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl<'a, T> MatrixMut<'a, T> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn row(&mut self, row: usize) -> &mut [T] { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_copy_not_parallel` is never used [INFO] [stdout] --> src/ntt/transpose.rs:88:4 [INFO] [stdout] | [INFO] [stdout] 88 | fn transpose_copy_not_parallel( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_square_non_parallel` is never used [INFO] [stdout] --> src/ntt/transpose.rs:159:4 [INFO] [stdout] | [INFO] [stdout] 159 | fn transpose_square_non_parallel(mut m: MatrixMut) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_square_swap` is never used [INFO] [stdout] --> src/ntt/transpose.rs:184:4 [INFO] [stdout] | [INFO] [stdout] 184 | fn transpose_square_swap(a: MatrixMut, b: MatrixMut) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_square_swap_non_parallel` is never used [INFO] [stdout] --> src/ntt/transpose.rs:231:4 [INFO] [stdout] | [INFO] [stdout] 231 | fn transpose_square_swap_non_parallel(mut a: MatrixMut, mut b: MatrixMut) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `as_chunks_exact_mut` is never used [INFO] [stdout] --> src/ntt/utils.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn as_chunks_exact_mut(slice: &mut [T]) -> &mut [[T; N]] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ntt/ntt.rs:179:20 [INFO] [stdout] | [INFO] [stdout] 179 | fn roots_table(&self, order: usize) -> RwLockReadGuard> { [INFO] [stdout] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | fn roots_table(&self, order: usize) -> RwLockReadGuard<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MultilinearPoint` [INFO] [stdout] --> src/bin/main.rs:17:67 [INFO] [stdout] | [INFO] [stdout] 17 | poly_utils::{coeffs::CoefficientList, evals::EvaluationsList, MultilinearPoint}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `asm` [INFO] [stdout] --> src/crypto/fields.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(MontConfig)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `parallel`, and `rayon` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `MontConfig` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `MontConfig` may come from an old version of the `ark_ff_macros` crate, try updating your dependency with `cargo update -p ark_ff_macros` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `MontConfig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weights::Evaluation` [INFO] [stdout] --> src/whir/prover.rs:1:69 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{committer::Witness, parameters::WhirConfig, statement::{Weights::Evaluation, Statement, Weights}, WhirProof}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rayon::prelude` [INFO] [stdout] --> src/poly_utils/evals.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rayon::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `row` is never used [INFO] [stdout] --> src/ntt/matrix.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl<'a, T> MatrixMut<'a, T> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn row(&mut self, row: usize) -> &mut [T] { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `transpose_square_non_parallel` is never used [INFO] [stdout] --> src/ntt/transpose.rs:159:4 [INFO] [stdout] | [INFO] [stdout] 159 | fn transpose_square_non_parallel(mut m: MatrixMut) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ntt/ntt.rs:179:20 [INFO] [stdout] | [INFO] [stdout] 179 | fn roots_table(&self, order: usize) -> RwLockReadGuard> { [INFO] [stdout] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | fn roots_table(&self, order: usize) -> RwLockReadGuard<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.30s [INFO] running `Command { std: "docker" "inspect" "5b63f6951a0b163dd36487cfe49dc656ae3a52c704f8ec2834508be9020f1cc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b63f6951a0b163dd36487cfe49dc656ae3a52c704f8ec2834508be9020f1cc2", kill_on_drop: false }` [INFO] [stdout] 5b63f6951a0b163dd36487cfe49dc656ae3a52c704f8ec2834508be9020f1cc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 166d5945e1cc76ea076b202cbf92a9d5132982dd0fd74c81ca03c6c4c846b2cd [INFO] running `Command { std: "docker" "start" "-a" "166d5945e1cc76ea076b202cbf92a9d5132982dd0fd74c81ca03c6c4c846b2cd", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `asm` [INFO] [stderr] --> src/crypto/fields.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(MontConfig)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `parallel`, and `rayon` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `MontConfig` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `MontConfig` may come from an old version of the `ark_ff_macros` crate, try updating your dependency with `cargo update -p ark_ff_macros` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `MontConfig` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `Weights::Evaluation` [INFO] [stderr] --> src/whir/prover.rs:1:69 [INFO] [stderr] | [INFO] [stderr] 1 | use super::{committer::Witness, parameters::WhirConfig, statement::{Weights::Evaluation, Statement, Weights}, WhirProof}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rayon::prelude` [INFO] [stderr] --> src/poly_utils/evals.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rayon::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `row` is never used [INFO] [stderr] --> src/ntt/matrix.rs:60:12 [INFO] [stderr] | [INFO] [stderr] 29 | impl<'a, T> MatrixMut<'a, T> { [INFO] [stderr] | ---------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 60 | pub fn row(&mut self, row: usize) -> &mut [T] { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `transpose_copy_not_parallel` is never used [INFO] [stderr] --> src/ntt/transpose.rs:88:4 [INFO] [stderr] | [INFO] [stderr] 88 | fn transpose_copy_not_parallel( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `transpose_square_non_parallel` is never used [INFO] [stderr] --> src/ntt/transpose.rs:159:4 [INFO] [stderr] | [INFO] [stderr] 159 | fn transpose_square_non_parallel(mut m: MatrixMut) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `transpose_square_swap` is never used [INFO] [stderr] --> src/ntt/transpose.rs:184:4 [INFO] [stderr] | [INFO] [stderr] 184 | fn transpose_square_swap(a: MatrixMut, b: MatrixMut) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `transpose_square_swap_non_parallel` is never used [INFO] [stderr] --> src/ntt/transpose.rs:231:4 [INFO] [stderr] | [INFO] [stderr] 231 | fn transpose_square_swap_non_parallel(mut a: MatrixMut, mut b: MatrixMut) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `as_chunks_exact_mut` is never used [INFO] [stderr] --> src/ntt/utils.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn as_chunks_exact_mut(slice: &mut [T]) -> &mut [[T; N]] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ntt/ntt.rs:179:20 [INFO] [stderr] | [INFO] [stderr] 179 | fn roots_table(&self, order: usize) -> RwLockReadGuard> { [INFO] [stderr] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 179 | fn roots_table(&self, order: usize) -> RwLockReadGuard<'_, Vec> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `whir` (lib) generated 10 warnings (run `cargo fix --lib -p whir` to apply 1 suggestion) [INFO] [stderr] warning: `whir` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] warning: unused import: `MultilinearPoint` [INFO] [stderr] --> src/bin/main.rs:17:67 [INFO] [stderr] | [INFO] [stderr] 17 | poly_utils::{coeffs::CoefficientList, evals::EvaluationsList, MultilinearPoint}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `whir` (bin "main" test) generated 1 warning (run `cargo fix --bin "main" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whir-21bf2ef580defe41) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test ntt::utils::tests::test_gcd ... ok [INFO] [stdout] test ntt::utils::tests::test_lcm ... ok [INFO] [stdout] test ntt::utils::tests::test_sqrt_factor ... ok [INFO] [stdout] test poly_utils::coeffs::tests::test_evaluation_conversion ... ok [INFO] [stdout] test poly_utils::evals::tests::test_evaluation ... ok [INFO] [stdout] test poly_utils::coeffs::tests::test_evaluation_mv ... ok [INFO] [stdout] test poly_utils::gray_lag_poly::tests::test_gray ... ok [INFO] [stdout] test poly_utils::fold::tests::test_folding ... ok [INFO] [stdout] test poly_utils::tests::from_hypercube_and_back ... ok [INFO] [stdout] test poly_utils::tests::expand_from_univariate ... ok [INFO] [stdout] test poly_utils::sequential_lag_poly::tests::test_blendy_2 ... ok [INFO] [stdout] test poly_utils::sequential_lag_poly::tests::test_blendy_3 ... ok [INFO] [stdout] test poly_utils::tests::test_equality3 ... ok [INFO] [stdout] test poly_utils::tests::test_equality_again ... ok [INFO] [stdout] test sumcheck::sumcheck_single::tests::test_eval_eq ... ok [INFO] [stdout] test poly_utils::sequential_lag_poly::tests::test_blendy ... ok [INFO] [stdout] test poly_utils::gray_lag_poly::tests::test_gray_ordering ... ok [INFO] [stdout] test poly_utils::gray_lag_poly::tests::test_gray_ordering_iterator ... ok [INFO] [stdout] test sumcheck::sumcheck_single::tests::test_sumcheck_folding_factor_1 ... ok [INFO] [stdout] test utils::tests::test_base_decomposition ... ok [INFO] [stdout] test utils::tests::test_evaluations_stack ... ok [INFO] [stdout] test poly_utils::fold::tests::test_folding_optimised ... ok [INFO] [stdout] test poly_utils::coeffs::tests::test_folding ... ok [INFO] [stdout] test poly_utils::tests::test_equality ... ok [INFO] [stdout] test sumcheck::sumcheck_single::tests::test_sumcheck_weighted_folding_factor_1 ... ok [INFO] [stdout] test ntt::transpose::tests::test_transpose_copy ... ok [INFO] [stdout] test poly_utils::coeffs::tests::test_folding_and_evaluation ... ok [INFO] [stdout] test utils::tests::test_is_power_of_two ... ok [INFO] [stdout] test utils::tests::test_to_binary ... ok [INFO] [stdout] test sumcheck::sumcheck_polynomial::tests::test_evaluation ... ok [INFO] [stdout] test poly_utils::tests::test_equality_2 - should panic ... ok [INFO] [stdout] test ntt::utils::tests::test_as_chunks_exact_mut ... ok [INFO] [stdout] test whir::tests::test_whir ... FAILED [INFO] [stdout] test ntt::transpose::tests::test_transpose_square ... ok [INFO] [stdout] test ntt::transpose::tests::test_transpose_square_swap ... ok [INFO] [stdout] test ntt::transpose::tests::test_transpose ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- whir::tests::test_whir stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'whir::tests::test_whir' panicked at src/whir/mod.rs:119:9: [INFO] [stdout] assertion failed: verifier.verify(&mut arthur, &statement_verifier, &proof).is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x59793252c1b2 - std::backtrace_rs::backtrace::libunwind::trace::hf6dd235ae0786829 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x59793252c1b2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3a5b54e78104e8b2 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x59793252c1b2 - std::sys::backtrace::_print_fmt::hca7a5c1644e21919 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x59793252c1b2 - ::fmt::h38110959524b373c [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x597932551e13 - core::fmt::rt::Argument::fmt::h391eb3fdbf3d4042 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x597932551e13 - core::fmt::write::h5b87140645224122 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/fmt/mod.rs:1465:25 [INFO] [stdout] 6: 0x5979325290e3 - std::io::default_write_fmt::h3039811ce7aea84b [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5979325290e3 - std::io::Write::write_fmt::h2eef262cf4840ab4 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x59793252c002 - std::sys::backtrace::BacktraceLock::print::hcd755c38f62e4492 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x59793252d71c - std::panicking::default_hook::{{closure}}::h351f33591b26e6e7 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x59793252d572 - std::panicking::default_hook::he5bba7bf0a373c6e [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x59793242ed34 - as core::ops::function::Fn>::call::he967d9fa26b9957c [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 12: 0x59793242ed34 - test::test_main_with_exit_callback::{{closure}}::h80e1694b81a05381 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x59793252e0fb - as core::ops::function::Fn>::call::h4e924fcf5bc64d70 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 14: 0x59793252e0fb - std::panicking::rust_panic_with_hook::hdf456b43e6535023 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x59793252de96 - std::panicking::begin_panic_handler::{{closure}}::he1c1ab0b84006a97 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:699:13 [INFO] [stdout] 16: 0x59793252c6a9 - std::sys::backtrace::__rust_end_short_backtrace::h2a71da996e10b8a0 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 17: 0x59793252db5d - __rustc[92197b79f0fe8095]::rust_begin_unwind [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5979325507f0 - core::panicking::panic_fmt::h723bf1d52f6dad29 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x59793255085c - core::panicking::panic::h6f6a0a30e4445702 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panicking.rs:145:5 [INFO] [stdout] 20: 0x5979323cf0b4 - whir::whir::tests::make_whir_things::ha1fe61d4cc57fd64 [INFO] [stdout] at /opt/rustwide/workdir/src/whir/mod.rs:119:9 [INFO] [stdout] 21: 0x5979323d0d76 - whir::whir::tests::test_whir::h7829fe2b14067e7b [INFO] [stdout] at /opt/rustwide/workdir/src/whir/mod.rs:141:33 [INFO] [stdout] 22: 0x5979323d06b7 - whir::whir::tests::test_whir::{{closure}}::haf3a04d1ec3127e7 [INFO] [stdout] at /opt/rustwide/workdir/src/whir/mod.rs:123:19 [INFO] [stdout] 23: 0x597932368c46 - core::ops::function::FnOnce::call_once::h9de7932ce2036abb [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5979324344db - core::ops::function::FnOnce::call_once::h0669c8b9c48a7d8a [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5979324344db - test::__rust_begin_short_backtrace::h7b085d6d90a7575c [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x5979324336ae - test::run_test_in_process::{{closure}}::ha304053f1e1d1fbe [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x5979324336ae - as core::ops::function::FnOnce<()>>::call_once::h8e30650eb6723f86 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x5979324336ae - std::panicking::catch_unwind::do_call::hfe563e330be3fd9d [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x5979324336ae - std::panicking::catch_unwind::hed40f568f7f44546 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x5979324336ae - std::panic::catch_unwind::h3bb9c46c11d39dfb [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5979324336ae - test::run_test_in_process::hd65f1a6e6622ae42 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x5979324336ae - test::run_test::{{closure}}::h9e896de936f245ea [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5979323f72a4 - test::run_test::{{closure}}::hbb18881f56552c10 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5979323f72a4 - std::sys::backtrace::__rust_begin_short_backtrace::hca2387d32733b689 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 35: 0x5979323fab9a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h9601175bf02a7fb8 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5979323fab9a - as core::ops::function::FnOnce<()>>::call_once::had8286ad0e1f2528 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x5979323fab9a - std::panicking::catch_unwind::do_call::he4164e9e75841fd6 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x5979323fab9a - std::panicking::catch_unwind::h48ccc52a84ae7300 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x5979323fab9a - std::panic::catch_unwind::h3d97eb787aa35ee4 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5979323fab9a - std::thread::Builder::spawn_unchecked_::{{closure}}::h1019329d11de31fb [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5979323fab9a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h050615be551c6447 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x597932531157 - as core::ops::function::FnOnce>::call_once::h23e83c3768c28e74 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 43: 0x597932531157 - as core::ops::function::FnOnce>::call_once::he67b41932d2c126e [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 44: 0x597932531157 - std::sys::pal::unix::thread::Thread::new::thread_start::hc05bf0eaa2386caa [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/pal/unix/thread.rs:97:17 [INFO] [stdout] 45: 0x787382928aa4 - [INFO] [stdout] 46: 0x7873829b5a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] whir::tests::test_whir [INFO] [stdout] [INFO] [stdout] test result: FAILED. 35 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.36s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "166d5945e1cc76ea076b202cbf92a9d5132982dd0fd74c81ca03c6c4c846b2cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "166d5945e1cc76ea076b202cbf92a9d5132982dd0fd74c81ca03c6c4c846b2cd", kill_on_drop: false }` [INFO] [stdout] 166d5945e1cc76ea076b202cbf92a9d5132982dd0fd74c81ca03c6c4c846b2cd