[INFO] cloning repository https://github.com/Dishairano/hardwave-loudlab-vst
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dishairano/hardwave-loudlab-vst" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDishairano%2Fhardwave-loudlab-vst", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDishairano%2Fhardwave-loudlab-vst'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ce34d383db35e5e8431427f4c6ae0f5f17caae65
[INFO] checking Dishairano/hardwave-loudlab-vst against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDishairano%2Fhardwave-loudlab-vst" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Dishairano/hardwave-loudlab-vst
[INFO] finished tweaking git repo https://github.com/Dishairano/hardwave-loudlab-vst
[INFO] tweaked toml for git repo https://github.com/Dishairano/hardwave-loudlab-vst written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dishairano/hardwave-loudlab-vst on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dishairano/hardwave-loudlab-vst 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba
[INFO] running `Command { std: "docker" "start" "77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba", 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" "77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]    Compiling wry v0.46.3
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking reflink v0.1.3 (https://github.com/nicokoch/reflink.git?rev=e8d93b465f5d9ad340cd052b64bbc77b8ee107e2#e8d93b46)
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking anymap3 v1.0.1
[INFO] [stderr]     Checking widestring v1.2.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]     Checking atomic_float v0.1.0
[INFO] [stderr]     Checking clap-sys v0.5.0 (https://github.com/micahrj/clap-sys.git?rev=25d7f53fdb6363ad63fbd80049cb7a42a97ac156#25d7f53f)
[INFO] [stderr]     Checking midi-consts v0.1.0
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]    Compiling vst3-com-macros-support v0.2.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77)
[INFO] [stderr]     Checking nih_log v0.3.1
[INFO] [stderr]    Compiling nih_plug_derive v0.1.0 (https://github.com/Dishairano/nih-plug-hardwave.git?branch=main#182104c5)
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling vst3-com-macros v0.2.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77)
[INFO] [stderr]     Checking vst3-com v0.1.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77)
[INFO] [stderr]     Checking vst3-sys v0.1.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77)
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]    Compiling scroll_derive v0.11.1
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking goblin v0.6.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[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.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]    Compiling webkit2gtk-sys v2.0.1
[INFO] [stderr]    Compiling gdkx11-sys v0.18.2
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking nih_plug v0.0.0 (https://github.com/Dishairano/nih-plug-hardwave.git?branch=main#182104c5)
[INFO] [stderr]     Checking cargo_metadata v0.18.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking nih_plug_xtask v0.1.0 (https://github.com/robbert-vdh/nih-plug.git#28b149ec)
[INFO] [stderr]     Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]  --> xtask/src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     nih_plug_xtask::main();
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]   = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let _ = nih_plug_xtask::main();
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]  --> xtask/src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     nih_plug_xtask::main();
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]   = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let _ = nih_plug_xtask::main();
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking javascriptcore-rs v1.1.2
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking soup3 v0.5.0
[INFO] [stderr]     Checking gdk v0.18.2
[INFO] [stderr]     Checking gdkx11 v0.18.2
[INFO] [stderr]     Checking webkit2gtk v2.0.1
[INFO] [stderr]     Checking hardwave-loudlab v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `HandleError`
[INFO] [stdout]   --> src/editor.rs:83:33
[INFO] [stdout]    |
[INFO] [stdout] 83 |         use raw_window_handle::{HandleError, RawWindowHandle};
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HandleError`
[INFO] [stdout]   --> src/editor.rs:83:33
[INFO] [stdout]    |
[INFO] [stdout] 83 |         use raw_window_handle::{HandleError, RawWindowHandle};
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:731:1
[INFO] [stdout]     |
[INFO] [stdout] 731 | nih_export_vst3!(HardwaveLoudLab);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:731:1
[INFO] [stdout]     |
[INFO] [stdout] 731 | nih_export_vst3!(HardwaveLoudLab);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:731:1
[INFO] [stdout]     |
[INFO] [stdout] 731 | nih_export_vst3!(HardwaveLoudLab);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:731:1
[INFO] [stdout]     |
[INFO] [stdout] 731 | nih_export_vst3!(HardwaveLoudLab);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:731:1
[INFO] [stdout]     |
[INFO] [stdout] 731 | nih_export_vst3!(HardwaveLoudLab);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:731:1
[INFO] [stdout]     |
[INFO] [stdout] 731 | nih_export_vst3!(HardwaveLoudLab);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `s0` is never read
[INFO] [stdout]    --> src/dsp/oversample.rs:136:14
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let (mut s0, mut s1, mut s2) = (0.0f32, 0.0f32, 0.0f32);
[INFO] [stdout]     |              ^^^^^^ this value is reassigned later and never used
[INFO] [stdout] 137 |         for &x in samples {
[INFO] [stdout] 138 |             s0 = x + coeff * s1 - s2;
[INFO] [stdout]     |             ------------------------ `s0` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sat_drive_db`
[INFO] [stdout]    --> src/lib.rs:329:13
[INFO] [stdout]     |
[INFO] [stdout] 329 |         let sat_drive_db = p.sat_drive.value();
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sat_drive_db`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sat_mix`
[INFO] [stdout]    --> src/lib.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |         let sat_mix = p.sat_mix.value();
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sat_mix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `limiter_ceiling_db` is never read
[INFO] [stdout]    --> src/auto.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub struct AutoResult {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub limiter_ceiling_db: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_spectrum`, `bin_count`, and `bin_to_freq` are never used
[INFO] [stdout]    --> src/dsp/analyzer.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | impl SpectrumAnalyzer {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub fn get_spectrum(&mut self) -> Option<Vec<f32>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn bin_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn bin_to_freq(&self, bin: usize) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_band_params` is never used
[INFO] [stdout]    --> src/dsp/compressor.rs:354:12
[INFO] [stdout]     |
[INFO] [stdout] 286 | impl MultibandCompressor {
[INFO] [stdout]     | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub fn get_band_params(&self, band: usize) -> BandCompParams {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_band` is never used
[INFO] [stdout]    --> src/dsp/eq.rs:141:12
[INFO] [stdout]     |
[INFO] [stdout] 103 | impl ParametricEq {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub fn get_band(&self, index: usize) -> EqBandParams {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `true_peak_linear` and `reset_true_peak` are never used
[INFO] [stdout]    --> src/dsp/metering.rs:410:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl LufsMeter {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 410 |     pub fn true_peak_linear(&self) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 415 |     pub fn reset_true_peak(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `instance_id` is never read
[INFO] [stdout]    --> src/editor.rs:396:5
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub struct MasterEditor {
[INFO] [stdout]     |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 396 |     instance_id: String,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UiMessage` is never used
[INFO] [stdout]    --> src/protocol.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub enum UiMessage {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sat_drive_db`
[INFO] [stdout]    --> src/lib.rs:329:13
[INFO] [stdout]     |
[INFO] [stdout] 329 |         let sat_drive_db = p.sat_drive.value();
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sat_drive_db`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sat_mix`
[INFO] [stdout]    --> src/lib.rs:330:13
[INFO] [stdout]     |
[INFO] [stdout] 330 |         let sat_mix = p.sat_mix.value();
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sat_mix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `limiter_ceiling_db` is never read
[INFO] [stdout]    --> src/auto.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub struct AutoResult {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub limiter_ceiling_db: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_spectrum`, `bin_count`, and `bin_to_freq` are never used
[INFO] [stdout]    --> src/dsp/analyzer.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | impl SpectrumAnalyzer {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub fn get_spectrum(&mut self) -> Option<Vec<f32>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn bin_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn bin_to_freq(&self, bin: usize) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_band_params` is never used
[INFO] [stdout]    --> src/dsp/compressor.rs:354:12
[INFO] [stdout]     |
[INFO] [stdout] 286 | impl MultibandCompressor {
[INFO] [stdout]     | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub fn get_band_params(&self, band: usize) -> BandCompParams {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_band` is never used
[INFO] [stdout]    --> src/dsp/eq.rs:141:12
[INFO] [stdout]     |
[INFO] [stdout] 103 | impl ParametricEq {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 141 |     pub fn get_band(&self, index: usize) -> EqBandParams {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `true_peak_linear` and `reset_true_peak` are never used
[INFO] [stdout]    --> src/dsp/metering.rs:410:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl LufsMeter {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 410 |     pub fn true_peak_linear(&self) -> f32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 415 |     pub fn reset_true_peak(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `instance_id` is never read
[INFO] [stdout]    --> src/editor.rs:396:5
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub struct MasterEditor {
[INFO] [stdout]     |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 396 |     instance_id: String,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UiMessage` is never used
[INFO] [stdout]    --> src/protocol.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub enum UiMessage {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: hardwave-loudlab v0.7.0 (/opt/rustwide/workdir), nih_plug v0.0.0 (https://github.com/Dishairano/nih-plug-hardwave.git?branch=main#182104c5)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba", kill_on_drop: false }`
[INFO] [stdout] 77241897a948e691febbe189afc752ec6bb2255250ceca4416996fa95c9c45ba
