[INFO] cloning repository https://github.com/joshprk/vtui [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joshprk/vtui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshprk%2Fvtui", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshprk%2Fvtui'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a0015514288c5e8e148bf25f5e5265122ebcebe2 [INFO] checking joshprk/vtui against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshprk%2Fvtui" "/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/joshprk/vtui [INFO] finished tweaking git repo https://github.com/joshprk/vtui [INFO] tweaked toml for git repo https://github.com/joshprk/vtui written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/joshprk/vtui 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/joshprk/vtui 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] 551c25a8e67882eb716363ef1458bf06ec80d9462cec6a267d8bf57817bf623d [INFO] running `Command { std: "docker" "start" "-a" "551c25a8e67882eb716363ef1458bf06ec80d9462cec6a267d8bf57817bf623d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "551c25a8e67882eb716363ef1458bf06ec80d9462cec6a267d8bf57817bf623d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "551c25a8e67882eb716363ef1458bf06ec80d9462cec6a267d8bf57817bf623d", kill_on_drop: false }` [INFO] [stdout] 551c25a8e67882eb716363ef1458bf06ec80d9462cec6a267d8bf57817bf623d [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] 65ded82e1bacbb6deefe6420b2c7ef45edf0fc5266da5c62dcdc6172462f60c5 [INFO] running `Command { std: "docker" "start" "-a" "65ded82e1bacbb6deefe6420b2c7ef45edf0fc5266da5c62dcdc6172462f60c5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling unicode-ident v1.0.23 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Checking itoa v1.0.17 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Compiling instability v0.3.11 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking num-conv v0.2.0 [INFO] [stderr] Checking time-core v0.1.8 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking deranged v0.5.5 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking line-clipping v0.3.5 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking flume v0.12.0 [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Checking castaway v0.2.4 [INFO] [stderr] Checking compact_str v0.9.0 [INFO] [stderr] Checking lru v0.16.3 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking unicode-truncate v2.0.1 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Checking vtui-macros v0.6.0 (/opt/rustwide/workdir/macros) [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Checking derive_more v2.1.1 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking kasuari v0.4.11 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking generational-box v0.7.3 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking strum v0.27.2 [INFO] [stderr] Checking ratatui-core v0.1.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Checking ratatui-widgets v0.3.0 [INFO] [stderr] Checking ratatui-crossterm v0.1.0 [INFO] [stderr] Checking ratatui v0.30.0 [INFO] [stderr] Checking vtui v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target [INFO] [stdout] --> src/context.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 147 | pub fn set_offset(&mut self, x: i32, y: i32) { [INFO] [stdout] | ^^^^^^^^^ [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/context.rs:157:26 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 157 | pub fn request_focus(&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/context.rs:173:25 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 173 | pub fn resign_focus(&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/context.rs:181:25 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 181 | pub fn request_tick(&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/context.rs:188:29 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 188 | pub fn request_shutdown(&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/context.rs:193:23 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 193 | pub fn is_focused(&self) -> bool { [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/context.rs:198:17 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 198 | pub fn area(&self) -> LogicalRect { [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/context.rs:203:19 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 203 | pub fn offset(&self) -> (i32, i32) { [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/context.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 212 | pub fn is_mouse_hit(&self) -> bool { [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/context.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 217 | pub fn mouse_coords(&self) -> Option<(i32, i32)> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vtui` (lib test) due to 10 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/context.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 147 | pub fn set_offset(&mut self, x: i32, y: i32) { [INFO] [stdout] | ^^^^^^^^^ [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/context.rs:157:26 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 157 | pub fn request_focus(&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/context.rs:173:25 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 173 | pub fn resign_focus(&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/context.rs:181:25 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 181 | pub fn request_tick(&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/context.rs:188:29 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 188 | pub fn request_shutdown(&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/context.rs:193:23 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 193 | pub fn is_focused(&self) -> bool { [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/context.rs:198:17 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 198 | pub fn area(&self) -> LogicalRect { [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/context.rs:203:19 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 203 | pub fn offset(&self) -> (i32, i32) { [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/context.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 212 | pub fn is_mouse_hit(&self) -> bool { [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/context.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 116 | impl Deref for EventContext<'_, E> { [INFO] [stdout] | -------------------------------------------- trait implemented here [INFO] [stdout] 117 | type Target = E; [INFO] [stdout] | ----------- with `Target` set here [INFO] [stdout] ... [INFO] [stdout] 217 | pub fn mouse_coords(&self) -> Option<(i32, i32)> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vtui` (lib) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "65ded82e1bacbb6deefe6420b2c7ef45edf0fc5266da5c62dcdc6172462f60c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65ded82e1bacbb6deefe6420b2c7ef45edf0fc5266da5c62dcdc6172462f60c5", kill_on_drop: false }` [INFO] [stdout] 65ded82e1bacbb6deefe6420b2c7ef45edf0fc5266da5c62dcdc6172462f60c5