[INFO] cloning repository https://github.com/EntySquare/snark-lv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EntySquare/snark-lv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEntySquare%2Fsnark-lv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEntySquare%2Fsnark-lv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b8c0fd7094c366f46806b5b6fe7c4ec4f189957
[INFO] testing EntySquare/snark-lv against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEntySquare%2Fsnark-lv" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/EntySquare/snark-lv
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/EntySquare/snark-lv
[INFO] tweaked toml for git repo https://github.com/EntySquare/snark-lv written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EntySquare/snark-lv on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EntySquare/snark-lv 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.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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] 0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426
[INFO] running `Command { std: "docker" "start" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426", 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" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426", 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" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling blake2b_simd v0.5.11
[INFO] [stderr]    Compiling blake2s_simd v0.5.11
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling fff v0.2.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_xorshift v0.2.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.10.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling hkdf v0.10.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.26
[INFO] [stderr]    Compiling fff_derive v0.2.2
[INFO] [stderr]    Compiling thiserror v1.0.26
[INFO] [stderr]    Compiling groupy v0.3.1
[INFO] [stderr]    Compiling paired v0.21.0
[INFO] [stderr]    Compiling bellperson v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/domain.rs:438:32
[INFO] [stdout]     |
[INFO] [stdout] 438 | #[cfg(any(feature = "pairing", features = "blst"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 438 - #[cfg(any(feature = "pairing", features = "blst"))]
[INFO] [stdout] 438 + #[cfg(any(feature = "pairing", feature = "blst"))]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/gadgets/test/mod.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 18 -     Constraint(usize),
[INFO] [stdout] 18 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/metric_cs.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -     Constraint(usize),
[INFO] [stdout] 12 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/metric_cs.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Var(Variable),
[INFO] [stdout]    |     --- ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     Var(Variable),
[INFO] [stdout] 13 +     Var(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/test_cs.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     Constraint(usize),
[INFO] [stdout] 13 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.88s
[INFO] running `Command { std: "docker" "inspect" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426", 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" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling semver v1.0.3
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling plotters-backend v0.3.2
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling half v1.7.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling cpufeatures v0.1.5
[INFO] [stderr]    Compiling hex-literal v0.3.3
[INFO] [stderr]    Compiling sha2 v0.9.5
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/domain.rs:438:32
[INFO] [stdout]     |
[INFO] [stdout] 438 | #[cfg(any(feature = "pairing", features = "blst"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 438 - #[cfg(any(feature = "pairing", features = "blst"))]
[INFO] [stdout] 438 + #[cfg(any(feature = "pairing", feature = "blst"))]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/gadgets/test/mod.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 18 -     Constraint(usize),
[INFO] [stdout] 18 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/metric_cs.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -     Constraint(usize),
[INFO] [stdout] 12 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/metric_cs.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Var(Variable),
[INFO] [stdout]    |     --- ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     Var(Variable),
[INFO] [stdout] 13 +     Var(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/test_cs.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     Constraint(usize),
[INFO] [stdout] 13 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plotters-svg v0.3.1
[INFO] [stderr]    Compiling plotters v0.3.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling criterion-plot v0.4.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling bstr v0.2.16
[INFO] [stderr]    Compiling serde_cbor v0.11.1
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.3.4
[INFO] [stderr]    Compiling bellperson v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/domain.rs:438:32
[INFO] [stdout]     |
[INFO] [stdout] 438 | #[cfg(any(feature = "pairing", features = "blst"))]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 438 - #[cfg(any(feature = "pairing", features = "blst"))]
[INFO] [stdout] 438 + #[cfg(any(feature = "pairing", feature = "blst"))]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/gadgets/test/mod.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 18 -     Constraint(usize),
[INFO] [stdout] 18 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/metric_cs.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -     Constraint(usize),
[INFO] [stdout] 12 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/metric_cs.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Var(Variable),
[INFO] [stdout]    |     --- ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     Var(Variable),
[INFO] [stdout] 13 +     Var(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/util_cs/test_cs.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     Constraint(usize),
[INFO] [stdout] 13 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426", 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" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/domain.rs:438:32
[INFO] [stderr]     |
[INFO] [stderr] 438 | #[cfg(any(feature = "pairing", features = "blst"))]
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 438 - #[cfg(any(feature = "pairing", features = "blst"))]
[INFO] [stderr] 438 + #[cfg(any(feature = "pairing", feature = "blst"))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/gadgets/test/mod.rs:18:16
[INFO] [stderr]    |
[INFO] [stderr] 18 |     Constraint(usize),
[INFO] [stderr]    |     ---------- ^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 18 -     Constraint(usize),
[INFO] [stderr] 18 +     Constraint(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/util_cs/metric_cs.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 |     Constraint(usize),
[INFO] [stderr]    |     ---------- ^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 12 -     Constraint(usize),
[INFO] [stderr] 12 +     Constraint(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/util_cs/metric_cs.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Var(Variable),
[INFO] [stderr]    |     --- ^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 13 -     Var(Variable),
[INFO] [stderr] 13 +     Var(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/util_cs/test_cs.rs:13:16
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Constraint(usize),
[INFO] [stderr]    |     ---------- ^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 13 -     Constraint(usize),
[INFO] [stderr] 13 +     Constraint(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `bellperson` (lib) generated 5 warnings
[INFO] [stderr] warning: `bellperson` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bellperson-c0c7f95334979014)
[INFO] [stdout] 
[INFO] [stdout] running 66 tests
[INFO] [stdout] test gadgets::boolean::test::test_alloc_conditionally ... ok
[INFO] [stdout] test gadgets::boolean::test::test_allocated_bit ... ok
[INFO] [stdout] test gadgets::boolean::test::test_and ... ok
[INFO] [stdout] test gadgets::boolean::test::test_boolean_negation ... ok
[INFO] [stdout] test gadgets::boolean::test::test_boolean_xor ... ok
[INFO] [stdout] test gadgets::boolean::test::test_boolean_and ... ok
[INFO] [stdout] test gadgets::boolean::test::test_and_not ... ok
[INFO] [stdout] test gadgets::boolean::test::test_enforce_equal ... ok
[INFO] [stdout] test gadgets::boolean::test::test_nor ... ok
[INFO] [stdout] test gadgets::boolean::test::test_xor ... ok
[INFO] [stdout] test gadgets::boolean::test::test_boolean_sha256_ch ... ok
[INFO] [stdout] test gadgets::boolean::test::test_u64_into_boolean_vec_le ... ok
[INFO] [stdout] test gadgets::boolean::test::test_boolean_sha256_maj ... ok
[INFO] [stdout] test gadgets::boolean::test::test_field_into_allocated_bits_le ... ok
[INFO] [stdout] test gadgets::lookup::test::test_lookup3_xy ... ok
[INFO] [stdout] test gadgets::lookup::test::test_synth ... ok
[INFO] [stdout] test gadgets::num::test::test_allocated_num ... ok
[INFO] [stdout] test gadgets::num::test::test_num_conditional_reversal ... ok
[INFO] [stdout] test gadgets::num::test::test_num_multiplication ... ok
[INFO] [stdout] test gadgets::num::test::test_num_nonzero ... ok
[INFO] [stdout] test gadgets::num::test::test_num_scale ... ok
[INFO] [stdout] test gadgets::num::test::test_num_squaring ... ok
[INFO] [stdout] test gadgets::lookup::test::test_lookup3_xy_with_conditional_negation ... ok
[INFO] [stdout] test gadgets::num::test::test_into_bits_strict ... ok
[INFO] [stdout] test domain::fft_composition ... ok
[INFO] [stdout] test gadgets::test::test_cs ... ok
[INFO] [stdout] test domain::parallel_fft_consistency ... ok
[INFO] [stdout] test gadgets::blake2s::test::test_blank_hash ... ok
[INFO] [stdout] test gadgets::blake2s::test::test_blake2s_constant_constraints ... ok
[INFO] [stdout] test gadgets::uint32::test::test_uint32_from_bits ... ok
[INFO] [stdout] test gadgets::uint32::test::test_uint32_rotr ... ok
[INFO] [stdout] test gadgets::uint32::test::test_uint32_from_bits_be ... ok
[INFO] [stdout] test gadgets::uint32::test::test_uint32_addmany_constants ... ok
[INFO] [stdout] test gadgets::sha256::test::test_blank_hash ... ok
[INFO] [stdout] test gadgets::uint32::test::test_uint32_shr ... ok
[INFO] [stdout] test gadgets::sha256::test::test_full_block ... ok
[INFO] [stdout] test gadgets::blake2s::test::test_blake2s_constraints ... ok
[INFO] [stdout] test gadgets::blake2s::test::test_blake2s_precomp_constraints ... ok
[INFO] [stdout] test groth16::proof::test_with_bls12_381::test_size ... ok
[INFO] [stdout] test groth16::prover::tests::test_proving_assignment_extend ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/bellperson-c0c7f95334979014` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426", kill_on_drop: false }`
[INFO] [stdout] 0e39bca886bfa756546a6bceb0906f7fdf75d4c9aaacc8044520fd34cbb77426
