[INFO] fetching crate rug 1.27.0... [INFO] checking rug-1.27.0 against try#1d0e7c032bf9b905a3165592072b5cc63c491d50 for pr-133502-5 [INFO] extracting crate rug 1.27.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate rug 1.27.0 on toolchain 1d0e7c032bf9b905a3165592072b5cc63c491d50 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rug 1.27.0 [INFO] finished tweaking crates.io crate rug 1.27.0 [INFO] tweaked toml for crates.io crate rug 1.27.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate rug 1.27.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" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 360bb96bd2418f4ba0112649d75d578c48a6038d6a3f7f5fd43ac8d7a4cc682c [INFO] running `Command { std: "docker" "start" "-a" "360bb96bd2418f4ba0112649d75d578c48a6038d6a3f7f5fd43ac8d7a4cc682c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "360bb96bd2418f4ba0112649d75d578c48a6038d6a3f7f5fd43ac8d7a4cc682c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "360bb96bd2418f4ba0112649d75d578c48a6038d6a3f7f5fd43ac8d7a4cc682c", kill_on_drop: false }` [INFO] [stdout] 360bb96bd2418f4ba0112649d75d578c48a6038d6a3f7f5fd43ac8d7a4cc682c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21d363756043a8ad5252ac26cfcb3fde299531bd036dc03b0f19f0bffc0df0e4 [INFO] running `Command { std: "docker" "start" "-a" "21d363756043a8ad5252ac26cfcb3fde299531bd036dc03b0f19f0bffc0df0e4", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling gmp-mpfr-sys v1.6.4 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling rug v1.27.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_test v1.0.176 [INFO] [stderr] Checking serde_json v1.0.120 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1448:5 [INFO] [stdout] | [INFO] [stdout] 1448 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1466:5 [INFO] [stdout] | [INFO] [stdout] 1466 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1489:5 [INFO] [stdout] | [INFO] [stdout] 1489 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1519:5 [INFO] [stdout] | [INFO] [stdout] 1519 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1554:5 [INFO] [stdout] | [INFO] [stdout] 1554 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1574:5 [INFO] [stdout] | [INFO] [stdout] 1574 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1638:5 [INFO] [stdout] | [INFO] [stdout] 1638 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1448:5 [INFO] [stdout] | [INFO] [stdout] 1448 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1466:5 [INFO] [stdout] | [INFO] [stdout] 1466 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1489:5 [INFO] [stdout] | [INFO] [stdout] 1489 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1519:5 [INFO] [stdout] | [INFO] [stdout] 1519 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1554:5 [INFO] [stdout] | [INFO] [stdout] 1554 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1574:5 [INFO] [stdout] | [INFO] [stdout] 1574 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/integer/long64.rs:1638:5 [INFO] [stdout] | [INFO] [stdout] 1638 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/float/mini.rs:1205:38 [INFO] [stdout] | [INFO] [stdout] 1205 | let val: $Uns = unsafe { mem::transmute(val) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: replace this with: `f32::to_bits(val)` [INFO] [stdout] ... [INFO] [stdout] 1295 | from_float! { fn from_f32(f32); limbs_for_32(u32) } [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 `from_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/float/mini.rs:1205:38 [INFO] [stdout] | [INFO] [stdout] 1205 | let val: $Uns = unsafe { mem::transmute(val) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: replace this with: `f32::to_bits(val)` [INFO] [stdout] ... [INFO] [stdout] 1295 | from_float! { fn from_f32(f32); limbs_for_32(u32) } [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 `from_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/float/mini.rs:1205:38 [INFO] [stdout] | [INFO] [stdout] 1205 | let val: $Uns = unsafe { mem::transmute(val) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: replace this with: `f64::to_bits(val)` [INFO] [stdout] ... [INFO] [stdout] 1318 | from_float! { fn from_f64(f64); limbs_for_64(u64) } [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `from_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/float/mini.rs:1205:38 [INFO] [stdout] | [INFO] [stdout] 1205 | let val: $Uns = unsafe { mem::transmute(val) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: replace this with: `f64::to_bits(val)` [INFO] [stdout] ... [INFO] [stdout] 1318 | from_float! { fn from_f64(f64); limbs_for_64(u64) } [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `from_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s [INFO] running `Command { std: "docker" "inspect" "21d363756043a8ad5252ac26cfcb3fde299531bd036dc03b0f19f0bffc0df0e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21d363756043a8ad5252ac26cfcb3fde299531bd036dc03b0f19f0bffc0df0e4", kill_on_drop: false }` [INFO] [stdout] 21d363756043a8ad5252ac26cfcb3fde299531bd036dc03b0f19f0bffc0df0e4