[INFO] fetching crate tumo_scope 0.1.0...
[INFO] checking tumo_scope-0.1.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] extracting crate tumo_scope 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate tumo_scope 0.1.0
[INFO] finished tweaking crates.io crate tumo_scope 0.1.0
[INFO] tweaked toml for crates.io crate tumo_scope 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tumo_scope 0.1.0 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tumo_scope 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 1b8bc91ea6138a914331bc64227e2edee3ae6f6a8cbb1a76c12dbc83cdf22ba3
[INFO] running `Command { std: "docker" "start" "-a" "1b8bc91ea6138a914331bc64227e2edee3ae6f6a8cbb1a76c12dbc83cdf22ba3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b8bc91ea6138a914331bc64227e2edee3ae6f6a8cbb1a76c12dbc83cdf22ba3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b8bc91ea6138a914331bc64227e2edee3ae6f6a8cbb1a76c12dbc83cdf22ba3", kill_on_drop: false }`
[INFO] [stdout] 1b8bc91ea6138a914331bc64227e2edee3ae6f6a8cbb1a76c12dbc83cdf22ba3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 797d4b1821c3667b80cc2f707edff3d966900e21950c0d2889c100c4d28bc825
[INFO] running `Command { std: "docker" "start" "-a" "797d4b1821c3667b80cc2f707edff3d966900e21950c0d2889c100c4d28bc825", kill_on_drop: false }`
[INFO] [stderr]     Checking tumo_scope v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/cx.rs:93:14
[INFO] [stdout]     |
[INFO] [stdout]  93 |     pub fn root(&self) -> Aid {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:98:13
[INFO] [stdout]     |
[INFO] [stdout]  98 |     pub fn aid(&self) -> Aid {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn sid(&self) -> Sid {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:107:13
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn eid(&mut self) -> Eid {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn get_eid(&self) -> Option<Eid> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:130:15
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn scope(&mut self, sid: Sid, slot: impl FnOnce(&mut Cx<'_, E>)) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:134:16
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn preact(&mut self, sid: Sid, run: bool, slot: Rc<dyn PreAct<E>>) -> Aid {
[INFO] [stdout]     |                   ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:138:16
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn proact(&mut self, sid: Sid, init: impl FnOnce(Eid, &mut E), slot: Rc<dyn ProAct<E>>) -> Aid {
[INFO] [stdout]     |                   ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn barrier(&mut self) -> &mut Self {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:150:26
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn stay<T: 'static>(&mut self, init: impl FnOnce(&mut E) -> T) -> Rc<T> {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:168:31
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn stay_cell<T: 'static>(&mut self, init: impl FnOnce(&mut E) -> T) -> Rc<Cell<T>> {
[INFO] [stdout]     |                                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:172:34
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn stay_refcell<T: 'static>(&mut self, init: impl FnOnce(&mut E) -> T) -> Rc<RefCell<T>> {
[INFO] [stdout]     |                                     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:187:28
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn effect<T: 'static>(&mut self, rekey: u64, fun: impl FnOnce(&mut E) -> T) {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:191:43
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn effect_return<T: Clone + 'static>(&mut self, rekey: u64, fun: impl FnOnce(&mut E) -> T) -> T {
[INFO] [stdout]     |                                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:195:33
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn effect_once<T: 'static>(&mut self, fun: impl FnOnce(&mut E) -> T) {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:199:48
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn effect_once_return<T: Clone + 'static>(&mut self, fun: impl FnOnce(&mut E) -> T) -> T {
[INFO] [stdout]     |                                                   ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:203:35
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub fn effect_always<T: 'static>(&mut self, fun: impl FnOnce(&mut E) -> T) -> T {
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:217:15
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 217 |     pub fn proxy(&self) -> Sender<Aid> {
[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/cx.rs:222:19
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 222 |     pub fn act_proxy(&self) -> ActorProxy {
[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/cx.rs:229:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 229 |     pub fn n(&self, num: u64) -> (Sid, u64) {
[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/cx.rs:236:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn a(&self) -> Sid {
[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/cx.rs:241:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 241 |     pub fn b(&self) -> [Sid; 2] {
[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/cx.rs:249:15
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 249 |     pub fn apply(&mut self, m: impl ApplyMod<E>) -> &mut Self {
[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/cx.rs:254:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 254 |     pub fn m(&mut self, m: impl ApplyMod<E>) -> &mut Self {
[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/cx.rs:261:15
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 261 |     pub fn offer(&mut self, o: impl Offer) -> &mut Self {
[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/cx.rs:266:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 266 |     pub fn o(&mut self, o: impl Offer) -> &mut Self {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tumo_scope` (lib) due to 26 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/cx.rs:93:14
[INFO] [stdout]     |
[INFO] [stdout]  93 |     pub fn root(&self) -> Aid {
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:98:13
[INFO] [stdout]     |
[INFO] [stdout]  98 |     pub fn aid(&self) -> Aid {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub fn sid(&self) -> Sid {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:107:13
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn eid(&mut self) -> Eid {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn get_eid(&self) -> Option<Eid> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:130:15
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn scope(&mut self, sid: Sid, slot: impl FnOnce(&mut Cx<'_, E>)) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:134:16
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn preact(&mut self, sid: Sid, run: bool, slot: Rc<dyn PreAct<E>>) -> Aid {
[INFO] [stdout]     |                   ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:138:16
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn proact(&mut self, sid: Sid, init: impl FnOnce(Eid, &mut E), slot: Rc<dyn ProAct<E>>) -> Aid {
[INFO] [stdout]     |                   ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn barrier(&mut self) -> &mut Self {
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:150:26
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn stay<T: 'static>(&mut self, init: impl FnOnce(&mut E) -> T) -> Rc<T> {
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:168:31
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn stay_cell<T: 'static>(&mut self, init: impl FnOnce(&mut E) -> T) -> Rc<Cell<T>> {
[INFO] [stdout]     |                                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:172:34
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn stay_refcell<T: 'static>(&mut self, init: impl FnOnce(&mut E) -> T) -> Rc<RefCell<T>> {
[INFO] [stdout]     |                                     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:187:28
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub fn effect<T: 'static>(&mut self, rekey: u64, fun: impl FnOnce(&mut E) -> T) {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:191:43
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn effect_return<T: Clone + 'static>(&mut self, rekey: u64, fun: impl FnOnce(&mut E) -> T) -> T {
[INFO] [stdout]     |                                              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:195:33
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn effect_once<T: 'static>(&mut self, fun: impl FnOnce(&mut E) -> T) {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:199:48
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn effect_once_return<T: Clone + 'static>(&mut self, fun: impl FnOnce(&mut E) -> T) -> T {
[INFO] [stdout]     |                                                   ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:203:35
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub fn effect_always<T: 'static>(&mut self, fun: impl FnOnce(&mut E) -> T) -> T {
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[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/cx.rs:217:15
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 217 |     pub fn proxy(&self) -> Sender<Aid> {
[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/cx.rs:222:19
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 222 |     pub fn act_proxy(&self) -> ActorProxy {
[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/cx.rs:229:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 229 |     pub fn n(&self, num: u64) -> (Sid, u64) {
[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/cx.rs:236:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 236 |     pub fn a(&self) -> Sid {
[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/cx.rs:241:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 241 |     pub fn b(&self) -> [Sid; 2] {
[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/cx.rs:249:15
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 249 |     pub fn apply(&mut self, m: impl ApplyMod<E>) -> &mut Self {
[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/cx.rs:254:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 254 |     pub fn m(&mut self, m: impl ApplyMod<E>) -> &mut Self {
[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/cx.rs:261:15
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 261 |     pub fn offer(&mut self, o: impl Offer) -> &mut Self {
[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/cx.rs:266:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | impl<E> core::ops::Deref for Cx<'_, E> {
[INFO] [stdout]     | -------------------------------------- trait implemented here
[INFO] [stdout] 208 |     type Target = E;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 266 |     pub fn o(&mut self, o: impl Offer) -> &mut Self {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tumo_scope` (lib test) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "797d4b1821c3667b80cc2f707edff3d966900e21950c0d2889c100c4d28bc825", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "797d4b1821c3667b80cc2f707edff3d966900e21950c0d2889c100c4d28bc825", kill_on_drop: false }`
[INFO] [stdout] 797d4b1821c3667b80cc2f707edff3d966900e21950c0d2889c100c4d28bc825
