[INFO] cloning repository https://github.com/sevenc-nanashi/rust-cpp-vst-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sevenc-nanashi/rust-cpp-vst-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevenc-nanashi%2Frust-cpp-vst-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevenc-nanashi%2Frust-cpp-vst-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db7ee251536a44571545f9da876da95c0cf89f26
[INFO] building sevenc-nanashi/rust-cpp-vst-template against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevenc-nanashi%2Frust-cpp-vst-template" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/sevenc-nanashi/rust-cpp-vst-template
[INFO] finished tweaking git repo https://github.com/sevenc-nanashi/rust-cpp-vst-template
[INFO] tweaked toml for git repo https://github.com/sevenc-nanashi/rust-cpp-vst-template written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sevenc-nanashi/rust-cpp-vst-template on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sevenc-nanashi/rust-cpp-vst-template 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/RustAudio/baseview.git`
[INFO] [stderr]     Updating git repository `https://github.com/BillyDM/egui-baseview`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded atk-sys v0.18.0
[INFO] [stderr]   Downloaded rstest v0.23.0
[INFO] [stderr]   Downloaded proc-macro-crate v2.0.0
[INFO] [stderr]   Downloaded gtk3-macros v0.18.0
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.97
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.97
[INFO] [stderr]   Downloaded lazy-regex-proc_macros v3.3.0
[INFO] [stderr]   Downloaded lazy-regex v3.3.0
[INFO] [stderr]   Downloaded os_pipe v1.2.1
[INFO] [stderr]   Downloaded cargo_toml v0.20.5
[INFO] [stderr]   Downloaded inotify v0.10.2
[INFO] [stderr]   Downloaded clap v4.5.19
[INFO] [stderr]   Downloaded notify v7.0.0
[INFO] [stderr]   Downloaded gtk-sys v0.18.0
[INFO] [stderr]   Downloaded emath v0.29.1
[INFO] [stderr]   Downloaded js-sys v0.3.74
[INFO] [stderr]   Downloaded clap_builder v4.5.19
[INFO] [stderr]   Downloaded epaint v0.29.1
[INFO] [stderr]   Downloaded cbindgen v0.27.0
[INFO] [stderr]   Downloaded glow v0.14.2
[INFO] [stderr]   Downloaded gtk v0.18.1
[INFO] [stderr]   Downloaded gdk v0.18.0
[INFO] [stderr]   Downloaded cc v1.2.2
[INFO] [stderr]   Downloaded epaint_default_fonts v0.29.1
[INFO] [stderr]   Downloaded egui v0.29.1
[INFO] [stderr]   Downloaded anyhow v1.0.89
[INFO] [stderr]   Downloaded copypasta v0.10.1
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.97
[INFO] [stderr]   Downloaded egui_glow v0.29.1
[INFO] [stderr]   Downloaded keyboard-types v0.6.2
[INFO] [stderr]   Downloaded atk v0.18.0
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.97
[INFO] [stderr]   Downloaded gdk-sys v0.18.0
[INFO] [stderr]   Downloaded duct v0.13.7
[INFO] [stderr]   Downloaded web-sys v0.3.74
[INFO] [stderr]   Downloaded notify-types v1.0.0
[INFO] [stderr]   Downloaded ecolor v0.29.1
[INFO] [stderr]   Downloaded open v5.3.1
[INFO] [stderr]   Downloaded shared_child v1.0.1
[INFO] [stderr]   Downloaded nix v0.22.3
[INFO] [stderr]   Downloaded x11-clipboard v0.9.3
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.97
[INFO] [stderr]   Downloaded rstest_macros v0.23.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ee726c74f48fd4ffdf5169c9caebcd30b64625a13e06809c7093360539bcb002
[INFO] running `Command { std: "docker" "start" "-a" "ee726c74f48fd4ffdf5169c9caebcd30b64625a13e06809c7093360539bcb002", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee726c74f48fd4ffdf5169c9caebcd30b64625a13e06809c7093360539bcb002", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee726c74f48fd4ffdf5169c9caebcd30b64625a13e06809c7093360539bcb002", kill_on_drop: false }`
[INFO] [stdout] ee726c74f48fd4ffdf5169c9caebcd30b64625a13e06809c7093360539bcb002
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c61acefb6040e16ed914efeeabd50b36bb41598857f6a2527bdbbc3003bf95f9
[INFO] running `Command { std: "docker" "start" "-a" "c61acefb6040e16ed914efeeabd50b36bb41598857f6a2527bdbbc3003bf95f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling once_cell v1.20.1
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling ttf-parser v0.25.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling epaint_default_fonts v0.29.1
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling is-docker v0.2.0
[INFO] [stderr]    Compiling keyboard-types v0.6.2
[INFO] [stderr]    Compiling is-wsl v0.4.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling gtk v0.18.1
[INFO] [stderr]    Compiling glow v0.14.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling raw-window-handle v0.5.2
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling my-plugin-impl v255.255.255 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling nix v0.22.3
[INFO] [stderr]    Compiling open v5.3.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling owned_ttf_parser v0.25.0
[INFO] [stderr]    Compiling ab_glyph v0.2.29
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling bytemuck_derive v1.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling emath v0.29.1
[INFO] [stderr]    Compiling gtk3-macros v0.18.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling ecolor v0.29.1
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling epaint v0.29.1
[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 atk-sys v0.18.0
[INFO] [stderr]    Compiling gdk-sys v0.18.0
[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 gtk-sys v0.18.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling egui v0.29.1
[INFO] [stderr]    Compiling x11-clipboard v0.9.3
[INFO] [stderr]    Compiling baseview v0.1.0 (https://github.com/RustAudio/baseview.git?rev=579130ecb4f9f315ae52190af42f0ea46aeaa4a2#579130ec)
[INFO] [stderr]    Compiling copypasta v0.10.1
[INFO] [stderr]    Compiling glib v0.18.5
[INFO] [stderr]    Compiling egui_glow v0.29.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling egui-baseview v0.3.0 (https://github.com/BillyDM/egui-baseview?rev=4e81e0a#4e81e0a2)
[INFO] [stderr]    Compiling cairo-rs v0.18.5
[INFO] [stderr]    Compiling atk v0.18.0
[INFO] [stderr]    Compiling pango v0.18.3
[INFO] [stderr]    Compiling gdk-pixbuf v0.18.5
[INFO] [stderr]    Compiling gdk v0.18.0
[INFO] [stdout] warning: unused variable: `inputs`
[INFO] [stdout]    --> src/plugin.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |         inputs: &[&[f32]],
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_inputs`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/ui.rs:92:13
[INFO] [stdout]    |
[INFO] [stdout] 92 |         let window = egui_baseview::EguiWindow::open_parented(
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale_factor`
[INFO] [stdout]   --> src/ui.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         scale_factor: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scale_factor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]    --> src/ui.rs:116:28
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn set_size(&self, width: usize, height: usize, scale_factor: f64) -> Result<()> {
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]    --> src/ui.rs:116:42
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn set_size(&self, width: usize, height: usize, scale_factor: f64) -> Result<()> {
[INFO] [stdout]     |                                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale_factor`
[INFO] [stdout]    --> src/ui.rs:116:57
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn set_size(&self, width: usize, height: usize, scale_factor: f64) -> Result<()> {
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scale_factor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `RUNTIME` is never used
[INFO] [stdout]  --> src/common.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub static RUNTIME: LazyLock<tokio::runtime::Runtime> =
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]  --> src/ui.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct State {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ui.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl State {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 14 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `notification_receiver` and `window_handle` are never read
[INFO] [stdout]   --> src/ui.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct PluginUiImpl {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 20 |     notification_receiver: UnboundedReceiver<UiNotification>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |
[INFO] [stdout] 22 |     window_handle: ParentWindow,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
[INFO] running `Command { std: "docker" "inspect" "c61acefb6040e16ed914efeeabd50b36bb41598857f6a2527bdbbc3003bf95f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c61acefb6040e16ed914efeeabd50b36bb41598857f6a2527bdbbc3003bf95f9", kill_on_drop: false }`
[INFO] [stdout] c61acefb6040e16ed914efeeabd50b36bb41598857f6a2527bdbbc3003bf95f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5afda9fa782044e0c4ae1c391dd452c3d754592639275c2af781e4e4b661d272
[INFO] running `Command { std: "docker" "start" "-a" "5afda9fa782044e0c4ae1c391dd452c3d754592639275c2af781e4e4b661d272", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling system-deps v6.2.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 gdk-sys v0.18.0
[INFO] [stderr]    Compiling atk-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling gtk-sys v0.18.0
[INFO] [stderr]    Compiling gtk v0.18.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling bytemuck_derive v1.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling gtk3-macros v0.18.0
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling emath v0.29.1
[INFO] [stderr]    Compiling ecolor v0.29.1
[INFO] [stderr]    Compiling epaint v0.29.1
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling egui v0.29.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling glib v0.18.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rstest v0.23.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling egui_glow v0.29.1
[INFO] [stderr]    Compiling egui-baseview v0.3.0 (https://github.com/BillyDM/egui-baseview?rev=4e81e0a#4e81e0a2)
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling cairo-rs v0.18.5
[INFO] [stderr]    Compiling atk v0.18.0
[INFO] [stderr]    Compiling pango v0.18.3
[INFO] [stderr]    Compiling gdk-pixbuf v0.18.5
[INFO] [stderr]    Compiling gdk v0.18.0
[INFO] [stderr]    Compiling my-plugin-impl v255.255.255 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `inputs`
[INFO] [stdout]    --> src/plugin.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |         inputs: &[&[f32]],
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_inputs`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/ui.rs:92:13
[INFO] [stdout]    |
[INFO] [stdout] 92 |         let window = egui_baseview::EguiWindow::open_parented(
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale_factor`
[INFO] [stdout]   --> src/ui.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         scale_factor: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scale_factor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]    --> src/ui.rs:116:28
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn set_size(&self, width: usize, height: usize, scale_factor: f64) -> Result<()> {
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height`
[INFO] [stdout]    --> src/ui.rs:116:42
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn set_size(&self, width: usize, height: usize, scale_factor: f64) -> Result<()> {
[INFO] [stdout]     |                                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale_factor`
[INFO] [stdout]    --> src/ui.rs:116:57
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn set_size(&self, width: usize, height: usize, scale_factor: f64) -> Result<()> {
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_scale_factor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `RUNTIME` is never used
[INFO] [stdout]  --> src/common.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub static RUNTIME: LazyLock<tokio::runtime::Runtime> =
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]  --> src/ui.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct State {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ui.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl State {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 14 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `notification_receiver` and `window_handle` are never read
[INFO] [stdout]   --> src/ui.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct PluginUiImpl {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 20 |     notification_receiver: UnboundedReceiver<UiNotification>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |
[INFO] [stdout] 22 |     window_handle: ParentWindow,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 56s
[INFO] running `Command { std: "docker" "inspect" "5afda9fa782044e0c4ae1c391dd452c3d754592639275c2af781e4e4b661d272", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5afda9fa782044e0c4ae1c391dd452c3d754592639275c2af781e4e4b661d272", kill_on_drop: false }`
[INFO] [stdout] 5afda9fa782044e0c4ae1c391dd452c3d754592639275c2af781e4e4b661d272
