[INFO] fetching crate cocoon-tpm-utils-async 0.1.2... [INFO] checking cocoon-tpm-utils-async-0.1.2 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate cocoon-tpm-utils-async 0.1.2 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate cocoon-tpm-utils-async 0.1.2 [INFO] finished tweaking crates.io crate cocoon-tpm-utils-async 0.1.2 [INFO] tweaked toml for crates.io crate cocoon-tpm-utils-async 0.1.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cocoon-tpm-utils-async 0.1.2 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cocoon-tpm-utils-async 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07e8924c317fef5a7459fdc6b30975b12d29b111fe68e4fe879feaef8610ba20 [INFO] running `Command { std: "docker" "start" "-a" "07e8924c317fef5a7459fdc6b30975b12d29b111fe68e4fe879feaef8610ba20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07e8924c317fef5a7459fdc6b30975b12d29b111fe68e4fe879feaef8610ba20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07e8924c317fef5a7459fdc6b30975b12d29b111fe68e4fe879feaef8610ba20", kill_on_drop: false }` [INFO] [stdout] 07e8924c317fef5a7459fdc6b30975b12d29b111fe68e4fe879feaef8610ba20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dinherent-method-on-receiver" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 125a3c2448e63ce51824c91d6674093906d678a28a65b2b160527e6b66f14b6d [INFO] running `Command { std: "docker" "start" "-a" "125a3c2448e63ce51824c91d6674093906d678a28a65b2b160527e6b66f14b6d", kill_on_drop: false }` [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking cmpa v0.1.1 [INFO] [stderr] Checking cocoon-tpm-utils-common v0.1.2 [INFO] [stderr] Checking cocoon-tpm-utils-async v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/asynchronous/rwlock.rs:272:23 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn get_rwlock(&self) -> LP::SyncRcPtrRef<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 314 | / impl>> [INFO] [stdout] 315 | | ops::Deref for AsyncRwLockReadGuard [INFO] [stdout] | |__________________________________________________- trait implemented here [INFO] [stdout] 316 | { [INFO] [stdout] 317 | 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/asynchronous/rwlock.rs:277:24 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn into_rwlock(self) -> LP { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 314 | / impl>> [INFO] [stdout] 315 | | ops::Deref for AsyncRwLockReadGuard [INFO] [stdout] | |__________________________________________________- trait implemented here [INFO] [stdout] 316 | { [INFO] [stdout] 317 | 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/asynchronous/rwlock.rs:283:22 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn into_weak(self) -> AsyncRwLockReadWeakGuard { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 314 | / impl>> [INFO] [stdout] 315 | | ops::Deref for AsyncRwLockReadGuard [INFO] [stdout] | |__________________________________________________- trait implemented here [INFO] [stdout] 316 | { [INFO] [stdout] 317 | 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/asynchronous/rwlock.rs:702:23 [INFO] [stdout] | [INFO] [stdout] 702 | pub fn get_rwlock(&self) -> LP::SyncRcPtrRef<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 740 | / impl>> [INFO] [stdout] 741 | | ops::Deref for AsyncRwLockWriteGuard [INFO] [stdout] | |___________________________________________________- trait implemented here [INFO] [stdout] 742 | { [INFO] [stdout] 743 | 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/asynchronous/rwlock.rs:707:24 [INFO] [stdout] | [INFO] [stdout] 707 | pub fn into_rwlock(self) -> LP { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 740 | / impl>> [INFO] [stdout] 741 | | ops::Deref for AsyncRwLockWriteGuard [INFO] [stdout] | |___________________________________________________- trait implemented here [INFO] [stdout] 742 | { [INFO] [stdout] 743 | 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/asynchronous/rwlock.rs:713:22 [INFO] [stdout] | [INFO] [stdout] 713 | pub fn into_weak(self) -> AsyncRwLockWriteWeakGuard { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 740 | / impl>> [INFO] [stdout] 741 | | ops::Deref for AsyncRwLockWriteGuard [INFO] [stdout] | |___________________________________________________- trait implemented here [INFO] [stdout] 742 | { [INFO] [stdout] 743 | 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/asynchronous/rwlock.rs:734:39 [INFO] [stdout] | [INFO] [stdout] 734 | pub fn borrow_outer_inner_mut<'a>(&'a mut self) -> (LP::SyncRcPtrRef<'a>, &'a mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 740 | / impl>> [INFO] [stdout] 741 | | ops::Deref for AsyncRwLockWriteGuard [INFO] [stdout] | |___________________________________________________- trait implemented here [INFO] [stdout] 742 | { [INFO] [stdout] 743 | 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/asynchronous/semaphore.rs:1445:26 [INFO] [stdout] | [INFO] [stdout] 1445 | pub fn get_semaphore(&self) -> SP::SyncRcPtrRef<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1450:27 [INFO] [stdout] | [INFO] [stdout] 1450 | pub fn into_semaphore(mut self) -> SP { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1457:19 [INFO] [stdout] | [INFO] [stdout] 1457 | pub fn leases(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1479:25 [INFO] [stdout] | [INFO] [stdout] 1479 | pub fn split_leases(&mut self, leases: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1517:32 [INFO] [stdout] | [INFO] [stdout] 1517 | pub fn spawn_trivial_lease(&self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1540:17 [INFO] [stdout] | [INFO] [stdout] 1540 | pub fn leak(mut self) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1568:22 [INFO] [stdout] | [INFO] [stdout] 1568 | pub fn into_weak(mut self) -> AsyncSemaphoreLeasesWeakGuard { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1954:26 [INFO] [stdout] | [INFO] [stdout] 1954 | pub fn get_semaphore(&self) -> SP::SyncRcPtrRef<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:1960:27 [INFO] [stdout] | [INFO] [stdout] 1960 | pub fn into_semaphore(mut self) -> SP { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:1968:22 [INFO] [stdout] | [INFO] [stdout] 1968 | pub fn semaphore(&self) -> &AsyncSemaphore { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:1987:26 [INFO] [stdout] | [INFO] [stdout] 1987 | pub fn resize_future(&mut self, max_leases: usize) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:2009:22 [INFO] [stdout] | [INFO] [stdout] 2009 | pub fn downgrade(mut self) -> AsyncSemaphoreLeasesGuard { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:2030:22 [INFO] [stdout] | [INFO] [stdout] 2030 | pub fn into_weak(mut self) -> AsyncSemaphoreExclusiveAllWeakGuard { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:2055:39 [INFO] [stdout] | [INFO] [stdout] 2055 | pub fn borrow_outer_inner_mut<'a>(&'a mut self) -> (SP::SyncRcPtrRef<'a>, &'a mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cocoon-tpm-utils-async` (lib) due to 21 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/asynchronous/rwlock.rs:272:23 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn get_rwlock(&self) -> LP::SyncRcPtrRef<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 314 | / impl>> [INFO] [stdout] 315 | | ops::Deref for AsyncRwLockReadGuard [INFO] [stdout] | |__________________________________________________- trait implemented here [INFO] [stdout] 316 | { [INFO] [stdout] 317 | 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/asynchronous/rwlock.rs:277:24 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn into_rwlock(self) -> LP { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 314 | / impl>> [INFO] [stdout] 315 | | ops::Deref for AsyncRwLockReadGuard [INFO] [stdout] | |__________________________________________________- trait implemented here [INFO] [stdout] 316 | { [INFO] [stdout] 317 | 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/asynchronous/rwlock.rs:283:22 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn into_weak(self) -> AsyncRwLockReadWeakGuard { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 314 | / impl>> [INFO] [stdout] 315 | | ops::Deref for AsyncRwLockReadGuard [INFO] [stdout] | |__________________________________________________- trait implemented here [INFO] [stdout] 316 | { [INFO] [stdout] 317 | 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/asynchronous/rwlock.rs:702:23 [INFO] [stdout] | [INFO] [stdout] 702 | pub fn get_rwlock(&self) -> LP::SyncRcPtrRef<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 740 | / impl>> [INFO] [stdout] 741 | | ops::Deref for AsyncRwLockWriteGuard [INFO] [stdout] | |___________________________________________________- trait implemented here [INFO] [stdout] 742 | { [INFO] [stdout] 743 | 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/asynchronous/rwlock.rs:707:24 [INFO] [stdout] | [INFO] [stdout] 707 | pub fn into_rwlock(self) -> LP { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 740 | / impl>> [INFO] [stdout] 741 | | ops::Deref for AsyncRwLockWriteGuard [INFO] [stdout] | |___________________________________________________- trait implemented here [INFO] [stdout] 742 | { [INFO] [stdout] 743 | 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/asynchronous/rwlock.rs:713:22 [INFO] [stdout] | [INFO] [stdout] 713 | pub fn into_weak(self) -> AsyncRwLockWriteWeakGuard { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 740 | / impl>> [INFO] [stdout] 741 | | ops::Deref for AsyncRwLockWriteGuard [INFO] [stdout] | |___________________________________________________- trait implemented here [INFO] [stdout] 742 | { [INFO] [stdout] 743 | 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/asynchronous/rwlock.rs:734:39 [INFO] [stdout] | [INFO] [stdout] 734 | pub fn borrow_outer_inner_mut<'a>(&'a mut self) -> (LP::SyncRcPtrRef<'a>, &'a mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 740 | / impl>> [INFO] [stdout] 741 | | ops::Deref for AsyncRwLockWriteGuard [INFO] [stdout] | |___________________________________________________- trait implemented here [INFO] [stdout] 742 | { [INFO] [stdout] 743 | 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/asynchronous/semaphore.rs:1445:26 [INFO] [stdout] | [INFO] [stdout] 1445 | pub fn get_semaphore(&self) -> SP::SyncRcPtrRef<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1450:27 [INFO] [stdout] | [INFO] [stdout] 1450 | pub fn into_semaphore(mut self) -> SP { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1457:19 [INFO] [stdout] | [INFO] [stdout] 1457 | pub fn leases(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1479:25 [INFO] [stdout] | [INFO] [stdout] 1479 | pub fn split_leases(&mut self, leases: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1517:32 [INFO] [stdout] | [INFO] [stdout] 1517 | pub fn spawn_trivial_lease(&self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1540:17 [INFO] [stdout] | [INFO] [stdout] 1540 | pub fn leak(mut self) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1568:22 [INFO] [stdout] | [INFO] [stdout] 1568 | pub fn into_weak(mut self) -> AsyncSemaphoreLeasesWeakGuard { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1647 | / impl>> [INFO] [stdout] 1648 | | ops::Deref for AsyncSemaphoreLeasesGuard [INFO] [stdout] | |_______________________________________________________- trait implemented here [INFO] [stdout] 1649 | { [INFO] [stdout] 1650 | 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/asynchronous/semaphore.rs:1954:26 [INFO] [stdout] | [INFO] [stdout] 1954 | pub fn get_semaphore(&self) -> SP::SyncRcPtrRef<'_> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:1960:27 [INFO] [stdout] | [INFO] [stdout] 1960 | pub fn into_semaphore(mut self) -> SP { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:1968:22 [INFO] [stdout] | [INFO] [stdout] 1968 | pub fn semaphore(&self) -> &AsyncSemaphore { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:1987:26 [INFO] [stdout] | [INFO] [stdout] 1987 | pub fn resize_future(&mut self, max_leases: usize) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:2009:22 [INFO] [stdout] | [INFO] [stdout] 2009 | pub fn downgrade(mut self) -> AsyncSemaphoreLeasesGuard { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:2030:22 [INFO] [stdout] | [INFO] [stdout] 2030 | pub fn into_weak(mut self) -> AsyncSemaphoreExclusiveAllWeakGuard { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | 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/asynchronous/semaphore.rs:2055:39 [INFO] [stdout] | [INFO] [stdout] 2055 | pub fn borrow_outer_inner_mut<'a>(&'a mut self) -> (SP::SyncRcPtrRef<'a>, &'a mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2079 | / impl>> [INFO] [stdout] 2080 | | ops::Deref for AsyncSemaphoreExclusiveAllGuard [INFO] [stdout] | |_____________________________________________________________- trait implemented here [INFO] [stdout] 2081 | { [INFO] [stdout] 2082 | type Target = T; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cocoon-tpm-utils-async` (lib test) due to 21 previous errors [INFO] running `Command { std: "docker" "inspect" "125a3c2448e63ce51824c91d6674093906d678a28a65b2b160527e6b66f14b6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "125a3c2448e63ce51824c91d6674093906d678a28a65b2b160527e6b66f14b6d", kill_on_drop: false }` [INFO] [stdout] 125a3c2448e63ce51824c91d6674093906d678a28a65b2b160527e6b66f14b6d