[INFO] fetching crate pfds 0.6.0...
[INFO] checking pfds-0.6.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate pfds 0.6.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate pfds 0.6.0
[INFO] finished tweaking crates.io crate pfds 0.6.0
[INFO] tweaked toml for crates.io crate pfds 0.6.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pfds 0.6.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 pfds 0.6.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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 63abebf63d5dd8e56369b4324c7f2943cae64bbefdd81bbae6e1e25e47ecee09
[INFO] running `Command { std: "docker" "start" "-a" "63abebf63d5dd8e56369b4324c7f2943cae64bbefdd81bbae6e1e25e47ecee09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63abebf63d5dd8e56369b4324c7f2943cae64bbefdd81bbae6e1e25e47ecee09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63abebf63d5dd8e56369b4324c7f2943cae64bbefdd81bbae6e1e25e47ecee09", kill_on_drop: false }`
[INFO] [stdout] 63abebf63d5dd8e56369b4324c7f2943cae64bbefdd81bbae6e1e25e47ecee09
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] cd650f2890c4796735489456e2bb1e251d9914700f6b5ea7cf25ad00c511b515
[INFO] running `Command { std: "docker" "start" "-a" "cd650f2890c4796735489456e2bb1e251d9914700f6b5ea7cf25ad00c511b515", kill_on_drop: false }`
[INFO] [stderr]     Checking pfds v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:438:17
[INFO] [stdout]     |
[INFO] [stdout] 438 |     pub fn iter(&self) -> MapIter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 438 |     pub fn iter(&self) -> MapIter<'_, K, V> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue.rs:255:17
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn iter(&self) -> QueueIter<E> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn iter(&self) -> QueueIter<'_, E> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/set.rs:395:17
[INFO] [stdout]     |
[INFO] [stdout] 395 |     pub fn iter(&self) -> SetIter<K> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 395 |     pub fn iter(&self) -> SetIter<'_, K> {
[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/tree.rs:388:21
[INFO] [stdout]     |
[INFO] [stdout] 388 |     pub fn add_node(&self, data: D) -> Self {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:413:24
[INFO] [stdout]     |
[INFO] [stdout] 413 |     pub fn remove_node(&self) -> Self {
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:434:17
[INFO] [stdout]     |
[INFO] [stdout] 434 |     pub fn root(&self) -> Self {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:454:17
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn data(&self) -> &D {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn children(&self) -> Vec<Self> {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:506:19
[INFO] [stdout]     |
[INFO] [stdout] 506 |     pub fn parent(&self) -> Self {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:534:21
[INFO] [stdout]     |
[INFO] [stdout] 534 |     pub fn set_data(&self, data: D) -> Self {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:558:46
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn apply<F: FnOnce(&D) -> Option<D>>(&self, f: F) -> Self {
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:585:55
[INFO] [stdout]     |
[INFO] [stdout] 585 |     pub fn apply_recursive<F: FnMut(&D) -> Option<D>>(&self, mut f: F) -> Self {
[INFO] [stdout]     |                                                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:593:9
[INFO] [stdout]     |
[INFO] [stdout] 593 |         &self,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:628:20
[INFO] [stdout]     |
[INFO] [stdout] 628 |     pub fn flatten(&self) -> Vec<Self> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:649:16
[INFO] [stdout]     |
[INFO] [stdout] 649 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:673:48
[INFO] [stdout]     |
[INFO] [stdout] 673 |     pub fn filter_recursive<F: Fn(&D) -> bool>(&self, f: F) -> Option<Self> {
[INFO] [stdout]     |                                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:682:9
[INFO] [stdout]     |
[INFO] [stdout] 682 |         &self,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:719:47
[INFO] [stdout]     |
[INFO] [stdout] 719 |     pub fn iter_recursive<F: FnMut(&Path<D>)>(&self, f: &mut F) {
[INFO] [stdout]     |                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:742:32
[INFO] [stdout]     |
[INFO] [stdout] 742 |     pub fn remove_all_children(&self) -> Self {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:773:48
[INFO] [stdout]     |
[INFO] [stdout] 773 |     pub fn map_data<F: FnMut(&D) -> Option<D>>(&self, mut f: F) -> Self {
[INFO] [stdout]     |                                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pfds` (lib) due to 17 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:438:17
[INFO] [stdout]     |
[INFO] [stdout] 438 |     pub fn iter(&self) -> MapIter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 438 |     pub fn iter(&self) -> MapIter<'_, K, V> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue.rs:255:17
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn iter(&self) -> QueueIter<E> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn iter(&self) -> QueueIter<'_, E> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/set.rs:395:17
[INFO] [stdout]     |
[INFO] [stdout] 395 |     pub fn iter(&self) -> SetIter<K> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 395 |     pub fn iter(&self) -> SetIter<'_, K> {
[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/tree.rs:388:21
[INFO] [stdout]     |
[INFO] [stdout] 388 |     pub fn add_node(&self, data: D) -> Self {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:413:24
[INFO] [stdout]     |
[INFO] [stdout] 413 |     pub fn remove_node(&self) -> Self {
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:434:17
[INFO] [stdout]     |
[INFO] [stdout] 434 |     pub fn root(&self) -> Self {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:454:17
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn data(&self) -> &D {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub fn children(&self) -> Vec<Self> {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:506:19
[INFO] [stdout]     |
[INFO] [stdout] 506 |     pub fn parent(&self) -> Self {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:534:21
[INFO] [stdout]     |
[INFO] [stdout] 534 |     pub fn set_data(&self, data: D) -> Self {
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:558:46
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn apply<F: FnOnce(&D) -> Option<D>>(&self, f: F) -> Self {
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:585:55
[INFO] [stdout]     |
[INFO] [stdout] 585 |     pub fn apply_recursive<F: FnMut(&D) -> Option<D>>(&self, mut f: F) -> Self {
[INFO] [stdout]     |                                                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:593:9
[INFO] [stdout]     |
[INFO] [stdout] 593 |         &self,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:628:20
[INFO] [stdout]     |
[INFO] [stdout] 628 |     pub fn flatten(&self) -> Vec<Self> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:649:16
[INFO] [stdout]     |
[INFO] [stdout] 649 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:673:48
[INFO] [stdout]     |
[INFO] [stdout] 673 |     pub fn filter_recursive<F: Fn(&D) -> bool>(&self, f: F) -> Option<Self> {
[INFO] [stdout]     |                                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:682:9
[INFO] [stdout]     |
[INFO] [stdout] 682 |         &self,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:719:47
[INFO] [stdout]     |
[INFO] [stdout] 719 |     pub fn iter_recursive<F: FnMut(&Path<D>)>(&self, f: &mut F) {
[INFO] [stdout]     |                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:742:32
[INFO] [stdout]     |
[INFO] [stdout] 742 |     pub fn remove_all_children(&self) -> Self {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[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/tree.rs:773:48
[INFO] [stdout]     |
[INFO] [stdout] 773 |     pub fn map_data<F: FnMut(&D) -> Option<D>>(&self, mut f: F) -> Self {
[INFO] [stdout]     |                                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 808 | impl<D: Clone> Deref for Path<D> {
[INFO] [stdout]     | -------------------------------- trait implemented here
[INFO] [stdout] 809 |     type Target = D;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pfds` (lib test) due to 17 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "cd650f2890c4796735489456e2bb1e251d9914700f6b5ea7cf25ad00c511b515", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd650f2890c4796735489456e2bb1e251d9914700f6b5ea7cf25ad00c511b515", kill_on_drop: false }`
[INFO] [stdout] cd650f2890c4796735489456e2bb1e251d9914700f6b5ea7cf25ad00c511b515
