[INFO] fetching crate rug 1.27.0... [INFO] checking rug-1.27.0 against master#191df20fcad9331d3a948aa8e8556775ec3fe69d for pr-133502-3 [INFO] extracting crate rug 1.27.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate rug 1.27.0 on toolchain 191df20fcad9331d3a948aa8e8556775ec3fe69d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+191df20fcad9331d3a948aa8e8556775ec3fe69d" "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-5-tc1/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" "+191df20fcad9331d3a948aa8e8556775ec3fe69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_test v1.0.176 [INFO] [stderr] Downloaded az v1.2.1 [INFO] [stderr] Downloaded syn v2.0.72 [INFO] [stderr] Downloaded gmp-mpfr-sys v1.6.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+191df20fcad9331d3a948aa8e8556775ec3fe69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d380a97cefceb6aea095521eccf12a1ce89941976c8e152a3698139bf12787f9 [INFO] running `Command { std: "docker" "start" "-a" "d380a97cefceb6aea095521eccf12a1ce89941976c8e152a3698139bf12787f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d380a97cefceb6aea095521eccf12a1ce89941976c8e152a3698139bf12787f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d380a97cefceb6aea095521eccf12a1ce89941976c8e152a3698139bf12787f9", kill_on_drop: false }` [INFO] [stdout] d380a97cefceb6aea095521eccf12a1ce89941976c8e152a3698139bf12787f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+191df20fcad9331d3a948aa8e8556775ec3fe69d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6bbe8a32f30734bb4445772677d74c9faf7f49737f371314e6762e2efb376150 [INFO] running `Command { std: "docker" "start" "-a" "6bbe8a32f30734bb4445772677d74c9faf7f49737f371314e6762e2efb376150", 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] Compiling serde_json v1.0.120 [INFO] [stderr] Checking serde_test v1.0.176 [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "6bbe8a32f30734bb4445772677d74c9faf7f49737f371314e6762e2efb376150", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bbe8a32f30734bb4445772677d74c9faf7f49737f371314e6762e2efb376150", kill_on_drop: false }` [INFO] [stdout] 6bbe8a32f30734bb4445772677d74c9faf7f49737f371314e6762e2efb376150