[INFO] fetching crate gridiron 0.11.0...
[INFO] testing gridiron-0.11.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate gridiron 0.11.0 into /workspace/builds/worker-3-tc2/source
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate gridiron 0.11.0
[INFO] finished tweaking crates.io crate gridiron 0.11.0
[INFO] tweaked toml for crates.io crate gridiron 0.11.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gridiron 0.11.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gridiron 0.11.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44ffad058eed42c3fab9882ebefaa96d6ba0f6754f00ddde52942a167c34caf0
[INFO] running `Command { std: "docker" "start" "-a" "44ffad058eed42c3fab9882ebefaa96d6ba0f6754f00ddde52942a167c34caf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44ffad058eed42c3fab9882ebefaa96d6ba0f6754f00ddde52942a167c34caf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44ffad058eed42c3fab9882ebefaa96d6ba0f6754f00ddde52942a167c34caf0", kill_on_drop: false }`
[INFO] [stdout] 44ffad058eed42c3fab9882ebefaa96d6ba0f6754f00ddde52942a167c34caf0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d7701287178f53b5c5775568962d30ed2097a8d8676ba7f39fe96dfee2598f2
[INFO] running `Command { std: "docker" "start" "-a" "6d7701287178f53b5c5775568962d30ed2097a8d8676ba7f39fe96dfee2598f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling gridiron v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/digits/ff31.rs:712:33
[INFO] [stdout]     |
[INFO] [stdout] 712 |                   pub fn iter_bit(&self) -> FpBitIter<$classname> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / fp31!(
[INFO] [stdout]  15 | |     fp_480, // Name of mod
[INFO] [stdout]  16 | |     Fp480,  // Name of class
[INFO] [stdout]  17 | |     480,    // Number of bits for prime
[INFO] [stdout] ...   |
[INFO] [stdout]  49 | |     1345299673
[INFO] [stdout]  50 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `fp31` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 712 |                 pub fn iter_bit(&self) -> FpBitIter<'_, $classname> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/digits/ff31.rs:712:33
[INFO] [stdout]     |
[INFO] [stdout] 712 |                   pub fn iter_bit(&self) -> FpBitIter<$classname> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:53:1
[INFO] [stdout]     |
[INFO] [stdout]  53 | / fp31!(
[INFO] [stdout]  54 | |     fp_256, // Name of mod
[INFO] [stdout]  55 | |     Fp256,  // Name of class
[INFO] [stdout]  56 | |     256,    // Number of bits for prime
[INFO] [stdout] ...   |
[INFO] [stdout]  88 | |     2132269737
[INFO] [stdout]  89 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `fp31` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 712 |                 pub fn iter_bit(&self) -> FpBitIter<'_, $classname> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] running `Command { std: "docker" "inspect" "6d7701287178f53b5c5775568962d30ed2097a8d8676ba7f39fe96dfee2598f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d7701287178f53b5c5775568962d30ed2097a8d8676ba7f39fe96dfee2598f2", kill_on_drop: false }`
[INFO] [stdout] 6d7701287178f53b5c5775568962d30ed2097a8d8676ba7f39fe96dfee2598f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95a1eed768ff0cbdf4bbee850751e66a817af8b74d498757e96324ffdd1a63d9
[INFO] running `Command { std: "docker" "start" "-a" "95a1eed768ff0cbdf4bbee850751e66a817af8b74d498757e96324ffdd1a63d9", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling gridiron v0.11.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling half v2.7.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/digits/ff31.rs:712:33
[INFO] [stdout]     |
[INFO] [stdout] 712 |                   pub fn iter_bit(&self) -> FpBitIter<$classname> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / fp31!(
[INFO] [stdout]  15 | |     fp_480, // Name of mod
[INFO] [stdout]  16 | |     Fp480,  // Name of class
[INFO] [stdout]  17 | |     480,    // Number of bits for prime
[INFO] [stdout] ...   |
[INFO] [stdout]  49 | |     1345299673
[INFO] [stdout]  50 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `fp31` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 712 |                 pub fn iter_bit(&self) -> FpBitIter<'_, $classname> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/digits/ff31.rs:712:33
[INFO] [stdout]     |
[INFO] [stdout] 712 |                   pub fn iter_bit(&self) -> FpBitIter<$classname> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:53:1
[INFO] [stdout]     |
[INFO] [stdout]  53 | / fp31!(
[INFO] [stdout]  54 | |     fp_256, // Name of mod
[INFO] [stdout]  55 | |     Fp256,  // Name of class
[INFO] [stdout]  56 | |     256,    // Number of bits for prime
[INFO] [stdout] ...   |
[INFO] [stdout]  88 | |     2132269737
[INFO] [stdout]  89 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `fp31` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 712 |                 pub fn iter_bit(&self) -> FpBitIter<'_, $classname> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling proptest v1.8.0
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/digits/ff31.rs:712:33
[INFO] [stdout]     |
[INFO] [stdout] 712 |                   pub fn iter_bit(&self) -> FpBitIter<$classname> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / fp31!(
[INFO] [stdout]  15 | |     fp_480, // Name of mod
[INFO] [stdout]  16 | |     Fp480,  // Name of class
[INFO] [stdout]  17 | |     480,    // Number of bits for prime
[INFO] [stdout] ...   |
[INFO] [stdout]  49 | |     1345299673
[INFO] [stdout]  50 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `fp31` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 712 |                 pub fn iter_bit(&self) -> FpBitIter<'_, $classname> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/digits/ff31.rs:712:33
[INFO] [stdout]     |
[INFO] [stdout] 712 |                   pub fn iter_bit(&self) -> FpBitIter<$classname> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:53:1
[INFO] [stdout]     |
[INFO] [stdout]  53 | / fp31!(
[INFO] [stdout]  54 | |     fp_256, // Name of mod
[INFO] [stdout]  55 | |     Fp256,  // Name of class
[INFO] [stdout]  56 | |     256,    // Number of bits for prime
[INFO] [stdout] ...   |
[INFO] [stdout]  88 | |     2132269737
[INFO] [stdout]  89 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `fp31` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 712 |                 pub fn iter_bit(&self) -> FpBitIter<'_, $classname> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 3m 16s
[INFO] running `Command { std: "docker" "inspect" "95a1eed768ff0cbdf4bbee850751e66a817af8b74d498757e96324ffdd1a63d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95a1eed768ff0cbdf4bbee850751e66a817af8b74d498757e96324ffdd1a63d9", kill_on_drop: false }`
[INFO] [stdout] 95a1eed768ff0cbdf4bbee850751e66a817af8b74d498757e96324ffdd1a63d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 24716295a8d1beb16e349b471c2acd2bf944e6386e5bd99380279c043785d3fe
[INFO] running `Command { std: "docker" "start" "-a" "24716295a8d1beb16e349b471c2acd2bf944e6386e5bd99380279c043785d3fe", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/digits/ff31.rs:712:33
[INFO] [stderr]     |
[INFO] [stderr] 712 |                   pub fn iter_bit(&self) -> FpBitIter<$classname> {
[INFO] [stderr]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:14:1
[INFO] [stderr]     |
[INFO] [stderr]  14 | / fp31!(
[INFO] [stderr]  15 | |     fp_480, // Name of mod
[INFO] [stderr]  16 | |     Fp480,  // Name of class
[INFO] [stderr]  17 | |     480,    // Number of bits for prime
[INFO] [stderr] ...   |
[INFO] [stderr]  49 | |     1345299673
[INFO] [stderr]  50 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `fp31` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 712 |                 pub fn iter_bit(&self) -> FpBitIter<'_, $classname> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/digits/ff31.rs:712:33
[INFO] [stderr]     |
[INFO] [stderr] 712 |                   pub fn iter_bit(&self) -> FpBitIter<$classname> {
[INFO] [stderr]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:53:1
[INFO] [stderr]     |
[INFO] [stderr]  53 | / fp31!(
[INFO] [stderr]  54 | |     fp_256, // Name of mod
[INFO] [stderr]  55 | |     Fp256,  // Name of class
[INFO] [stderr]  56 | |     256,    // Number of bits for prime
[INFO] [stderr] ...   |
[INFO] [stderr]  88 | |     2132269737
[INFO] [stderr]  89 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `fp31` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 712 |                 pub fn iter_bit(&self) -> FpBitIter<'_, $classname> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: `gridiron` (lib) generated 2 warnings (run `cargo fix --lib -p gridiron` to apply 2 suggestions)
[INFO] [stderr] warning: `gridiron` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gridiron-96304421562485e1)
[INFO] [stdout] 
[INFO] [stdout] running 93 tests
[INFO] [stdout] test digits::constant_time_primitives::tests::const_ge ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::const_eq ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::const_lt ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::const_le ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::const_ordering ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::const_gt ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::u64_const_gt ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::u64_const_eq ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::u64_const_abs ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::u64_const_eq0 ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::u64_const_gte ... ok
[INFO] [stdout] test fp_256::tests::commutative ... ok
[INFO] [stdout] test fp_256::tests::default_is_zero ... ok
[INFO] [stdout] test fp_256::tests::double_end_iter_next_back_bounds ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::u64_const_lt ... ok
[INFO] [stdout] test fp_256::tests::from_bytes_roundtrip ... ok
[INFO] [stdout] test fp_256::tests::add_equals_mult ... ok
[INFO] [stdout] test fp_256::tests::distributive ... ok
[INFO] [stdout] test fp_256::tests::associative ... ok
[INFO] [stdout] test digits::constant_time_primitives::tests::u64_const_lte ... ok
[INFO] [stdout] test fp_256::tests::div_zero_by_anything_should_be_zero ... ok
[INFO] [stdout] test fp_256::tests::from_u32 ... ok
[INFO] [stdout] test fp_256::tests::identity ... ok
[INFO] [stdout] test fp_256::tests::monty_neg_works ... ok
[INFO] [stdout] test fp_256::tests::monty_inv_same_as_div ... ok
[INFO] [stdout] test fp_256::tests::monty_add_assign_works ... ok
[INFO] [stdout] test fp_256::tests::monty_sub_assign_works ... ok
[INFO] [stdout] test fp_256::tests::monty_add_works ... ok
[INFO] [stdout] test fp_256::tests::monty_mult_equals_normal ... ok
[INFO] [stdout] test fp_256::tests::monty_zero_is_additive_ident ... ok
[INFO] [stdout] test fp_256::tests::monty_sub_works ... ok
[INFO] [stdout] test fp_256::tests::monty_times_normal_equals_normal ... ok
[INFO] [stdout] test fp_256::tests::monty_one_is_mul_ident ... ok
[INFO] [stdout] test fp_256::tests::pow_equals_mult ... ok
[INFO] [stdout] test fp_256::tests::neg ... ok
[INFO] [stdout] test fp_256::tests::normal_times_monty_equals_normal ... ok
[INFO] [stdout] test fp_256::tests::mul_equals_div_numerator_can_be_zero ... ok
[INFO] [stdout] test fp_256::tests::monty_div_same_as_div ... ok
[INFO] [stdout] test fp_256::tests::mul_equals_div ... ok
[INFO] [stdout] test fp_256::tests::swap_if_constant_false ... ok
[INFO] [stdout] test fp_256::tests::swap_if_constant_true ... ok
[INFO] [stdout] test fp_480::tests::add_equals_mult ... ok
[INFO] [stdout] test fp_256::tests::zero ... ok
[INFO] [stdout] test fp_480::tests::default_is_zero ... ok
[INFO] [stdout] test fp_256::tests::to_monty_roundtrip_to_norm ... ok
[INFO] [stdout] test fp_480::tests::commutative ... ok
[INFO] [stdout] test fp_480::tests::associative ... ok
[INFO] [stdout] test fp_480::tests::double_end_iter_next_back_bounds ... ok
[INFO] [stdout] test fp_480::tests::from_u32 ... ok
[INFO] [stdout] test fp_480::tests::from_bytes_roundtrip ... ok
[INFO] [stdout] test fp_480::tests::distributive ... ok
[INFO] [stdout] test fp_480::tests::identity ... ok
[INFO] [stdout] test fp_480::tests::div_zero_by_anything_should_be_zero ... ok
[INFO] [stdout] test fp_480::tests::monty_mult_equals_normal ... ok
[INFO] [stdout] test fp_480::tests::monty_add_works ... ok
[INFO] [stdout] test fp_256::tests::pow_for_class_equals_pow_u32 ... ok
[INFO] [stdout] test fp_480::tests::monty_neg_works ... ok
[INFO] [stdout] test fp_480::tests::monty_sub_assign_works ... ok
[INFO] [stdout] test fp_480::tests::monty_sub_works ... ok
[INFO] [stdout] test fp_480::tests::monty_div_same_as_div ... ok
[INFO] [stdout] test fp_480::tests::monty_inv_same_as_div ... ok
[INFO] [stdout] test fp_480::tests::monty_one_is_mul_ident ... ok
[INFO] [stdout] test fp_480::tests::monty_add_assign_works ... ok
[INFO] [stdout] test fp_480::tests::monty_zero_is_additive_ident ... ok
[INFO] [stdout] test fp_480::tests::monty_times_normal_equals_normal ... ok
[INFO] [stdout] test fp_480::tests::neg ... ok
[INFO] [stdout] test fp_480::tests::normal_times_monty_equals_normal ... ok
[INFO] [stdout] test fp_480::tests::swap_if_constant_true ... ok
[INFO] [stdout] test fp_480::tests::swap_if_constant_false ... ok
[INFO] [stdout] test fp_480::tests::mul_equals_div_numerator_can_be_zero ... ok
[INFO] [stdout] test fp_480::tests::to_monty_roundtrip_to_norm ... ok
[INFO] [stdout] test lib::fp256_from_bytes_should_mod ... ok
[INFO] [stdout] test lib::debug_hex_output_test256 ... ok
[INFO] [stdout] test fp_480::tests::mul_equals_div ... ok
[INFO] [stdout] test lib::fp_256_31_normalize_prime_minus_1 ... ok
[INFO] [stdout] test lib::fp_256_31_normalize_prime_plus_1 ... ok
[INFO] [stdout] test lib::hex_dec_print ... ok
[INFO] [stdout] test lib::mont_mult1 ... ok
[INFO] [stdout] test lib::mont_mult2 ... ok
[INFO] [stdout] test lib::mul_precalc ... ok
[INFO] [stdout] test lib::neg_test256 ... ok
[INFO] [stdout] test lib::static_add_31_bit ... ok
[INFO] [stdout] test lib::static_co_reduce_256_bit ... ok
[INFO] [stdout] test lib::static_div_31_bit ... ok
[INFO] [stdout] test lib::test_from_sha_static_480 ... ok
[INFO] [stdout] test lib::test_from_sha_static ... ok
[INFO] [stdout] test lib::zero1 ... ok
[INFO] [stdout] test fp_480::tests::zero ... ok
[INFO] [stdout] test fp_480::tests::pow_equals_mult ... ok
[INFO] [stdout] test lib::fp256_to_bytes_known_good_value ... ok
[INFO] [stdout] test fp_256::tests::div_by_zero_should_panic ... ok
[INFO] [stdout] test fp_480::tests::div_by_zero_should_panic ... ok
[INFO] [stdout] test fp_480::tests::pow_for_class_equals_pow_u32 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gridiron
[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" "24716295a8d1beb16e349b471c2acd2bf944e6386e5bd99380279c043785d3fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24716295a8d1beb16e349b471c2acd2bf944e6386e5bd99380279c043785d3fe", kill_on_drop: false }`
[INFO] [stdout] 24716295a8d1beb16e349b471c2acd2bf944e6386e5bd99380279c043785d3fe
