[INFO] fetching crate ark-bls12-381 0.5.0...
[INFO] testing ark-bls12-381-0.5.0 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate ark-bls12-381 0.5.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate ark-bls12-381 0.5.0
[INFO] finished tweaking crates.io crate ark-bls12-381 0.5.0
[INFO] tweaked toml for crates.io crate ark-bls12-381 0.5.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ark-bls12-381 0.5.0 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 99 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62eeaca959eaf2350ac980366fa02bf7bc74efcc2279eb3ba05ef03c53991eab
[INFO] running `Command { std: "docker" "start" "-a" "62eeaca959eaf2350ac980366fa02bf7bc74efcc2279eb3ba05ef03c53991eab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62eeaca959eaf2350ac980366fa02bf7bc74efcc2279eb3ba05ef03c53991eab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62eeaca959eaf2350ac980366fa02bf7bc74efcc2279eb3ba05ef03c53991eab", kill_on_drop: false }`
[INFO] [stdout] 62eeaca959eaf2350ac980366fa02bf7bc74efcc2279eb3ba05ef03c53991eab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b832903972891a43e5807063739e5d13a937c69307a9ced2c36fb9af6a50f499
[INFO] running `Command { std: "docker" "start" "-a" "b832903972891a43e5807063739e5d13a937c69307a9ced2c36fb9af6a50f499", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ark-std v0.5.0
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling ark-serialize-derive v0.5.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling ark-ff-asm v0.5.0
[INFO] [stderr]    Compiling ark-ff-macros v0.5.0
[INFO] [stderr]    Compiling ark-serialize v0.5.0
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling ark-ff v0.5.0
[INFO] [stderr]    Compiling ark-poly v0.5.0
[INFO] [stderr]    Compiling ark-ec v0.5.0
[INFO] [stderr]    Compiling ark-bls12-381 v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `asm`
[INFO] [stdout]  --> src/fields/fr.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(MontConfig)]
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `curve`, `default`, `scalar_field`, and `std`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     warnings,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
[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: unexpected `cfg` condition value: `asm`
[INFO] [stdout]  --> src/fields/fq.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(MontConfig)]
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `curve`, `default`, `scalar_field`, and `std`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.39s
[INFO] running `Command { std: "docker" "inspect" "b832903972891a43e5807063739e5d13a937c69307a9ced2c36fb9af6a50f499", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b832903972891a43e5807063739e5d13a937c69307a9ced2c36fb9af6a50f499", kill_on_drop: false }`
[INFO] [stdout] b832903972891a43e5807063739e5d13a937c69307a9ced2c36fb9af6a50f499
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e18beb72e8425686e46abe2950516fa80b93a5502c4545116124f3e3b8ddb07a
[INFO] running `Command { std: "docker" "start" "-a" "e18beb72e8425686e46abe2950516fa80b93a5502c4545116124f3e3b8ddb07a", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ark-ff-macros v0.5.0
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling criterion v0.5.1
[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-ec v0.5.0
[INFO] [stderr]    Compiling ark-algebra-test-templates v0.5.0
[INFO] [stderr]    Compiling ark-algebra-bench-templates v0.5.0
[INFO] [stderr]    Compiling ark-bls12-381 v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `asm`
[INFO] [stdout]  --> src/fields/fr.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(MontConfig)]
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `curve`, `default`, `scalar_field`, and `std`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     warnings,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
[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: unexpected `cfg` condition value: `asm`
[INFO] [stdout]  --> src/fields/fq.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(MontConfig)]
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `curve`, `default`, `scalar_field`, and `std`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[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: unexpected `cfg` condition value: `asm`
[INFO] [stdout]  --> src/fields/fr.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(MontConfig)]
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `curve`, `default`, `scalar_field`, and `std`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     warnings,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
[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: unexpected `cfg` condition value: `asm`
[INFO] [stdout]  --> src/fields/fq.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(MontConfig)]
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `curve`, `default`, `scalar_field`, and `std`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.27s
[INFO] running `Command { std: "docker" "inspect" "e18beb72e8425686e46abe2950516fa80b93a5502c4545116124f3e3b8ddb07a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e18beb72e8425686e46abe2950516fa80b93a5502c4545116124f3e3b8ddb07a", kill_on_drop: false }`
[INFO] [stdout] e18beb72e8425686e46abe2950516fa80b93a5502c4545116124f3e3b8ddb07a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8c5744f24587eeac841c162fd136b7b7d851603dd65cfd96dfb212e1994cf499
[INFO] running `Command { std: "docker" "start" "-a" "8c5744f24587eeac841c162fd136b7b7d851603dd65cfd96dfb212e1994cf499", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `asm`
[INFO] [stderr]  --> src/fields/fr.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(MontConfig)]
[INFO] [stderr]   |          ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `curve`, `default`, `scalar_field`, and `std`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> src/lib.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     warnings,
[INFO] [stderr]   |     ^^^^^^^^
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
[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: unexpected `cfg` condition value: `asm`
[INFO] [stderr]  --> src/fields/fq.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(MontConfig)]
[INFO] [stderr]   |          ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `curve`, `default`, `scalar_field`, and `std`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[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: `ark-bls12-381` (lib) generated 2 warnings
[INFO] [stderr] warning: `ark-bls12-381` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ark_bls12_381-66bb33d5fe9139af)
[INFO] [stdout] 
[INFO] [stdout] running 137 tests
[INFO] [stdout] test curves::g1::test::non_canonical_identity_point ... ok
[INFO] [stdout] test curves::g1::test::bad_flag_combination ... ok
[INFO] [stdout] test curves::g2::test::test_psi_2 ... ok
[INFO] [stdout] test curves::g1_swu_iso::test::test_gen ... ok
[INFO] [stdout] test curves::tests::g1_glv::test_endomorphism_eigenvalue ... ok
[INFO] [stdout] test curves::tests::g1::test_sw_properties ... ok
[INFO] [stdout] test curves::tests::g1_glv::test_scalar_decomposition ... ok
[INFO] [stdout] test curves::tests::g1_h2c::test_h2c ... ok
[INFO] [stdout] test curves::g2_swu_iso::test::test_gen ... ok
[INFO] [stdout] test curves::g1::test::test_cofactor_clearing ... ok
[INFO] [stdout] test curves::g2::test::test_cofactor_clearing ... ok
[INFO] [stdout] test curves::tests::g1_glv::test_glv_mul ... ok
[INFO] [stdout] test curves::tests::g1_uncompressed_valid_test_vectors ... ok
[INFO] [stdout] test curves::tests::g1::test_sub_properties ... ok
[INFO] [stdout] test curves::tests::g1_compressed_valid_test_vectors ... ok
[INFO] [stdout] test curves::tests::g1::test_mixed_addition ... ok
[INFO] [stdout] test curves::tests::g1::test_chunked_pippenger ... ok
[INFO] [stdout] test curves::tests::g1::test_hashmap_pippenger ... ok
[INFO] [stdout] test curves::tests::g2::test_sw_properties ... ok
[INFO] [stdout] test curves::tests::g1::test_add_properties ... ok
[INFO] [stdout] test curves::tests::g1::test_serialization ... ok
[INFO] [stdout] test curves::tests::g2_glv::test_endomorphism_eigenvalue ... ok
[INFO] [stdout] test curves::tests::g1::test_var_base_msm ... ok
[INFO] [stdout] test curves::tests::g2_glv::test_scalar_decomposition ... ok
[INFO] [stdout] test curves::tests::g2_hc2::test_h2c ... ok
[INFO] [stdout] test curves::tests::g2_compressed_valid_test_vectors ... ok
[INFO] [stdout] test curves::tests::g1::test_affine_conversion has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g1::test_cofactor_ops has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g1::test_mul_properties has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_add_properties has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_affine_conversion has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_chunked_pippenger has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_cofactor_ops has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_hashmap_pippenger has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2_uncompressed_valid_test_vectors ... ok
[INFO] [stdout] test curves::tests::g2::test_mixed_addition has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_mul_properties has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_serialization has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_sub_properties has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g1::test_affine_conversion ... ok
[INFO] [stdout] test curves::tests::g2::test_var_base_msm has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2_glv::test_glv_mul ... ok
[INFO] [stdout] test curves::tests::pairing::test_final_exp ... ok
[INFO] [stdout] test curves::tests::g1::test_cofactor_ops ... ok
[INFO] [stdout] test curves::tests::pairing::test_bilinearity has been running for over 60 seconds
[INFO] [stdout] test curves::tests::pairing::test_multi_pairing has been running for over 60 seconds
[INFO] [stdout] test curves::tests::pairing_output::test_chunked_pippenger has been running for over 60 seconds
[INFO] [stdout] test curves::tests::pairing::test_bilinearity ... ok
[INFO] [stdout] test curves::tests::test_g1_endomorphism_beta ... ok
[INFO] [stdout] test curves::tests::test_g1_subgroup_membership_via_endomorphism ... ok
[INFO] [stdout] test curves::tests::test_g1_subgroup_non_membership_via_endomorphism ... ok
[INFO] [stdout] test curves::tests::test_g2_subgroup_membership_via_endomorphism ... ok
[INFO] [stdout] test curves::tests::test_g2_subgroup_non_membership_via_endomorphism ... ok
[INFO] [stdout] test curves::tests::pairing::test_multi_pairing ... ok
[INFO] [stdout] test curves::tests::pairing_output::test_hashmap_pippenger has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_mixed_addition ... ok
[INFO] [stdout] test fields::tests::fq12::test_mul_by_base_field_elem ... ok
[INFO] [stdout] test curves::tests::g2::test_sub_properties ... ok
[INFO] [stdout] test curves::tests::pairing_output::test_var_base_msm has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_hashmap_pippenger ... ok
[INFO] [stdout] test curves::tests::g2::test_chunked_pippenger ... ok
[INFO] [stdout] test fields::tests::fq12::test_sqrt ... ok
[INFO] [stdout] test fields::tests::fq12::test_serialization ... ok
[INFO] [stdout] test fields::tests::fq12::test_mul_properties ... ok
[INFO] [stdout] test curves::tests::g2::test_add_properties ... ok
[INFO] [stdout] test curves::tests::g2::test_var_base_msm ... ok
[INFO] [stdout] test fields::tests::fq2::test_mul_by_base_field_elem ... ok
[INFO] [stdout] test fields::tests::fq2::test_mul_properties ... ok
[INFO] [stdout] test fields::tests::fq2::test_frobenius ... ok
[INFO] [stdout] test fields::tests::fq2::test_serialization ... ok
[INFO] [stdout] test fields::tests::fq2::test_sqrt ... ok
[INFO] [stdout] test fields::tests::fq2::test_pow ... ok
[INFO] [stdout] test fields::tests::fq2::test_sum_of_products_tests ... ok
[INFO] [stdout] test fields::tests::fq12::test_add_properties has been running for over 60 seconds
[INFO] [stdout] test fields::tests::fq12::test_frobenius has been running for over 60 seconds
[INFO] [stdout] test curves::tests::g2::test_serialization ... ok
[INFO] [stdout] test fields::tests::fq2::test_add_properties ... ok
[INFO] [stdout] test fields::tests::fq6::test_mul_by_base_field_elem ... ok
[INFO] [stdout] test fields::tests::fq2::test_sub_properties ... ok
[INFO] [stdout] test fields::tests::fq6::test_mul_properties ... ok
[INFO] [stdout] test fields::tests::fq6::test_serialization ... ok
[INFO] [stdout] test fields::tests::fq6::test_sqrt ... ok
[INFO] [stdout] test fields::tests::fq12::test_pow has been running for over 60 seconds
[INFO] [stdout] test fields::tests::fq12::test_sum_of_products_tests ... ok
[INFO] [stdout] test fields::tests::fq12::test_sub_properties has been running for over 60 seconds
[INFO] [stdout] test fields::tests::fq6::test_sum_of_products_tests ... ok
[INFO] [stdout] test curves::tests::pairing_output::test_chunked_pippenger ... ok
[INFO] [stdout] test fields::tests::fq::test_constants ... ok
[INFO] [stdout] test fields::tests::fq::test_fft ... ok
[INFO] [stdout] test fields::tests::fq::test_frobenius ... ok
[INFO] [stdout] test fields::tests::fq::test_montgomery_config ... ok
[INFO] [stdout] test fields::tests::fq::test_mul_by_base_field_elem ... ok
[INFO] [stdout] test fields::tests::fq::test_mul_properties ... ok
[INFO] [stdout] test fields::tests::fq::test_pow ... ok
[INFO] [stdout] test fields::tests::fq::test_serialization ... ok
[INFO] [stdout] test curves::tests::pairing_output::test_hashmap_pippenger ... ok
[INFO] [stdout] test fields::tests::fq::test_sqrt ... ok
[INFO] [stdout] test fields::tests::fq::test_sum_of_products_edge_case ... ok
[INFO] [stdout] test fields::tests::fq::test_sum_of_products_tests ... ok
[INFO] [stdout] test fields::tests::fq6::test_add_properties has been running for over 60 seconds
[INFO] [stdout] test fields::tests::fq::test_sub_properties ... ok
[INFO] [stdout] test fields::tests::fr::test_constants ... ok
[INFO] [stdout] test fields::tests::fr::test_fft ... ok
[INFO] [stdout] test fields::tests::fr::test_frobenius ... ok
[INFO] [stdout] test fields::tests::fr::test_montgomery_config ... ok
[INFO] [stdout] test fields::tests::fr::test_mul_by_base_field_elem ... ok
[INFO] [stdout] test fields::tests::fr::test_mul_properties ... ok
[INFO] [stdout] test fields::tests::fr::test_pow ... ok
[INFO] [stdout] test fields::tests::fr::test_serialization ... ok
[INFO] [stdout] test fields::tests::fq::test_add_properties ... ok
[INFO] [stdout] test fields::tests::fr::test_sqrt ... ok
[INFO] [stdout] test fields::tests::fr::test_sum_of_products_edge_case ... ok
[INFO] [stdout] test fields::tests::fr::test_sum_of_products_tests ... ok
[INFO] [stdout] test fields::tests::fq6::test_frobenius has been running for over 60 seconds
[INFO] [stdout] test fields::tests::test_fq12_mul_by_014 ... ok
[INFO] [stdout] test fields::tests::test_fq2_addition ... ok
[INFO] [stdout] test fields::tests::test_fq2_basics ... ok
[INFO] [stdout] test fields::tests::test_fq2_doubling ... ok
[INFO] [stdout] test fields::tests::test_fq2_frobenius_map_in_place ... ok
[INFO] [stdout] test fields::tests::test_fq2_inverse ... ok
[INFO] [stdout] test fields::tests::test_fq2_legendre ... ok
[INFO] [stdout] test fields::tests::test_fq2_mul ... ok
[INFO] [stdout] test fields::tests::test_fq2_mul_nonresidue ... ok
[INFO] [stdout] test fields::tests::test_fq2_negation ... ok
[INFO] [stdout] test fields::tests::test_fq2_ordering ... ok
[INFO] [stdout] test fields::tests::test_fq2_sqrt ... ok
[INFO] [stdout] test fields::tests::test_fq2_squaring ... ok
[INFO] [stdout] test fields::tests::test_fq2_subtraction ... ok
[INFO] [stdout] test fields::tests::test_fq6_mul_by_01 ... ok
[INFO] [stdout] test fields::tests::test_fq6_mul_by_1 ... ok
[INFO] [stdout] test fields::tests::test_fq6_mul_nonresidue ... ok
[INFO] [stdout] test fields::tests::test_fq_legendre ... ok
[INFO] [stdout] test fields::tests::test_fq_num_bits ... ok
[INFO] [stdout] test fields::tests::test_fq_ordering ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_add_nocarry ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_div2 ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_from ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_is_odd ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_is_zero ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_mul2 ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_num_bits ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_shr ... ok
[INFO] [stdout] test fields::tests::test_fq_repr_sub_noborrow ... ok
[INFO] [stdout] test fields::tests::test_fq_root_of_unity ... ok
[INFO] [stdout] test fields::tests::test_frob_coeffs ... ok
[INFO] [stdout] test fields::tests::test_negative_one ... ok
[INFO] [stdout] test fields::tests::fr::test_add_properties ... ok
[INFO] [stdout] test fields::tests::fq6::test_pow has been running for over 60 seconds
[INFO] [stdout] test fields::tests::fr::test_sub_properties ... ok
[INFO] [stdout] test fields::tests::fq6::test_sub_properties has been running for over 60 seconds
[INFO] [stdout] test fields::tests::fq6::test_pow ... ok
[INFO] [stdout] test curves::tests::pairing_output::test_var_base_msm ... ok
[INFO] [stdout] test fields::tests::fq6::test_sub_properties ... ok
[INFO] [stdout] test curves::tests::g2::test_cofactor_ops ... ok
[INFO] [stdout] test fields::tests::fq12::test_sub_properties ... ok
[INFO] [stdout] test fields::tests::fq6::test_add_properties ... ok
[INFO] [stdout] test curves::tests::g2::test_affine_conversion ... ok
[INFO] [stdout] test fields::tests::fq6::test_frobenius ... ok
[INFO] [stdout] test curves::tests::g1::test_mul_properties ... ok
[INFO] [stdout] test fields::tests::fq12::test_add_properties ... ok
[INFO] [stdout] test fields::tests::fq12::test_pow ... ok
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "8c5744f24587eeac841c162fd136b7b7d851603dd65cfd96dfb212e1994cf499", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c5744f24587eeac841c162fd136b7b7d851603dd65cfd96dfb212e1994cf499", kill_on_drop: false }`
[INFO] [stdout] 8c5744f24587eeac841c162fd136b7b7d851603dd65cfd96dfb212e1994cf499
