[INFO] fetching crate ark-ff 0.3.0... [INFO] testing ark-ff-0.3.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate ark-ff 0.3.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ark-ff 0.3.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ark-ff 0.3.0 [INFO] finished tweaking crates.io crate ark-ff 0.3.0 [INFO] tweaked toml for crates.io crate ark-ff 0.3.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 28c0b59428c78b4936cdb37a121c79029d3cd349690f9946487bbc6db0991616 [INFO] running `Command { std: "docker" "start" "-a" "28c0b59428c78b4936cdb37a121c79029d3cd349690f9946487bbc6db0991616", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28c0b59428c78b4936cdb37a121c79029d3cd349690f9946487bbc6db0991616", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28c0b59428c78b4936cdb37a121c79029d3cd349690f9946487bbc6db0991616", kill_on_drop: false }` [INFO] [stdout] 28c0b59428c78b4936cdb37a121c79029d3cd349690f9946487bbc6db0991616 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 761334d772b0ca473b9989197cdd2cdfcabe720384d296f1f4e2f3911d524309 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "761334d772b0ca473b9989197cdd2cdfcabe720384d296f1f4e2f3911d524309", kill_on_drop: false }` [INFO] [stderr] Compiling ark-ff v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | impl_Fp!(Fp64, Fp64Parameters, BigInteger64, BigInteger64, 1, "64"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:57 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(unused, future_incompatible, nonstandard_style, rust_2018_idioms)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(rust_2018_idioms)]` [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / impl_Fp!( [INFO] [stdout] 23 | | Fp256, [INFO] [stdout] 24 | | Fp256Parameters, [INFO] [stdout] 25 | | BigInteger256, [INFO] [stdout] ... | [INFO] [stdout] 28 | | "256" [INFO] [stdout] 29 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / impl_Fp!( [INFO] [stdout] 31 | | Fp320, [INFO] [stdout] 32 | | Fp320Parameters, [INFO] [stdout] 33 | | BigInteger320, [INFO] [stdout] ... | [INFO] [stdout] 36 | | "320" [INFO] [stdout] 37 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / impl_Fp!( [INFO] [stdout] 39 | | Fp384, [INFO] [stdout] 40 | | Fp384Parameters, [INFO] [stdout] 41 | | BigInteger384, [INFO] [stdout] ... | [INFO] [stdout] 44 | | "384" [INFO] [stdout] 45 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | / impl_Fp!( [INFO] [stdout] 47 | | Fp448, [INFO] [stdout] 48 | | Fp448Parameters, [INFO] [stdout] 49 | | BigInteger448, [INFO] [stdout] ... | [INFO] [stdout] 52 | | "448" [INFO] [stdout] 53 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / impl_Fp!( [INFO] [stdout] 55 | | Fp768, [INFO] [stdout] 56 | | Fp768Parameters, [INFO] [stdout] 57 | | BigInteger768, [INFO] [stdout] ... | [INFO] [stdout] 60 | | "768" [INFO] [stdout] 61 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / impl_Fp!( [INFO] [stdout] 63 | | Fp832, [INFO] [stdout] 64 | | Fp832Parameters, [INFO] [stdout] 65 | | BigInteger832, [INFO] [stdout] ... | [INFO] [stdout] 68 | | "832" [INFO] [stdout] 69 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.82s [INFO] running `Command { std: "docker" "inspect" "761334d772b0ca473b9989197cdd2cdfcabe720384d296f1f4e2f3911d524309", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "761334d772b0ca473b9989197cdd2cdfcabe720384d296f1f4e2f3911d524309", kill_on_drop: false }` [INFO] [stdout] 761334d772b0ca473b9989197cdd2cdfcabe720384d296f1f4e2f3911d524309 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e723adea30bcd4561f02402f7e69d0628d0538dfe300c138e5759dbc98374968 [INFO] running `Command { std: "docker" "start" "-a" "e723adea30bcd4561f02402f7e69d0628d0538dfe300c138e5759dbc98374968", kill_on_drop: false }` [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | impl_Fp!(Fp64, Fp64Parameters, BigInteger64, BigInteger64, 1, "64"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:57 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(unused, future_incompatible, nonstandard_style, rust_2018_idioms)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(rust_2018_idioms)]` [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / impl_Fp!( [INFO] [stdout] 23 | | Fp256, [INFO] [stdout] 24 | | Fp256Parameters, [INFO] [stdout] 25 | | BigInteger256, [INFO] [stdout] ... | [INFO] [stdout] 28 | | "256" [INFO] [stdout] 29 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / impl_Fp!( [INFO] [stdout] 31 | | Fp320, [INFO] [stdout] 32 | | Fp320Parameters, [INFO] [stdout] 33 | | BigInteger320, [INFO] [stdout] ... | [INFO] [stdout] 36 | | "320" [INFO] [stdout] 37 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / impl_Fp!( [INFO] [stdout] 39 | | Fp384, [INFO] [stdout] 40 | | Fp384Parameters, [INFO] [stdout] 41 | | BigInteger384, [INFO] [stdout] ... | [INFO] [stdout] 44 | | "384" [INFO] [stdout] 45 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | / impl_Fp!( [INFO] [stdout] 47 | | Fp448, [INFO] [stdout] 48 | | Fp448Parameters, [INFO] [stdout] 49 | | BigInteger448, [INFO] [stdout] ... | [INFO] [stdout] 52 | | "448" [INFO] [stdout] 53 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / impl_Fp!( [INFO] [stdout] 55 | | Fp768, [INFO] [stdout] 56 | | Fp768Parameters, [INFO] [stdout] 57 | | BigInteger768, [INFO] [stdout] ... | [INFO] [stdout] 60 | | "768" [INFO] [stdout] 61 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ark-ff v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / impl_Fp!( [INFO] [stdout] 63 | | Fp832, [INFO] [stdout] 64 | | Fp832Parameters, [INFO] [stdout] 65 | | BigInteger832, [INFO] [stdout] ... | [INFO] [stdout] 68 | | "832" [INFO] [stdout] 69 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | impl_Fp!(Fp64, Fp64Parameters, BigInteger64, BigInteger64, 1, "64"); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:57 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(unused, future_incompatible, nonstandard_style, rust_2018_idioms)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(rust_2018_idioms)]` [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / impl_Fp!( [INFO] [stdout] 23 | | Fp256, [INFO] [stdout] 24 | | Fp256Parameters, [INFO] [stdout] 25 | | BigInteger256, [INFO] [stdout] ... | [INFO] [stdout] 28 | | "256" [INFO] [stdout] 29 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / impl_Fp!( [INFO] [stdout] 31 | | Fp320, [INFO] [stdout] 32 | | Fp320Parameters, [INFO] [stdout] 33 | | BigInteger320, [INFO] [stdout] ... | [INFO] [stdout] 36 | | "320" [INFO] [stdout] 37 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / impl_Fp!( [INFO] [stdout] 39 | | Fp384, [INFO] [stdout] 40 | | Fp384Parameters, [INFO] [stdout] 41 | | BigInteger384, [INFO] [stdout] ... | [INFO] [stdout] 44 | | "384" [INFO] [stdout] 45 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | / impl_Fp!( [INFO] [stdout] 47 | | Fp448, [INFO] [stdout] 48 | | Fp448Parameters, [INFO] [stdout] 49 | | BigInteger448, [INFO] [stdout] ... | [INFO] [stdout] 52 | | "448" [INFO] [stdout] 53 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / impl_Fp!( [INFO] [stdout] 55 | | Fp768, [INFO] [stdout] 56 | | Fp768Parameters, [INFO] [stdout] 57 | | BigInteger768, [INFO] [stdout] ... | [INFO] [stdout] 60 | | "768" [INFO] [stdout] 61 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hidden lifetime parameters in types are deprecated [INFO] [stdout] --> src/fields/macros.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] ::: src/fields/models/mod.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / impl_Fp!( [INFO] [stdout] 63 | | Fp832, [INFO] [stdout] 64 | | Fp832Parameters, [INFO] [stdout] 65 | | BigInteger832, [INFO] [stdout] ... | [INFO] [stdout] 68 | | "832" [INFO] [stdout] 69 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider using the `'_` lifetime [INFO] [stdout] | [INFO] [stdout] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.51s [INFO] running `Command { std: "docker" "inspect" "e723adea30bcd4561f02402f7e69d0628d0538dfe300c138e5759dbc98374968", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e723adea30bcd4561f02402f7e69d0628d0538dfe300c138e5759dbc98374968", kill_on_drop: false }` [INFO] [stdout] e723adea30bcd4561f02402f7e69d0628d0538dfe300c138e5759dbc98374968 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 128fba59d7fa8286c16a64214365530b2edf195100cb5a83876fbbc8e3d88a7c [INFO] running `Command { std: "docker" "start" "-a" "128fba59d7fa8286c16a64214365530b2edf195100cb5a83876fbbc8e3d88a7c", kill_on_drop: false }` [INFO] [stderr] warning: hidden lifetime parameters in types are deprecated [INFO] [stderr] --> src/fields/macros.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] ::: src/fields/models/mod.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | impl_Fp!(Fp64, Fp64Parameters, BigInteger64, BigInteger64, 1, "64"); [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:2:57 [INFO] [stderr] | [INFO] [stderr] 2 | #![warn(unused, future_incompatible, nonstandard_style, rust_2018_idioms)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(elided_lifetimes_in_paths)]` implied by `#[warn(rust_2018_idioms)]` [INFO] [stderr] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider using the `'_` lifetime [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hidden lifetime parameters in types are deprecated [INFO] [stderr] --> src/fields/macros.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] ::: src/fields/models/mod.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / impl_Fp!( [INFO] [stderr] 23 | | Fp256, [INFO] [stderr] 24 | | Fp256Parameters, [INFO] [stderr] 25 | | BigInteger256, [INFO] [stderr] ... | [INFO] [stderr] 28 | | "256" [INFO] [stderr] 29 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider using the `'_` lifetime [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hidden lifetime parameters in types are deprecated [INFO] [stderr] --> src/fields/macros.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] ::: src/fields/models/mod.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / impl_Fp!( [INFO] [stderr] 31 | | Fp320, [INFO] [stderr] 32 | | Fp320Parameters, [INFO] [stderr] 33 | | BigInteger320, [INFO] [stderr] ... | [INFO] [stderr] 36 | | "320" [INFO] [stderr] 37 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider using the `'_` lifetime [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hidden lifetime parameters in types are deprecated [INFO] [stderr] --> src/fields/macros.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] ::: src/fields/models/mod.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / impl_Fp!( [INFO] [stderr] 39 | | Fp384, [INFO] [stderr] 40 | | Fp384Parameters, [INFO] [stderr] 41 | | BigInteger384, [INFO] [stderr] ... | [INFO] [stderr] 44 | | "384" [INFO] [stderr] 45 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider using the `'_` lifetime [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hidden lifetime parameters in types are deprecated [INFO] [stderr] --> src/fields/macros.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] ::: src/fields/models/mod.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / impl_Fp!( [INFO] [stderr] 47 | | Fp448, [INFO] [stderr] 48 | | Fp448Parameters, [INFO] [stderr] 49 | | BigInteger448, [INFO] [stderr] ... | [INFO] [stderr] 52 | | "448" [INFO] [stderr] 53 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider using the `'_` lifetime [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hidden lifetime parameters in types are deprecated [INFO] [stderr] --> src/fields/macros.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] ::: src/fields/models/mod.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / impl_Fp!( [INFO] [stderr] 55 | | Fp768, [INFO] [stderr] 56 | | Fp768Parameters, [INFO] [stderr] 57 | | BigInteger768, [INFO] [stderr] ... | [INFO] [stderr] 60 | | "768" [INFO] [stderr] 61 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider using the `'_` lifetime [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hidden lifetime parameters in types are deprecated [INFO] [stderr] --> src/fields/macros.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] ::: src/fields/models/mod.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / impl_Fp!( [INFO] [stderr] 63 | | Fp832, [INFO] [stderr] 64 | | Fp832Parameters, [INFO] [stderr] 65 | | BigInteger832, [INFO] [stderr] ... | [INFO] [stderr] 68 | | "832" [INFO] [stderr] 69 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_Fp` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider using the `'_` lifetime [INFO] [stderr] | [INFO] [stderr] 93 | /// Represents an element of the prime field F_p, where `p == P::MODULUS`.<'_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `ark-ff` (lib) generated 7 warnings [INFO] [stderr] warning: `ark-ff` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ark_ff-b07269508ed789c1) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test biginteger::tests::test_biginteger256 ... ok [INFO] [stdout] test biginteger::tests::test_biginteger384 ... ok [INFO] [stdout] test bytes::test::test_macro ... ok [INFO] [stdout] test biginteger::tests::test_biginteger832 ... ok [INFO] [stdout] test biginteger::tests::test_biginteger448 ... ok [INFO] [stdout] test biginteger::tests::test_biginteger768 ... ok [INFO] [stdout] test biginteger::tests::test_biginteger128 ... ok [INFO] [stdout] test biginteger::tests::test_biginteger64 ... ok [INFO] [stdout] test bytes::test::test_macro_empty ... ok [INFO] [stdout] test test_field::fq::test_const_from_repr ... ok [INFO] [stdout] test fields::no_std_tests::test_from_into_biguint ... ok [INFO] [stdout] test fields::models::quadratic_extension::quad_ext_tests::test_from_base_prime_field_elements ... ok [INFO] [stdout] test fields::models::fp12_2over3over2::test::test_characteristic_square_mod_6_is_one ... ok [INFO] [stdout] test fields::models::cubic_extension::cube_ext_tests::test_from_base_prime_field_elements ... ok [INFO] [stdout] test fields::no_std_tests::test_batch_inversion ... ok [INFO] [stdout] test fields::no_std_tests::test_from_be_bytes_mod_order ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s [INFO] [stdout] [INFO] [stderr] Doc-tests ark-ff [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "128fba59d7fa8286c16a64214365530b2edf195100cb5a83876fbbc8e3d88a7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "128fba59d7fa8286c16a64214365530b2edf195100cb5a83876fbbc8e3d88a7c", kill_on_drop: false }` [INFO] [stdout] 128fba59d7fa8286c16a64214365530b2edf195100cb5a83876fbbc8e3d88a7c