[INFO] fetching crate pairing_ce 0.26.0... [INFO] checking pairing_ce-0.26.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate pairing_ce 0.26.0 into /workspace/builds/worker-105/source [INFO] validating manifest of crates.io crate pairing_ce 0.26.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pairing_ce 0.26.0 [INFO] finished tweaking crates.io crate pairing_ce 0.26.0 [INFO] tweaked toml for crates.io crate pairing_ce 0.26.0 written to /workspace/builds/worker-105/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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] Downloading crates ... [INFO] [stderr] Downloaded ff_derive_ce v0.10.0 [INFO] [stderr] Downloaded ff_ce v0.13.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f4c0c8f52846720a3c13790c1edc3e392dbe128c0bcd6e26892b59eedf904309 [INFO] running `Command { std: "docker" "start" "-a" "f4c0c8f52846720a3c13790c1edc3e392dbe128c0bcd6e26892b59eedf904309", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4c0c8f52846720a3c13790c1edc3e392dbe128c0bcd6e26892b59eedf904309", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4c0c8f52846720a3c13790c1edc3e392dbe128c0bcd6e26892b59eedf904309", kill_on_drop: false }` [INFO] [stdout] f4c0c8f52846720a3c13790c1edc3e392dbe128c0bcd6e26892b59eedf904309 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ca1eb547f01ede410e7145c247b3c06b27bd5e38b89ee98780c756234759427 [INFO] running `Command { std: "docker" "start" "-a" "6ca1eb547f01ede410e7145c247b3c06b27bd5e38b89ee98780c756234759427", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling ff_derive_ce v0.10.0 [INFO] [stderr] Checking ff_ce v0.13.1 [INFO] [stderr] Checking pairing_ce v0.26.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:23:35 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(G1::one(), G2::one()), Fq12 { [INFO] [stdout] | ^^^ multiple `one` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveProjective` for the type `bls12_381::ec::g1::G1` [INFO] [stdout] --> src/bls12_381/ec.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 693 | / curve_impl!( [INFO] [stdout] 694 | | "G1", [INFO] [stdout] 695 | | G1, [INFO] [stdout] 696 | | G1Affine, [INFO] [stdout] ... | [INFO] [stdout] 702 | | G2Affine [INFO] [stdout] 703 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveAffine` [INFO] [stdout] --> src/lib.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(base::GenericCurveAffine::one(), G2::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(base::GenericCurveProjective::one(), G2::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(CurveProjective::one(), G2::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(CurveAffine::one(), G2::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(ff::Field::one(), G2::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:23:46 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(G1::one(), G2::one()), Fq12 { [INFO] [stdout] | ^^^ multiple `one` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveProjective` for the type `bls12_381::ec::g2::G2` [INFO] [stdout] --> src/bls12_381/ec.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1392 | / curve_impl!( [INFO] [stdout] 1393 | | "G2", [INFO] [stdout] 1394 | | G2, [INFO] [stdout] 1395 | | G2Affine, [INFO] [stdout] ... | [INFO] [stdout] 1401 | | G1Affine [INFO] [stdout] 1402 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveAffine` [INFO] [stdout] --> src/lib.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(G1::one(), base::GenericCurveAffine::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(G1::one(), base::GenericCurveProjective::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(G1::one(), CurveProjective::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(G1::one(), CurveAffine::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(Bls12::pairing(G1::one(), ff::Field::one()), Fq12 { [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:102:27 [INFO] [stdout] | [INFO] [stdout] 102 | let z = G1Affine::zero().into_uncompressed(); [INFO] [stdout] | ^^^^ multiple `zero` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:229:5 [INFO] [stdout] | [INFO] [stdout] 229 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveAffine` for the type `bls12_381::ec::g1::G1Affine` [INFO] [stdout] --> src/bls12_381/ec.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 693 | / curve_impl!( [INFO] [stdout] 694 | | "G1", [INFO] [stdout] 695 | | G1, [INFO] [stdout] 696 | | G1Affine, [INFO] [stdout] ... | [INFO] [stdout] 702 | | G2Affine [INFO] [stdout] 703 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveProjective` [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | fn zero() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | fn zero() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 102 | let z = base::GenericCurveAffine::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 102 | let z = base::GenericCurveProjective::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 102 | let z = CurveAffine::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 102 | let z = CurveProjective::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 102 | let z = ff::Field::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let o = G1Affine::one().into_uncompressed(); [INFO] [stdout] | ^^^ multiple `one` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveAffine` for the type `bls12_381::ec::g1::G1Affine` [INFO] [stdout] --> src/bls12_381/ec.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 693 | / curve_impl!( [INFO] [stdout] 694 | | "G1", [INFO] [stdout] 695 | | G1, [INFO] [stdout] 696 | | G1Affine, [INFO] [stdout] ... | [INFO] [stdout] 702 | | G2Affine [INFO] [stdout] 703 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveProjective` [INFO] [stdout] --> src/lib.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 135 | let o = base::GenericCurveAffine::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 135 | let o = base::GenericCurveProjective::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 135 | let o = CurveAffine::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 135 | let o = CurveProjective::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 135 | let o = ff::Field::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:216:27 [INFO] [stdout] | [INFO] [stdout] 216 | let z = G2Affine::zero().into_uncompressed(); [INFO] [stdout] | ^^^^ multiple `zero` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:229:5 [INFO] [stdout] | [INFO] [stdout] 229 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveAffine` for the type `bls12_381::ec::g2::G2Affine` [INFO] [stdout] --> src/bls12_381/ec.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1392 | / curve_impl!( [INFO] [stdout] 1393 | | "G2", [INFO] [stdout] 1394 | | G2, [INFO] [stdout] 1395 | | G2Affine, [INFO] [stdout] ... | [INFO] [stdout] 1401 | | G1Affine [INFO] [stdout] 1402 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveProjective` [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | fn zero() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | fn zero() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 216 | let z = base::GenericCurveAffine::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 216 | let z = base::GenericCurveProjective::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 216 | let z = CurveAffine::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 216 | let z = CurveProjective::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 216 | let z = ff::Field::zero().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:249:23 [INFO] [stdout] | [INFO] [stdout] 249 | let o = G2Affine::one().into_uncompressed(); [INFO] [stdout] | ^^^ multiple `one` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveAffine` for the type `bls12_381::ec::g2::G2Affine` [INFO] [stdout] --> src/bls12_381/ec.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1392 | / curve_impl!( [INFO] [stdout] 1393 | | "G2", [INFO] [stdout] 1394 | | G2, [INFO] [stdout] 1395 | | G2Affine, [INFO] [stdout] ... | [INFO] [stdout] 1401 | | G1Affine [INFO] [stdout] 1402 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveProjective` [INFO] [stdout] --> src/lib.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 249 | let o = base::GenericCurveAffine::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 249 | let o = base::GenericCurveProjective::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 249 | let o = CurveAffine::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 249 | let o = CurveProjective::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 249 | let o = ff::Field::one().into_uncompressed(); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:358:27 [INFO] [stdout] | [INFO] [stdout] 358 | let z = G1Affine::zero().into_compressed(); [INFO] [stdout] | ^^^^ multiple `zero` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:229:5 [INFO] [stdout] | [INFO] [stdout] 229 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveAffine` for the type `bls12_381::ec::g1::G1Affine` [INFO] [stdout] --> src/bls12_381/ec.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 693 | / curve_impl!( [INFO] [stdout] 694 | | "G1", [INFO] [stdout] 695 | | G1, [INFO] [stdout] 696 | | G1Affine, [INFO] [stdout] ... | [INFO] [stdout] 702 | | G2Affine [INFO] [stdout] 703 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveProjective` [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | fn zero() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | fn zero() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 358 | let z = base::GenericCurveAffine::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 358 | let z = base::GenericCurveProjective::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 358 | let z = CurveAffine::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 358 | let z = CurveProjective::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 358 | let z = ff::Field::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:391:23 [INFO] [stdout] | [INFO] [stdout] 391 | let o = G1Affine::one().into_compressed(); [INFO] [stdout] | ^^^ multiple `one` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveAffine` for the type `bls12_381::ec::g1::G1Affine` [INFO] [stdout] --> src/bls12_381/ec.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 693 | / curve_impl!( [INFO] [stdout] 694 | | "G1", [INFO] [stdout] 695 | | G1, [INFO] [stdout] 696 | | G1Affine, [INFO] [stdout] ... | [INFO] [stdout] 702 | | G2Affine [INFO] [stdout] 703 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveProjective` [INFO] [stdout] --> src/lib.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 391 | let o = base::GenericCurveAffine::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 391 | let o = base::GenericCurveProjective::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 391 | let o = CurveAffine::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 391 | let o = CurveProjective::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 391 | let o = ff::Field::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:474:27 [INFO] [stdout] | [INFO] [stdout] 474 | let z = G2Affine::zero().into_compressed(); [INFO] [stdout] | ^^^^ multiple `zero` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:229:5 [INFO] [stdout] | [INFO] [stdout] 229 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveAffine` for the type `bls12_381::ec::g2::G2Affine` [INFO] [stdout] --> src/bls12_381/ec.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | fn zero() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1392 | / curve_impl!( [INFO] [stdout] 1393 | | "G2", [INFO] [stdout] 1394 | | G2, [INFO] [stdout] 1395 | | G2Affine, [INFO] [stdout] ... | [INFO] [stdout] 1401 | | G1Affine [INFO] [stdout] 1402 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveProjective` [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | fn zero() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | fn zero() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 474 | let z = base::GenericCurveAffine::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 474 | let z = base::GenericCurveProjective::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 474 | let z = CurveAffine::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 474 | let z = CurveProjective::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 474 | let z = ff::Field::zero().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bls12_381/tests/mod.rs:507:23 [INFO] [stdout] | [INFO] [stdout] 507 | let o = G2Affine::one().into_compressed(); [INFO] [stdout] | ^^^ multiple `one` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `base::GenericCurveAffine` for the type `G` [INFO] [stdout] --> src/base.rs:234:5 [INFO] [stdout] | [INFO] [stdout] 234 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in an impl of the trait `base::GenericCurveProjective` for the type `G` [INFO] [stdout] --> src/base.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #3 is defined in an impl of the trait `CurveAffine` for the type `bls12_381::ec::g2::G2Affine` [INFO] [stdout] --> src/bls12_381/ec.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fn one() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1392 | / curve_impl!( [INFO] [stdout] 1393 | | "G2", [INFO] [stdout] 1394 | | G2, [INFO] [stdout] 1395 | | G2Affine, [INFO] [stdout] ... | [INFO] [stdout] 1401 | | G1Affine [INFO] [stdout] 1402 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] note: candidate #4 is defined in the trait `CurveProjective` [INFO] [stdout] --> src/lib.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #5 is defined in the trait `ff::Field` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ff_ce-0.13.1/src/lib.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | fn one() -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `curve_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 507 | let o = base::GenericCurveAffine::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 507 | let o = base::GenericCurveProjective::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #3 [INFO] [stdout] | [INFO] [stdout] 507 | let o = CurveAffine::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #4 [INFO] [stdout] | [INFO] [stdout] 507 | let o = CurveProjective::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #5 [INFO] [stdout] | [INFO] [stdout] 507 | let o = ff::Field::one().into_compressed(); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pairing_ce` due to 11 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "6ca1eb547f01ede410e7145c247b3c06b27bd5e38b89ee98780c756234759427", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ca1eb547f01ede410e7145c247b3c06b27bd5e38b89ee98780c756234759427", kill_on_drop: false }` [INFO] [stdout] 6ca1eb547f01ede410e7145c247b3c06b27bd5e38b89ee98780c756234759427