[INFO] fetching crate yogawm 0.1.0... [INFO] checking yogawm-0.1.0 against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] extracting crate yogawm 0.1.0 into /workspace/builds/worker-24/source [INFO] validating manifest of crates.io crate yogawm 0.1.0 on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "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-24/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" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15bad25d93e163f810104e00a85556683572ff6f1b08005c632f2691d04cb4a4 [INFO] running `Command { std: "docker" "start" "-a" "15bad25d93e163f810104e00a85556683572ff6f1b08005c632f2691d04cb4a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15bad25d93e163f810104e00a85556683572ff6f1b08005c632f2691d04cb4a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15bad25d93e163f810104e00a85556683572ff6f1b08005c632f2691d04cb4a4", kill_on_drop: false }` [INFO] [stdout] 15bad25d93e163f810104e00a85556683572ff6f1b08005c632f2691d04cb4a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0823ad26e9802aaf4e0b1f693523b4d85fc798edc1206484c44adc22ba1bc985 [INFO] running `Command { std: "docker" "start" "-a" "0823ad26e9802aaf4e0b1f693523b4d85fc798edc1206484c44adc22ba1bc985", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling nix v0.17.0 [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 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `x11::prelude::*` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use x11::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x11::connect` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use x11::connect; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x11::screens::get_screen` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use x11::screens::get_screen; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x11::windows::get_all_windows` [INFO] [stdout] --> src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use x11::windows::get_all_windows; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x11::prelude::*` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use x11::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x11::connect` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use x11::connect; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x11::screens::get_screen` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use x11::screens::get_screen; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `x11::windows::get_all_windows` [INFO] [stdout] --> src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use x11::windows::get_all_windows; [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: 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: 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: 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: 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: 23 warnings emitted [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: 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_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: 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: 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: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.15s [INFO] running `Command { std: "docker" "inspect" "0823ad26e9802aaf4e0b1f693523b4d85fc798edc1206484c44adc22ba1bc985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0823ad26e9802aaf4e0b1f693523b4d85fc798edc1206484c44adc22ba1bc985", kill_on_drop: false }` [INFO] [stdout] 0823ad26e9802aaf4e0b1f693523b4d85fc798edc1206484c44adc22ba1bc985