[INFO] cloning repository https://github.com/TortitasT/runst
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TortitasT/runst" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTortitasT%2Frunst", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTortitasT%2Frunst'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9191c3e9554ceeedd00e5f4e0c079adfe2e8ba18
[INFO] testing TortitasT/runst against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTortitasT%2Frunst" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TortitasT/runst
[INFO] finished tweaking git repo https://github.com/TortitasT/runst
[INFO] tweaked toml for git repo https://github.com/TortitasT/runst written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TortitasT/runst on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TortitasT/runst 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 098af1c3776ae553e8376f96a4d266d0a5222bdac8bb29fa30016f62700cca95
[INFO] running `Command { std: "docker" "start" "-a" "098af1c3776ae553e8376f96a4d266d0a5222bdac8bb29fa30016f62700cca95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "098af1c3776ae553e8376f96a4d266d0a5222bdac8bb29fa30016f62700cca95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "098af1c3776ae553e8376f96a4d266d0a5222bdac8bb29fa30016f62700cca95", kill_on_drop: false }`
[INFO] [stdout] 098af1c3776ae553e8376f96a4d266d0a5222bdac8bb29fa30016f62700cca95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3660087ca8fbae60de87555c6a6f128d99d68cc8d5fe078c8ef7870e0c66a2d2
[INFO] running `Command { std: "docker" "start" "-a" "3660087ca8fbae60de87555c6a6f128d99d68cc8d5fe078c8ef7870e0c66a2d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]    Compiling target-lexicon v0.12.11
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling gio v0.18.2
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling cfg-expr v0.15.5
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.3
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling freedesktop_entry_parser v1.3.0
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling system-deps v6.1.1
[INFO] [stderr]    Compiling glib-macros v0.18.2
[INFO] [stderr]    Compiling gtk4-macros v0.7.2
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling gdk4-sys v0.7.2
[INFO] [stderr]    Compiling graphene-sys v0.18.1
[INFO] [stderr]    Compiling gsk4-sys v0.7.2
[INFO] [stderr]    Compiling gtk4-sys v0.7.2
[INFO] [stderr]    Compiling glib v0.18.2
[INFO] [stderr]    Compiling cairo-rs v0.18.2
[INFO] [stderr]    Compiling graphene-rs v0.18.1
[INFO] [stderr]    Compiling gdk-pixbuf v0.18.0
[INFO] [stderr]    Compiling pango v0.18.0
[INFO] [stderr]    Compiling gdk4 v0.7.2
[INFO] [stderr]    Compiling gsk4 v0.7.2
[INFO] [stderr]    Compiling gtk4 v0.7.2
[INFO] [stderr]    Compiling ruvoke v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `gdk`
[INFO] [stdout]  --> src/main.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use gtk::{gdk, glib, Application, ApplicationWindow};
[INFO] [stdout]   |           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]   --> src/key_controller.rs:46:52
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]   --> src/key_controller.rs:68:51
[INFO] [stdout]    |
[INFO] [stdout] 68 | ...                   .set_value(last_child.allocation().y() as f64);
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]   --> src/key_controller.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 if prev_sibling.allocation().y() < scrolled_window.vadjustment().value() as i32 {
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]   --> src/key_controller.rs:83:49
[INFO] [stdout]    |
[INFO] [stdout] 83 |                         .set_value(prev_sibling.allocation().y() as f64);
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:105:52
[INFO] [stdout]     |
[INFO] [stdout] 105 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stdout]     |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:127:52
[INFO] [stdout]     |
[INFO] [stdout] 127 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stdout]     |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:139:33
[INFO] [stdout]     |
[INFO] [stdout] 139 |                 if next_sibling.allocation().y() + next_sibling.allocation().height()
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:139:65
[INFO] [stdout]     |
[INFO] [stdout] 139 |                 if next_sibling.allocation().y() + next_sibling.allocation().height()
[INFO] [stdout]     |                                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:141:43
[INFO] [stdout]     |
[INFO] [stdout] 141 |                         + scrolled_window.allocation().height()
[INFO] [stdout]     |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:145:49
[INFO] [stdout]     |
[INFO] [stdout] 145 |                         .set_value(next_sibling.allocation().y() as f64);
[INFO] [stdout]     |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "3660087ca8fbae60de87555c6a6f128d99d68cc8d5fe078c8ef7870e0c66a2d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3660087ca8fbae60de87555c6a6f128d99d68cc8d5fe078c8ef7870e0c66a2d2", kill_on_drop: false }`
[INFO] [stdout] 3660087ca8fbae60de87555c6a6f128d99d68cc8d5fe078c8ef7870e0c66a2d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4692ca26609b7810bf25fa09091788d8449a22e7379ed594fb4b114e7ea01457
[INFO] running `Command { std: "docker" "start" "-a" "4692ca26609b7810bf25fa09091788d8449a22e7379ed594fb4b114e7ea01457", kill_on_drop: false }`
[INFO] [stderr]    Compiling ruvoke v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `gdk`
[INFO] [stdout]  --> src/main.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use gtk::{gdk, glib, Application, ApplicationWindow};
[INFO] [stdout]   |           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]   --> src/key_controller.rs:46:52
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]   --> src/key_controller.rs:68:51
[INFO] [stdout]    |
[INFO] [stdout] 68 | ...                   .set_value(last_child.allocation().y() as f64);
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]   --> src/key_controller.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 if prev_sibling.allocation().y() < scrolled_window.vadjustment().value() as i32 {
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]   --> src/key_controller.rs:83:49
[INFO] [stdout]    |
[INFO] [stdout] 83 |                         .set_value(prev_sibling.allocation().y() as f64);
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:105:52
[INFO] [stdout]     |
[INFO] [stdout] 105 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stdout]     |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:127:52
[INFO] [stdout]     |
[INFO] [stdout] 127 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stdout]     |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:139:33
[INFO] [stdout]     |
[INFO] [stdout] 139 |                 if next_sibling.allocation().y() + next_sibling.allocation().height()
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:139:65
[INFO] [stdout]     |
[INFO] [stdout] 139 |                 if next_sibling.allocation().y() + next_sibling.allocation().height()
[INFO] [stdout]     |                                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:141:43
[INFO] [stdout]     |
[INFO] [stdout] 141 |                         + scrolled_window.allocation().height()
[INFO] [stdout]     |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stdout]    --> src/key_controller.rs:145:49
[INFO] [stdout]     |
[INFO] [stdout] 145 |                         .set_value(next_sibling.allocation().y() as f64);
[INFO] [stdout]     |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s
[INFO] running `Command { std: "docker" "inspect" "4692ca26609b7810bf25fa09091788d8449a22e7379ed594fb4b114e7ea01457", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4692ca26609b7810bf25fa09091788d8449a22e7379ed594fb4b114e7ea01457", kill_on_drop: false }`
[INFO] [stdout] 4692ca26609b7810bf25fa09091788d8449a22e7379ed594fb4b114e7ea01457
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a0e20869ca921e26638ef446a82698552047c1adbfb0094a6d70d72ea4d7c11e
[INFO] running `Command { std: "docker" "start" "-a" "a0e20869ca921e26638ef446a82698552047c1adbfb0094a6d70d72ea4d7c11e", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `gdk`
[INFO] [stderr]  --> src/main.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | use gtk::{gdk, glib, Application, ApplicationWindow};
[INFO] [stderr]   |           ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]   --> src/key_controller.rs:46:52
[INFO] [stderr]    |
[INFO] [stderr] 46 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stderr]    |                                              ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]   --> src/key_controller.rs:68:51
[INFO] [stderr]    |
[INFO] [stderr] 68 | ...                   .set_value(last_child.allocation().y() as f64);
[INFO] [stderr]    |                                             ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]   --> src/key_controller.rs:80:33
[INFO] [stderr]    |
[INFO] [stderr] 80 |                 if prev_sibling.allocation().y() < scrolled_window.vadjustment().value() as i32 {
[INFO] [stderr]    |                                 ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]   --> src/key_controller.rs:83:49
[INFO] [stderr]    |
[INFO] [stderr] 83 |                         .set_value(prev_sibling.allocation().y() as f64);
[INFO] [stderr]    |                                                 ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]    --> src/key_controller.rs:105:52
[INFO] [stderr]     |
[INFO] [stderr] 105 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stderr]     |                                              ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]    --> src/key_controller.rs:127:52
[INFO] [stderr]     |
[INFO] [stderr] 127 | ...                   .set_value(first_child.allocation().y() as f64);
[INFO] [stderr]     |                                              ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]    --> src/key_controller.rs:139:33
[INFO] [stderr]     |
[INFO] [stderr] 139 |                 if next_sibling.allocation().y() + next_sibling.allocation().height()
[INFO] [stderr]     |                                 ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]    --> src/key_controller.rs:139:65
[INFO] [stderr]     |
[INFO] [stderr] 139 |                 if next_sibling.allocation().y() + next_sibling.allocation().height()
[INFO] [stderr]     |                                                                 ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]    --> src/key_controller.rs:141:43
[INFO] [stderr]     |
[INFO] [stderr] 141 |                         + scrolled_window.allocation().height()
[INFO] [stderr]     |                                           ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `gtk4::prelude::WidgetExt::allocation`: Since 4.12
[INFO] [stderr]    --> src/key_controller.rs:145:49
[INFO] [stderr]     |
[INFO] [stderr] 145 |                         .set_value(next_sibling.allocation().y() as f64);
[INFO] [stderr]     |                                                 ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `ruvoke` (bin "ruvoke" test) generated 11 warnings (run `cargo fix --bin "ruvoke" -p ruvoke --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ruvoke-890266d9277ca9f0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a0e20869ca921e26638ef446a82698552047c1adbfb0094a6d70d72ea4d7c11e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0e20869ca921e26638ef446a82698552047c1adbfb0094a6d70d72ea4d7c11e", kill_on_drop: false }`
[INFO] [stdout] a0e20869ca921e26638ef446a82698552047c1adbfb0094a6d70d72ea4d7c11e
