[INFO] fetching crate yogawm 0.1.0... [INFO] checking yogawm-0.1.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate yogawm 0.1.0 into /workspace/builds/worker-54/source [INFO] validating manifest of crates.io crate yogawm 0.1.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate yogawm 0.1.0 [INFO] finished tweaking crates.io crate yogawm 0.1.0 [INFO] tweaked toml for crates.io crate yogawm 0.1.0 written to /workspace/builds/worker-54/source/Cargo.toml [INFO] crate crates.io crate yogawm 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded x11rb v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b57b30febeb8b3edab4da54281174d8295755e1565400dbcdb02a6fe639430a [INFO] running `Command { std: "docker" "start" "-a" "3b57b30febeb8b3edab4da54281174d8295755e1565400dbcdb02a6fe639430a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b57b30febeb8b3edab4da54281174d8295755e1565400dbcdb02a6fe639430a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b57b30febeb8b3edab4da54281174d8295755e1565400dbcdb02a6fe639430a", kill_on_drop: false }` [INFO] [stdout] 3b57b30febeb8b3edab4da54281174d8295755e1565400dbcdb02a6fe639430a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 424f675f5a9910382f0d46599b834b61719bcbd57ce5cb8e4c62fac7f1317aab [INFO] running `Command { std: "docker" "start" "-a" "424f675f5a9910382f0d46599b834b61719bcbd57ce5cb8e4c62fac7f1317aab", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking gethostname v0.2.1 [INFO] [stderr] Checking x11rb v0.6.0 [INFO] [stderr] Checking yogawm v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/main.rs (4 fixes) [INFO] [stdout] warning: type alias is never used: `X11Connection` [INFO] [stdout] --> src/x11/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub type X11Connection = impl X11RawConnection + X11RequestConnection + X11ConnectionExt + Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11Result` [INFO] [stdout] --> src/x11/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub type X11Result = Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11Connection` [INFO] [stdout] --> src/x11/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub type X11Connection = impl X11RawConnection + X11RequestConnection + X11ConnectionExt + Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `connect` [INFO] [stdout] --> src/x11/mod.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn connect() -> X11Result<(X11Connection, self::screens::X11ScreenNum)> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11ScreenNum` [INFO] [stdout] --> src/x11/mod.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | pub type X11ScreenNum = usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11Result` [INFO] [stdout] --> src/x11/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub type X11Result = Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_all_screens` [INFO] [stdout] --> src/x11/mod.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_all_screens(connection: &X11Connection) -> &Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `connect` [INFO] [stdout] --> src/x11/mod.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn connect() -> X11Result<(X11Connection, self::screens::X11ScreenNum)> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11ScreenNum` [INFO] [stdout] --> src/x11/mod.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | pub type X11ScreenNum = usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_screen` [INFO] [stdout] --> src/x11/mod.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_screen(connection: &X11Connection, screen_num: X11ScreenNum) -> &X11Screen { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/x11/mod.rs:101:16 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_all_screens` [INFO] [stdout] --> src/x11/mod.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_all_screens(connection: &X11Connection) -> &Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_wm_class` [INFO] [stdout] --> src/x11/mod.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn get_wm_class(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_wm_class_instance` [INFO] [stdout] --> src/x11/mod.rs:129:16 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn get_wm_class_instance(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_screen` [INFO] [stdout] --> src/x11/mod.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_screen(connection: &X11Connection, screen_num: X11ScreenNum) -> &X11Screen { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/x11/mod.rs:101:16 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_subwindows` [INFO] [stdout] --> src/x11/mod.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn get_subwindows(&self, connection: &X11Connection) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_wm_class` [INFO] [stdout] --> src/x11/mod.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn get_wm_class(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `destroy` [INFO] [stdout] --> src/x11/mod.rs:148:16 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn destroy(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_wm_class_instance` [INFO] [stdout] --> src/x11/mod.rs:129:16 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn get_wm_class_instance(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `destroy_subwindows` [INFO] [stdout] --> src/x11/mod.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn destroy_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_subwindows` [INFO] [stdout] --> src/x11/mod.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn get_subwindows(&self, connection: &X11Connection) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmap` [INFO] [stdout] --> src/x11/mod.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn unmap(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `destroy` [INFO] [stdout] --> src/x11/mod.rs:148:16 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn destroy(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `map` [INFO] [stdout] --> src/x11/mod.rs:170:16 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn map(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `destroy_subwindows` [INFO] [stdout] --> src/x11/mod.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn destroy_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `map_subwindows` [INFO] [stdout] --> src/x11/mod.rs:177:16 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn map_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmap` [INFO] [stdout] --> src/x11/mod.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn unmap(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmap_subwindows` [INFO] [stdout] --> src/x11/mod.rs:184:16 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn unmap_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `map` [INFO] [stdout] --> src/x11/mod.rs:170:16 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn map(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_tree_reply_to_windows` [INFO] [stdout] --> src/x11/mod.rs:193:8 [INFO] [stdout] | [INFO] [stdout] 193 | fn query_tree_reply_to_windows(connection: &X11Connection, reply: QueryTreeReply, show_mapped_windows: bool) -> X11Result src/x11/mod.rs:177:16 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn map_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_all_windows` [INFO] [stdout] --> src/x11/mod.rs:233:12 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn get_all_windows(connection: &X11Connection, screen: &X11Screen) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmap_subwindows` [INFO] [stdout] --> src/x11/mod.rs:184:16 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn unmap_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_unmapped_windows` [INFO] [stdout] --> src/x11/mod.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_unmapped_windows(connection: &X11Connection, screen: &X11Screen) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_tree_reply_to_windows` [INFO] [stdout] --> src/x11/mod.rs:193:8 [INFO] [stdout] | [INFO] [stdout] 193 | fn query_tree_reply_to_windows(connection: &X11Connection, reply: QueryTreeReply, show_mapped_windows: bool) -> X11Result src/x11/mod.rs:233:12 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn get_all_windows(connection: &X11Connection, screen: &X11Screen) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_unmapped_windows` [INFO] [stdout] --> src/x11/mod.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_unmapped_windows(connection: &X11Connection, screen: &X11Screen) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.63s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking yogawm v0.1.0 (/tmp/fixit) [INFO] [stdout] warning: type alias is never used: `X11Connection` [INFO] [stdout] --> src/x11/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub type X11Connection = impl X11RawConnection + X11RequestConnection + X11ConnectionExt + Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11Connection` [INFO] [stdout] --> src/x11/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub type X11Connection = impl X11RawConnection + X11RequestConnection + X11ConnectionExt + Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11Result` [INFO] [stdout] --> src/x11/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub type X11Result = Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11Result` [INFO] [stdout] --> src/x11/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub type X11Result = Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `connect` [INFO] [stdout] --> src/x11/mod.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn connect() -> X11Result<(X11Connection, self::screens::X11ScreenNum)> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `connect` [INFO] [stdout] --> src/x11/mod.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn connect() -> X11Result<(X11Connection, self::screens::X11ScreenNum)> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11ScreenNum` [INFO] [stdout] --> src/x11/mod.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | pub type X11ScreenNum = usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `X11ScreenNum` [INFO] [stdout] --> src/x11/mod.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | pub type X11ScreenNum = usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_all_screens` [INFO] [stdout] --> src/x11/mod.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_all_screens(connection: &X11Connection) -> &Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_screen` [INFO] [stdout] --> src/x11/mod.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_screen(connection: &X11Connection, screen_num: X11ScreenNum) -> &X11Screen { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/x11/mod.rs:101:16 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_wm_class` [INFO] [stdout] --> src/x11/mod.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn get_wm_class(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_all_screens` [INFO] [stdout] --> src/x11/mod.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn get_all_screens(connection: &X11Connection) -> &Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_wm_class_instance` [INFO] [stdout] --> src/x11/mod.rs:129:16 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn get_wm_class_instance(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_subwindows` [INFO] [stdout] --> src/x11/mod.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn get_subwindows(&self, connection: &X11Connection) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `destroy` [INFO] [stdout] --> src/x11/mod.rs:148:16 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn destroy(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_screen` [INFO] [stdout] --> src/x11/mod.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_screen(connection: &X11Connection, screen_num: X11ScreenNum) -> &X11Screen { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `destroy_subwindows` [INFO] [stdout] --> src/x11/mod.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn destroy_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/x11/mod.rs:101:16 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmap` [INFO] [stdout] --> src/x11/mod.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn unmap(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `map` [INFO] [stdout] --> src/x11/mod.rs:170:16 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn map(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_wm_class` [INFO] [stdout] --> src/x11/mod.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn get_wm_class(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `map_subwindows` [INFO] [stdout] --> src/x11/mod.rs:177:16 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn map_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmap_subwindows` [INFO] [stdout] --> src/x11/mod.rs:184:16 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn unmap_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_wm_class_instance` [INFO] [stdout] --> src/x11/mod.rs:129:16 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn get_wm_class_instance(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_tree_reply_to_windows` [INFO] [stdout] --> src/x11/mod.rs:193:8 [INFO] [stdout] | [INFO] [stdout] 193 | fn query_tree_reply_to_windows(connection: &X11Connection, reply: QueryTreeReply, show_mapped_windows: bool) -> X11Result src/x11/mod.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn get_subwindows(&self, connection: &X11Connection) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_all_windows` [INFO] [stdout] --> src/x11/mod.rs:233:12 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn get_all_windows(connection: &X11Connection, screen: &X11Screen) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_unmapped_windows` [INFO] [stdout] --> src/x11/mod.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_unmapped_windows(connection: &X11Connection, screen: &X11Screen) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `destroy` [INFO] [stdout] --> src/x11/mod.rs:148:16 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn destroy(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `destroy_subwindows` [INFO] [stdout] --> src/x11/mod.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn destroy_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmap` [INFO] [stdout] --> src/x11/mod.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn unmap(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `map` [INFO] [stdout] --> src/x11/mod.rs:170:16 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn map(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `map_subwindows` [INFO] [stdout] --> src/x11/mod.rs:177:16 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn map_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmap_subwindows` [INFO] [stdout] --> src/x11/mod.rs:184:16 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn unmap_subwindows(&self, connection: &X11Connection) -> X11Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_tree_reply_to_windows` [INFO] [stdout] --> src/x11/mod.rs:193:8 [INFO] [stdout] | [INFO] [stdout] 193 | fn query_tree_reply_to_windows(connection: &X11Connection, reply: QueryTreeReply, show_mapped_windows: bool) -> X11Result src/x11/mod.rs:233:12 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn get_all_windows(connection: &X11Connection, screen: &X11Screen) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_unmapped_windows` [INFO] [stdout] --> src/x11/mod.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_unmapped_windows(connection: &X11Connection, screen: &X11Screen) -> X11Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] running `Command { std: "docker" "inspect" "424f675f5a9910382f0d46599b834b61719bcbd57ce5cb8e4c62fac7f1317aab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "424f675f5a9910382f0d46599b834b61719bcbd57ce5cb8e4c62fac7f1317aab", kill_on_drop: false }` [INFO] [stdout] 424f675f5a9910382f0d46599b834b61719bcbd57ce5cb8e4c62fac7f1317aab