[INFO] cloning repository https://github.com/PI-Victor/nemo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PI-Victor/nemo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPI-Victor%2Fnemo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPI-Victor%2Fnemo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b2ce8093ba964faa61b2abdb38023d79ddc1287f
[INFO] testing PI-Victor/nemo against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPI-Victor%2Fnemo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PI-Victor/nemo
[INFO] finished tweaking git repo https://github.com/PI-Victor/nemo
[INFO] tweaked toml for git repo https://github.com/PI-Victor/nemo written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PI-Victor/nemo on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PI-Victor/nemo 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c
[INFO] running `Command { std: "docker" "start" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling piper v0.2.5
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling async-signal v0.2.14
[INFO] [stderr]    Compiling async-process v2.5.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling gethostname v1.1.0
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling zvariant_utils v3.3.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling zbus_names v4.3.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling async-executor v1.14.0
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling zbus v5.14.0
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling nemo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `RoundedRegion` is never constructed
[INFO] [stdout]   --> src/platform/x11.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct RoundedRegion {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `activate_window_for_match_keys` is never used
[INFO] [stdout]    --> src/platform/x11.rs:120:8
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub fn activate_window_for_match_keys(match_keys: &[String]) -> Result<bool> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `top_level_windows` is never used
[INFO] [stdout]    --> src/platform/x11.rs:177:4
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn top_level_windows<C: Connection>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `window_matches` is never used
[INFO] [stdout]    --> src/platform/x11.rs:194:4
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn window_matches<C: Connection>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `window_class_keys` is never used
[INFO] [stdout]    --> src/platform/x11.rs:211:4
[INFO] [stdout]     |
[INFO] [stdout] 211 | fn window_class_keys<C: Connection>(connection: &C, window: Window) -> Result<Vec<String>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `normalize_match_key` is never used
[INFO] [stdout]    --> src/platform/x11.rs:239:4
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn normalize_match_key(value: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `intern_atom` is never used
[INFO] [stdout]    --> src/platform/x11.rs:247:4
[INFO] [stdout]     |
[INFO] [stdout] 247 | fn intern_atom<C: Connection>(connection: &C, name: &[u8]) -> Result<Atom> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `apply_rounded_regions` is never used
[INFO] [stdout]    --> src/platform/x11.rs:257:8
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub fn apply_rounded_regions(xid: u32, regions: &[RoundedRegion]) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rounded_rectangles` is never used
[INFO] [stdout]    --> src/platform/x11.rs:292:4
[INFO] [stdout]     |
[INFO] [stdout] 292 | fn rounded_rectangles(region: RoundedRegion) -> Vec<Rectangle> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `append_row_runs` is never used
[INFO] [stdout]    --> src/platform/x11.rs:341:4
[INFO] [stdout]     |
[INFO] [stdout] 341 | fn append_row_runs(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_rectangle` is never used
[INFO] [stdout]    --> src/platform/x11.rs:377:4
[INFO] [stdout]     |
[INFO] [stdout] 377 | fn push_rectangle(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> src/store.rs:119:18
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl NotificationStore {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub async fn get(&self, id: u32) -> Option<Notification> {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4m 57s
[INFO] running `Command { std: "docker" "inspect" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling nemo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `activate_window_for_match_keys` is never used
[INFO] [stdout]    --> src/platform/x11.rs:120:8
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub fn activate_window_for_match_keys(match_keys: &[String]) -> Result<bool> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `top_level_windows` is never used
[INFO] [stdout]    --> src/platform/x11.rs:177:4
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn top_level_windows<C: Connection>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `window_matches` is never used
[INFO] [stdout]    --> src/platform/x11.rs:194:4
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn window_matches<C: Connection>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `window_class_keys` is never used
[INFO] [stdout]    --> src/platform/x11.rs:211:4
[INFO] [stdout]     |
[INFO] [stdout] 211 | fn window_class_keys<C: Connection>(connection: &C, window: Window) -> Result<Vec<String>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `intern_atom` is never used
[INFO] [stdout]    --> src/platform/x11.rs:247:4
[INFO] [stdout]     |
[INFO] [stdout] 247 | fn intern_atom<C: Connection>(connection: &C, name: &[u8]) -> Result<Atom> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `apply_rounded_regions` is never used
[INFO] [stdout]    --> src/platform/x11.rs:257:8
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub fn apply_rounded_regions(xid: u32, regions: &[RoundedRegion]) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> src/store.rs:119:18
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl NotificationStore {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub async fn get(&self, id: u32) -> Option<Notification> {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 15.19s
[INFO] running `Command { std: "docker" "inspect" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: function `activate_window_for_match_keys` is never used
[INFO] [stderr]    --> src/platform/x11.rs:120:8
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub fn activate_window_for_match_keys(match_keys: &[String]) -> Result<bool> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `top_level_windows` is never used
[INFO] [stderr]    --> src/platform/x11.rs:177:4
[INFO] [stderr]     |
[INFO] [stderr] 177 | fn top_level_windows<C: Connection>(
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `window_matches` is never used
[INFO] [stderr]    --> src/platform/x11.rs:194:4
[INFO] [stderr]     |
[INFO] [stderr] 194 | fn window_matches<C: Connection>(
[INFO] [stderr]     |    ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `window_class_keys` is never used
[INFO] [stderr]    --> src/platform/x11.rs:211:4
[INFO] [stderr]     |
[INFO] [stderr] 211 | fn window_class_keys<C: Connection>(connection: &C, window: Window) -> Result<Vec<String>> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `intern_atom` is never used
[INFO] [stderr]    --> src/platform/x11.rs:247:4
[INFO] [stderr]     |
[INFO] [stderr] 247 | fn intern_atom<C: Connection>(connection: &C, name: &[u8]) -> Result<Atom> {
[INFO] [stderr]     |    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `apply_rounded_regions` is never used
[INFO] [stderr]    --> src/platform/x11.rs:257:8
[INFO] [stderr]     |
[INFO] [stderr] 257 | pub fn apply_rounded_regions(xid: u32, regions: &[RoundedRegion]) -> Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get` is never used
[INFO] [stderr]    --> src/store.rs:119:18
[INFO] [stderr]     |
[INFO] [stderr]  44 | impl NotificationStore {
[INFO] [stderr]     | ---------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 119 |     pub async fn get(&self, id: u32) -> Option<Notification> {
[INFO] [stderr]     |                  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `nemo` (bin "nemo" test) generated 7 warnings
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/nemo-5639d38b46c8ccae)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test platform::x11::tests::bottom_center_positions_from_screen_bottom ... ok
[INFO] [stdout] test config::tests::toml_override_applies ... ok
[INFO] [stdout] test platform::x11::tests::region_offset_is_preserved ... ok
[INFO] [stdout] test platform::x11::tests::normalize_match_key_strips_desktop_separators ... ok
[INFO] [stdout] test config::tests::default_config_loads_without_file ... ok
[INFO] [stdout] test platform::x11::tests::position_for_offset_uses_accumulated_stack_height ... ok
[INFO] [stdout] test platform::x11::tests::rounded_shape_insets_top_rows ... ok
[INFO] [stdout] test platform::x11::tests::zero_radius_is_single_rectangle ... ok
[INFO] [stdout] test store::tests::app_id_humanization_prefers_clean_labels ... ok
[INFO] [stdout] test store::tests::explicit_close_emits_event ... ok
[INFO] [stdout] test store::tests::replacement_keeps_notification_id ... ok
[INFO] [stdout] test store::tests::privacy_rule_suppresses_body_for_matching_app ... ok
[INFO] [stdout] test store::tests::timeout_closes_notification ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c", kill_on_drop: false }`
[INFO] [stdout] 97e955a8afdc818c15b1da1997da4f0b214d2023153c28c67f8899d00832ab0c
