[INFO] cloning repository https://github.com/gmmpb/wls-vst3-rust-skeleton
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gmmpb/wls-vst3-rust-skeleton" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmmpb%2Fwls-vst3-rust-skeleton", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmmpb%2Fwls-vst3-rust-skeleton'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a2bda24e3816af380f00a92f7538d94ba57fc2af
[INFO] checking gmmpb/wls-vst3-rust-skeleton against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmmpb%2Fwls-vst3-rust-skeleton" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gmmpb/wls-vst3-rust-skeleton
[INFO] finished tweaking git repo https://github.com/gmmpb/wls-vst3-rust-skeleton
[INFO] tweaked toml for git repo https://github.com/gmmpb/wls-vst3-rust-skeleton written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gmmpb/wls-vst3-rust-skeleton 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/gmmpb/wls-vst3-rust-skeleton 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] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: binary `sample_plugin` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../sample_plugin
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `sample-plugin`, convert `package.name`
[INFO] [stderr]   --> sample_plugin/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "sample_plugin"
[INFO] [stderr]  2 + name = "sample-plugin"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `sample-plugin`, specify `bin.name`
[INFO] [stderr]   --> sample_plugin/Cargo.toml:15:24
[INFO] [stderr]    |
[INFO] [stderr] 15 ~ atomic_float = "1.1.0"
[INFO] [stderr] 16 + [[bin]]
[INFO] [stderr] 17 + name = "sample-plugin"
[INFO] [stderr] 18 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `sample_plugin` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d
[INFO] running `Command { std: "docker" "start" "131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d", 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" "131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d", 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" "131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: binary `sample_plugin` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../sample_plugin
[INFO] [stderr]    |                          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `sample-plugin`, convert `package.name`
[INFO] [stderr]   --> sample_plugin/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "sample_plugin"
[INFO] [stderr]  2 + name = "sample-plugin"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `sample-plugin`, specify `bin.name`
[INFO] [stderr]   --> sample_plugin/Cargo.toml:15:24
[INFO] [stderr]    |
[INFO] [stderr] 15 ~ atomic_float = "1.1.0"
[INFO] [stderr] 16 + [[bin]]
[INFO] [stderr] 17 + name = "sample-plugin"
[INFO] [stderr] 18 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `sample_plugin` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling glam v0.10.2
[INFO] [stderr]    Compiling jack-sys v0.5.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]     Checking iced_core v0.4.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e)
[INFO] [stderr]    Compiling quick-xml v0.22.0
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking iced_style v0.3.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e)
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking keyboard-types v0.6.2
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking glow v0.11.2
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling jack v0.11.4
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]     Checking clap_builder v4.5.36
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]    Compiling xcb v0.10.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling xcb v0.9.0
[INFO] [stderr]     Checking alsa-sys v0.3.1
[INFO] [stderr]     Checking glyph_brush_layout v0.2.4
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking glyph_brush_draw_cache v0.1.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking alsa v0.7.1
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking cache-padded v1.3.0
[INFO] [stderr]     Checking cpal v0.15.3
[INFO] [stderr]     Checking twox-hash v2.1.0
[INFO] [stderr]     Checking rtrb v0.2.3
[INFO] [stderr]     Checking glyph_brush v0.7.12
[INFO] [stderr]     Checking nih_log v0.3.1
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking widestring v1.2.0
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]     Checking atomic_float v0.1.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking midi-consts v0.1.0
[INFO] [stderr]     Checking anymap3 v1.0.1
[INFO] [stderr]     Checking clap-sys v0.5.0 (https://github.com/micahrj/clap-sys.git?rev=25d7f53fdb6363ad63fbd80049cb7a42a97ac156#25d7f53f)
[INFO] [stderr]     Checking nih_plug_assets v0.1.0 (https://github.com/robbert-vdh/nih_plug_assets.git#a04e3279)
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking atomic_float v1.1.0
[INFO] [stderr]     Checking reflink v0.1.3 (https://github.com/nicokoch/reflink.git?rev=e8d93b465f5d9ad340cd052b64bbc77b8ee107e2#e8d93b46)
[INFO] [stderr]     Checking midir v0.9.1
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling scroll_derive v0.11.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 backtrace v0.3.74
[INFO] [stderr]     Checking x11-clipboard v0.5.3
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[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]    Compiling nih_plug_derive v0.1.0 (https://github.com/robbert-vdh/nih-plug.git#400eb315)
[INFO] [stderr]     Checking goblin v0.6.1
[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 bytemuck v1.22.0
[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]     Checking glow_glyph v0.5.1
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking clap v4.5.36
[INFO] [stderr]     Checking baseview v0.1.0 (https://github.com/RustAudio/baseview.git?rev=579130ecb4f9f315ae52190af42f0ea46aeaa4a2#579130ec)
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking iced_futures v0.3.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e)
[INFO] [stderr]     Checking iced_native v0.4.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e)
[INFO] [stderr]     Checking iced_graphics v0.2.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e)
[INFO] [stderr]     Checking iced_glow v0.2.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e)
[INFO] [stderr]     Checking xcb-util v0.3.0
[INFO] [stderr]     Checking baseview v0.1.0 (https://github.com/RustAudio/baseview.git?rev=1d9806d5bd92275d0d8142d9c9c90198757b9b25#1d9806d5)
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking nih_plug v0.0.0 (https://github.com/robbert-vdh/nih-plug.git#400eb315)
[INFO] [stderr]     Checking cargo_metadata v0.18.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#400eb315)
[INFO] [stderr]     Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Checking smithay-clipboard v0.6.6
[INFO] [stderr]     Checking copypasta v0.7.1
[INFO] [stderr]     Checking iced_baseview v0.0.3 (https://github.com/robbert-vdh/iced_baseview.git?branch=feature%2Fupdate-baseview#df3a852a)
[INFO] [stderr]     Checking nih_plug_iced v0.0.0 (https://github.com/robbert-vdh/nih-plug.git#400eb315)
[INFO] [stderr]     Checking sample_plugin v0.1.0 (/opt/rustwide/workdir/sample_plugin)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> sample_plugin/src/lib.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | nih_export_vst3!(Gain);
[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]   --> sample_plugin/src/lib.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | nih_export_vst3!(Gain);
[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]   --> sample_plugin/src/lib.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | nih_export_vst3!(Gain);
[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]   --> sample_plugin/src/lib.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | nih_export_vst3!(Gain);
[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]   --> sample_plugin/src/lib.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | nih_export_vst3!(Gain);
[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]   --> sample_plugin/src/lib.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | nih_export_vst3!(Gain);
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nih_plug v0.0.0 (https://github.com/robbert-vdh/nih-plug.git#400eb315), quick-xml v0.22.0, sample_plugin v0.1.0 (/opt/rustwide/workdir/sample_plugin), xcb v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d", kill_on_drop: false }`
[INFO] [stdout] 131f025843d686b42d235ffe273e958dce74d8385d989078743bced26e9ed54d
