[INFO] fetching crate interval-map 0.1.1... [INFO] checking interval-map-0.1.1 against master#8e47113d71ed3922084571d70deba661f0a20001 for pr-116357-1 [INFO] extracting crate interval-map 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate interval-map 0.1.1 on toolchain 8e47113d71ed3922084571d70deba661f0a20001 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8e47113d71ed3922084571d70deba661f0a20001" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain [INFO] started tweaking crates.io crate interval-map 0.1.1 [INFO] finished tweaking crates.io crate interval-map 0.1.1 [INFO] tweaked toml for crates.io crate interval-map 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8e47113d71ed3922084571d70deba661f0a20001" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8e47113d71ed3922084571d70deba661f0a20001" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+8e47113d71ed3922084571d70deba661f0a20001" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efe8964a6b4bea84c65617317b96fcdd83ab2c067e9c9c06e2da3799dd1c14b1 [INFO] running `Command { std: "docker" "start" "-a" "efe8964a6b4bea84c65617317b96fcdd83ab2c067e9c9c06e2da3799dd1c14b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efe8964a6b4bea84c65617317b96fcdd83ab2c067e9c9c06e2da3799dd1c14b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efe8964a6b4bea84c65617317b96fcdd83ab2c067e9c9c06e2da3799dd1c14b1", kill_on_drop: false }` [INFO] [stdout] efe8964a6b4bea84c65617317b96fcdd83ab2c067e9c9c06e2da3799dd1c14b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+8e47113d71ed3922084571d70deba661f0a20001" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 006f2e04cb60e54180f0c83e962f1fba9db835fbf78204401b5441f26903dafa [INFO] running `Command { std: "docker" "start" "-a" "006f2e04cb60e54180f0c83e962f1fba9db835fbf78204401b5441f26903dafa", kill_on_drop: false }` [INFO] [stderr] Checking interval-map v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: implementations of `PartialEq>` for `Interval<_>` will conflict in the future [INFO] [stdout] --> src/interval_map.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone, Eq, PartialEq, Debug, Hash)] [INFO] [stdout] | --------- the second impl is here [INFO] [stdout] ... [INFO] [stdout] 88 | impl PartialEq for Interval [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the first impl is here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114040 [INFO] [stdout] = note: impls that are not considered to overlap may be considered to overlap in the future [INFO] [stdout] = note: `Interval<_>: PartialOrd` may be considered to hold in future releases, causing the impls to overlap [INFO] [stdout] = note: `#[warn(coinductive_overlap_in_coherence)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implementations of `PartialEq>` for `Interval<_>` will conflict in the future [INFO] [stdout] --> src/interval_map.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy, Clone, Eq, PartialEq, Debug, Hash)] [INFO] [stdout] | --------- the second impl is here [INFO] [stdout] ... [INFO] [stdout] 88 | impl PartialEq for Interval [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the first impl is here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114040 [INFO] [stdout] = note: impls that are not considered to overlap may be considered to overlap in the future [INFO] [stdout] = note: `Interval<_>: PartialOrd` may be considered to hold in future releases, causing the impls to overlap [INFO] [stdout] = note: `#[warn(coinductive_overlap_in_coherence)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "006f2e04cb60e54180f0c83e962f1fba9db835fbf78204401b5441f26903dafa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "006f2e04cb60e54180f0c83e962f1fba9db835fbf78204401b5441f26903dafa", kill_on_drop: false }` [INFO] [stdout] 006f2e04cb60e54180f0c83e962f1fba9db835fbf78204401b5441f26903dafa