[INFO] fetching crate cpp_core 0.6.0...
[INFO] checking cpp_core-0.6.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate cpp_core 0.6.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate cpp_core 0.6.0
[INFO] finished tweaking crates.io crate cpp_core 0.6.0
[INFO] tweaked toml for crates.io crate cpp_core 0.6.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cpp_core 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] 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-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] f0fb3383d4e1aa2401f670269f389e5caf9b002d4d473ff71fdf406a72205234
[INFO] running `Command { std: "docker" "start" "-a" "f0fb3383d4e1aa2401f670269f389e5caf9b002d4d473ff71fdf406a72205234", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0fb3383d4e1aa2401f670269f389e5caf9b002d4d473ff71fdf406a72205234", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0fb3383d4e1aa2401f670269f389e5caf9b002d4d473ff71fdf406a72205234", kill_on_drop: false }`
[INFO] [stdout] f0fb3383d4e1aa2401f670269f389e5caf9b002d4d473ff71fdf406a72205234
[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] 1d740ff125401c4d1c97f874fa523168347fc926dc838ff1575a51d04724eb4d
[INFO] running `Command { std: "docker" "start" "-a" "1d740ff125401c4d1c97f874fa523168347fc926dc838ff1575a51d04724eb4d", kill_on_drop: false }`
[INFO] [stderr]     Checking cpp_core v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cpp_box.rs:109:26
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub unsafe fn as_ptr(&self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:114:27
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn as_mut_raw_ptr(&self) -> *mut T {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:119:23
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn as_raw_ptr(&self) -> *const T {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn into_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:139:28
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub unsafe fn into_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:151:26
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub unsafe fn as_ref(&self) -> Ref<T> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:162:34
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub unsafe fn as_raw_ref<'a>(&self) -> &'a T {
[INFO] [stdout]     |                                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:173:38
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub unsafe fn as_mut_raw_ref<'a>(&self) -> &'a mut T {
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:183:36
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub unsafe fn static_upcast<U>(&self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:200:38
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub unsafe fn static_downcast<U>(&self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:216:35
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub unsafe fn dynamic_cast<U>(&self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub unsafe fn as_slice<'a>(&self) -> &'a [T] {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:256:36
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub unsafe fn as_mut_slice<'a>(&self) -> &'a mut [T] {
[INFO] [stdout]     |                                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:278:24
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub unsafe fn iter(&self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:298:28
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub unsafe fn iter_mut(&self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/ptr.rs:86:27
[INFO] [stdout]     |
[INFO] [stdout]  86 |     pub fn as_mut_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:91:23
[INFO] [stdout]     |
[INFO] [stdout]  91 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub unsafe fn as_ref(self) -> Option<Ref<T>> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:111:34
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub unsafe fn as_raw_ref<'a>(self) -> Option<&'a T> {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:122:38
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub unsafe fn as_mut_raw_ref<'a>(self) -> Option<&'a mut T> {
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:127:20
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn is_null(self) -> bool {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:136:36
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub unsafe fn static_upcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:151:38
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub unsafe fn static_downcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:164:35
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub unsafe fn dynamic_cast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:184:32
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub unsafe fn as_slice<'a>(self) -> &'a [T] {
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:204:36
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub unsafe fn as_mut_slice<'a>(self) -> &'a mut [T] {
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:226:24
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub unsafe fn iter(self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub unsafe fn iter_mut(self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:275:26
[INFO] [stdout]     |
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 275 |     pub unsafe fn to_box(self) -> Option<CppBox<T>> {
[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/ref_.rs:86:26
[INFO] [stdout]     |
[INFO] [stdout]  86 |     pub unsafe fn as_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:97:34
[INFO] [stdout]     |
[INFO] [stdout]  97 |     pub unsafe fn as_raw_ref<'a>(self) -> &'a T {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:108:38
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub unsafe fn as_mut_raw_ref<'a>(self) -> &'a mut T {
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:113:23
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn as_mut_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:127:36
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub unsafe fn static_upcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:143:38
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub unsafe fn static_downcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:158:35
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub unsafe fn dynamic_cast<U>(self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:178:32
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub unsafe fn as_slice<'a>(self) -> &'a [T] {
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:198:36
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub unsafe fn as_mut_slice<'a>(self) -> &'a mut [T] {
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:220:24
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub unsafe fn iter(self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:240:28
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub unsafe fn iter_mut(self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/cpp_box.rs:109:26
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub unsafe fn as_ptr(&self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:114:27
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn as_mut_raw_ptr(&self) -> *mut T {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:119:23
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn as_raw_ptr(&self) -> *const T {
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn into_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:139:28
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub unsafe fn into_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:151:26
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub unsafe fn as_ref(&self) -> Ref<T> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:162:34
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub unsafe fn as_raw_ref<'a>(&self) -> &'a T {
[INFO] [stdout]     |                                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:173:38
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub unsafe fn as_mut_raw_ref<'a>(&self) -> &'a mut T {
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:183:36
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub unsafe fn static_upcast<U>(&self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:200:38
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub unsafe fn static_downcast<U>(&self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:216:35
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub unsafe fn dynamic_cast<U>(&self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub unsafe fn as_slice<'a>(&self) -> &'a [T] {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:256:36
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub unsafe fn as_mut_slice<'a>(&self) -> &'a mut [T] {
[INFO] [stdout]     |                                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:278:24
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub unsafe fn iter(&self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/cpp_box.rs:298:28
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub unsafe fn iter_mut(&self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 | impl<T: CppDeletable> Deref for CppBox<T> {
[INFO] [stdout]     | ----------------------------------------- trait implemented here
[INFO] [stdout] 305 |     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/ptr.rs:86:27
[INFO] [stdout]     |
[INFO] [stdout]  86 |     pub fn as_mut_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:91:23
[INFO] [stdout]     |
[INFO] [stdout]  91 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub unsafe fn as_ref(self) -> Option<Ref<T>> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cpp_core` (lib test) due to 41 previous errors
[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/ptr.rs:111:34
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub unsafe fn as_raw_ref<'a>(self) -> Option<&'a T> {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:122:38
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub unsafe fn as_mut_raw_ref<'a>(self) -> Option<&'a mut T> {
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:127:20
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn is_null(self) -> bool {
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:136:36
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub unsafe fn static_upcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:151:38
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub unsafe fn static_downcast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:164:35
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub unsafe fn dynamic_cast<U>(self) -> Ptr<U>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:184:32
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub unsafe fn as_slice<'a>(self) -> &'a [T] {
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:204:36
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub unsafe fn as_mut_slice<'a>(self) -> &'a mut [T] {
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:226:24
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub unsafe fn iter(self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub unsafe fn iter_mut(self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     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/ptr.rs:275:26
[INFO] [stdout]     |
[INFO] [stdout] 254 | impl<T> Deref for Ptr<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 255 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 275 |     pub unsafe fn to_box(self) -> Option<CppBox<T>> {
[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/ref_.rs:86:26
[INFO] [stdout]     |
[INFO] [stdout]  86 |     pub unsafe fn as_ptr(self) -> Ptr<T> {
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:97:34
[INFO] [stdout]     |
[INFO] [stdout]  97 |     pub unsafe fn as_raw_ref<'a>(self) -> &'a T {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:108:38
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub unsafe fn as_mut_raw_ref<'a>(self) -> &'a mut T {
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:113:23
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn as_raw_ptr(self) -> *const T {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn as_mut_raw_ptr(self) -> *mut T {
[INFO] [stdout]     |                           ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:127:36
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub unsafe fn static_upcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:143:38
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub unsafe fn static_downcast<U>(self) -> Ref<U>
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:158:35
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub unsafe fn dynamic_cast<U>(self) -> Option<Ref<U>>
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:178:32
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub unsafe fn as_slice<'a>(self) -> &'a [T] {
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:198:36
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub unsafe fn as_mut_slice<'a>(self) -> &'a mut [T] {
[INFO] [stdout]     |                                    ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:220:24
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub unsafe fn iter(self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     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/ref_.rs:240:28
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub unsafe fn iter_mut(self) -> CppIterator<T1, T2> {
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 | impl<T> Deref for Ref<T> {
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 247 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cpp_core` (lib) due to 41 previous errors
[INFO] running `Command { std: "docker" "inspect" "1d740ff125401c4d1c97f874fa523168347fc926dc838ff1575a51d04724eb4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d740ff125401c4d1c97f874fa523168347fc926dc838ff1575a51d04724eb4d", kill_on_drop: false }`
[INFO] [stdout] 1d740ff125401c4d1c97f874fa523168347fc926dc838ff1575a51d04724eb4d
