[INFO] fetching crate location_info 0.1.0-alpha-1... [INFO] checking location_info-0.1.0-alpha-1 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate location_info 0.1.0-alpha-1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate location_info 0.1.0-alpha-1 [INFO] finished tweaking crates.io crate location_info 0.1.0-alpha-1 [INFO] tweaked toml for crates.io crate location_info 0.1.0-alpha-1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate location_info 0.1.0-alpha-1 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c743a06689dd58ecac438e42cc2b042f0046c88ebe7782a4f528dacd5a5a55f [INFO] running `Command { std: "docker" "start" "-a" "0c743a06689dd58ecac438e42cc2b042f0046c88ebe7782a4f528dacd5a5a55f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c743a06689dd58ecac438e42cc2b042f0046c88ebe7782a4f528dacd5a5a55f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c743a06689dd58ecac438e42cc2b042f0046c88ebe7782a4f528dacd5a5a55f", kill_on_drop: false }` [INFO] [stdout] 0c743a06689dd58ecac438e42cc2b042f0046c88ebe7782a4f528dacd5a5a55f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c9e64fffe07d0bca35d214602ffafd194c2984e530bdc33ac815f7e35a617ab [INFO] running `Command { std: "docker" "start" "-a" "9c9e64fffe07d0bca35d214602ffafd194c2984e530bdc33ac815f7e35a617ab", kill_on_drop: false }` [INFO] [stderr] Checking location_info v0.1.0-alpha-1 (/opt/rustwide/workdir) [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:279:18 [INFO] [stdout] | [INFO] [stdout] 279 | pub fn strip(self) -> T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:279:18 [INFO] [stdout] | [INFO] [stdout] 279 | pub fn strip(self) -> T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D inherent-method-on-receiver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:284:22 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn strip_ref(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:289:21 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn separate(self) -> (Self, L) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:294:25 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn separate_loc(self) -> (Self, Loc<(), L>) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn split(self) -> (T, L) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:302:22 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn split_ref(&self) -> (&T, L) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:306:22 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn split_loc(self) -> (T, Loc<(), L>) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:310:26 [INFO] [stdout] | [INFO] [stdout] 310 | pub fn split_loc_ref(&self) -> (&T, Loc<(), L>) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:284:22 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn strip_ref(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:315:19 [INFO] [stdout] | [INFO] [stdout] 315 | pub fn map(self, mut op: impl FnMut(T) -> Y) -> Loc { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:289:21 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn separate(self) -> (Self, L) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:321:23 [INFO] [stdout] | [INFO] [stdout] 321 | pub fn map_ref(&self, mut op: impl FnMut(&T) -> Y) -> Loc { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:294:25 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn separate_loc(self) -> (Self, Loc<(), L>) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:328:33 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn try_map_ref(&self, mut op: F) -> Result, E> [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 299 | pub fn split(self) -> (T, L) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:302:22 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn split_ref(&self) -> (&T, L) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:339:16 [INFO] [stdout] | [INFO] [stdout] 339 | pub fn loc(&self) -> Loc<(), L> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:306:22 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn split_loc(self) -> (T, Loc<(), L>) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:310:26 [INFO] [stdout] | [INFO] [stdout] 310 | pub fn split_loc_ref(&self) -> (&T, Loc<(), L>) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:315:19 [INFO] [stdout] | [INFO] [stdout] 315 | pub fn map(self, mut op: impl FnMut(T) -> Y) -> Loc { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:321:23 [INFO] [stdout] | [INFO] [stdout] 321 | pub fn map_ref(&self, mut op: impl FnMut(&T) -> Y) -> Loc { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:328:33 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn try_map_ref(&self, mut op: F) -> Result, E> [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:339:16 [INFO] [stdout] | [INFO] [stdout] 339 | pub fn loc(&self) -> Loc<(), L> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 416 | impl std::ops::Deref for Loc { [INFO] [stdout] | ---------------------------------------- trait implemented here [INFO] [stdout] 417 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `location_info` (lib) due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `location_info` (lib test) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "9c9e64fffe07d0bca35d214602ffafd194c2984e530bdc33ac815f7e35a617ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c9e64fffe07d0bca35d214602ffafd194c2984e530bdc33ac815f7e35a617ab", kill_on_drop: false }` [INFO] [stdout] 9c9e64fffe07d0bca35d214602ffafd194c2984e530bdc33ac815f7e35a617ab