[INFO] fetching crate interval-map 0.1.1...
[INFO] checking interval-map-0.1.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate interval-map 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate interval-map 0.1.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bd76b0e2e737e1dd0100124b00ddc09c70005773eb7af7b63da6020fc91608a3
[INFO] running `Command { std: "docker" "start" "-a" "bd76b0e2e737e1dd0100124b00ddc09c70005773eb7af7b63da6020fc91608a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd76b0e2e737e1dd0100124b00ddc09c70005773eb7af7b63da6020fc91608a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd76b0e2e737e1dd0100124b00ddc09c70005773eb7af7b63da6020fc91608a3", kill_on_drop: false }`
[INFO] [stdout] bd76b0e2e737e1dd0100124b00ddc09c70005773eb7af7b63da6020fc91608a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c3cc75ae00365aaf7ea0d40fb8c59535dab70a97dee49d8ef8d296652aebb39
[INFO] running `Command { std: "docker" "start" "-a" "8c3cc75ae00365aaf7ea0d40fb8c59535dab70a97dee49d8ef8d296652aebb39", kill_on_drop: false }`
[INFO] [stderr]     Checking interval-map v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: implementations of `PartialEq<Interval<_>>` 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<T, Q> PartialEq<Q> for Interval<T>
[INFO] [stdout] 89 | | where
[INFO] [stdout] 90 | |     T: Borrow<Q>,
[INFO] [stdout] 91 | |     Q: ?Sized + PartialOrd,
[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 <https://github.com/rust-lang/rust/issues/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: `#[deny(coinductive_overlap_in_coherence)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: implementations of `PartialEq<Interval<_>>` 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<T, Q> PartialEq<Q> for Interval<T>
[INFO] [stdout] 89 | | where
[INFO] [stdout] 90 | |     T: Borrow<Q>,
[INFO] [stdout] 91 | |     Q: ?Sized + PartialOrd,
[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 <https://github.com/rust-lang/rust/issues/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: `#[deny(coinductive_overlap_in_coherence)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `interval-map` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `interval-map` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "8c3cc75ae00365aaf7ea0d40fb8c59535dab70a97dee49d8ef8d296652aebb39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c3cc75ae00365aaf7ea0d40fb8c59535dab70a97dee49d8ef8d296652aebb39", kill_on_drop: false }`
[INFO] [stdout] 8c3cc75ae00365aaf7ea0d40fb8c59535dab70a97dee49d8ef8d296652aebb39
[INFO] checking interval-map-0.1.1 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate interval-map 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate interval-map 0.1.1 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bae1e4f0fb6c86afe9c553e524b3c16d805f9103b48c431035bdd33789de57ef
[INFO] running `Command { std: "docker" "start" "-a" "bae1e4f0fb6c86afe9c553e524b3c16d805f9103b48c431035bdd33789de57ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bae1e4f0fb6c86afe9c553e524b3c16d805f9103b48c431035bdd33789de57ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bae1e4f0fb6c86afe9c553e524b3c16d805f9103b48c431035bdd33789de57ef", kill_on_drop: false }`
[INFO] [stdout] bae1e4f0fb6c86afe9c553e524b3c16d805f9103b48c431035bdd33789de57ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb292c293f284b14a57307a81ec81b304ad7edbd73ac1d5a45b074359b8138ee
[INFO] running `Command { std: "docker" "start" "-a" "bb292c293f284b14a57307a81ec81b304ad7edbd73ac1d5a45b074359b8138ee", kill_on_drop: false }`
[INFO] [stderr]     Checking interval-map v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: implementations of `PartialEq<Interval<_>>` 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<T, Q> PartialEq<Q> for Interval<T>
[INFO] [stdout] 89 | | where
[INFO] [stdout] 90 | |     T: Borrow<Q>,
[INFO] [stdout] 91 | |     Q: ?Sized + PartialOrd,
[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 <https://github.com/rust-lang/rust/issues/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: `#[deny(coinductive_overlap_in_coherence)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: implementations of `PartialEq<Interval<_>>` 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<T, Q> PartialEq<Q> for Interval<T>
[INFO] [stdout] 89 | | where
[INFO] [stdout] 90 | |     T: Borrow<Q>,
[INFO] [stdout] 91 | |     Q: ?Sized + PartialOrd,
[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 <https://github.com/rust-lang/rust/issues/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: `#[deny(coinductive_overlap_in_coherence)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `interval-map` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `interval-map` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "bb292c293f284b14a57307a81ec81b304ad7edbd73ac1d5a45b074359b8138ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb292c293f284b14a57307a81ec81b304ad7edbd73ac1d5a45b074359b8138ee", kill_on_drop: false }`
[INFO] [stdout] bb292c293f284b14a57307a81ec81b304ad7edbd73ac1d5a45b074359b8138ee
