[INFO] fetching crate unique-pointer 0.8.1...
[INFO] checking unique-pointer-0.8.1 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] extracting crate unique-pointer 0.8.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate unique-pointer 0.8.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate unique-pointer 0.8.1
[INFO] tweaked toml for crates.io crate unique-pointer 0.8.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate unique-pointer 0.8.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] crate crates.io crate unique-pointer 0.8.1 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 0797bb77de432cc2d749f3f2a8a1be96dc391f8e791291546247af949ffccdf8
[INFO] running `Command { std: "docker" "start" "-a" "0797bb77de432cc2d749f3f2a8a1be96dc391f8e791291546247af949ffccdf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0797bb77de432cc2d749f3f2a8a1be96dc391f8e791291546247af949ffccdf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0797bb77de432cc2d749f3f2a8a1be96dc391f8e791291546247af949ffccdf8", kill_on_drop: false }`
[INFO] [stdout] 0797bb77de432cc2d749f3f2a8a1be96dc391f8e791291546247af949ffccdf8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] c492bb6f668e28f3739e659a50cd0da87a2b0ef987e914b306287ba1906818c5
[INFO] running `Command { std: "docker" "start" "-a" "c492bb6f668e28f3739e659a50cd0da87a2b0ef987e914b306287ba1906818c5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking unique-pointer v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]     --> src/unique_pointer.rs:583:29
[INFO] [stdout]      |
[INFO] [stdout]  583 |     pub unsafe fn propagate(&self) -> UniquePointer<T> {
[INFO] [stdout]      |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:749:17
[INFO] [stdout]      |
[INFO] [stdout]  749 |     pub fn addr(&self) -> usize {
[INFO] [stdout]      |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:754:17
[INFO] [stdout]      |
[INFO] [stdout]  754 |     pub fn refs(&self) -> usize {
[INFO] [stdout]      |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:759:20
[INFO] [stdout]      |
[INFO] [stdout]  759 |     pub fn is_null(&self) -> bool {
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:775:24
[INFO] [stdout]      |
[INFO] [stdout]  775 |     pub fn is_not_null(&self) -> bool {
[INFO] [stdout]      |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:783:24
[INFO] [stdout]      |
[INFO] [stdout]  783 |     pub fn is_not_copy(&self) -> bool {
[INFO] [stdout]      |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:790:24
[INFO] [stdout]      |
[INFO] [stdout]  790 |     pub fn can_dealloc(&self) -> bool {
[INFO] [stdout]      |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:796:25
[INFO] [stdout]      |
[INFO] [stdout]  796 |     pub fn is_allocated(&self) -> bool {
[INFO] [stdout]      |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:802:23
[INFO] [stdout]      |
[INFO] [stdout]  802 |     pub fn is_written(&self) -> bool {
[INFO] [stdout]      |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:811:20
[INFO] [stdout]      |
[INFO] [stdout]  811 |     pub fn is_copy(&self) -> bool {
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:816:18
[INFO] [stdout]      |
[INFO] [stdout]  816 |     pub fn alloc(&mut self) {
[INFO] [stdout]      |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:834:21
[INFO] [stdout]      |
[INFO] [stdout]  834 |     pub fn cast_mut(&self) -> *mut T {
[INFO] [stdout]      |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:843:23
[INFO] [stdout]      |
[INFO] [stdout]  843 |     pub fn cast_const(&self) -> *const T {
[INFO] [stdout]      |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:853:18
[INFO] [stdout]      |
[INFO] [stdout]  853 |     pub fn write(&mut self, data: T) {
[INFO] [stdout]      |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:865:26
[INFO] [stdout]      |
[INFO] [stdout]  865 |     pub fn write_ref_mut(&mut self, data: &mut T) {
[INFO] [stdout]      |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:876:22
[INFO] [stdout]      |
[INFO] [stdout]  876 |     pub fn write_ref(&mut self, data: &T) {
[INFO] [stdout]      |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:886:17
[INFO] [stdout]      |
[INFO] [stdout]  886 |     pub fn swap(&mut self, other: &mut Self) {
[INFO] [stdout]      |                 ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:903:17
[INFO] [stdout]      |
[INFO] [stdout]  903 |     pub fn read(&self) -> T {
[INFO] [stdout]      |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:915:21
[INFO] [stdout]      |
[INFO] [stdout]  915 |     pub fn try_read(&self) -> Option<T> {
[INFO] [stdout]      |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:928:22
[INFO] [stdout]      |
[INFO] [stdout]  928 |     pub fn inner_ref(&self) -> &'c T {
[INFO] [stdout]      |                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:937:22
[INFO] [stdout]      |
[INFO] [stdout]  937 |     pub fn inner_mut(&mut self) -> &'c mut T {
[INFO] [stdout]      |                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:945:19
[INFO] [stdout]      |
[INFO] [stdout]  945 |     pub fn as_ref(&self) -> Option<&'c T> {
[INFO] [stdout]      |                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:954:19
[INFO] [stdout]      |
[INFO] [stdout]  954 |     pub fn as_mut(&mut self) -> Option<&'c mut T> {
[INFO] [stdout]      |                   ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:1029:31
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     pub fn into_box_unchecked(&self) -> Box<T> {
[INFO] [stdout]      |                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:1041:21
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     pub fn into_box(&self) -> Option<Box<T>> {
[INFO] [stdout]      |                     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:1063:20
[INFO] [stdout]      |
[INFO] [stdout] 1063 |     pub fn dealloc(&mut self, soft: bool) {
[INFO] [stdout]      |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:1104:26
[INFO] [stdout]      |
[INFO] [stdout] 1104 |     pub fn drop_in_place(&mut self) {
[INFO] [stdout]      |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:1149:32
[INFO] [stdout]      |
[INFO] [stdout] 1149 |     pub fn extend_lifetime<'t>(&self) -> &'t T {
[INFO] [stdout]      |                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     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/unique_pointer.rs:1173:36
[INFO] [stdout]      |
[INFO] [stdout] 1173 |     pub fn extend_lifetime_mut<'t>(&mut self) -> &'t mut T {
[INFO] [stdout]      |                                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1259 | impl<T: Pointee> Deref for UniquePointer<T> {
[INFO] [stdout]      | ------------------------------------------- trait implemented here
[INFO] [stdout] 1260 |     type Target = T;
[INFO] [stdout]      |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `unique-pointer` (lib) due to 29 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c492bb6f668e28f3739e659a50cd0da87a2b0ef987e914b306287ba1906818c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c492bb6f668e28f3739e659a50cd0da87a2b0ef987e914b306287ba1906818c5", kill_on_drop: false }`
[INFO] [stdout] c492bb6f668e28f3739e659a50cd0da87a2b0ef987e914b306287ba1906818c5
