[INFO] fetching crate loopcell 1.0.0... [INFO] checking loopcell-1.0.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate loopcell 1.0.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate loopcell 1.0.0 [INFO] finished tweaking crates.io crate loopcell 1.0.0 [INFO] tweaked toml for crates.io crate loopcell 1.0.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate loopcell 1.0.0 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 1 package to latest compatible version [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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 56250d6ef6632c8f5134cef504aaa50adc3c94a06f0720d024a1cd17a444551a [INFO] running `Command { std: "docker" "start" "-a" "56250d6ef6632c8f5134cef504aaa50adc3c94a06f0720d024a1cd17a444551a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56250d6ef6632c8f5134cef504aaa50adc3c94a06f0720d024a1cd17a444551a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56250d6ef6632c8f5134cef504aaa50adc3c94a06f0720d024a1cd17a444551a", kill_on_drop: false }` [INFO] [stdout] 56250d6ef6632c8f5134cef504aaa50adc3c94a06f0720d024a1cd17a444551a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c90ded4f9f15751bd6f07dce678158ebc41f18677a4d2df3529abe8de7125f1d [INFO] running `Command { std: "docker" "start" "-a" "c90ded4f9f15751bd6f07dce678158ebc41f18677a4d2df3529abe8de7125f1d", kill_on_drop: false }` [INFO] [stderr] Checking option-lock v0.3.1 [INFO] [stderr] Checking loopcell v1.0.0 (/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:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn commit(self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:132:20 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn consume(mut self) -> T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:140:31 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn into_mapped_access(self) -> LoopCellMappedAccess<'cell, T, ()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | mut self, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:159:30 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn as_loopcell_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:165:34 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn as_loopcell_value_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | self, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn commit(self) -> V { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:271:20 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn consume(self) -> (T, V) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:278:31 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn get_loopcell_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:35 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn get_loopcell_value_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:290:22 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn get_value(&self) -> &V { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:296:26 [INFO] [stdout] | [INFO] [stdout] 296 | pub fn get_value_mut(&mut self) -> &mut V { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `loopcell` (lib) due to 28 previous errors [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:302:25 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn unmap_access(self) -> (LoopCellAccess<'cell, T>, V) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/lib.rs:457:19 [INFO] [stdout] | [INFO] [stdout] 457 | pub fn commit(self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:466:20 [INFO] [stdout] | [INFO] [stdout] 466 | pub fn consume(mut self) -> T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:474:31 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn into_mapped_access(self) -> LoopSyncCellMappedAccess<'cell, T, ()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:481:9 [INFO] [stdout] | [INFO] [stdout] 481 | mut self, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:493:30 [INFO] [stdout] | [INFO] [stdout] 493 | pub fn as_loopcell_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:499:34 [INFO] [stdout] | [INFO] [stdout] 499 | pub fn as_loopcell_value_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:580:9 [INFO] [stdout] | [INFO] [stdout] 580 | self, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:597:19 [INFO] [stdout] | [INFO] [stdout] 597 | pub fn commit(self) -> V { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:606:20 [INFO] [stdout] | [INFO] [stdout] 606 | pub fn consume(self) -> (T, V) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:613:31 [INFO] [stdout] | [INFO] [stdout] 613 | pub fn get_loopcell_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:619:35 [INFO] [stdout] | [INFO] [stdout] 619 | pub fn get_loopcell_value_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:625:22 [INFO] [stdout] | [INFO] [stdout] 625 | pub fn get_value(&self) -> &V { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:631:26 [INFO] [stdout] | [INFO] [stdout] 631 | pub fn get_value_mut(&mut self) -> &mut V { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:637:25 [INFO] [stdout] | [INFO] [stdout] 637 | pub fn unmap_access(self) -> (LoopSyncCellAccess<'cell, T>, V) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn commit(self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:132:20 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn consume(mut self) -> T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:140:31 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn into_mapped_access(self) -> LoopCellMappedAccess<'cell, T, ()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | mut self, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:159:30 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn as_loopcell_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:165:34 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn as_loopcell_value_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 180 | impl<'cell, T> Deref for LoopCellAccess<'cell, T> { [INFO] [stdout] | ------------------------------------------------- trait implemented here [INFO] [stdout] 181 | 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:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | self, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn commit(self) -> V { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:271:20 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn consume(self) -> (T, V) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:278:31 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn get_loopcell_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:35 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn get_loopcell_value_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:290:22 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn get_value(&self) -> &V { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:296:26 [INFO] [stdout] | [INFO] [stdout] 296 | pub fn get_value_mut(&mut self) -> &mut V { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:25 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn unmap_access(self) -> (LoopCellAccess<'cell, T>, V) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 317 | impl<'cell, T, V> Deref for LoopCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ------------------------------------------------------------- trait implemented here [INFO] [stdout] 318 | type Target = V; [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:457:19 [INFO] [stdout] | [INFO] [stdout] 457 | pub fn commit(self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:466:20 [INFO] [stdout] | [INFO] [stdout] 466 | pub fn consume(mut self) -> T { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:474:31 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn into_mapped_access(self) -> LoopSyncCellMappedAccess<'cell, T, ()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:481:9 [INFO] [stdout] | [INFO] [stdout] 481 | mut self, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:493:30 [INFO] [stdout] | [INFO] [stdout] 493 | pub fn as_loopcell_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:499:34 [INFO] [stdout] | [INFO] [stdout] 499 | pub fn as_loopcell_value_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | impl<'cell, T> Deref for LoopSyncCellAccess<'cell, T> { [INFO] [stdout] | ----------------------------------------------------- trait implemented here [INFO] [stdout] 515 | 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:580:9 [INFO] [stdout] | [INFO] [stdout] 580 | self, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:597:19 [INFO] [stdout] | [INFO] [stdout] 597 | pub fn commit(self) -> V { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:606:20 [INFO] [stdout] | [INFO] [stdout] 606 | pub fn consume(self) -> (T, V) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:613:31 [INFO] [stdout] | [INFO] [stdout] 613 | pub fn get_loopcell_value(&self) -> &T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:619:35 [INFO] [stdout] | [INFO] [stdout] 619 | pub fn get_loopcell_value_mut(&mut self) -> &mut T { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:625:22 [INFO] [stdout] | [INFO] [stdout] 625 | pub fn get_value(&self) -> &V { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:631:26 [INFO] [stdout] | [INFO] [stdout] 631 | pub fn get_value_mut(&mut self) -> &mut V { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [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:637:25 [INFO] [stdout] | [INFO] [stdout] 637 | pub fn unmap_access(self) -> (LoopSyncCellAccess<'cell, T>, V) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 654 | impl<'cell, T, V> Deref for LoopSyncCellMappedAccess<'cell, T, V> { [INFO] [stdout] | ----------------------------------------------------------------- trait implemented here [INFO] [stdout] 655 | type Target = V; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `loopcell` (lib test) due to 28 previous errors [INFO] running `Command { std: "docker" "inspect" "c90ded4f9f15751bd6f07dce678158ebc41f18677a4d2df3529abe8de7125f1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c90ded4f9f15751bd6f07dce678158ebc41f18677a4d2df3529abe8de7125f1d", kill_on_drop: false }` [INFO] [stdout] c90ded4f9f15751bd6f07dce678158ebc41f18677a4d2df3529abe8de7125f1d