[INFO] fetching crate natbitset 0.5.0... [INFO] checking natbitset-0.5.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate natbitset 0.5.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate natbitset 0.5.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate natbitset 0.5.0 [INFO] tweaked toml for crates.io crate natbitset 0.5.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate natbitset 0.5.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] crate crates.io crate natbitset 0.5.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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 18e10090541326dc143ce1070637e406602500fd44c4f9b973497efaf230c8ff [INFO] running `Command { std: "docker" "start" "-a" "18e10090541326dc143ce1070637e406602500fd44c4f9b973497efaf230c8ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18e10090541326dc143ce1070637e406602500fd44c4f9b973497efaf230c8ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18e10090541326dc143ce1070637e406602500fd44c4f9b973497efaf230c8ff", kill_on_drop: false }` [INFO] [stdout] 18e10090541326dc143ce1070637e406602500fd44c4f9b973497efaf230c8ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] b9ef2ddef5d9c1ab8dc276f3a83d6c3bced5189d6c108e0fc435c660c287aaf4 [INFO] running `Command { std: "docker" "start" "-a" "b9ef2ddef5d9c1ab8dc276f3a83d6c3bced5189d6c108e0fc435c660c287aaf4", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Compiling zmij v1.0.16 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling cc v1.2.54 [INFO] [stderr] Checking clap_builder v4.5.54 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking criterion-plot v0.8.1 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Checking natbitset v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:297:17 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 297 | pub fn iter(self) -> BitsetIterator { [INFO] [stdout] | ^^^^ [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/natbitset.rs:525:16 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 525 | pub fn len(self) -> usize [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:546:24 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 546 | pub fn contains(self, int: &R) -> bool [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:558:22 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 558 | pub fn insert(&mut self, int: R) -> bool [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:568:26 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 568 | pub fn try_insert(&mut self, int: R) -> Result [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:584:22 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 584 | pub fn remove(&mut self, int: &R) -> bool [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:594:26 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 594 | pub fn try_remove(&mut self, int: &R) -> Result [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:612:18 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 612 | pub fn clear(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:617:18 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 617 | pub fn union(self, other: &Self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:622:25 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 622 | pub fn intersection(self, other: &Self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:627:23 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 627 | pub fn difference(self, other: &Self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:632:33 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 632 | pub fn symmetric_difference(self, other: &Self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:637:24 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 637 | pub fn is_disjoint(self, other: &Self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:644:22 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 644 | pub fn is_subset(self, other: &Self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:651:24 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 651 | pub fn is_superset(self, other: &Self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:656:19 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 656 | pub fn retain(&mut self, mut predicate: impl FnMut(usize) -> bool) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:683:21 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 683 | pub fn is_empty(self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:688:22 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 688 | pub fn is_single(self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:693:20 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 693 | pub fn is_full(self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:700:19 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 700 | pub fn has(self, int: R) -> bool [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:726:20 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 726 | pub fn members(self) -> HashSet [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:750:24 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 750 | pub fn members_asc(self) -> Vec [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:758:25 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 758 | pub fn members_desc(self) -> Vec [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:770:20 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 770 | pub fn minimum(self) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:782:20 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 782 | pub fn maximum(self) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:801:17 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 801 | pub fn only(self) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:816:31 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 816 | pub fn intersect_nonempty(&mut self, other: impl Into) -> Result<(), Box> [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:833:41 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 833 | pub fn intersect_nonempty_panicking(&mut self, other: impl Into) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:841:31 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 841 | pub fn remove_nonempty(&mut self, int: R) -> Result<(), Box> [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:861:41 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 861 | pub fn remove_nonempty_panicking(&mut self, int: R) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:872:28 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 872 | pub fn retain_nonempty(&mut self, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/natbitset.rs:891:38 [INFO] [stdout] | [INFO] [stdout] 281 | impl ops::Deref for Bitset { [INFO] [stdout] | ---------------------------------------------------------- trait implemented here [INFO] [stdout] 282 | type Target = Z; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 891 | pub fn retain_nonempty_panicking(&mut self, predicate: impl FnMut(usize) -> bool) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `natbitset` (lib) due to 32 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b9ef2ddef5d9c1ab8dc276f3a83d6c3bced5189d6c108e0fc435c660c287aaf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9ef2ddef5d9c1ab8dc276f3a83d6c3bced5189d6c108e0fc435c660c287aaf4", kill_on_drop: false }` [INFO] [stdout] b9ef2ddef5d9c1ab8dc276f3a83d6c3bced5189d6c108e0fc435c660c287aaf4