[INFO] cloning repository https://github.com/Saisana299/nih-plug-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Saisana299/nih-plug-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaisana299%2Fnih-plug-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaisana299%2Fnih-plug-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1e5d860fa32c65486ad903d7ed2fdfcd318cb71f [INFO] documenting Saisana299/nih-plug-example against 1.86.0 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaisana299%2Fnih-plug-example" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Saisana299/nih-plug-example on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/Saisana299/nih-plug-example [INFO] finished tweaking git repo https://github.com/Saisana299/nih-plug-example [INFO] tweaked toml for git repo https://github.com/Saisana299/nih-plug-example written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Saisana299/nih-plug-example 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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/robbert-vdh/nih-plug.git` [INFO] [stderr] Updating git repository `https://github.com/robbert-vdh/clap-sys.git` [INFO] [stderr] Updating git repository `https://github.com/RustAudio/baseview.git` [INFO] [stderr] Updating git repository `https://github.com/robbert-vdh/iced_baseview.git` [INFO] [stderr] Updating git repository `https://github.com/robbert-vdh/nih_plug_assets.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xcb-util v0.3.0 [INFO] [stderr] Downloaded glyph_brush v0.7.11 [INFO] [stderr] Downloaded glyph_brush_draw_cache v0.1.6 [INFO] [stderr] Downloaded glow_glyph v0.5.1 [INFO] [stderr] Downloaded nih_log v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 361cee1a7e61f16472d6ded7a92203ae6ab080797d4c0f8faed1dfd0cabf564d [INFO] running `Command { std: "docker" "start" "-a" "361cee1a7e61f16472d6ded7a92203ae6ab080797d4c0f8faed1dfd0cabf564d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "361cee1a7e61f16472d6ded7a92203ae6ab080797d4c0f8faed1dfd0cabf564d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "361cee1a7e61f16472d6ded7a92203ae6ab080797d4c0f8faed1dfd0cabf564d", kill_on_drop: false }` [INFO] [stdout] 361cee1a7e61f16472d6ded7a92203ae6ab080797d4c0f8faed1dfd0cabf564d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 643d2d818ec9fa55e2ce57cc51b0b2d29c36f3bf1f3bcdb595f9a615bb4bdcda [INFO] running `Command { std: "docker" "start" "-a" "643d2d818ec9fa55e2ce57cc51b0b2d29c36f3bf1f3bcdb595f9a615bb4bdcda", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling xml-rs v0.8.23 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking libloading v0.8.5 [INFO] [stderr] Checking ttf-parser v0.25.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking iced_core v0.4.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e) [INFO] [stderr] Checking rustc-hash v2.0.0 [INFO] [stderr] Checking xcursor v0.3.8 [INFO] [stderr] Checking cty v0.2.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking xi-unicode v0.3.0 [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] Compiling glam v0.10.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking raw-window-handle v0.4.3 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking itoa v1.0.13 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Compiling xcb v0.10.1 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking object v0.36.5 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking ordered-float v4.5.0 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking glow v0.11.2 [INFO] [stderr] Checking euclid v0.22.11 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking owned_ttf_parser v0.25.0 [INFO] [stderr] Checking ab_glyph v0.2.29 [INFO] [stderr] Checking glyph_brush_layout v0.2.4 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking keyboard-types v0.6.2 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking raw-window-handle v0.5.2 [INFO] [stderr] Checking nih_log v0.3.1 [INFO] [stderr] Checking midi-consts v0.1.0 [INFO] [stderr] Checking atomic_float v0.1.0 [INFO] [stderr] Checking clap-sys v0.3.0 (https://github.com/robbert-vdh/clap-sys.git?branch=feature%2Fcstr-macro#523a5f8a) [INFO] [stderr] Checking anymap v1.0.0-beta.2 [INFO] [stderr] Checking widestring v1.1.0 [INFO] [stderr] Checking atomic_refcell v0.1.13 [INFO] [stderr] Checking nih_plug_assets v0.1.0 (https://github.com/robbert-vdh/nih_plug_assets.git#a04e3279) [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking glyph_brush_draw_cache v0.1.6 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling bytemuck_derive v1.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking x11-clipboard v0.5.3 [INFO] [stderr] Checking backtrace v0.3.74 [INFO] [stderr] Checking zerocopy v0.7.35 [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 wayland-cursor v0.29.5 [INFO] [stderr] Checking bytemuck v1.20.0 [INFO] [stderr] Checking assert_no_alloc v1.1.2 (https://github.com/robbert-vdh/rust-assert-no-alloc.git?branch=feature%2Fnested-permit-forbid#a6fb4f62) [INFO] [stderr] Compiling nih_plug_derive v0.1.0 (https://github.com/robbert-vdh/nih-plug.git#dfafe903) [INFO] [stderr] Checking ppv-lite86 v0.2.20 [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 rand_chacha v0.3.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 vst3-sys v0.1.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77) [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking twox-hash v2.0.1 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking glyph_brush v0.7.11 [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 glow_glyph v0.5.1 [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 nih_plug v0.0.0 (https://github.com/robbert-vdh/nih-plug.git#dfafe903) [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#dfafe903) [INFO] [stderr] Documenting nih_plug_example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `ENG` [INFO] [stdout] --> src/lib.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | /// [ENG] The parameter's ID is used to identify the parameter in the wrappred plugin API. As long as [INFO] [stdout] | ^^^ no item named `ENG` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `JP` [INFO] [stdout] --> src/lib.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | /// [JP] このパラメーターのIDは、ラップされたプラグインAPIでパラメーターを識別するために使用されます。 ... [INFO] [stdout] | ^^ no item named `JP` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: anymap v1.0.0-beta.2, quick-xml v0.22.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/doc/nih_plug_example/index.html [INFO] running `Command { std: "docker" "inspect" "643d2d818ec9fa55e2ce57cc51b0b2d29c36f3bf1f3bcdb595f9a615bb4bdcda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "643d2d818ec9fa55e2ce57cc51b0b2d29c36f3bf1f3bcdb595f9a615bb4bdcda", kill_on_drop: false }` [INFO] [stdout] 643d2d818ec9fa55e2ce57cc51b0b2d29c36f3bf1f3bcdb595f9a615bb4bdcda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba5f1d31d1bfe077596544ed5d62cd66bd4fcb4d758b33faf63a1b7b408add5a [INFO] running `Command { std: "docker" "start" "-a" "ba5f1d31d1bfe077596544ed5d62cd66bd4fcb4d758b33faf63a1b7b408add5a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling bytemuck_derive v1.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking bytemuck v1.20.0 [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 wayland-cursor v0.29.5 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling nih_plug_derive v0.1.0 (https://github.com/robbert-vdh/nih-plug.git#dfafe903) [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 ppv-lite86 v0.2.20 [INFO] [stderr] Checking rand_chacha v0.3.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 rand v0.8.5 [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 serde v1.0.215 [INFO] [stderr] Checking twox-hash v2.0.1 [INFO] [stderr] Checking glyph_brush v0.7.11 [INFO] [stderr] Checking glow_glyph v0.5.1 [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 serde_json v1.0.133 [INFO] [stderr] Checking iced_graphics v0.2.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e) [INFO] [stderr] Checking nih_plug v0.0.0 (https://github.com/robbert-vdh/nih-plug.git#dfafe903) [INFO] [stderr] Checking iced_glow v0.2.0 (https://github.com/iced-rs/iced.git?rev=a53fa91e0ddf374bbeb66d5e831b79127ed47a9d#a53fa91e) [INFO] [stderr] Checking smithay-client-toolkit v0.16.1 [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#dfafe903) [INFO] [stderr] Documenting nih_plug_example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: anymap v1.0.0-beta.2, quick-xml v0.22.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/doc/nih_plug_example/index.html [INFO] running `Command { std: "docker" "inspect" "ba5f1d31d1bfe077596544ed5d62cd66bd4fcb4d758b33faf63a1b7b408add5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba5f1d31d1bfe077596544ed5d62cd66bd4fcb4d758b33faf63a1b7b408add5a", kill_on_drop: false }` [INFO] [stdout] ba5f1d31d1bfe077596544ed5d62cd66bd4fcb4d758b33faf63a1b7b408add5a