[INFO] fetching crate tfhe-ark-ec 0.4.2...
[INFO] testing tfhe-ark-ec-0.4.2 against 1.91.0 for beta-1.92-2
[INFO] extracting crate tfhe-ark-ec 0.4.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate tfhe-ark-ec 0.4.2
[INFO] finished tweaking crates.io crate tfhe-ark-ec 0.4.2
[INFO] tweaked toml for crates.io crate tfhe-ark-ec 0.4.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tfhe-ark-ec 0.4.2 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 98 packages to latest compatible versions
[INFO] [stderr]       Adding ark-serialize v0.4.2 (available: v0.5.0)
[INFO] [stderr]       Adding ark-std v0.4.0 (available: v0.5.0)
[INFO] [stderr]       Adding ark-test-curves v0.4.2 (available: v0.5.0)
[INFO] [stderr]       Adding hashbrown v0.14.5 (available: v0.16.0)
[INFO] [stderr]       Adding itertools v0.12.1 (available: v0.14.0)
[INFO] [stderr]       Adding libtest-mimic v0.7.3 (available: v0.8.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libtest-mimic v0.7.3
[INFO] [stderr]   Downloaded ark-test-curves v0.4.2
[INFO] [stderr]   Downloaded tfhe-ark-poly v0.4.2
[INFO] [stderr]   Downloaded tfhe-ark-ff v0.4.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f45dfa22607596fd7a4e00247f0dd1f9ca05c6de239936c9bf48252d61fa8243
[INFO] running `Command { std: "docker" "start" "-a" "f45dfa22607596fd7a4e00247f0dd1f9ca05c6de239936c9bf48252d61fa8243", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f45dfa22607596fd7a4e00247f0dd1f9ca05c6de239936c9bf48252d61fa8243", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f45dfa22607596fd7a4e00247f0dd1f9ca05c6de239936c9bf48252d61fa8243", kill_on_drop: false }`
[INFO] [stdout] f45dfa22607596fd7a4e00247f0dd1f9ca05c6de239936c9bf48252d61fa8243
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86aacaf6c4c0e7368389a34b53cf55cd88bb3482a1954be5e36ea266550af740
[INFO] running `Command { std: "docker" "start" "-a" "86aacaf6c4c0e7368389a34b53cf55cd88bb3482a1954be5e36ea266550af740", kill_on_drop: false }`
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling ark-serialize-derive v0.4.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ark-std v0.4.0
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling tfhe-ark-ff v0.4.3
[INFO] [stderr]    Compiling tfhe-ark-poly v0.4.2
[INFO] [stderr]    Compiling tfhe-ark-ec v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/models/short_weierstrass/affine.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout] 247 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:3:5
[INFO] [stdout]     |
[INFO] [stdout]   3 |     unused,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/models/twisted_edwards/affine.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.62s
[INFO] running `Command { std: "docker" "inspect" "86aacaf6c4c0e7368389a34b53cf55cd88bb3482a1954be5e36ea266550af740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86aacaf6c4c0e7368389a34b53cf55cd88bb3482a1954be5e36ea266550af740", kill_on_drop: false }`
[INFO] [stdout] 86aacaf6c4c0e7368389a34b53cf55cd88bb3482a1954be5e36ea266550af740
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b6139669be636ad7cee2b44cc0a9fb9da505b4067876cad065dd96a34dac97c4
[INFO] running `Command { std: "docker" "start" "-a" "b6139669be636ad7cee2b44cc0a9fb9da505b4067876cad065dd96a34dac97c4", kill_on_drop: false }`
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling escape8259 v0.5.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tfhe-ark-ff v0.4.3
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling libtest-mimic v0.7.3
[INFO] [stderr]    Compiling ark-poly v0.4.2
[INFO] [stderr]    Compiling tfhe-ark-poly v0.4.2
[INFO] [stderr]    Compiling ark-ec v0.4.2
[INFO] [stderr]    Compiling tfhe-ark-ec v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/models/short_weierstrass/affine.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout] 247 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:3:5
[INFO] [stdout]     |
[INFO] [stdout]   3 |     unused,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/models/twisted_edwards/affine.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ark-test-curves v0.4.2
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/models/short_weierstrass/affine.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout] 247 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:3:5
[INFO] [stdout]     |
[INFO] [stdout]   3 |     unused,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/models/twisted_edwards/affine.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Fp<MontBackend<FqConfig, 6>, 6>: Field` is not satisfied
[INFO] [stdout]  --> src/hashing/tests.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert_eq!(parity(&a1), false);
[INFO] [stdout]   |                ------ ^^^ unsatisfied trait bound
[INFO] [stdout]   |                |
[INFO] [stdout]   |                required by a bound introduced by this call
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::Fp<ark_test_curves::MontBackend<ark_test_curves::bls12_381::FqConfig, 6>, 6>`
[INFO] [stdout]   = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]             tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]             tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]             tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]  --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]   |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]   = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-651011263234991091.txt'
[INFO] [stdout]   = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Fp<MontBackend<FqConfig, 6>, 6>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 |     assert_eq!(parity(&a2), true);
[INFO] [stdout]    |                ------ ^^^ unsatisfied trait bound
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::Fp<ark_test_curves::MontBackend<ark_test_curves::bls12_381::FqConfig, 6>, 6>`
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-651011263234991091.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Fp<MontBackend<FqConfig, 6>, 6>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 |     assert_eq!(parity(&a3), false);
[INFO] [stdout]    |                ------ ^^^ unsatisfied trait bound
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::Fp<ark_test_curves::MontBackend<ark_test_curves::bls12_381::FqConfig, 6>, 6>`
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-651011263234991091.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `QuadExtField<Fp2ConfigWrapper<Fq2Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |     assert_eq!(parity(&element_test1), true, "parity is the oddness of first non-zero coefficient of element represented over the prime f...
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::QuadExtField<ark_test_curves::Fp2ConfigWrapper<Fq2Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-14058938202658201911.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `QuadExtField<Fp2ConfigWrapper<Fq2Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(parity(&element_test2), true);
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::QuadExtField<ark_test_curves::Fp2ConfigWrapper<Fq2Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-14058938202658201911.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `QuadExtField<Fp2ConfigWrapper<Fq2Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_eq!(parity(&element_test3), false);
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::QuadExtField<ark_test_curves::Fp2ConfigWrapper<Fq2Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-14058938202658201911.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `QuadExtField<Fp2ConfigWrapper<Fq2Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 |     assert_eq!(parity(&element_test4), true);
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::QuadExtField<ark_test_curves::Fp2ConfigWrapper<Fq2Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-14058938202658201911.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CubicExtField<Fp6ConfigWrapper<Fq6Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:40:23
[INFO] [stdout]    |
[INFO] [stdout] 40 |     assert_eq!(parity(&element_test1), true, "parity is the oddness of first non-zero coefficient of element represented over the prime f...
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::CubicExtField<ark_test_curves::Fp6ConfigWrapper<Fq6Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-8406924291079468217.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CubicExtField<Fp6ConfigWrapper<Fq6Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 |     assert_eq!(parity(&element_test2), true, "parity is the oddness of first non-zero coefficient of element represented over the prime f...
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::CubicExtField<ark_test_curves::Fp6ConfigWrapper<Fq6Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-8406924291079468217.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CubicExtField<Fp6ConfigWrapper<Fq6Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 |     assert_eq!(parity(&element_test3), true);
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::CubicExtField<ark_test_curves::Fp6ConfigWrapper<Fq6Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-8406924291079468217.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CubicExtField<Fp6ConfigWrapper<Fq6Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 |     assert_eq!(parity(&element_test4), true);
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::CubicExtField<ark_test_curves::Fp6ConfigWrapper<Fq6Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-8406924291079468217.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CubicExtField<Fp6ConfigWrapper<Fq6Config>>: Field` is not satisfied
[INFO] [stdout]   --> src/hashing/tests.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 |     assert_eq!(parity(&element_test5), false);
[INFO] [stdout]    |                ------ ^^^^^^^^^^^^^^ the trait `tfhe_ark_ff::Field` is not implemented for `ark_test_curves::CubicExtField<ark_test_curves::Fp6ConfigWrapper<Fq6Config>>`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `tfhe_ark_ff::Field`:
[INFO] [stdout]              tfhe_ark_ff::CubicExtField<P>
[INFO] [stdout]              tfhe_ark_ff::Fp<P, N>
[INFO] [stdout]              tfhe_ark_ff::QuadExtField<P>
[INFO] [stdout] note: required by a bound in `hashing::curve_maps::parity`
[INFO] [stdout]   --> src/hashing/curve_maps/mod.rs:9:18
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub fn parity<F: Field>(element: &F) -> bool {
[INFO] [stdout]    |                  ^^^^^ required by this bound in `parity`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tfhe_ark_ec-19bd4b45e024285f.long-type-8406924291079468217.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tfhe-ark-ec` (lib test) due to 12 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b6139669be636ad7cee2b44cc0a9fb9da505b4067876cad065dd96a34dac97c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6139669be636ad7cee2b44cc0a9fb9da505b4067876cad065dd96a34dac97c4", kill_on_drop: false }`
[INFO] [stdout] b6139669be636ad7cee2b44cc0a9fb9da505b4067876cad065dd96a34dac97c4
