[INFO] cloning repository https://github.com/wushilin/portal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wushilin/portal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwushilin%2Fportal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwushilin%2Fportal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ffbdde99881ef45b3341bf33e45015a417247555
[INFO] checking wushilin/portal against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwushilin%2Fportal" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wushilin/portal
[INFO] finished tweaking git repo https://github.com/wushilin/portal
[INFO] tweaked toml for git repo https://github.com/wushilin/portal written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wushilin/portal 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 git repo https://github.com/wushilin/portal 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 0eeef29ce50159d076c123bfa0a126ffc617062afb0558ac043f54423cd66437
[INFO] running `Command { std: "docker" "start" "-a" "0eeef29ce50159d076c123bfa0a126ffc617062afb0558ac043f54423cd66437", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0eeef29ce50159d076c123bfa0a126ffc617062afb0558ac043f54423cd66437", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0eeef29ce50159d076c123bfa0a126ffc617062afb0558ac043f54423cd66437", kill_on_drop: false }`
[INFO] [stdout] 0eeef29ce50159d076c123bfa0a126ffc617062afb0558ac043f54423cd66437
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] f957b2a60cf154af7aae2a6a1631c1990e0ea8e7837cb28c736056e2f1a4d649
[INFO] running `Command { std: "docker" "start" "-a" "f957b2a60cf154af7aae2a6a1631c1990e0ea8e7837cb28c736056e2f1a4d649", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling aws-lc-rs v1.14.1
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking time-core v0.1.6
[INFO] [stderr]     Checking zerocopy v0.8.27
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking pratt v0.4.0
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling cc v1.2.45
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling portal v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking short-uuid v0.2.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.32.3
[INFO] [stderr]     Checking fastbloom v0.14.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking rcgen v0.12.1
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking quinn-udp v0.5.14
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking x509-parser v0.18.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking vecmap-rs v0.2.4
[INFO] [stderr]     Checking hcl-primitives v0.1.11
[INFO] [stderr]     Checking hcl-edit v0.9.3
[INFO] [stderr]     Checking tokio-tree-context v0.1.6
[INFO] [stderr]     Checking hcl-rs v0.19.4
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking quinn-proto v0.11.13
[INFO] [stderr]     Checking quinn v0.11.9
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/util.rs:248:23
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn attach_all(&mut self, extensions: HashMap<TypeId, Box<dyn Any + Send + Sync>>) 
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:255:41
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn attach<U: Any + Send + Sync>(&mut self, value: U) {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:259:27
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub fn get_attributes(&self) -> &HashMap<String, String> {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:263:29
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub fn count_attributes(&self) -> usize {
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:267:26
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn set_attribute(&mut self, key:String, value:String) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:271:26
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn get_attribute(&self, key:&str) -> Option<&String> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:274:29
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub fn delete_attribute(&mut self, key:String) {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:278:29
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn clear_attributes(&mut self) {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:282:38
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub fn get<U: Any + Send + Sync>(&self) -> Option<&U> {
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:286:42
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn get_mut<U: Any + Send + Sync>(&mut self) -> Option<&mut U> {
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:292:39
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn take<U: Any + Send + Sync>(&mut self) -> Option<U> {
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:296:41
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn remove<U: Any + Send + Sync>(&mut self) -> Option<U> {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:300:42
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn replace<U: Any + Send + Sync>(&mut self, value: U) -> Option<U> {
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:305:43
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn contains<U: Any + Send + Sync>(&self) -> bool {
[INFO] [stdout]     |                                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:309:18
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn clear(&mut self) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:313:19
[INFO] [stdout]     |
[INFO] [stdout] 313 |     pub fn unwrap(self) -> (T, HashMap<TypeId, Box<dyn Any + Send + Sync>>, HashMap<String, String>) {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `portal` (bin "test" test) due to 16 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/util.rs:248:23
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn attach_all(&mut self, extensions: HashMap<TypeId, Box<dyn Any + Send + Sync>>) 
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:255:41
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn attach<U: Any + Send + Sync>(&mut self, value: U) {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:259:27
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub fn get_attributes(&self) -> &HashMap<String, String> {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:263:29
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub fn count_attributes(&self) -> usize {
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:267:26
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn set_attribute(&mut self, key:String, value:String) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:271:26
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn get_attribute(&self, key:&str) -> Option<&String> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:274:29
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub fn delete_attribute(&mut self, key:String) {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:278:29
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn clear_attributes(&mut self) {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:282:38
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub fn get<U: Any + Send + Sync>(&self) -> Option<&U> {
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:286:42
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn get_mut<U: Any + Send + Sync>(&mut self) -> Option<&mut U> {
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:292:39
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn take<U: Any + Send + Sync>(&mut self) -> Option<U> {
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:296:41
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn remove<U: Any + Send + Sync>(&mut self) -> Option<U> {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:300:42
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn replace<U: Any + Send + Sync>(&mut self, value: U) -> Option<U> {
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:305:43
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn contains<U: Any + Send + Sync>(&self) -> bool {
[INFO] [stdout]     |                                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:309:18
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn clear(&mut self) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:313:19
[INFO] [stdout]     |
[INFO] [stdout] 313 |     pub fn unwrap(self) -> (T, HashMap<TypeId, Box<dyn Any + Send + Sync>>, HashMap<String, String>) {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `portal` (bin "test") due to 16 previous errors
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/util.rs:248:23
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn attach_all(&mut self, extensions: HashMap<TypeId, Box<dyn Any + Send + Sync>>) 
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:255:41
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn attach<U: Any + Send + Sync>(&mut self, value: U) {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:259:27
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub fn get_attributes(&self) -> &HashMap<String, String> {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:263:29
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub fn count_attributes(&self) -> usize {
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:267:26
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn set_attribute(&mut self, key:String, value:String) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:271:26
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn get_attribute(&self, key:&str) -> Option<&String> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:274:29
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub fn delete_attribute(&mut self, key:String) {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:278:29
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn clear_attributes(&mut self) {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:282:38
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub fn get<U: Any + Send + Sync>(&self) -> Option<&U> {
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:286:42
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn get_mut<U: Any + Send + Sync>(&mut self) -> Option<&mut U> {
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:292:39
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn take<U: Any + Send + Sync>(&mut self) -> Option<U> {
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:296:41
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn remove<U: Any + Send + Sync>(&mut self) -> Option<U> {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:300:42
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn replace<U: Any + Send + Sync>(&mut self, value: U) -> Option<U> {
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:305:43
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn contains<U: Any + Send + Sync>(&self) -> bool {
[INFO] [stdout]     |                                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:309:18
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn clear(&mut self) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:313:19
[INFO] [stdout]     |
[INFO] [stdout] 313 |     pub fn unwrap(self) -> (T, HashMap<TypeId, Box<dyn Any + Send + Sync>>, HashMap<String, String>) {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `portal` (bin "portal" test) due to 16 previous errors
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/util.rs:248:23
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn attach_all(&mut self, extensions: HashMap<TypeId, Box<dyn Any + Send + Sync>>) 
[INFO] [stdout]     |                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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] [stderr] error: could not compile `portal` (bin "portal") due to 16 previous errors
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/util.rs:255:41
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub fn attach<U: Any + Send + Sync>(&mut self, value: U) {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:259:27
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub fn get_attributes(&self) -> &HashMap<String, String> {
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:263:29
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub fn count_attributes(&self) -> usize {
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:267:26
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn set_attribute(&mut self, key:String, value:String) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:271:26
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn get_attribute(&self, key:&str) -> Option<&String> {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:274:29
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub fn delete_attribute(&mut self, key:String) {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:278:29
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn clear_attributes(&mut self) {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:282:38
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub fn get<U: Any + Send + Sync>(&self) -> Option<&U> {
[INFO] [stdout]     |                                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:286:42
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub fn get_mut<U: Any + Send + Sync>(&mut self) -> Option<&mut U> {
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:292:39
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn take<U: Any + Send + Sync>(&mut self) -> Option<U> {
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:296:41
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn remove<U: Any + Send + Sync>(&mut self) -> Option<U> {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:300:42
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn replace<U: Any + Send + Sync>(&mut self, value: U) -> Option<U> {
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:305:43
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn contains<U: Any + Send + Sync>(&self) -> bool {
[INFO] [stdout]     |                                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:309:18
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn clear(&mut self) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     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/util.rs:313:19
[INFO] [stdout]     |
[INFO] [stdout] 313 |     pub fn unwrap(self) -> (T, HashMap<TypeId, Box<dyn Any + Send + Sync>>, HashMap<String, String>) {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 | impl<T> Deref for Extendable<T> {
[INFO] [stdout]     | ------------------------------- trait implemented here
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f957b2a60cf154af7aae2a6a1631c1990e0ea8e7837cb28c736056e2f1a4d649", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f957b2a60cf154af7aae2a6a1631c1990e0ea8e7837cb28c736056e2f1a4d649", kill_on_drop: false }`
[INFO] [stdout] f957b2a60cf154af7aae2a6a1631c1990e0ea8e7837cb28c736056e2f1a4d649
