[INFO] fetching crate vax-floating 0.2.0...
[INFO] testing vax-floating-0.2.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate vax-floating 0.2.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate vax-floating 0.2.0
[INFO] finished tweaking crates.io crate vax-floating 0.2.0
[INFO] tweaked toml for crates.io crate vax-floating 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vax-floating 0.2.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 131 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.8.2)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] acc27754c4a660e92ff4f1a3757a47169a2990e2adb647cc99027a26033b588e
[INFO] running `Command { std: "docker" "start" "-a" "acc27754c4a660e92ff4f1a3757a47169a2990e2adb647cc99027a26033b588e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acc27754c4a660e92ff4f1a3757a47169a2990e2adb647cc99027a26033b588e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acc27754c4a660e92ff4f1a3757a47169a2990e2adb647cc99027a26033b588e", kill_on_drop: false }`
[INFO] [stdout] acc27754c4a660e92ff4f1a3757a47169a2990e2adb647cc99027a26033b588e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71314fcb3e633d9fce1466effd81dc9369445beb45ba4d64e63f840522128130
[INFO] running `Command { std: "docker" "start" "-a" "71314fcb3e633d9fce1466effd81dc9369445beb45ba4d64e63f840522128130", kill_on_drop: false }`
[INFO] [stderr]    Compiling forward_ref v1.0.0
[INFO] [stderr]    Compiling vax-floating v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2147 | / vfp_impl!{
[INFO] [stdout] 2148 | |     FracT = u32,
[INFO] [stdout] 2149 | |     SignedT = i32,
[INFO] [stdout] 2150 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f32::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2147 | / vfp_impl!{
[INFO] [stdout] 2148 | |     FracT = u32,
[INFO] [stdout] 2149 | |     SignedT = i32,
[INFO] [stdout] 2150 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f32::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2147 | / vfp_impl!{
[INFO] [stdout] 2148 | |     FracT = u32,
[INFO] [stdout] 2149 | |     SignedT = i32,
[INFO] [stdout] 2150 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f32::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f32::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f32::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f32::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f64::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f64::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f64::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f32::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f32::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f32::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f64::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f64::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f64::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
[INFO] running `Command { std: "docker" "inspect" "71314fcb3e633d9fce1466effd81dc9369445beb45ba4d64e63f840522128130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71314fcb3e633d9fce1466effd81dc9369445beb45ba4d64e63f840522128130", kill_on_drop: false }`
[INFO] [stdout] 71314fcb3e633d9fce1466effd81dc9369445beb45ba4d64e63f840522128130
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f236a2944c67accdeadb9d90ddda4450154c4ee6ab0000f6683c6ebe810a1cdf
[INFO] running `Command { std: "docker" "start" "-a" "f236a2944c67accdeadb9d90ddda4450154c4ee6ab0000f6683c6ebe810a1cdf", kill_on_drop: false }`
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2147 | / vfp_impl!{
[INFO] [stdout] 2148 | |     FracT = u32,
[INFO] [stdout] 2149 | |     SignedT = i32,
[INFO] [stdout] 2150 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f32::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2147 | / vfp_impl!{
[INFO] [stdout] 2148 | |     FracT = u32,
[INFO] [stdout] 2149 | |     SignedT = i32,
[INFO] [stdout] 2150 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f32::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2147 | / vfp_impl!{
[INFO] [stdout] 2148 | |     FracT = u32,
[INFO] [stdout] 2149 | |     SignedT = i32,
[INFO] [stdout] 2150 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f32::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f32::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f32::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f32::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f64::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f64::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2152 | / vfp_impl!{
[INFO] [stdout] 2153 | |     FracT = u64,
[INFO] [stdout] 2154 | |     SignedT = i64,
[INFO] [stdout] 2155 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f64::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f32::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f32::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f32::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1800:33
[INFO] [stdout]      |
[INFO] [stdout] 1800 |               let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1800 -             let bits = unsafe { std::mem::transmute::<$fx, $fu>(fp) };
[INFO] [stdout] 1800 +             let bits = unsafe { f64::to_bits(fp) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1860:48
[INFO] [stdout]      |
[INFO] [stdout] 1860 |               const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1860 -             const MAX_NEGATIVE: $fx = unsafe { std::mem::transmute::<$fu, $fx>(SIGN+1) };
[INFO] [stdout] 1860 +             const MAX_NEGATIVE: $fx = unsafe { f64::from_bits(SIGN+1) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]     --> src/arithmetic.rs:1915:34
[INFO] [stdout]      |
[INFO] [stdout] 1915 |                           unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2157 | / vfp_impl!{
[INFO] [stdout] 2158 | |     FracT = u128,
[INFO] [stdout] 2159 | |     SignedT = i128,
[INFO] [stdout] 2160 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `to_from_rust_fp_impl` which comes from the expansion of the macro `vfp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]      |
[INFO] [stdout] 1915 -                         unsafe { std::mem::transmute::<$fu, $fx>(bits) }
[INFO] [stdout] 1915 +                         unsafe { f64::from_bits(bits) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling vax-floating v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: the method `gen` exists for mutable reference `&mut TestRng`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/proptest.rs:421:34
[INFO] [stdout]     |
[INFO] [stdout] 421 |                       runner.rng().gen();
[INFO] [stdout]     |                                    ^^^ method cannot be called on `&mut TestRng` due to unsatisfied trait bounds
[INFO] [stdout] ...
[INFO] [stdout] 713 | / proptest_impl!{
[INFO] [stdout] 714 | |     Self = FFloating,
[INFO] [stdout] 715 | |     Strategy = FFloatingStrategy,
[INFO] [stdout] 716 | |     ActualT = u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 719 | |     Mod = f_floating,
[INFO] [stdout] 720 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/test_runner/rng.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   pub struct TestRng {
[INFO] [stdout]     |   ------------------ doesn't satisfy `TestRng: rand::RngCore` or `TestRng: rand::Rng`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `TestRng: rand::RngCore`
[INFO] [stdout]             which is required by `TestRng: rand::Rng`
[INFO] [stdout]             `&mut TestRng: rand::RngCore`
[INFO] [stdout]             which is required by `&mut TestRng: rand::Rng`
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `float_any` which comes from the expansion of the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `Rng` which provides `gen` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 508 +             use proptest::prelude::Rng;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestRng: rand::Rng` is not satisfied
[INFO] [stdout]    --> src/proptest.rs:576:71
[INFO] [stdout]     |
[INFO] [stdout] 576 |                           Uniform::new_inclusive(lo_int, hi_int).sample(runner.rng())
[INFO] [stdout]     |                                                                  ------ ^^^^^^^^^^^^ the trait `rand::RngCore` is not implemented for `TestRng`
[INFO] [stdout]     |                                                                  |
[INFO] [stdout]     |                                                                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 713 | / proptest_impl!{
[INFO] [stdout] 714 | |     Self = FFloating,
[INFO] [stdout] 715 | |     Strategy = FFloatingStrategy,
[INFO] [stdout] 716 | |     ActualT = u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 719 | |     Mod = f_floating,
[INFO] [stdout] 720 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub trait RngCore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub trait RngCore {
[INFO] [stdout]     | -----------------
[INFO] [stdout]     | |
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `rand::RngCore`:
[INFO] [stdout]               &'a mut R
[INFO] [stdout]               Box<R>
[INFO] [stdout]               OsRng
[INFO] [stdout]               ReadRng<R>
[INFO] [stdout]               ReseedingRng<R, Rsdr>
[INFO] [stdout]               StdRng
[INFO] [stdout]               StepRng
[INFO] [stdout]               ThreadRng
[INFO] [stdout]             and 5 others
[INFO] [stdout]     = note: required for `TestRng` to implement `rand::Rng`
[INFO] [stdout] note: required by a bound in `rand::distributions::Distribution::sample`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/distributions/distribution.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |     fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> T;
[INFO] [stdout]     |                  ^^^ required by this bound in `Distribution::sample`
[INFO] [stdout]     = note: this error originates in the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestRng: rand::Rng` is not satisfied
[INFO] [stdout]    --> src/proptest.rs:579:61
[INFO] [stdout]     |
[INFO] [stdout] 579 |                           Uniform::new(lo_int, hi_int).sample(runner.rng())
[INFO] [stdout]     |                                                        ------ ^^^^^^^^^^^^ the trait `rand::RngCore` is not implemented for `TestRng`
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 713 | / proptest_impl!{
[INFO] [stdout] 714 | |     Self = FFloating,
[INFO] [stdout] 715 | |     Strategy = FFloatingStrategy,
[INFO] [stdout] 716 | |     ActualT = u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 719 | |     Mod = f_floating,
[INFO] [stdout] 720 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub trait RngCore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub trait RngCore {
[INFO] [stdout]     | -----------------
[INFO] [stdout]     | |
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `rand::RngCore`:
[INFO] [stdout]               &'a mut R
[INFO] [stdout]               Box<R>
[INFO] [stdout]               OsRng
[INFO] [stdout]               ReadRng<R>
[INFO] [stdout]               ReseedingRng<R, Rsdr>
[INFO] [stdout]               StdRng
[INFO] [stdout]               StepRng
[INFO] [stdout]               ThreadRng
[INFO] [stdout]             and 5 others
[INFO] [stdout]     = note: required for `TestRng` to implement `rand::Rng`
[INFO] [stdout] note: required by a bound in `rand::distributions::Distribution::sample`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/distributions/distribution.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |     fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> T;
[INFO] [stdout]     |                  ^^^ required by this bound in `Distribution::sample`
[INFO] [stdout]     = note: this error originates in the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `gen` exists for mutable reference `&mut TestRng`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/proptest.rs:421:34
[INFO] [stdout]     |
[INFO] [stdout] 421 |                       runner.rng().gen();
[INFO] [stdout]     |                                    ^^^ method cannot be called on `&mut TestRng` due to unsatisfied trait bounds
[INFO] [stdout] ...
[INFO] [stdout] 722 | / proptest_impl!{
[INFO] [stdout] 723 | |     Self = DFloating,
[INFO] [stdout] 724 | |     Strategy = DFloatingStrategy,
[INFO] [stdout] 725 | |     ActualT = u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 728 | |     Mod = d_floating,
[INFO] [stdout] 729 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/test_runner/rng.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   pub struct TestRng {
[INFO] [stdout]     |   ------------------ doesn't satisfy `TestRng: rand::RngCore` or `TestRng: rand::Rng`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `TestRng: rand::RngCore`
[INFO] [stdout]             which is required by `TestRng: rand::Rng`
[INFO] [stdout]             `&mut TestRng: rand::RngCore`
[INFO] [stdout]             which is required by `&mut TestRng: rand::Rng`
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `float_any` which comes from the expansion of the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `Rng` which provides `gen` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 508 +             use proptest::prelude::Rng;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestRng: rand::Rng` is not satisfied
[INFO] [stdout]    --> src/proptest.rs:576:71
[INFO] [stdout]     |
[INFO] [stdout] 576 |                           Uniform::new_inclusive(lo_int, hi_int).sample(runner.rng())
[INFO] [stdout]     |                                                                  ------ ^^^^^^^^^^^^ the trait `rand::RngCore` is not implemented for `TestRng`
[INFO] [stdout]     |                                                                  |
[INFO] [stdout]     |                                                                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 722 | / proptest_impl!{
[INFO] [stdout] 723 | |     Self = DFloating,
[INFO] [stdout] 724 | |     Strategy = DFloatingStrategy,
[INFO] [stdout] 725 | |     ActualT = u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 728 | |     Mod = d_floating,
[INFO] [stdout] 729 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub trait RngCore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub trait RngCore {
[INFO] [stdout]     | -----------------
[INFO] [stdout]     | |
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `rand::RngCore`:
[INFO] [stdout]               &'a mut R
[INFO] [stdout]               Box<R>
[INFO] [stdout]               OsRng
[INFO] [stdout]               ReadRng<R>
[INFO] [stdout]               ReseedingRng<R, Rsdr>
[INFO] [stdout]               StdRng
[INFO] [stdout]               StepRng
[INFO] [stdout]               ThreadRng
[INFO] [stdout]             and 5 others
[INFO] [stdout]     = note: required for `TestRng` to implement `rand::Rng`
[INFO] [stdout] note: required by a bound in `rand::distributions::Distribution::sample`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/distributions/distribution.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |     fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> T;
[INFO] [stdout]     |                  ^^^ required by this bound in `Distribution::sample`
[INFO] [stdout]     = note: this error originates in the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestRng: rand::Rng` is not satisfied
[INFO] [stdout]    --> src/proptest.rs:579:61
[INFO] [stdout]     |
[INFO] [stdout] 579 |                           Uniform::new(lo_int, hi_int).sample(runner.rng())
[INFO] [stdout]     |                                                        ------ ^^^^^^^^^^^^ the trait `rand::RngCore` is not implemented for `TestRng`
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 722 | / proptest_impl!{
[INFO] [stdout] 723 | |     Self = DFloating,
[INFO] [stdout] 724 | |     Strategy = DFloatingStrategy,
[INFO] [stdout] 725 | |     ActualT = u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 728 | |     Mod = d_floating,
[INFO] [stdout] 729 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub trait RngCore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub trait RngCore {
[INFO] [stdout]     | -----------------
[INFO] [stdout]     | |
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `rand::RngCore`:
[INFO] [stdout]               &'a mut R
[INFO] [stdout]               Box<R>
[INFO] [stdout]               OsRng
[INFO] [stdout]               ReadRng<R>
[INFO] [stdout]               ReseedingRng<R, Rsdr>
[INFO] [stdout]               StdRng
[INFO] [stdout]               StepRng
[INFO] [stdout]               ThreadRng
[INFO] [stdout]             and 5 others
[INFO] [stdout]     = note: required for `TestRng` to implement `rand::Rng`
[INFO] [stdout] note: required by a bound in `rand::distributions::Distribution::sample`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/distributions/distribution.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |     fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> T;
[INFO] [stdout]     |                  ^^^ required by this bound in `Distribution::sample`
[INFO] [stdout]     = note: this error originates in the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `gen` exists for mutable reference `&mut TestRng`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/proptest.rs:421:34
[INFO] [stdout]     |
[INFO] [stdout] 421 |                       runner.rng().gen();
[INFO] [stdout]     |                                    ^^^ method cannot be called on `&mut TestRng` due to unsatisfied trait bounds
[INFO] [stdout] ...
[INFO] [stdout] 731 | / proptest_impl!{
[INFO] [stdout] 732 | |     Self = GFloating,
[INFO] [stdout] 733 | |     Strategy = GFloatingStrategy,
[INFO] [stdout] 734 | |     ActualT = u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 737 | |     Mod = g_floating,
[INFO] [stdout] 738 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/test_runner/rng.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   pub struct TestRng {
[INFO] [stdout]     |   ------------------ doesn't satisfy `TestRng: rand::RngCore` or `TestRng: rand::Rng`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `TestRng: rand::RngCore`
[INFO] [stdout]             which is required by `TestRng: rand::Rng`
[INFO] [stdout]             `&mut TestRng: rand::RngCore`
[INFO] [stdout]             which is required by `&mut TestRng: rand::Rng`
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `float_any` which comes from the expansion of the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `Rng` which provides `gen` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 508 +             use proptest::prelude::Rng;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestRng: rand::Rng` is not satisfied
[INFO] [stdout]    --> src/proptest.rs:576:71
[INFO] [stdout]     |
[INFO] [stdout] 576 |                           Uniform::new_inclusive(lo_int, hi_int).sample(runner.rng())
[INFO] [stdout]     |                                                                  ------ ^^^^^^^^^^^^ the trait `rand::RngCore` is not implemented for `TestRng`
[INFO] [stdout]     |                                                                  |
[INFO] [stdout]     |                                                                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 731 | / proptest_impl!{
[INFO] [stdout] 732 | |     Self = GFloating,
[INFO] [stdout] 733 | |     Strategy = GFloatingStrategy,
[INFO] [stdout] 734 | |     ActualT = u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 737 | |     Mod = g_floating,
[INFO] [stdout] 738 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub trait RngCore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub trait RngCore {
[INFO] [stdout]     | -----------------
[INFO] [stdout]     | |
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `rand::RngCore`:
[INFO] [stdout]               &'a mut R
[INFO] [stdout]               Box<R>
[INFO] [stdout]               OsRng
[INFO] [stdout]               ReadRng<R>
[INFO] [stdout]               ReseedingRng<R, Rsdr>
[INFO] [stdout]               StdRng
[INFO] [stdout]               StepRng
[INFO] [stdout]               ThreadRng
[INFO] [stdout]             and 5 others
[INFO] [stdout]     = note: required for `TestRng` to implement `rand::Rng`
[INFO] [stdout] note: required by a bound in `rand::distributions::Distribution::sample`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/distributions/distribution.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |     fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> T;
[INFO] [stdout]     |                  ^^^ required by this bound in `Distribution::sample`
[INFO] [stdout]     = note: this error originates in the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestRng: rand::Rng` is not satisfied
[INFO] [stdout]    --> src/proptest.rs:579:61
[INFO] [stdout]     |
[INFO] [stdout] 579 |                           Uniform::new(lo_int, hi_int).sample(runner.rng())
[INFO] [stdout]     |                                                        ------ ^^^^^^^^^^^^ the trait `rand::RngCore` is not implemented for `TestRng`
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 731 | / proptest_impl!{
[INFO] [stdout] 732 | |     Self = GFloating,
[INFO] [stdout] 733 | |     Strategy = GFloatingStrategy,
[INFO] [stdout] 734 | |     ActualT = u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 737 | |     Mod = g_floating,
[INFO] [stdout] 738 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub trait RngCore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub trait RngCore {
[INFO] [stdout]     | -----------------
[INFO] [stdout]     | |
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `rand::RngCore`:
[INFO] [stdout]               &'a mut R
[INFO] [stdout]               Box<R>
[INFO] [stdout]               OsRng
[INFO] [stdout]               ReadRng<R>
[INFO] [stdout]               ReseedingRng<R, Rsdr>
[INFO] [stdout]               StdRng
[INFO] [stdout]               StepRng
[INFO] [stdout]               ThreadRng
[INFO] [stdout]             and 5 others
[INFO] [stdout]     = note: required for `TestRng` to implement `rand::Rng`
[INFO] [stdout] note: required by a bound in `rand::distributions::Distribution::sample`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/distributions/distribution.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |     fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> T;
[INFO] [stdout]     |                  ^^^ required by this bound in `Distribution::sample`
[INFO] [stdout]     = note: this error originates in the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `gen` exists for mutable reference `&mut TestRng`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/proptest.rs:421:34
[INFO] [stdout]     |
[INFO] [stdout] 421 |                       runner.rng().gen();
[INFO] [stdout]     |                                    ^^^ method cannot be called on `&mut TestRng` due to unsatisfied trait bounds
[INFO] [stdout] ...
[INFO] [stdout] 740 | / proptest_impl!{
[INFO] [stdout] 741 | |     Self = HFloating,
[INFO] [stdout] 742 | |     Strategy = HFloatingStrategy,
[INFO] [stdout] 743 | |     ActualT = u128,
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |     Mod = h_floating,
[INFO] [stdout] 747 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/test_runner/rng.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 |   pub struct TestRng {
[INFO] [stdout]     |   ------------------ doesn't satisfy `TestRng: rand::RngCore` or `TestRng: rand::Rng`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `TestRng: rand::RngCore`
[INFO] [stdout]             which is required by `TestRng: rand::Rng`
[INFO] [stdout]             `&mut TestRng: rand::RngCore`
[INFO] [stdout]             which is required by `&mut TestRng: rand::Rng`
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: this error originates in the macro `float_any` which comes from the expansion of the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: trait `Rng` which provides `gen` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 508 +             use proptest::prelude::Rng;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestRng: rand::Rng` is not satisfied
[INFO] [stdout]    --> src/proptest.rs:576:71
[INFO] [stdout]     |
[INFO] [stdout] 576 |                           Uniform::new_inclusive(lo_int, hi_int).sample(runner.rng())
[INFO] [stdout]     |                                                                  ------ ^^^^^^^^^^^^ the trait `rand::RngCore` is not implemented for `TestRng`
[INFO] [stdout]     |                                                                  |
[INFO] [stdout]     |                                                                  required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 740 | / proptest_impl!{
[INFO] [stdout] 741 | |     Self = HFloating,
[INFO] [stdout] 742 | |     Strategy = HFloatingStrategy,
[INFO] [stdout] 743 | |     ActualT = u128,
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |     Mod = h_floating,
[INFO] [stdout] 747 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub trait RngCore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub trait RngCore {
[INFO] [stdout]     | -----------------
[INFO] [stdout]     | |
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `rand::RngCore`:
[INFO] [stdout]               &'a mut R
[INFO] [stdout]               Box<R>
[INFO] [stdout]               OsRng
[INFO] [stdout]               ReadRng<R>
[INFO] [stdout]               ReseedingRng<R, Rsdr>
[INFO] [stdout]               StdRng
[INFO] [stdout]               StepRng
[INFO] [stdout]               ThreadRng
[INFO] [stdout]             and 5 others
[INFO] [stdout]     = note: required for `TestRng` to implement `rand::Rng`
[INFO] [stdout] note: required by a bound in `rand::distributions::Distribution::sample`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/distributions/distribution.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |     fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> T;
[INFO] [stdout]     |                  ^^^ required by this bound in `Distribution::sample`
[INFO] [stdout]     = note: this error originates in the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TestRng: rand::Rng` is not satisfied
[INFO] [stdout]    --> src/proptest.rs:579:61
[INFO] [stdout]     |
[INFO] [stdout] 579 |                           Uniform::new(lo_int, hi_int).sample(runner.rng())
[INFO] [stdout]     |                                                        ------ ^^^^^^^^^^^^ the trait `rand::RngCore` is not implemented for `TestRng`
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        required by a bound introduced by this call
[INFO] [stdout] ...
[INFO] [stdout] 740 | / proptest_impl!{
[INFO] [stdout] 741 | |     Self = HFloating,
[INFO] [stdout] 742 | |     Strategy = HFloatingStrategy,
[INFO] [stdout] 743 | |     ActualT = u128,
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |     Mod = h_floating,
[INFO] [stdout] 747 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub trait RngCore {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub trait RngCore {
[INFO] [stdout]     | -----------------
[INFO] [stdout]     | |
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     | this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `rand::RngCore`:
[INFO] [stdout]               &'a mut R
[INFO] [stdout]               Box<R>
[INFO] [stdout]               OsRng
[INFO] [stdout]               ReadRng<R>
[INFO] [stdout]               ReseedingRng<R, Rsdr>
[INFO] [stdout]               StdRng
[INFO] [stdout]               StepRng
[INFO] [stdout]               ThreadRng
[INFO] [stdout]             and 5 others
[INFO] [stdout]     = note: required for `TestRng` to implement `rand::Rng`
[INFO] [stdout] note: required by a bound in `rand::distributions::Distribution::sample`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/distributions/distribution.rs:37:18
[INFO] [stdout]     |
[INFO] [stdout]  37 |     fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> T;
[INFO] [stdout]     |                  ^^^ required by this bound in `Distribution::sample`
[INFO] [stdout]     = note: this error originates in the macro `proptest_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vax-floating` (lib test) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "f236a2944c67accdeadb9d90ddda4450154c4ee6ab0000f6683c6ebe810a1cdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f236a2944c67accdeadb9d90ddda4450154c4ee6ab0000f6683c6ebe810a1cdf", kill_on_drop: false }`
[INFO] [stdout] f236a2944c67accdeadb9d90ddda4450154c4ee6ab0000f6683c6ebe810a1cdf
